This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 69b98ac Fix PowerPC ICE due to secondary_reload ignoring reload replacements
new cae5278 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 aoliva/pr64164
in repository gcc.
from d99adf8 accept unpromoted MEMs for parms and results
new aea171f accept unpromoted parms and results when not coalescing
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/cfgexpand.c | 3 ++-
1 file changed, 2 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 aoliva/pr64164
in repository gcc.
from e4e2068 accept modeless pc_rtx in set_rtl
new d99adf8 accept unpromoted MEMs for parms and results
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/cfgexpand.c | 7 +++++--
1 file changed, 5 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 master
in repository gcc.
from 6b5e6f0 Enable lightweight checks with _GLIBCXX_ASSERTIONS.
new b27697c * config/nvptx/nvptx.md (call_operation): Move bound out of [...]
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 | 12 +++++
gcc/config/nvptx/nvptx.c | 122 +++++++++++++++++++++++-----------------------
gcc/config/nvptx/nvptx.md | 16 +++---
3 files changed, 80 insertions(+), 70 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 gcc-5-branch
in repository gcc.
from b0201d5 Fix sanitizer/67258 by cherry picking upstream patch
new bcf5947 PR middle-end/67512 * tree-ssa-uninit.c (pred_equal_p): Onl [...]
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr67512.c | 15 +++++++++++++++
gcc/tree-ssa-uninit.c | 3 ++-
4 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67512.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 2bbeda9 Add copyright in gcc/params-list.h
new 5f6ec26 Fix sanitizer/67258 by cherry picking upstream patch
new ee48893 2015-09-09 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 5 +++
gcc/c-family/ChangeLog | 5 +++
gcc/c-family/c.opt | 5 +++
gcc/cp/ChangeLog | 5 +++
gcc/cp/decl2.c | 40 +++++++++++++++++++++---
gcc/doc/invoke.texi | 9 +++++-
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/g++.dg/ubsan/vptr-10.C | 15 +++++++++
gcc/testsuite/g++.dg/warn/Wsubobject-linkage-1.C | 9 ++++++
gcc/testsuite/g++.dg/warn/Wsubobject-linkage-2.C | 8 +++++
gcc/testsuite/g++.dg/warn/Wsubobject-linkage-3.C | 9 ++++++
gcc/testsuite/g++.dg/warn/Wsubobject-linkage-4.C | 8 +++++
libsanitizer/ChangeLog | 5 +++
libsanitizer/ubsan/ubsan_type_hash.cc | 6 ++--
14 files changed, 128 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-10.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wsubobject-linkage-1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wsubobject-linkage-2.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wsubobject-linkage-3.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wsubobject-linkage-4.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 gcc-5-branch
in repository gcc.
from 9fd619c PR c++/67504 * parser.c (cp_parser_omp_clause_collapse): Te [...]
new b0201d5 Fix sanitizer/67258 by cherry picking upstream patch
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/testsuite/g++.dg/ubsan/vptr-10.C | 15 +++++++++++++++
libsanitizer/ChangeLog | 5 +++++
libsanitizer/ubsan/ubsan_type_hash.cc | 6 +++---
3 files changed, 23 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-10.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 aoliva/pr64164
in repository gcc.
from 2fa1c6b promote not-by-ref results as such
new e4e2068 accept modeless pc_rtx in set_rtl
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/cfgexpand.c | 2 +-
1 file changed, 1 insertion(+), 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 hsa
in repository gcc.
from 4faa837 HSA: add support for __builtin_mem{set,cpy}.
new 94b8a71 HSA: fix clonning of function with hsafunc attr.
new 7f19c4d Do not set reg definition when adding an operand to a PHI node
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.hsa | 11 +++++++++++
gcc/hsa.c | 7 ++++---
gcc/hsa.h | 2 +-
gcc/ipa-hsa.c | 2 ++
4 files changed, 18 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.