bitfld1.C: expected failure

* 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
This commit is contained in:
Alexandre Oliva 1998-09-28 21:24:13 +00:00 committed by Alexandre Oliva
parent a64c757e99
commit 4a2f8460dc
4 changed files with 11 additions and 3 deletions

View 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

View 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;
}
};

View file

@ -1,6 +1,8 @@
// Build don't link:
// by Bert Bril <bert@dgb.nl>
// excess errors test - XFAIL *-*-*
struct M1 {
struct I {};
};

View file

@ -9,8 +9,6 @@
//
// They vanish if the declaration of a::b is taken out.
// excess errors test - XFAIL *-*-*
#include <string>
string foo();