Commit 033b5a34 by Richard Henderson Committed by Richard Henderson

* gcc.dg/compare2.c (case 10): XFAIL.

From-SVN: r36528
parent 78c120b5
2000-09-19 Richard Henderson <rth@cygnus.com>
* gcc.dg/compare2.c (case 10): XFAIL.
2000-09-18 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/execute/20000906-1.c: Move ...
......
......@@ -26,7 +26,7 @@ void f(int x, unsigned int y)
/* Statement expression. */
x > ({tf; 64;}); /* { dg-bogus "signed and unsigned" "case 9" } */
y > ({tf; 64;}); /* { dg-bogus "signed and unsigned" "case 10" } */
y > ({tf; 64;}); /* { dg-bogus "signed and unsigned" "case 10" { xfail *-*-* } } */
/* Statement expression with recursive ?: . */
x > ({tf; tf?64:(tf?128:256);}); /* { dg-bogus "signed and unsigned" "case 11" } */
......
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