Commit 9d6ccbe6 by Ben Elliston Committed by Ben Elliston

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

From-SVN: r91493
parent e8233ac2
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> 2004-11-29 Andrew Pinski <pinskia@physics.uc.edu>
PR c/18479 PR c/18479
......
...@@ -52,8 +52,8 @@ namespace N { ...@@ -52,8 +52,8 @@ namespace N {
namespace NMS namespace NMS
{ {
void NMS::fn(); // { dg-warning "" "" { xfail *-*-* } } extra qualification void NMS::fn(); // { dg-warning "" "" } extra qualification
int NMS::i; // { dg-warning "" "" { xfail *-*-* } } extra qualification int NMS::i; // { dg-warning "" "" } extra qualification
struct NMS::D { // { dg-warning "" } extra qualification struct NMS::D { // { dg-warning "" } extra qualification
int i; int i;
}; };
......
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