This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r129807 - in /trunk/gcc: ChangeLog config/i386/...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 31 Oct 2007 22:35:03 -0000
- Subject: r129807 - in /trunk/gcc: ChangeLog config/i386/...
Author: jakub
Date: Wed Oct 31 22:35:01 2007
New Revision: 129807
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129807
Log:
PR target/31507
* config/i386/i386.md (pushsf_rex64): Use X instead of < constraints
for the first push_operand.
* gcc.dg/pr31507-1.c: New test.
* gcc.dg/pr31507-2.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/pr31507-1.c
trunk/gcc/testsuite/gcc.dg/pr31507-2.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.md
trunk/gcc/testsuite/ChangeLog