This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from cbcdee0 Adjust variable shift costs for IA MCU new 75b5ea6 2015-07-09 John Marino gnugcc@marino.st new 6d8e08b PR tree-optimization/66718 * tree-vect-stmts.c (s [...] new b5ee2e0 PR middle-end/66633 * tree-nested.c (get_static_c [...]
The 3 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 | 19 ++++++ gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/gcc.dg/gomp/pr66633-1.c | 14 +++++ gcc/testsuite/gcc.dg/gomp/pr66633-2.c | 5 ++ gcc/testsuite/gcc.dg/gomp/pr66633-3.c | 18 ++++++ gcc/testsuite/gcc.dg/gomp/pr66633-4.c | 5 ++ gcc/testsuite/lib/target-supports.exp | 1 + gcc/tree-nested.c | 56 +++++++++++++++--- gcc/tree-vect-stmts.c | 108 +++++++++++++++++++++++++++++++--- 9 files changed, 224 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-1.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-2.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-3.c create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66633-4.c