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

From-SVN: r36528
This commit is contained in:
Richard Henderson 2000-09-19 00:33:44 -07:00 committed by Richard Henderson
parent 78c120b567
commit 033b5a34bb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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 ...

View File

@ -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" } */