This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ff1c729 [ARM] Use proper output modifier for DImode register in store [...] new 9c9a6c2 Remove the unused OMP_CLAUSE_DEVICE_RESIDENT new 53b0106 * loop-unroll.c (decide_unroll_constant_iterations, decide_ [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 12 ++++++++++++ gcc/fortran/trans-openmp.c | 3 --- gcc/gimplify.c | 5 ----- gcc/loop-iv.c | 2 ++ gcc/loop-unroll.c | 6 +++--- gcc/omp-low.c | 2 -- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/unroll-6.c | 4 ++-- gcc/testsuite/gcc.dg/unroll-7.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/unroll-8.c | 15 +++++++++++++++ gcc/tree-core.h | 3 --- gcc/tree-pretty-print.c | 3 --- gcc/tree.c | 3 --- 13 files changed, 54 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/unroll-7.c create mode 100644 gcc/testsuite/gcc.dg/unroll-8.c