public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/44197]  New: varpool SEGV
@ 2010-05-19 16:42 ams at gcc dot gnu dot org
  2010-05-19 16:46 ` [Bug middle-end/44197] " ams at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ams at gcc dot gnu dot org @ 2010-05-19 16:42 UTC (permalink / raw)
  To: gcc-bugs

assemble_alias in varasm.c sets varpool->alias to 1, but fails to set
varpool->extra_name to anything.

This leads to trouble further down the line. In my case, varpool_remove_node
fails with a NULL-pointer exception.

This appears to be target/host independent. So far, the only work around I have
is to disable optimization.

Test case to follow ...


-- 
           Summary: varpool SEGV
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ams at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-06-24 11:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-19 16:42 [Bug middle-end/44197] New: varpool SEGV ams at gcc dot gnu dot org
2010-05-19 16:46 ` [Bug middle-end/44197] " ams at gcc dot gnu dot org
2010-05-19 16:47 ` ams at gcc dot gnu dot org
2010-05-19 21:57 ` [Bug middle-end/44197] [4.6 Regresssion] " hjl dot tools at gmail dot com
2010-05-20 14:58 ` hubicka at gcc dot gnu dot org
2010-06-24 11:26 ` jakub at gcc dot gnu dot 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).