This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac3bcb0 2016-11-23 Richard Biener rguenther@suse.de new 7c88993 PR target/78213 * opts.c (finish_options): Set -fsyntax-onl [...] new a7826e6 Remove build dependence on HSA run-time
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 | 11 + gcc/doc/install.texi | 6 - gcc/opts.c | 8 + gcc/testsuite/gcc.dg/pr78213.c | 11 + libgomp/ChangeLog | 50 ++ libgomp/Makefile.in | 138 ++---- libgomp/aclocal.m4 | 74 ++- libgomp/config.h.in | 21 + libgomp/configure | 129 ++++-- libgomp/plugin/Makefrag.am | 3 +- libgomp/plugin/configfrag.ac | 35 +- libgomp/plugin/hsa.h | 630 ++++++++++++++++++++++++++ libgomp/plugin/hsa_ext_finalize.h | 265 +++++++++++ libgomp/plugin/plugin-hsa.c | 505 ++++++++++++++++----- libgomp/testsuite/Makefile.in | 61 +-- libgomp/testsuite/lib/libgomp.exp | 4 - libgomp/testsuite/libgomp-test-support.exp.in | 1 - 17 files changed, 1564 insertions(+), 388 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr78213.c create mode 100644 libgomp/plugin/hsa.h create mode 100644 libgomp/plugin/hsa_ext_finalize.h