[Bug tree-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash
bero at arklinux dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 31 17:01:00 GMT 2007
------- Comment #3 from bero at arklinux dot org 2007-10-31 17:00 -------
That conversion warning is only in the simplified test case, the original code
it's extracted from (khtml) doesn't pass a string constant (it passes html code
retrieved from a web server) and crashes the same way.
There is a const_cast<char*> conversion from a const char * in the code though,
this probably triggers the same (mis)optimization pass?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33961
More information about the Gcc-bugs
mailing list