]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/compare2.c (case 10): XFAIL.
authorRichard Henderson <rth@cygnus.com>
Tue, 19 Sep 2000 07:33:44 +0000 (00:33 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 19 Sep 2000 07:33:44 +0000 (00:33 -0700)
From-SVN: r36528

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compare2.c

index 8fe3a91cdbc64ee1111c9d0182d5096a625c22dd..34c2553cdca31d5fd745beaac61c217a7b7830ca 100644 (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 ...
index 34f585249902cc43c42899df7000007b33943abb..a33e4aa295527247195277390500e999c0404933 100644 (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" } */
This page took 0.072713 seconds and 5 git commands to generate.