* g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.

From-SVN: r91493
This commit is contained in:
Ben Elliston 2004-11-29 23:24:30 +00:00 committed by Ben Elliston
parent e8233ac225
commit 9d6ccbe6fd
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-11-30 Ben Elliston <bje@au.ibm.com>
* g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.
2004-11-29 Andrew Pinski <pinskia@physics.uc.edu>
PR c/18479

View File

@ -52,8 +52,8 @@ namespace N {
namespace NMS
{
void NMS::fn(); // { dg-warning "" "" { xfail *-*-* } } extra qualification
int NMS::i; // { dg-warning "" "" { xfail *-*-* } } extra qualification
void NMS::fn(); // { dg-warning "" "" } extra qualification
int NMS::i; // { dg-warning "" "" } extra qualification
struct NMS::D { // { dg-warning "" } extra qualification
int i;
};