re PR target/40470 (unable to find a register to spill in class ‘SSE_FIRST_REG’)
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 18 Jun 2009 21:12:12 +0000 (21:12 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 18 Jun 2009 21:12:12 +0000 (14:12 -0700)
commit2a457a9b4fa448489522d39390e857541a95abd5
tree5af3511a051db3e92a7d95c91c2a975a3135e33d
parentfca5bb5ca8ce5e4b01d524cca7ae2455577ceda0
re PR target/40470 (unable to find a register to spill in class ‘SSE_FIRST_REG’)

gcc/

2009-06-18  H.J. Lu  <hongjiu.lu@intel.com>

PR target/40470
* config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Add SSE_FIRST_REG.

gcc/testsuite/

2009-06-18  H.J. Lu  <hongjiu.lu@intel.com>

PR target/40470
* gcc.dg/torture/pr40470-1.c: New.
* gcc.dg/torture/pr40470-2.c: Likewise.
* gcc.dg/torture/pr40470-3.c: Likewise.
* gcc.dg/torture/pr40470-4.c: Likewise.

From-SVN: r148673
gcc/ChangeLog
gcc/config/i386/i386.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr40470-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr40470-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr40470-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr40470-4.c [new file with mode: 0644]