[Bug c++/12345] internal compiler error: verify_flow_info failed
ddaney at avtrex dot com
gcc-bugzilla@gcc.gnu.org
Sat Sep 20 00:35:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12345
------- Additional Comments From ddaney at avtrex dot com 2003-09-19 23:44 -------
simplified command line to cause failure:
$ /home/daney/mipsel-gcccvs/gcc/xgcc -B/home/daney/mipsel-gcccvs/gcc/ -g -O2
-fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -c prims.ii
However if you leave off -fnon-call-exceptions, then the error is not obtained.
Like this:
$ /home/daney/mipsel-gcccvs/gcc/xgcc -B/home/daney/mipsel-gcccvs/gcc/ -g -O2
-fno-rtti -fdollars-in-identifiers -c prims.ii
Also if you leave off -O2 the error is not obtained, like this:
$ /home/daney/mipsel-gcccvs/gcc/xgcc -B/home/daney/mipsel-gcccvs/gcc/ -g
-fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -c prims.ii
More information about the Gcc-bugs
mailing list