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 e4d8229 Pass VOIDmode to gen_rtx_SET on GCC 5 branch discards e729651 Implement x86 interrupt/exception attributes discards 4ea3871 Handle PROCESSOR_IAMCU in ix86_target_macros_internal discards 97b8769 Add a testcase for PR target/66821 discards 7f9318a Update MOVE_RATIO cost for IA MCU discards 9137110 Define DBX_REGISTER_NUMBER for IA MCU discards e65c586 Cleanup FPmode splitters a bit discards 6c61122 More fix for PR rtl-optimization/66626 discards 8ccdc9b Fix PR rtl-optimization/66626 discards 2a624e3 Replicate static chain on the stack discards e4d2aea Add a testcase for PR target/66824 discards bb6b8e0 Fix PR target/66824 discards b10a46e Allow indirect sibcall with register arguments discards 16d07e7 Fix PR target/65753 discards 035d4fc Adjust variable shift costs for IA MCU discards 87bc1a5 Update config/i386/iamcu.h discards e9f69b0 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU discards 3677bdc Check int_size_in_bytes in ix86_return_in_memory discards 379ed71 Allow <adxintrin.h> for IA MCU discards 15c382c Don't pass/return vectors in registers for IAMCU discards df65a58 Optimize i?86-*-elfiamcu for iamcu by default discards bd5a0e0 Add -march=iamcu to optimize for IA MCU discards 4a76beb Add IA MCU support to x86intrin.h discards 51d0be1 IA MCU psABI support: testsuite discards b10bc51 IA MCU psABI support: changes to libraries discards 7d4105c IA MCU psABI support: GCC changes adds 5eb0e5f PR middle-end/67619 * except.c (expand_builtin_eh_return): [...] adds f122892 2015-09-21 Steven G. Kargl kargl@gcc.gnu.org adds d4351f9 Daily bump. new c1c1b1c IA MCU psABI support: GCC changes new 23b94a6 IA MCU psABI support: changes to libraries new 93e1809 IA MCU psABI support: testsuite new ef41f3b Add IA MCU support to x86intrin.h new 4b052a9 Add -march=iamcu to optimize for IA MCU new 319ed3a Optimize i?86-*-elfiamcu for iamcu by default new 408814c Don't pass/return vectors in registers for IAMCU new af97129 Allow <adxintrin.h> for IA MCU new e58d3f5 Check int_size_in_bytes in ix86_return_in_memory new 90977ed5 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU new 9bfe26c Update config/i386/iamcu.h new 16fb09e Adjust variable shift costs for IA MCU new fe0d5ee Fix PR target/65753 new 9616b5a Allow indirect sibcall with register arguments new 40eb078 Fix PR target/66824 new 8846091 Add a testcase for PR target/66824 new a525f2e Replicate static chain on the stack new 4cfd97d Fix PR rtl-optimization/66626 new 0406cc3 More fix for PR rtl-optimization/66626 new 08d9801 Cleanup FPmode splitters a bit new 3b2188d Define DBX_REGISTER_NUMBER for IA MCU new f82b3bb Update MOVE_RATIO cost for IA MCU new fa5033f Add a testcase for PR target/66821 new 8f0661b Handle PROCESSOR_IAMCU in ix86_target_macros_internal new 7c31066 Implement x86 interrupt/exception attributes new 4ef11f0 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 (e4d8229) \ N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (4ef11f0)
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 | 6 ++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/predicates.md | 25 +++++++++++++------------ gcc/except.c | 4 ++-- gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/resolve.c | 19 +++++++++++-------- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr67619.c | 13 +++++++++++++ gcc/testsuite/gfortran.dg/pr67615.f90 | 33 +++++++++++++++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 10 ++++++++++ 10 files changed, 107 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr67619.c create mode 100644 gcc/testsuite/gfortran.dg/pr67615.f90