This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: XFAIL g++.other/crash31.C
- To: gcc-patches at gcc dot gnu dot org
- Subject: PATCH: XFAIL g++.other/crash31.C
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Sun, 29 Apr 2001 16:35:18 -0700
- Organization: CodeSourcery, LLC
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 *-*-*