This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d48649e 2015-10-26 Hristian Kirtchev kirtchev@adacore.com new a6dcb55 [PR libgomp/65437, libgomp/66518] Initialize runtime in acc_u [...] new 54c8f61 [libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.c new cfe316a libgomp: Additional acc_shutdown bug fixing and testing new 3c41a4f libgomp testsuite: Remove some explicit acc_device_nvidia usage. new 005c2a9 abort might not flush all open streams before process termination new 0f177fa gcc/ * target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): [...]
The 6 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 | 8 ++++++ gcc/config/mips/mips.c | 11 ++++++++ gcc/doc/tm.texi | 10 ++++++++ gcc/doc/tm.texi.in | 2 ++ gcc/reorg.c | 3 ++- gcc/target.def | 13 ++++++++++ gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.target/mips/ds-schedule-1.c | 29 ++++++++++++++++++++++ gcc/testsuite/gcc.target/mips/ds-schedule-2.c | 28 +++++++++++++++++++++ libgomp/ChangeLog | 22 ++++++++++++++++ libgomp/oacc-init.c | 2 ++ libgomp/oacc-mem.c | 6 ++--- .../testsuite/libgomp.oacc-c-c++-common/abort-1.c | 3 ++- .../testsuite/libgomp.oacc-c-c++-common/abort-3.c | 3 ++- .../testsuite/libgomp.oacc-c-c++-common/lib-1.c | 14 ++--------- .../testsuite/libgomp.oacc-c-c++-common/lib-10.c | 9 +------ .../testsuite/libgomp.oacc-c-c++-common/lib-2.c | 17 +++---------- .../testsuite/libgomp.oacc-c-c++-common/lib-3.c | 7 +++--- .../testsuite/libgomp.oacc-c-c++-common/lib-42.c | 4 +-- .../libgomp.oacc-c-c++-common/{lib-4.c => lib-8.c} | 6 +++-- .../testsuite/libgomp.oacc-c-c++-common/lib-9.c | 14 +++++------ 21 files changed, 160 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/gcc.target/mips/ds-schedule-1.c create mode 100644 gcc/testsuite/gcc.target/mips/ds-schedule-2.c copy libgomp/testsuite/libgomp.oacc-c-c++-common/{lib-4.c => lib-8.c} (56%)