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 3a6613a3fefcf101a40afb9028ba220ec7c5656c..4cb8f3d26f528ff27149a1fd3751e522c000e949 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 296ee1d1597cef42f360139950627e8c2ac16c44..ad21fd7fb8561e06d3b246bf416d32c8c1b813bb 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 5492b536b43da2aee3ad41e63e92163e0060fc06..e2d95680eac74af86b8a33298840ce4954480c3b 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 9af64dab1e60f6a43ad54a772773995dff1a2ba1..5b6bc6a5842b828b7e73f362ca72d98ae080d809 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();