This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix g++.other/decl5.C


These XFAILs appear to no longer be necessary.
Okay for mainline?

2004-11-29  Ben Elliston  <bje@au.ibm.com>

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

Index: decl5.C
===================================================================
RCS file: /home/bje/gcc-cvs/gcc/gcc/testsuite/g++.old-deja/g++.other/decl5.C,v
retrieving revision 1.8
diff -u -p -r1.8 decl5.C
--- decl5.C	12 Aug 2003 22:26:25 -0000	1.8
+++ decl5.C	29 Nov 2004 02:55:04 -0000
@@ -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;
   };


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]