OSDN Git Service

Update now that the if/else warning buglet is fixed.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 1998 13:08:43 +0000 (13:08 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 1998 13:08:43 +0000 (13:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18079 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.dg/ifelse-1.c

index ae1ebb5..2dd2208 100644 (file)
@@ -15,7 +15,7 @@ foo (a,b)
     if (b)
       bar ();
     else
-      com ();  /* { dg-bogus ".*warning.*" "bogus warning" { xfail *-*-* } } */
+      com ();  /* { dg-bogus ".*warning.*" "bogus warning" } */
   else
     baz ();
 }