crash26.C: XFAIL if parser produces excess errors message but not if it crashes.

2001-02-09  Jeffrey Oldham  <oldham@codesourcery.com>

	* g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
	excess errors message but not if it crashes.
	* g++.old-deja/g++.other/crash27.C: Likewise.
	* g++.old-deja/g++.other/crash28.C: Likewise.
	* g++.old-deja/g++.other/crash30.C: Likewise.
	* g++.old-deja/g++.other/crash32.C: Likewise.
	* g++.old-deja/g++.other/crash35.C: Likewise.
	* g++.old-deja/g++.pt/inherit2.C: Likewise.

From-SVN: r39593
This commit is contained in:
Jeffrey Oldham 2001-02-12 04:10:07 +00:00 committed by Jeffrey D. Oldham
parent 1c7c97cc63
commit 79ff6e278e
8 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,14 @@
2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
* g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
excess errors message but not if it crashes.
* g++.old-deja/g++.other/crash27.C: Likewise.
* g++.old-deja/g++.other/crash28.C: Likewise.
* g++.old-deja/g++.other/crash30.C: Likewise.
* g++.old-deja/g++.other/crash32.C: Likewise.
* g++.old-deja/g++.other/crash35.C: Likewise.
* g++.old-deja/g++.pt/inherit2.C: Likewise.
2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
* config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,

View File

@ -1,7 +1,7 @@
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-*
// excess errors test - XFAIL *-*-*
class foo {
public:

View File

@ -1,7 +1,7 @@
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-*
// excess errors test - XFAIL *-*-*
X(Y(long, Type, CLink)); break; default: break; } } } // ERROR -

View File

@ -1,7 +1,7 @@
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-*
// excess errors test - XFAIL *-*-*
namespace N
{

View File

@ -1,7 +1,7 @@
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-*
// excess errors test - XFAIL *-*-*
struct foo
{

View File

@ -1,7 +1,7 @@
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-*
// excess errors test - XFAIL *-*-*
struct foo
{

View File

@ -1,7 +1,7 @@
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-*
// excess errors test - XFAIL *-*-*
void foo()
{

View File

@ -1,7 +1,7 @@
// Test that we warn about unqualified references to implicit typenames.
// Bug: g++ is confused by the binding for ::AN and crashes.
// Special g++ Options:
// crash test - XFAIL *-*-*
// excess errors test - XFAIL *-*-*
template <class T> struct A {
struct AA { };