This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2d2de56 /c-family 2015-09-21 Ville Voutilainen <ville.voutilainen@g [...]
new 921a344 [PATCH] Fix undefined behavior in h8300 backend
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/config/h8300/h8300.md | 3 ++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/h8300/andsi3_ashift_n_lower.c | 7 +++++++
4 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/h8300/andsi3_ashift_n_lower.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 3cff347 Handle lines encoded into several maps in linemap_position_fo [...]
new 2d2de56 /c-family 2015-09-21 Ville Voutilainen <ville.voutilainen@g [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-cppbuiltin.c | 2 ++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 17 +++++++++++++++--
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx11-neg.C | 11 +++++++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx14-neg.C | 11 +++++++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx98-neg.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1z/namespace-attribs.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C | 4 ++++
11 files changed, 99 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/feat-cxx14-neg.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/namespace-attribs.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 2b0e416 gcc/ Backport from mainline 2015-09-21 Oleg Endo <olegend [...]
new 5eb0e5f PR middle-end/67619 * except.c (expand_builtin_eh_return): [...]
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/except.c | 4 ++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/torture/pr67619.c | 13 +++++++++++++
gcc/testsuite/lib/target-supports.exp | 10 ++++++++++
5 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67619.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 a8cf79e * config/spu/spu.c (spu_expand_insv): Avoid undefined behavior.
new 3cff347 Handle lines encoded into several maps in linemap_position_fo [...]
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/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/cpp/pr66415-1.c | 2 +-
libcpp/ChangeLog | 6 ++++++
libcpp/line-map.c | 34 ++++++++++++++++++++--------------
4 files changed, 32 insertions(+), 15 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 hjl/interrupt/gcc-5-branch
in repository gcc.
discards e9e0f22 Fix a typo in gcc.target/i386/interrupt-13.c
discards ab60762 Save and restore mask registers in interrupt handler
discards 932a11f Optimize callee-saved registers in interrupt handler
discards 67c6298 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
discards e27a074 Implement x86 interrupt/exception attributes
omits 217d7c6 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
omits 9a62d43 Add a testcase for PR target/66821
omits 9850312 Update MOVE_RATIO cost for IA MCU
omits 2927a9b Define DBX_REGISTER_NUMBER for IA MCU
omits 6934064 Cleanup FPmode splitters a bit
omits a09b2e9 More fix for PR rtl-optimization/66626
omits 1db3d69 Fix PR rtl-optimization/66626
omits c18dfc0 Replicate static chain on the stack
omits c1a4fe5 Add a testcase for PR target/66824
omits 37cdd4a Fix PR target/66824
omits 589abd9 Allow indirect sibcall with register arguments
omits a740301 Fix PR target/65753
omits 4561289 Adjust variable shift costs for IA MCU
omits 7da4a37 Update config/i386/iamcu.h
omits 1f9158b Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
omits ddead6a Check int_size_in_bytes in ix86_return_in_memory
omits c302da4 Allow <adxintrin.h> for IA MCU
omits 9bdf1b6 Don't pass/return vectors in registers for IAMCU
omits 0265774 Optimize i?86-*-elfiamcu for iamcu by default
omits 958a55b Add -march=iamcu to optimize for IA MCU
omits 9bfb01a Add IA MCU support to x86intrin.h
omits 77b6c88 IA MCU psABI support: testsuite
omits 195dbc2 IA MCU psABI support: changes to libraries
omits 6e202b2 IA MCU psABI support: GCC changes
adds ead3085 Daily bump.
adds b128da9 PR middle-end/67401 * optabs.c (expand_atomic_compare_and_s [...]
adds d664fab Daily bump.
adds b38b2f0 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...]
adds 70e88fa Daily bump.
adds 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
adds 27c4e1b PR target/67573 * config/sh/sh.md: Add early clobber to scrat [...]
adds 03b5ada Daily bump.
adds be2f8b5 2015-09-21 Richard Biener <rguenther(a)suse.de>
adds 2b0e416 gcc/ Backport from mainline 2015-09-21 Oleg Endo <olegend [...]
new 7d4105c IA MCU psABI support: GCC changes
new b10bc51 IA MCU psABI support: changes to libraries
new 51d0be1 IA MCU psABI support: testsuite
new 4a76beb Add IA MCU support to x86intrin.h
new bd5a0e0 Add -march=iamcu to optimize for IA MCU
new df65a58 Optimize i?86-*-elfiamcu for iamcu by default
new 15c382c Don't pass/return vectors in registers for IAMCU
new 379ed71 Allow <adxintrin.h> for IA MCU
new 3677bdc Check int_size_in_bytes in ix86_return_in_memory
new e9f69b0 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 87bc1a5 Update config/i386/iamcu.h
new 035d4fc Adjust variable shift costs for IA MCU
new 16d07e7 Fix PR target/65753
new b10a46e Allow indirect sibcall with register arguments
new bb6b8e0 Fix PR target/66824
new e4d2aea Add a testcase for PR target/66824
new 2a624e3 Replicate static chain on the stack
new 8ccdc9b Fix PR rtl-optimization/66626
new 6c61122 More fix for PR rtl-optimization/66626
new e65c586 Cleanup FPmode splitters a bit
new 9137110 Define DBX_REGISTER_NUMBER for IA MCU
new 7f9318a Update MOVE_RATIO cost for IA MCU
new 97b8769 Add a testcase for PR target/66821
new 4ea3871 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
new e729651 Implement x86 interrupt/exception attributes
new e4d8229 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
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 (e9e0f22)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (e4d8229)
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 26 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 | 84 ++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/pa/pa.c | 8 ----
gcc/config/sh/sh-protos.h | 27 +++++------
gcc/config/sh/sh.c | 28 ++++++++++++
gcc/config/sh/sh.md | 24 +++++-----
gcc/fold-const.c | 4 ++
gcc/gimple-ssa-isolate-paths.c | 9 +++-
gcc/optabs.c | 7 +--
gcc/testsuite/ChangeLog | 33 +++++++++++++
gcc/testsuite/g++.dg/torture/pr67055.C | 44 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr67271.c | 12 +++++
gcc/testsuite/gcc.dg/torture/pr66793.c | 26 +++++++++++
gcc/testsuite/gcc.dg/torture/pr66952.c | 28 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr67121.c | 31 +++++++++++++
gcc/testsuite/gcc.dg/torture/pr67470.c | 30 ++++++++++++
gcc/tree-if-conv.c | 19 +++++++-
gcc/tree-ssa-ccp.c | 1 +
gcc/tree-ssa-ifcombine.c | 19 +++++++-
gcc/tree-ssa-loop-im.c | 17 +++++++
gcc/tree-ssanames.c | 17 +++++++
gcc/tree-ssanames.h | 1 +
22 files changed, 429 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr67055.C
create mode 100644 gcc/testsuite/gcc.dg/pr67271.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr66793.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr66952.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67121.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67470.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 9db3d17 2015-09-21 Richard Biener <rguenther(a)suse.de>
new a8cf79e * config/spu/spu.c (spu_expand_insv): Avoid undefined behavior.
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 | 4 ++++
gcc/config/spu/spu.c | 10 +++++-----
2 files changed, 9 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 5c3537c 2015-09-21 Richard Biener <rguenther(a)suse.de>
new 9db3d17 2015-09-21 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 | 5 +++++
gcc/passes.c | 3 ++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/ext/attr-alias-3.C | 1 +
4 files changed, 12 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 0394e18 gcc/ PR target/67657 * config/sh/sh.c (sh_remove_overlappin [...]
new 75f4d4f testsuite/ PR target/64345 * gcc.target/sh/pr64345-1.c: Adj [...]
new 5c3537c 2015-09-21 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++++++
gcc/dwarf2out.c | 18 ++++++++----------
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr67764.C | 17 +++++++++++++++++
gcc/testsuite/gcc.target/sh/pr64345-1.c | 6 +++---
5 files changed, 47 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/pr67764.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 hjl/interrupt/master
in repository gcc.
from 4b9b153 Save and restore mask registers in interrupt handler
new 8cb0a25 Fix a typo in gcc.target/i386/interrupt-13.c
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/gcc.target/i386/interrupt-13.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.