Commit ba73e25d by Jeff Law

Update now that the if/else warning buglet is fixed.

From-SVN: r18079
parent 38488222
......@@ -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 ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment