This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

g++.other/crash27.C


This has been passing ever since the new EH code went in.
I suspect the old bug had to do with the fake lexical blocks
that we'd been using.

Ok for branch?


r~



Index: gcc/testsuite/g++.old-deja/g++.other/crash27.C
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/g++.old-deja/g++.other/crash27.C,v
retrieving revision 1.2
diff -c -p -d -r1.2 crash27.C
*** crash27.C	2001/02/12 04:10:07	1.2
--- crash27.C	2001/06/13 00:39:16
***************
*** 1,8 ****
  // Build don't link:
  // Origin: Jakub Jelinek <jakub@redhat.com>
  
- // excess errors test - XFAIL *-*-*
- 
  X(Y(long, Type, CLink)); break; default: break; } } }	// ERROR - 
  
  struct A {
--- 1,6 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]