re PR target/38891 (using ms_abi function attribute with -mno-sse generates an intern...
commit0705d3f487d2b8c709c25051f55079a6e22cb3d0
authorH.J. Lu <hjl@gcc.gnu.org>
Wed, 18 Feb 2009 06:17:52 +0000 (17 22:17 -0800)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 18 Feb 2009 06:17:52 +0000 (17 22:17 -0800)
tree268117c0a63379417b939a66045d1dbf33c0ac2d
parentbce08d5003e0cb1f63cbe92895be8cbcc5c48547
re PR target/38891 (using ms_abi function attribute with -mno-sse generates an internal compiler error)

gcc/

2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>

PR target/38891
* config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
initialization for MS_ABI prior to the hunk of !TARGET_MMX.

gcc/testsuite

2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>

PR target/38891
* gcc.dg/callabi/pr38891.c: New.

2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.dg/callabi/callabi.exp: New.

From-SVN: r144258
gcc/ChangeLog
gcc/config/i386/i386.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/callabi/callabi.exp [new file with mode: 0644]
gcc/testsuite/gcc.dg/callabi/pr38891.c [new file with mode: 0644]