public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/46606] New: ICE in input_gimple_stmt in lto1
@ 2010-11-22 17:59 d.g.gorbachev at gmail dot com
  2010-11-22 18:03 ` [Bug lto/46606] " 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:59 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE in input_gimple_stmt in lto1
           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 22487
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22487
Testcase


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

* [Bug lto/46606] ICE in input_gimple_stmt in lto1
  2010-11-22 17:59 [Bug lto/46606] New: ICE in input_gimple_stmt in lto1 d.g.gorbachev at gmail dot com
@ 2010-11-22 18:03 ` d.g.gorbachev at gmail dot com
  2010-11-23 11:15 ` 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 18:03 UTC (permalink / raw)
  To: gcc-bugs

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

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


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

* [Bug lto/46606] ICE in input_gimple_stmt in lto1
  2010-11-22 17:59 [Bug lto/46606] New: ICE in input_gimple_stmt in lto1 d.g.gorbachev at gmail dot com
  2010-11-22 18:03 ` [Bug lto/46606] " d.g.gorbachev at gmail dot com
@ 2010-11-23 11:15 ` rguenth at gcc dot gnu.org
  2010-11-24 14:27 ` rguenth at gcc dot gnu.org
  2010-11-24 15:07 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-23 11:15 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2010.11.23 10:14:22
         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:14:22 UTC ---
Mine.  I have an old patch.


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

* [Bug lto/46606] ICE in input_gimple_stmt in lto1
  2010-11-22 17:59 [Bug lto/46606] New: ICE in input_gimple_stmt in lto1 d.g.gorbachev at gmail dot com
  2010-11-22 18:03 ` [Bug lto/46606] " d.g.gorbachev at gmail dot com
  2010-11-23 11:15 ` rguenth at gcc dot gnu.org
@ 2010-11-24 14:27 ` rguenth at gcc dot gnu.org
  2010-11-24 15:07 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-24 14:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-24 14:01:27 UTC ---
Author: rguenth
Date: Wed Nov 24 14:00:43 2010
New Revision: 167115

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

    PR lto/46606
    * lto-streamer-in.c (input_gimple_stmt): When we cannot find
    a FIELD_DECL that is type correct issue a warning and fixup
    with a VIEW_CONVERT_EXPR.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-in.c


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

* [Bug lto/46606] ICE in input_gimple_stmt in lto1
  2010-11-22 17:59 [Bug lto/46606] New: ICE in input_gimple_stmt in lto1 d.g.gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2010-11-24 14:27 ` rguenth at gcc dot gnu.org
@ 2010-11-24 15:07 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-24 15:07 UTC (permalink / raw)
  To: gcc-bugs

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

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-24 14:43:23 UTC ---
Fixed.


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

end of thread, other threads:[~2010-11-24 14:43 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:59 [Bug lto/46606] New: ICE in input_gimple_stmt in lto1 d.g.gorbachev at gmail dot com
2010-11-22 18:03 ` [Bug lto/46606] " d.g.gorbachev at gmail dot com
2010-11-23 11:15 ` rguenth at gcc dot gnu.org
2010-11-24 14:27 ` rguenth at gcc dot gnu.org
2010-11-24 15:07 ` 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).