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:
parent
1c7c97cc63
commit
79ff6e278e
@ -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>
|
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,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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 -
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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()
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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 { };
|
||||||
|
Loading…
Reference in New Issue
Block a user