Commit 69814826 by Jan Hubicka Committed by Jan Hubicka

* gcc.dg/i386-cmov5.c: New test.

From-SVN: r62002
parent e4261ef7
Tue Jan 28 12:19:35 CET 2003 Jan Hubicka <jh@suse.cz>
* gcc.dg/i386-cmov5.c: New test.
2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
* gcc.c-torture/execute/20010925-1.c: Changed the * gcc.c-torture/execute/20010925-1.c: Changed the
......
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -march=athlon" } */
/* { dg-final { scan-assembler "sbb" } } */
int
t(float a, float b)
{
return a<=b?0:-1;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment