[Bug tree-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash
maksim at kde dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 31 17:45:00 GMT 2007
------- Comment #6 from maksim at kde dot org 2007-10-31 17:45 -------
The usage scenario of the method pretty much precludes it from being used in a
way where read-only memory would have to be written, except if someone does
something silly with the API. Essentially it is called either with outside data
which may need the '\0' -> ' ' sort of cleanup, or a few literals inside our
own code where it will not be needed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33961
More information about the Gcc-bugs
mailing list