------- Comment #10 from manu at gcc dot gnu dot org  2007-08-20 14:49 -------
I now think that Andrew is right and that PR33086 and this one are INVALID.
'const' does not mean read-only in C++ at all, and much less in C. atoi(const
char *) could always initialize buf[]. However, perhaps it can apply to
functions marked as "pure"...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10138

Reply via email to