Commit 79ff6e27 by Jeffrey Oldham Committed by Jeffrey D. Oldham

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
parent 1c7c97cc
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> 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
* config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp, * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
......
// Build don't link: // Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-* // excess errors test - XFAIL *-*-*
class foo { class foo {
public: public:
......
// Build don't link: // Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-* // excess errors test - XFAIL *-*-*
X(Y(long, Type, CLink)); break; default: break; } } } // ERROR - X(Y(long, Type, CLink)); break; default: break; } } } // ERROR -
......
// Build don't link: // Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-* // excess errors test - XFAIL *-*-*
namespace N namespace N
{ {
......
// Build don't link: // Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-* // excess errors test - XFAIL *-*-*
struct foo struct foo
{ {
......
// Build don't link: // Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-* // excess errors test - XFAIL *-*-*
struct foo struct foo
{ {
......
// Build don't link: // Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
// crash test - XFAIL *-*-* // excess errors test - XFAIL *-*-*
void foo() void foo()
{ {
......
// Test that we warn about unqualified references to implicit typenames. // Test that we warn about unqualified references to implicit typenames.
// Bug: g++ is confused by the binding for ::AN and crashes. // Bug: g++ is confused by the binding for ::AN and crashes.
// Special g++ Options: // Special g++ Options:
// crash test - XFAIL *-*-* // excess errors test - XFAIL *-*-*
template <class T> struct A { template <class T> struct A {
struct AA { }; struct AA { };
......
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