This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/7414: GCC 3.1 gens bad pointer arithmetic? SIGSEGV
- From: cgf at gcc dot gnu dot org
- To: blackkm at juno dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 27 Jul 2002 01:27:05 -0000
- Subject: Re: c/7414: GCC 3.1 gens bad pointer arithmetic? SIGSEGV
- Reply-to: cgf at gcc dot gnu dot org, blackkm at juno dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: GCC 3.1 gens bad pointer arithmetic? SIGSEGV
State-Changed-From-To: open->closed
State-Changed-By: cgf
State-Changed-When: Fri Jul 26 18:27:05 2002
State-Changed-Why:
gcc places strings in read-only sections, by default.
Use gcc -fwritable-strings to override this.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7414