This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r144258 - in /trunk/gcc: ChangeLog config/i386/...
- From: hjl at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 18 Feb 2009 06:17:53 -0000
- Subject: r144258 - in /trunk/gcc: ChangeLog config/i386/...
Author: hjl
Date: Wed Feb 18 06:17:52 2009
New Revision: 144258
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144258
Log:
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.
Added:
trunk/gcc/testsuite/gcc.dg/callabi/callabi.exp
trunk/gcc/testsuite/gcc.dg/callabi/pr38891.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.h
trunk/gcc/testsuite/ChangeLog