Commit 6d1089d0 by Ben Elliston Committed by Ben Elliston

* g++.dg/warn/Wunused-9.C: Don't XFAIL the +f() case.

From-SVN: r93202
parent f351bfed
2005-01-12 Ben Elliston <bje@au.ibm.com>
* g++.dg/warn/Wunused-9.C: Don't XFAIL the +f() case.
2005-01-11 Andrew Pinski <pinskia@physics.uc.edu> 2005-01-11 Andrew Pinski <pinskia@physics.uc.edu>
PR target/18761 PR target/18761
......
...@@ -29,7 +29,7 @@ void g() { ...@@ -29,7 +29,7 @@ void g() {
f() - 7; // { dg-warning "not used" } f() - 7; // { dg-warning "not used" }
f() * 8; // { dg-warning "not used" } f() * 8; // { dg-warning "not used" }
f() / 9; // { dg-warning "not used" } f() / 9; // { dg-warning "not used" }
+f(); // { dg-warning "not used" "" { xfail *-*-* } } +f(); // { dg-warning "not used" }
-f(); // { dg-warning "not used" } -f(); // { dg-warning "not used" }
++f(); ++f();
--f(); --f();
......
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