This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6243e66 2016-06-13 Richard Biener <rguenther(a)suse.de>
new abb2c3f Change enum value to not to clash with a MSP430 private enum
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 | 7 +++++++
gcc/predict.c | 28 ++++++++++++++--------------
2 files changed, 21 insertions(+), 14 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 binutils-gdb.
from 1d3843e Automatic date update in version.in
new 69c9e02 Fix compile time warning messages building with gcc v6.1.1
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:
etc/ChangeLog | 5 +++++
etc/texi2pod.pl | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-arc.c | 2 +-
gas/config/tc-arm.c | 10 ++++++++++
gas/config/tc-cr16.c | 2 +-
gas/config/tc-nios2.c | 2 +-
gas/testsuite/gas/arm/armv8_2-a.d | 2 +-
8 files changed, 30 insertions(+), 5 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 1a54d3b PR middle-end/71476 * gimplify.c (maybe_warn_switch_unreach [...]
new 6243e66 2016-06-13 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 | 6 ++++++
gcc/tree-vect-data-refs.c | 2 +-
2 files changed, 7 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 master
in repository llvm.
from 28712da [AArch64] Add RAS extensions support in AArch64TargetParser.
new 2bc15c9 Fix an enumeral mismatch warning.
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:
lib/Target/X86/X86ISelLowering.cpp | 6 ++++--
1 file changed, 4 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 674b357 S/390: Fix MAX_ARGS value.
new 1a54d3b PR middle-end/71476 * gimplify.c (maybe_warn_switch_unreach [...]
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 | 7 ++
gcc/gimplify.c | 102 ++++++++++++++-------
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/c-c++-common/Wswitch-unreachable-4.c | 25 +++++
gcc/testsuite/g++.dg/tm/jump1.C | 4 +-
gcc/testsuite/gcc.dg/Wswitch-unreachable-2.c | 12 +++
6 files changed, 122 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wswitch-unreachable-4.c
create mode 100644 gcc/testsuite/gcc.dg/Wswitch-unreachable-2.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-6-branch
in repository gcc.
from 4cc99c2 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: De [...]
new 6746714 S/390: Fix MAX_ARGS value.
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/s390/s390.c | 2 +-
2 files changed, 10 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 master
in repository gcc.
from aac66bf 2016-06-13 Richard Biener <rguenther(a)suse.de>
new 674b357 S/390: Fix MAX_ARGS value.
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 | 6 ++++++
gcc/config/s390/s390.c | 2 +-
2 files changed, 7 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 gcc-5-branch
in repository gcc.
from cbc6b36 Daily bump.
new 8ccfbfa S/390: Fix MAX_ARGS value.
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/s390/s390.c | 2 +-
2 files changed, 10 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 master
in repository gcc.
from 403dab6 * gcc-interface/decl.c (gnat_to_gnu_subprog_type): Build onl [...]
new aac66bf 2016-06-13 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:
contrib/ChangeLog | 4 ++++
contrib/download_prerequisites | 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 master
in repository gcc.
from 5b7401b * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: De [...]
new 403dab6 * gcc-interface/decl.c (gnat_to_gnu_subprog_type): Build 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/ada/ChangeLog | 7 +++++++
gcc/ada/gcc-interface/decl.c | 5 ++++-
gcc/ada/gcc-interface/trans.c | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.