Commit aadf50ed by Kazu Hirata Committed by Kazu Hirata

re PR target/10795 (ICE in extract_insn, at recog.c:2188)

	PR target/10795
	* gcc.c-torture/compile/20030708-1.c: New.

From-SVN: r69408
parent 5df90541
2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
PR target/10795
* gcc.c-torture/compile/20030708-1.c: New.
2003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/execute/20030715-1.c: New test.
......
/* PR 10795. */
/* ix86_expand_carry_flag_compare() in i386.c swapped the comparison
operands without checking that the compare instruction, cmpl, would
accept the swapped operands. */
extern const char a[];
int
foo (const char *p)
{
return (p > a) ? 0 : 2;
}
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