Commit 4a2f8460 by Alexandre Oliva Committed by Alexandre Oliva

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
parent a64c757e
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> 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/bitfld1.C: built-in operator!= should be * g++.old-deja/g++.other/bitfld1.C: built-in operator!= should be
......
// Build don't link: // Build don't link:
// Based on a bug report by Stephen Vavasis <vavasis@CS.Cornell.EDU> // Based on a bug report by Stephen Vavasis <vavasis@CS.Cornell.EDU>
// excess errors test - XFAIL *-*-*
// declares template operator!= // declares template operator!=
#include <utility> #include <utility>
struct foo { struct foo {
enum e { bar } baz:1; enum e { bar } baz:1;
void test() { void test() {
baz != bar; // XFAIL *-*-* baz != bar;
} }
}; };
// Build don't link: // Build don't link:
// by Bert Bril <bert@dgb.nl> // by Bert Bril <bert@dgb.nl>
// excess errors test - XFAIL *-*-*
struct M1 { struct M1 {
struct I {}; struct I {};
}; };
......
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
// //
// They vanish if the declaration of a::b is taken out. // They vanish if the declaration of a::b is taken out.
// excess errors test - XFAIL *-*-*
#include <string> #include <string>
string foo(); string foo();
......
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