This is the mail archive of the gcc-bugs@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]

Code snippet causing the well known internal compiler error in scan_region


Title: Code snippet causing the well known internal compiler error in scan_region

Compiling the attached file with gcc-2.95.1 on a
OSF1 V4.0 564 alpha
machine, it produces the also attached output
(internal compiler error in `scan_region', at except.c:2566)

With the attached code, and the following command:
c++ -v -g -O2 offending.cc

if I remove -O2, the error goes away

<<offending.cc>> <<output>>

offending.cc

output


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