]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/66922 (wrong code for bit-field struct at -O1 and above on x86_64-linux...
authorUros Bizjak <ubizjak@gmail.com>
Sat, 18 Jul 2015 11:36:32 +0000 (13:36 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 18 Jul 2015 11:36:32 +0000 (13:36 +0200)
commit1504c6a206b6f31174da607c047058965ef39a2e
treee326747b856fe1c8211dcf43521fecc53c424d24
parentae5346ee57b2dff4a40e588d7a8f8fa11e4e314a
re PR target/66922 (wrong code for bit-field struct at -O1 and above on x86_64-linux-gnu)

PR target/66922
* config/i386/i386.c (ix86_expand_pinsr): Reject insertions
to misaligned positions.

testsuite/ChangeLog:

PR target/66922
* gcc.target/i386/pr66922.c: New test.

From-SVN: r225982
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr66922.c [new file with mode: 0644]