[Bug c/35384] Variables declared as 'static char * avar = "some string";' cannot be modified

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 26 19:00:00 GMT 2008



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-02-26 19:00 -------
"some string" is a string literal so it is constant.  What you are trying to do
is change the string literal which is undefined behavior so you are getting a
runtime seg fault.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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



More information about the Gcc-bugs mailing list