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 ecc74a2 Pass VOIDmode to gen_rtx_SET on GCC 5 branch discards 3945086 Implement x86 interrupt attribute omits 4f86ede Rename IA MCU processor lakemount to lakemont omits c44b036 Change IA MCU processor from iamcu to lakemount omits d99b799 Add a testcase for PR target/66821 omits ecf3e38 Update MOVE_RATIO cost for IA MCU omits ad98abd Define DBX_REGISTER_NUMBER for IA MCU omits 2569cd1 Cleanup FPmode splitters a bit omits c2b01a0 More fix for PR rtl-optimization/66626 omits ca435d5 Fix PR rtl-optimization/66626 omits 895944e Replicate static chain on the stack omits 44946d9 Add a testcase for PR target/66824 omits d7118cc Fix PR target/66824 omits 81314ed Allow indirect sibcall with register arguments omits b99ba6d Fix PR target/65753 omits 14fad5a Adjust variable shift costs for IA MCU omits 7c70476 Update config/i386/iamcu.h omits 481b5ce Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU omits 32f27a9 Check int_size_in_bytes in ix86_return_in_memory omits d4a329b Allow <adxintrin.h> for IA MCU omits af80b8d Don't pass/return vectors in registers for IAMCU omits b267ce4 Handle PROCESSOR_IAMCU in ix86_target_macros_internal omits 0d7bbb3 Optimize i?86-*-elfiamcu for iamcu by default omits b0e4ac1 Add -march=iamcu to optimize for IA MCU omits df445a9 Add IA MCU support to x86intrin.h omits fde277e IA MCU psABI support: testsuite omits 7031cc2 IA MCU psABI support: changes to libraries omits 85c5c9d IA MCU psABI support: GCC changes adds cbc5e1b PR sanitizer/64906 * c-ubsan.c (ubsan_instrument_division): [...] adds 1ee2c79 * tr.po: Update. adds e094ad0 2015-09-25 Tobias Burnus burnus@net-b.de adds cf4010f 2015-09-25 Tobias Burnus burnus@net-b.de new 1360310 IA MCU psABI support: GCC changes new 8e7e619 IA MCU psABI support: changes to libraries new 3056535 IA MCU psABI support: testsuite new 8b8e5b1 Add IA MCU support to x86intrin.h new 7ca80e6 Add -march=iamcu to optimize for IA MCU new 33d3ebf Optimize i?86-*-elfiamcu for iamcu by default new 3b68f75 Handle PROCESSOR_IAMCU in ix86_target_macros_internal new 5f66260 Don't pass/return vectors in registers for IAMCU new 7545410 Allow <adxintrin.h> for IA MCU new e87dbcb Check int_size_in_bytes in ix86_return_in_memory new 3343f81 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU new 67aad1d Update config/i386/iamcu.h new dcc7eb6 Adjust variable shift costs for IA MCU new 7eb05c8 Fix PR target/65753 new fab4942 Allow indirect sibcall with register arguments new f736692 Fix PR target/66824 new 5125d0e Add a testcase for PR target/66824 new f75fa12 Replicate static chain on the stack new 44f9e0b Fix PR rtl-optimization/66626 new 1541140 More fix for PR rtl-optimization/66626 new 329caa5 Cleanup FPmode splitters a bit new 4145d8a Define DBX_REGISTER_NUMBER for IA MCU new e67d314 Update MOVE_RATIO cost for IA MCU new e32b59b Add a testcase for PR target/66821 new 31591bf Change IA MCU processor from iamcu to lakemount new 194f562 Rename IA MCU processor lakemount to lakemont new 06edde9 Implement x86 interrupt attribute new 90032bc 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 (ecc74a2) \ N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (90032bc)
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 28 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 | 8 + gcc/c-family/ChangeLog | 5 + gcc/c-family/c-ubsan.c | 1 + gcc/doc/extend.texi | 30 +- gcc/doc/invoke.texi | 17 +- gcc/po/ChangeLog | 4 + gcc/po/tr.po | 3252 ++--------------------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/c-c++-common/ubsan/pr64906.c | 12 + gcc/testsuite/gcc.target/i386/interrupt-10.c | 4 +- gcc/testsuite/gcc.target/i386/interrupt-iamcu.c | 2 +- 11 files changed, 251 insertions(+), 3089 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr64906.c