public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/40724]  New: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389
@ 2009-07-12  9:59 rguenth at gcc dot gnu dot org
  2009-07-13  5:49 ` [Bug lto/40724] " bje at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-12  9:59 UTC (permalink / raw)
  To: gcc-bugs

At -O0 -flto with

t1.f
      subroutine f
        print *, "Hello World"
      end
t2.f
      program test
      call f
      end

the reader ICEs with

lto1: internal compiler error: in lto_get_pickled_tree, at
lto-streamer-in.c:2389
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-
                    in.c:2389
           Product: gcc
           Version: lto
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

* [Bug lto/40724] [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389
  2009-07-12  9:59 [Bug lto/40724] New: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389 rguenth at gcc dot gnu dot org
@ 2009-07-13  5:49 ` bje at gcc dot gnu dot org
  2009-07-14  5:21 ` bje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-13  5:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bje at gcc dot gnu dot org  2009-07-13 05:49 -------
Confirmed.


-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-13 05:49:07
               date|                            |


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


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

* [Bug lto/40724] [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389
  2009-07-12  9:59 [Bug lto/40724] New: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389 rguenth at gcc dot gnu dot org
  2009-07-13  5:49 ` [Bug lto/40724] " bje at gcc dot gnu dot org
@ 2009-07-14  5:21 ` bje at gcc dot gnu dot org
  2009-07-18 23:05 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-14  5:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bje at gcc dot gnu dot org  2009-07-14 05:21 -------
There is a test case in gfortran.dg for this now.


-- 


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


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

* [Bug lto/40724] [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389
  2009-07-12  9:59 [Bug lto/40724] New: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389 rguenth at gcc dot gnu dot org
  2009-07-13  5:49 ` [Bug lto/40724] " bje at gcc dot gnu dot org
  2009-07-14  5:21 ` bje at gcc dot gnu dot org
@ 2009-07-18 23:05 ` rguenth at gcc dot gnu dot org
  2009-07-19  8:51 ` rguenth at gcc dot gnu dot org
  2009-07-19  8:51 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-18 23:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-07-18 23:05 -------
I have a patch.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-07-13 05:49:07         |2009-07-18 23:05:38
               date|                            |


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


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

* [Bug lto/40724] [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389
  2009-07-12  9:59 [Bug lto/40724] New: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389 rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-07-18 23:05 ` rguenth at gcc dot gnu dot org
@ 2009-07-19  8:51 ` rguenth at gcc dot gnu dot org
  2009-07-19  8:51 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-19  8:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-07-19 08:51 -------
Fixed (with -fwhopr the testcase now fails to link).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug lto/40724] [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389
  2009-07-12  9:59 [Bug lto/40724] New: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389 rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-07-19  8:51 ` rguenth at gcc dot gnu dot org
@ 2009-07-19  8:51 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-19  8:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-07-19 08:50 -------
Subject: Bug 40724

Author: rguenth
Date: Sun Jul 19 08:50:32 2009
New Revision: 149788

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149788
Log:
2009-07-19  Richard Guenther  <rguenther@suse.de>

        PR lto/40724
        PR lto/40725
        * lto-streamer.c (lto_get_common_nodes): Initialize
        main_identifier_node if it is not initialized already.

Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/lto-streamer.c


-- 


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


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

end of thread, other threads:[~2009-07-19  8:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-12  9:59 [Bug lto/40724] New: [LTO] ICE in lto_get_pickled_tree, at lto-streamer-in.c:2389 rguenth at gcc dot gnu dot org
2009-07-13  5:49 ` [Bug lto/40724] " bje at gcc dot gnu dot org
2009-07-14  5:21 ` bje at gcc dot gnu dot org
2009-07-18 23:05 ` rguenth at gcc dot gnu dot org
2009-07-19  8:51 ` rguenth at gcc dot gnu dot org
2009-07-19  8:51 ` rguenth 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).