PR target/25554
* config/i386/i386.md (testqi_ext_3): Ensure len is positive and pos non-negative and pos + len <= 32. (testqi_ext_3_rex64): Ensure len is positive and pos non-negative, drop pos + len < HOST_BITS_PER_WIDE_INT test. (testqi_ext_3* splitter): Handle pos + len == HOST_BITS_PER_WIDE_INT. * gcc.c-torture/compile/20051228-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109317 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 7 additions, 0 deletionsgcc/ChangeLog
- gcc/config/i386/i386.md 10 additions, 4 deletionsgcc/config/i386/i386.md
- gcc/testsuite/ChangeLog 293 additions, 290 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.c-torture/compile/20051228-1.c 10 additions, 0 deletionsgcc/testsuite/gcc.c-torture/compile/20051228-1.c
Loading
Please register or sign in to comment