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 1372ed3 Document x86 interrupt/exception attribute
discards bcca091 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
discards 1a5323e Add __builtin_ia32_interrupt_data
discards 5ab15c4 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 40d62e7 Add a testcase for PR target/66821
discards d7a48fd Update MOVE_RATIO cost for IA MCU
discards e0642b4 Define DBX_REGISTER_NUMBER for IA MCU
discards 5cf4ddf Cleanup FPmode splitters a bit
discards 013f427 More fix for PR rtl-optimization/66626
discards 51f664c Fix PR rtl-optimization/66626
discards 461dfa5 Replicate static chain on the stack
discards 0055950 Add a testcase for PR target/66824
discards 26645f4 Fix PR target/66824
discards d7df21e Allow indirect sibcall with register arguments
discards ed5d11c Fix PR target/65753
discards 36610d6 Adjust variable shift costs for IA MCU
discards d5e4526 Update config/i386/iamcu.h
discards 617f1f1 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 4242cab Check int_size_in_bytes in ix86_return_in_memory
discards 7c694fa Allow <adxintrin.h> for IA MCU
discards 5b148d0 Don't pass/return vectors in registers for IAMCU
discards fc17ad8 Optimize i?86-*-elfiamcu for iamcu by default
discards 9fe0170 Add -march=iamcu to optimize for IA MCU
discards 6e72ba9 Add IA MCU support to x86intrin.h
discards b372ced IA MCU psABI support: testsuite
discards a27b367 IA MCU psABI support: changes to libraries
discards e89a828 IA MCU psABI support: GCC changes
adds 861d6c4 Daily bump.
adds d4ad985 * config/pa/pa.c (pa_output_move_double): Enhance to handle [...]
adds 2ecbc6d Daily bump.
adds 2006973 Daily bump.
adds 2cafbfb Daily bump.
adds a6a07f1 runtime: Ignore stack sizes when deciding when to GC.
adds 6f0cdaa Daily bump.
adds 9091c20 Daily bump.
adds e217b76 libgo: Use stat_atim.go on Solaris 12+
adds 11cdaa3 PR middle-end/67222 * gimple-low.c (lower_stmt): Do [...]
adds d5744e3 PR rtl-optimization/66790 * df-problems.c (LIVE): Amend doc [...]
new 6e202b2 IA MCU psABI support: GCC changes
new 195dbc2 IA MCU psABI support: changes to libraries
new 77b6c88 IA MCU psABI support: testsuite
new 9bfb01a Add IA MCU support to x86intrin.h
new 958a55b Add -march=iamcu to optimize for IA MCU
new 0265774 Optimize i?86-*-elfiamcu for iamcu by default
new 9bdf1b6 Don't pass/return vectors in registers for IAMCU
new c302da4 Allow <adxintrin.h> for IA MCU
new ddead6a Check int_size_in_bytes in ix86_return_in_memory
new 1f9158b Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 7da4a37 Update config/i386/iamcu.h
new 4561289 Adjust variable shift costs for IA MCU
new a740301 Fix PR target/65753
new 589abd9 Allow indirect sibcall with register arguments
new 37cdd4a Fix PR target/66824
new c1a4fe5 Add a testcase for PR target/66824
new c18dfc0 Replicate static chain on the stack
new 1db3d69 Fix PR rtl-optimization/66626
new a09b2e9 More fix for PR rtl-optimization/66626
new 6934064 Cleanup FPmode splitters a bit
new 2927a9b Define DBX_REGISTER_NUMBER for IA MCU
new 9850312 Update MOVE_RATIO cost for IA MCU
new 9a62d43 Add a testcase for PR target/66821
new 217d7c6 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
new 49d5a5d Add __builtin_interrupt_data
new 7fde018 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
new c542b88 Document x86 interrupt/exception attribute
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 (1372ed3)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (c542b88)
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 27 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 | 23 ++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 4 +-
gcc/config/pa/pa.c | 17 +-
gcc/df-problems.c | 19 +-
gcc/doc/extend.texi | 8 +-
gcc/gimple-low.c | 3 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/torture/pr67222.c | 19 ++
gcc/testsuite/gcc.target/i386/pr66960-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr66960-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr66960-3.c | 4 +-
gcc/tree-ssa-alias.c | 6 +-
libgo/Makefile.am | 4 +
libgo/Makefile.in | 386 +++++++++++++++++-------------
libgo/aclocal.m4 | 74 +++---
libgo/configure | 45 +++-
libgo/configure.ac | 6 +
libgo/runtime/mgc0.c | 2 +-
19 files changed, 412 insertions(+), 222 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67222.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/iamcu/gcc-5-branch
in repository gcc.
discards 5ab15c4 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 40d62e7 Add a testcase for PR target/66821
discards d7a48fd Update MOVE_RATIO cost for IA MCU
discards e0642b4 Define DBX_REGISTER_NUMBER for IA MCU
discards 5cf4ddf Cleanup FPmode splitters a bit
discards 013f427 More fix for PR rtl-optimization/66626
discards 51f664c Fix PR rtl-optimization/66626
discards 461dfa5 Replicate static chain on the stack
discards 0055950 Add a testcase for PR target/66824
discards 26645f4 Fix PR target/66824
discards d7df21e Allow indirect sibcall with register arguments
discards ed5d11c Fix PR target/65753
discards 36610d6 Adjust variable shift costs for IA MCU
discards d5e4526 Update config/i386/iamcu.h
discards 617f1f1 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 4242cab Check int_size_in_bytes in ix86_return_in_memory
discards 7c694fa Allow <adxintrin.h> for IA MCU
discards 5b148d0 Don't pass/return vectors in registers for IAMCU
discards fc17ad8 Optimize i?86-*-elfiamcu for iamcu by default
discards 9fe0170 Add -march=iamcu to optimize for IA MCU
discards 6e72ba9 Add IA MCU support to x86intrin.h
discards b372ced IA MCU psABI support: testsuite
discards a27b367 IA MCU psABI support: changes to libraries
discards e89a828 IA MCU psABI support: GCC changes
adds 861d6c4 Daily bump.
adds d4ad985 * config/pa/pa.c (pa_output_move_double): Enhance to handle [...]
adds 2ecbc6d Daily bump.
adds 2006973 Daily bump.
adds 2cafbfb Daily bump.
adds a6a07f1 runtime: Ignore stack sizes when deciding when to GC.
adds 6f0cdaa Daily bump.
adds 9091c20 Daily bump.
adds e217b76 libgo: Use stat_atim.go on Solaris 12+
adds 11cdaa3 PR middle-end/67222 * gimple-low.c (lower_stmt): Do [...]
adds d5744e3 PR rtl-optimization/66790 * df-problems.c (LIVE): Amend doc [...]
new 6e202b2 IA MCU psABI support: GCC changes
new 195dbc2 IA MCU psABI support: changes to libraries
new 77b6c88 IA MCU psABI support: testsuite
new 9bfb01a Add IA MCU support to x86intrin.h
new 958a55b Add -march=iamcu to optimize for IA MCU
new 0265774 Optimize i?86-*-elfiamcu for iamcu by default
new 9bdf1b6 Don't pass/return vectors in registers for IAMCU
new c302da4 Allow <adxintrin.h> for IA MCU
new ddead6a Check int_size_in_bytes in ix86_return_in_memory
new 1f9158b Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 7da4a37 Update config/i386/iamcu.h
new 4561289 Adjust variable shift costs for IA MCU
new a740301 Fix PR target/65753
new 589abd9 Allow indirect sibcall with register arguments
new 37cdd4a Fix PR target/66824
new c1a4fe5 Add a testcase for PR target/66824
new c18dfc0 Replicate static chain on the stack
new 1db3d69 Fix PR rtl-optimization/66626
new a09b2e9 More fix for PR rtl-optimization/66626
new 6934064 Cleanup FPmode splitters a bit
new 2927a9b Define DBX_REGISTER_NUMBER for IA MCU
new 9850312 Update MOVE_RATIO cost for IA MCU
new 9a62d43 Add a testcase for PR target/66821
new 217d7c6 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
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 (5ab15c4)
\
N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (217d7c6)
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 24 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 | 23 ++
gcc/DATESTAMP | 2 +-
gcc/config/pa/pa.c | 17 +-
gcc/df-problems.c | 19 +-
gcc/gimple-low.c | 3 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/torture/pr67222.c | 19 ++
gcc/tree-ssa-alias.c | 6 +-
libgo/Makefile.am | 4 +
libgo/Makefile.in | 386 +++++++++++++++++++--------------
libgo/aclocal.m4 | 74 ++++---
libgo/configure | 45 +++-
libgo/configure.ac | 6 +
libgo/runtime/mgc0.c | 2 +-
14 files changed, 402 insertions(+), 212 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67222.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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from d1193cc Toolchain sources: Update release notes for gcc-5-2015.06 snapshot.
new a10a6d7 Toolchain sources: Update release notes for gcc-5-2015.09 snapshot.
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:
components/toolchain/gcc-linaro/5/README.textile | 110 +++++++++++++++++++----
1 file changed, 92 insertions(+), 18 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 d93fbda 2015-09-17 Ian Lance Taylor <iant(a)google.com>
new a4c3da4 Implement N4295 fold-expressions.
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/cp/ChangeLog | 25 ++++
gcc/cp/cp-objcp-common.c | 4 +
gcc/cp/cp-tree.def | 20 ++++
gcc/cp/cp-tree.h | 36 ++++++
gcc/cp/parser.c | 229 ++++++++++++++++++++++++++++++++++---
gcc/cp/pt.c | 218 +++++++++++++++++++++++++++++++++++
gcc/cp/semantics.c | 69 +++++++++++
gcc/testsuite/g++.dg/cpp1z/fold1.C | 56 +++++++++
gcc/testsuite/g++.dg/cpp1z/fold2.C | 118 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/fold3.C | 85 ++++++++++++++
gcc/testsuite/g++.dg/cpp1z/fold4.C | 10 ++
gcc/testsuite/g++.dg/cpp1z/fold5.C | 8 ++
12 files changed, 865 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold5.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 3f6b66f 2015-09-17 Christian Bruel <christian.bruel(a)st.com>
new d93fbda 2015-09-17 Ian Lance Taylor <iant(a)google.com>
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:
libbacktrace/ChangeLog | 4 ++++
libbacktrace/posix.c | 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 4ca9958 Handle alignment in __atomic_is_lock_free
new 77f52d7 * gcc-interface/trans.c (emit_check): Do not touch TREE_SIDE [...]
new 3f6b66f 2015-09-17 Christian Bruel <christian.bruel(a)st.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 | 4 +++
gcc/ada/ChangeLog | 4 +++
gcc/ada/gcc-interface/trans.c | 37 +++++++++++----------
gcc/config/arm/arm.md | 2 +-
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/gcc.target/arm/attr_thumb-static2.c | 40 +++++++++++++++++++++++
gcc/testsuite/gnat.dg/overflow_sum3.adb | 19 +++++++++++
7 files changed, 96 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/attr_thumb-static2.c
create mode 100644 gcc/testsuite/gnat.dg/overflow_sum3.adb
--
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 8efb09c Make std::random_device retry after short reads
new 145a7c9 Remove non-deterministic part of canonical() test
new b422b02 PR rtl-optimization/66790 * df-problems.c (LIVE): Amend doc [...]
new 4ca9958 Handle alignment in __atomic_is_lock_free
The 3 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/builtins.c | 16 ++++++++++++--
gcc/df-problems.c | 19 ++++++++--------
libstdc++-v3/ChangeLog | 10 +++++++++
libstdc++-v3/include/bits/atomic_base.h | 20 ++++++++---------
libstdc++-v3/include/std/atomic | 8 +++----
.../regression.cc => 29_atomics/atomic/65913.cc} | 25 ++++++++++------------
.../filesystem/operations/canonical.cc | 11 ----------
8 files changed, 70 insertions(+), 50 deletions(-)
copy libstdc++-v3/testsuite/{28_regex/regression.cc => 29_atomics/atomic/65913.cc} (73%)
--
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 11cdaa3 PR middle-end/67222 * gimple-low.c (lower_stmt): Do [...]
new d5744e3 PR rtl-optimization/66790 * df-problems.c (LIVE): Amend doc [...]
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/df-problems.c | 19 ++++++++++---------
2 files changed, 15 insertions(+), 9 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-4_9-branch
in repository gcc.
from c0a73aa Daily bump.
new 7dbaf46 PR rtl-optimization/66790 * df-problems.c (LIVE): Amend doc [...]
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/df-problems.c | 19 ++++++++++---------
2 files changed, 15 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.