This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr58066/gcc-5-branch in repository gcc.
discards 091969c Fix PR 58066, __tls_get_addr is called with misaligned stack [...] discards 2bf5d54 Fix PR 58066, __tls_get_addr is called with misaligned stack [...] adds 2b5fc14 2015-07-14 Matthias Klose doko@ubuntu.com adds f4324be syscall: remove calls to Entersyscall & Exitsyscall in Getdents adds 0807286 Daily bump. adds 0c455cd PR 66861 Fix null pointer crash on mingw. adds 5423fa8 [PR libgomp/65742, PR middle-end/66332] OpenACC acc_on_device fixes adds 0aaaae3 [PR libgomp/65099] nvptx mkoffload: pass "-m32" or "-m64" to [...] adds 18b34bf [PR libgomp/65099] nvptx offloading: only 64-bit configuratio [...] new 9ab1dea Move precomputation before stack pointer is adjusted new e49e37f Make __tls_get_addr patterns dependent on SP_REG
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (091969c) \ N -- N -- N refs/heads/hjl/pr58066/gcc-5-branch (e49e37f)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 41 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 12 ++-- gcc/calls.c | 7 +- gcc/config/i386/i386.md | 8 +-- gcc/config/nvptx/mkoffload.c | 74 ++++++++++++++-------- gcc/config/rs6000/t-rs6000 | 1 + gcc/testsuite/ChangeLog | 10 +++ gcc/testsuite/c-c++-common/goacc/acc_on_device-2.c | 10 ++- libgfortran/ChangeLog | 7 ++ libgfortran/io/unix.c | 7 +- libgo/go/syscall/libcall_linux.go | 2 - libgomp/ChangeLog | 32 ++++++++++ libgomp/oacc-init.c | 14 +++- libgomp/plugin/plugin-host.c | 21 +++++- libgomp/{oacc-plugin.h => plugin/plugin-host.h} | 14 ++-- libgomp/plugin/plugin-nvptx.c | 5 ++ libgomp/testsuite/libgomp.oacc-c++/c++.exp | 6 ++ libgomp/testsuite/libgomp.oacc-c/c.exp | 6 ++ libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 6 ++ 20 files changed, 231 insertions(+), 54 deletions(-) copy libgomp/{oacc-plugin.h => plugin/plugin-host.h} (83%)