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(a)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%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 1a673ff Limit AA walking when inlining analysis examines parameters
new a1996fe [gcc]
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 | 5 +++++
gcc/simplify-rtx.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/vec-cmp-sel.c | 20 ++++++++++++++++++++
4 files changed, 55 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-cmp-sel.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 816d218 check_GNU_style.sh: Fix quoting in cat_with_prefix
new 1a673ff Limit AA walking when inlining analysis examines parameters
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 | 25 ++++++++++++++
gcc/ipa-inline-analysis.c | 72 +++++++++++++++++++++------------------
gcc/ipa-prop.c | 85 ++++++-----------------------------------------
gcc/ipa-prop.h | 56 +++++++++++++++++++++++++++++--
4 files changed, 129 insertions(+), 109 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from b0e2a5e remove some usage of expr_list from read_rtx
new 816d218 check_GNU_style.sh: Fix quoting in cat_with_prefix
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:
contrib/ChangeLog | 4 ++++
contrib/check_GNU_style.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from c9b2637 PR c++/65091 * parser.c (cp_parser_unqualified_id): Don't a [...]
new b0e2a5e remove some usage of expr_list from read_rtx
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 | 11 +++++++++++
gcc/gensupport.c | 12 ++++++++----
gcc/read-rtl.c | 47 ++++++++++++++++-------------------------------
gcc/rtl.h | 2 +-
4 files changed, 36 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 47be024 PR target/58066 * config/i386/i386.md (*tls_global_dynamic_ [...]
new 5c4ec84 [AArch64] Use cinc mnemonic for *csinc2<mode>_insn
new c9b2637 PR c++/65091 * parser.c (cp_parser_unqualified_id): Don't a [...]
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 | 4 ++++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 11 +++++++++--
gcc/testsuite/g++.dg/parse/dtor17.C | 11 +++++++++++
5 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/dtor17.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 47be024 PR target/58066 * config/i386/i386.md (*tls_global_dynamic_ [...]
new 5c4ec84 [AArch64] Use cinc mnemonic for *csinc2<mode>_insn
new c9b2637 PR c++/65091 * parser.c (cp_parser_unqualified_id): Don't a [...]
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 | 4 ++++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 11 +++++++++--
gcc/testsuite/g++.dg/parse/dtor17.C | 11 +++++++++++
5 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/dtor17.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 7ee4563 Fix libgomp tests.
new 47be024 PR target/58066 * config/i386/i386.md (*tls_global_dynamic_ [...]
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/config/i386/i386.md | 17 ++++++++++-------
2 files changed, 19 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 004b4ca 2015-07-15 Richard Biener <rguenther(a)suse.de>
new 7ee4563 Fix libgomp tests.
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:
libgomp/ChangeLog | 7 +++++++
libgomp/testsuite/libgomp.fortran/examples-4/simd-8.f90 | 2 +-
libgomp/testsuite/libgomp.fortran/examples-4/task_dep-5.f90 | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 22b4842 2015-07-15 Richard Biener <rguenther(a)suse.de>
new 004b4ca 2015-07-15 Richard Biener <rguenther(a)suse.de>
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 | 8 ++++++++
gcc/fold-const.c | 10 ----------
gcc/match.pd | 53 +++++++++++++++++++++++++++++++++++++++++------------
3 files changed, 49 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.