aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/compare2.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-07-30 16:54:59 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-07-30 16:54:59 -0700
commit1cf0acdd19587bcfc635db6688b6a7143f0cadfe (patch)
tree8549227551d1205737191007a57eca1f22849342 /gcc/testsuite/gcc.dg/compare2.c
parenta4cad54432456aabb861fb803f03de1ad2b0c691 (diff)
downloadgcc-1cf0acdd19587bcfc635db6688b6a7143f0cadfe.zip
gcc-1cf0acdd19587bcfc635db6688b6a7143f0cadfe.tar.gz
gcc-1cf0acdd19587bcfc635db6688b6a7143f0cadfe.tar.bz2
c90-digraph-1.c: Don't xfail.
* gcc.dg/c90-digraph-1.c: Don't xfail. * gcc.dg/compare2.c (case 10): Xfail. * gcc.dg/noncompile/redecl-1.c: Fix expected error message. From-SVN: r35357
Diffstat (limited to 'gcc/testsuite/gcc.dg/compare2.c')
-rw-r--r--gcc/testsuite/gcc.dg/compare2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/compare2.c b/gcc/testsuite/gcc.dg/compare2.c
index 34f5852..a33e4aa 100644
--- a/gcc/testsuite/gcc.dg/compare2.c
+++ b/gcc/testsuite/gcc.dg/compare2.c
@@ -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" } */