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