public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/56396] New: [4.8 Regression] memory corruption in cc1
@ 2013-02-19 14:37 doko at gcc dot gnu.org
  2013-02-19 19:02 ` [Bug tree-optimization/56396] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2013-02-19 14:37 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56396
           Summary: [4.8 Regression] memory corruption in cc1
    Classification: Unclassified
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


Created attachment 29495
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29495
preprocessed source

seen on a x86_64 system with glibc-2.17. seen with trunk 20130217, works with
the 4.7 branch. Lowering to -O1 or -O0 avoids the issue.

$ gcc -fPIC -g -O2 -c subscribe.i

subscribe.c: In function 'reply_421':
subscribe.c:286:5: internal compiler error: Aborted
 int reply_421(struct sip_msg* msg)
     ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
*** Error in `/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1': double free or corruption
(!prev): 0x000000000331e4c0 ***
*** Error in `/usr/lib/gcc/x86_64-linux-gnu/4.8/cc1': malloc(): memory
corruption: 0x000000000331f210 ***


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-20 12:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-19 14:37 [Bug tree-optimization/56396] New: [4.8 Regression] memory corruption in cc1 doko at gcc dot gnu.org
2013-02-19 19:02 ` [Bug tree-optimization/56396] " jakub at gcc dot gnu.org
2013-02-19 19:09 ` jakub at gcc dot gnu.org
2013-02-20 11:40 ` rguenth at gcc dot gnu.org
2013-02-20 12:01 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).