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 b24ee7b Define DBX_REGISTER_NUMBER for IA MCU discards 14f48a2 Cleanup FPmode splitters a bit discards ab8c487 More fix for PR rtl-optimization/66626 discards 02dfa16 Fix PR rtl-optimization/66626 discards ffc01d5 Replicate static chain on the stack discards e0d1792 Add a testcase for PR target/66824 discards 874543d Fix PR target/66824 discards 22dee2b Allow indirect sibcall with register arguments discards c1b22c4 Fix PR target/65753 discards 56ab57b Adjust variable shift costs for IA MCU discards 3466df7 Update config/i386/iamcu.h discards 01c1049 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU discards 17d5c55 Check int_size_in_bytes in ix86_return_in_memory discards a2de67e Allow <adxintrin.h> for IA MCU discards 2357ffe Don't pass/return vectors in registers for IAMCU discards 60e64f9 Optimize i?86-*-elfiamcu for iamcu by default discards 1aab3b8 Add -march=iamcu to optimize for IA MCU discards 97fe762 Add IA MCU support to x86intrin.h discards 0329b77 IA MCU psABI support: testsuite discards c1060e2 IA MCU psABI support: changes to libraries discards 1837de1 IA MCU psABI support: GCC changes adds acab690 * python/Makefile.am: Ensure gdb.py is installed for libstdc [...] adds abedecf * config/avr/avr.c (avr_insert_attributes): In diagnostic es [...] adds f834f76 Daily bump. adds 39c80c9 Daily bump. adds 9cbfd68 Daily bump. adds 6aa400e Daily bump. adds 275ab00 PR libgomp/66761 PR libgomp/67303 * i [...] new 5ba87eb IA MCU psABI support: GCC changes new 0a4b977 IA MCU psABI support: changes to libraries new e5c7c8f IA MCU psABI support: testsuite new 31b1168 Add IA MCU support to x86intrin.h new c441000 Add -march=iamcu to optimize for IA MCU new eb28cba Optimize i?86-*-elfiamcu for iamcu by default new 8429536 Don't pass/return vectors in registers for IAMCU new bf5a710 Allow <adxintrin.h> for IA MCU new a5a1b83 Check int_size_in_bytes in ix86_return_in_memory new 1cfc89e Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU new c57f796 Update config/i386/iamcu.h new 6264d0d Adjust variable shift costs for IA MCU new b4cf0b2 Fix PR target/65753 new bd5e7bc Allow indirect sibcall with register arguments new 421d0c69 Fix PR target/66824 new 7ffa396 Add a testcase for PR target/66824 new 19f047f Replicate static chain on the stack new 145b835 Fix PR rtl-optimization/66626 new 72cdc38 More fix for PR rtl-optimization/66626 new e791da0 Cleanup FPmode splitters a bit new a467b34 Define DBX_REGISTER_NUMBER for IA MCU new edeb48f Update MOVE_RATIO cost for IA MCU new 3c55235 Add a testcase for PR target/66821
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 (b24ee7b) \ N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (3c55235)
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 23 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/avr/avr.c | 6 +++--- gcc/config/i386/i386.c | 2 +- gcc/testsuite/gcc.target/i386/pr66821.c | 15 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr67329.c | 20 ++++++++++++++++++++ libgomp/ChangeLog | 10 ++++++++++ libgomp/config/linux/wait.h | 4 +++- libgomp/iter.c | 4 ++-- libgomp/iter_ull.c | 4 ++-- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/python/Makefile.am | 2 +- libstdc++-v3/python/Makefile.in | 2 +- 13 files changed, 71 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr66821.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67329.c