https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64187

--- Comment #3 from Brian <brian.corriveau at ericsson dot com> ---
Thanks for the speedy reply. I just added a comment on the bug. Maybe 
-Wall should catch this kind of thing?

thanks again
brian

pinskia at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64187
>
> Andrew Pinski <pinskia at gcc dot gnu.org> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|---                         |INVALID
>
> --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>     char *test = "this is a test";
>
>
> This is a string literal so it stored in constant memory and which is why you
> are getting a segfault.
>
>

Reply via email to