This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d4d3da7 2016-02-09 Richard Biener rguenther@suse.de new b53e0a9 Fix GOMP/GOACC_parallel optimization in ipa-pta
The 1 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 | 9 ++++ gcc/tree-ssa-structalias.c | 49 ++++++++++++++++++---- libgomp/ChangeLog | 8 ++++ libgomp/testsuite/libgomp.c/omp-nested-3.c | 4 ++ libgomp/testsuite/libgomp.c/pr46032-2.c | 4 ++ .../libgomp.oacc-c-c++-common/kernels-2.c | 4 ++ .../libgomp.oacc-c-c++-common/parallel-2.c | 4 ++ 7 files changed, 73 insertions(+), 9 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/omp-nested-3.c create mode 100644 libgomp/testsuite/libgomp.c/pr46032-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/kernels-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-2.c