PATCH: XFAIL g++.other/crash31.C

Mark Mitchell mark@codesourcery.com
Sun Apr 29 16:35:00 GMT 2001


This test behaved exactly the same with 2.95.x as it does with 3.0, so
there is no point in having it show up as a FAIL on the release
branch.

This patch makes it an XFAIL instead, reducing the noise.

Tested on i686-pc-linux-gnu, installed on the branch.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2001-04-29  Mark Mitchell  <mark@codesourcery.com>

	* g++.old-deja/g++.other/crash31.C: XFAIL it.

Index: crash31.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.old-deja/g++.other/crash31.C,v
retrieving revision 1.1
diff -c -p -r1.1 crash31.C
*** crash31.C	2000/11/06 12:29:02	1.1
--- crash31.C	2001/04/29 23:33:30
***************
*** 2,11 ****
  // Origin: Jakub Jelinek <jakub@redhat.com>
  
  // crash test - XFAIL *-*-*
  
  namespace bar
  {
  struct foo
  {
    foo();
! };			// ERROR - parse error
--- 2,12 ----
  // Origin: Jakub Jelinek <jakub@redhat.com>
  
  // crash test - XFAIL *-*-*
+ // excess errors test - XFAIL *-*-*
  
  namespace bar
  {
  struct foo
  {
    foo();
! };			// ERROR - parse error XFAIL *-*-*



More information about the Gcc-patches mailing list