bitfld1.C: expected failure
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 28 Sep 1998 21:24:13 +0000 (21:24 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Mon, 28 Sep 1998 21:24:13 +0000 (21:24 +0000)
* g++.old-deja/g++.other/bitfld1.C: expected failure
* g++.old-deja/g++.other/nested2.C: ditto
* g++.old-deja/g++.robertl/eb132.C: no longer an expected failure

From-SVN: r22633

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/bitfld1.C
gcc/testsuite/g++.old-deja/g++.other/nested2.C
gcc/testsuite/g++.old-deja/g++.robertl/eb132.C

index 3a6613a..4cb8f3d 100644 (file)
@@ -1,3 +1,9 @@
+1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * g++.old-deja/g++.other/bitfld1.C: expected failure
+       * g++.old-deja/g++.other/nested2.C: ditto
+       * g++.old-deja/g++.robertl/eb132.C: no longer an expected failure
+
 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * g++.old-deja/g++.other/bitfld1.C: built-in operator!= should be
index 296ee1d..ad21fd7 100644 (file)
@@ -1,12 +1,14 @@
 // Build don't link:
 // Based on a bug report by Stephen Vavasis <vavasis@CS.Cornell.EDU>
 
+// excess errors test - XFAIL *-*-*
+
 // declares template operator!=
 #include <utility>
 
 struct foo {
   enum e { bar } baz:1;
   void test() { 
-    baz != bar; // XFAIL *-*-*
+    baz != bar;
   }
 };
index 5492b53..e2d9568 100644 (file)
@@ -1,6 +1,8 @@
 // Build don't link:
 // by Bert Bril <bert@dgb.nl>
 
+// excess errors test - XFAIL *-*-*
+
 struct M1 {
     struct I                            {};
 };
index 9af64da..5b6bc6a 100644 (file)
@@ -9,8 +9,6 @@
 //
 // They vanish if the declaration of a::b is taken out.
 
-// excess errors test - XFAIL *-*-*
-
 #include <string>
 
 string foo();