mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 23:19:40 +08:00
* gcc.dg/compare2.c (case 10): XFAIL.
From-SVN: r36528
This commit is contained in:
parent
78c120b567
commit
033b5a34bb
@ -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 ...
|
||||
|
@ -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" } */
|
||||
|
Loading…
Reference in New Issue
Block a user