Commit 3fabe028 by Alexandre Oliva Committed by Alexandre Oliva

dwarf2.C, dwarf3.C: Added XFAIL for Solaris/x86.

* dwarf2.C, dwarf3.C: Added XFAIL for Solaris/x86.  Removed
-gdwarf.
* dwarf1.C: Removed -gdwarf.

From-SVN: r28557
parent f05f680a
1999-08-06 Alexandre Oliva <oliva@dcc.unicamp.br>
* dwarf2.C, dwarf3.C: Added XFAIL for Solaris/x86. Removed
-gdwarf.
* dwarf1.C: Removed -gdwarf.
1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br> 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
* new1.C, template8.C: Removed XFAIL. * new1.C, template8.C: Removed XFAIL.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// by Alexandre Oliva <oliva@dcc.unicamp.br> // by Alexandre Oliva <oliva@dcc.unicamp.br>
// based on bug report by Chris McKay <chris.mckay@solipsys.com> // based on bug report by Chris McKay <chris.mckay@solipsys.com>
// Special g++ Options: -gdwarf // Used to fail with dwarf debugging.
// crash test // crash test
template <class T = void> template <class T = void>
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
// by Alexandre Oliva <oliva@dcc.unicamp.br> // by Alexandre Oliva <oliva@dcc.unicamp.br>
// Special g++ Options: -gdwarf // Fails with dwarf debugging.
// crash test // crash test - XFAIL i386-pc-solaris*
typedef __java_boolean jboolean; typedef __java_boolean jboolean;
void foo() {} void foo() {}
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
// by Alexandre Oliva <oliva@dcc.unicamp.br> // by Alexandre Oliva <oliva@dcc.unicamp.br>
// based on bug report by Andreas Stolcke <stolcke@speech.sri.com> // based on bug report by Andreas Stolcke <stolcke@speech.sri.com>
// Special g++ Options: -gdwarf // Fails with dwarf debugging.
// crash test - XFAIL *-*-* // crash test - XFAIL i386-pc-solaris*
template <class T = void> struct foo { template <class T = void> struct foo {
int data[1]; int data[1];
......
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