From: Jason Merrill Date: Mon, 10 Mar 2003 21:57:02 +0000 (-0500) Subject: add xfail X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3d2c79d415d0382d008125c1a838273ac4f6ba6;p=gcc.git add xfail From-SVN: r64131 --- diff --git a/gcc/testsuite/g++.dg/warn/Wunused-2.C b/gcc/testsuite/g++.dg/warn/Wunused-2.C index 9cdd11e84a6..dcad9015e11 100644 --- a/gcc/testsuite/g++.dg/warn/Wunused-2.C +++ b/gcc/testsuite/g++.dg/warn/Wunused-2.C @@ -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() { }