g++.other/crash27.C

Richard Henderson rth@redhat.com
Tue Jun 12 17:42:00 GMT 2001


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 ----



More information about the Gcc-patches mailing list