Commit f3d2c79d by Jason Merrill

add xfail

From-SVN: r64131
parent 0e01d661
......@@ -2,5 +2,5 @@
// { dg-options "-Wunused -O3" }
static const int i = 0;
static void f() { } /* { dg-warning "defined but not used" } */
static void f() { } /* { dg-warning "defined but not used" "" { xfail *-*-* } } */
static inline void g() { }
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