public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/46605] New: Segmentation fault in lto_cgraph_replace_node
@ 2010-11-22 17:52 d.g.gorbachev at gmail dot com
  2010-11-22 17:55 ` [Bug lto/46605] " d.g.gorbachev at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2010-11-22 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Segmentation fault in lto_cgraph_replace_node
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


Created attachment 22485
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22485
Backtrace

GCC 4.6.0 20101120


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

* [Bug lto/46605] Segmentation fault in lto_cgraph_replace_node
  2010-11-22 17:52 [Bug lto/46605] New: Segmentation fault in lto_cgraph_replace_node d.g.gorbachev at gmail dot com
@ 2010-11-22 17:55 ` d.g.gorbachev at gmail dot com
  2010-11-23 10:46 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2010-11-22 17:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2010-11-22 17:52:23 UTC ---
Created attachment 22486
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22486
Testcase


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

* [Bug lto/46605] Segmentation fault in lto_cgraph_replace_node
  2010-11-22 17:52 [Bug lto/46605] New: Segmentation fault in lto_cgraph_replace_node d.g.gorbachev at gmail dot com
  2010-11-22 17:55 ` [Bug lto/46605] " d.g.gorbachev at gmail dot com
@ 2010-11-23 10:46 ` rguenth at gcc dot gnu.org
  2010-11-23 13:08 ` rguenth at gcc dot gnu.org
  2010-11-23 13:45 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-23 10:46 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2010.11.23 10:11:09
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-23 10:11:09 UTC ---
Confirmed, mine.


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

* [Bug lto/46605] Segmentation fault in lto_cgraph_replace_node
  2010-11-22 17:52 [Bug lto/46605] New: Segmentation fault in lto_cgraph_replace_node d.g.gorbachev at gmail dot com
  2010-11-22 17:55 ` [Bug lto/46605] " d.g.gorbachev at gmail dot com
  2010-11-23 10:46 ` rguenth at gcc dot gnu.org
@ 2010-11-23 13:08 ` rguenth at gcc dot gnu.org
  2010-11-23 13:45 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-23 13:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-23 12:52:20 UTC ---
Author: rguenth
Date: Tue Nov 23 12:52:16 2010
New Revision: 167074

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167074
Log:
2010-11-23  Richard Guenther  <rguenther@suse.de>

    PR lto/46605
    * lto.c (read_cgraph_and_symbols): Bail out after errors.

Modified:
    trunk/gcc/lto/ChangeLog
    trunk/gcc/lto/lto.c


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

* [Bug lto/46605] Segmentation fault in lto_cgraph_replace_node
  2010-11-22 17:52 [Bug lto/46605] New: Segmentation fault in lto_cgraph_replace_node d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2010-11-23 13:08 ` rguenth at gcc dot gnu.org
@ 2010-11-23 13:45 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-23 13:45 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-23 12:52:43 UTC ---
Fixed.


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

end of thread, other threads:[~2010-11-23 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22 17:52 [Bug lto/46605] New: Segmentation fault in lto_cgraph_replace_node d.g.gorbachev at gmail dot com
2010-11-22 17:55 ` [Bug lto/46605] " d.g.gorbachev at gmail dot com
2010-11-23 10:46 ` rguenth at gcc dot gnu.org
2010-11-23 13:08 ` rguenth at gcc dot gnu.org
2010-11-23 13:45 ` 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).