public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/43208]  New: lto1: error: invalid conversion in return statement
@ 2010-02-28 11:39 d dot g dot gorbachev at gmail dot com
  2010-02-28 11:40 ` [Bug lto/43208] " d dot g dot gorbachev at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-02-28 11:39 UTC (permalink / raw)
  To: gcc-bugs

In function 'g':
lto1: error: invalid conversion in return statement
struct list_node *

struct list_node *

return D.2037_1;

lto1: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: /usr/local/bin/i686-pc-linux-gnu-gcc-4.5.0 returned 1 exit status
collect2: lto-wrapper returned 1 exit status


-- 
           Summary: lto1: error: invalid conversion in return statement
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: d dot g dot gorbachev at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug lto/43208] lto1: error: invalid conversion in return statement
  2010-02-28 11:39 [Bug lto/43208] New: lto1: error: invalid conversion in return statement d dot g dot gorbachev at gmail dot com
@ 2010-02-28 11:40 ` d dot g dot gorbachev at gmail dot com
  2010-03-01 10:55 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-02-28 11:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from d dot g dot gorbachev at gmail dot com  2010-02-28 11:40 -------
Created an attachment (id=19985)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19985&action=view)
Testcase


-- 


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


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

* [Bug lto/43208] lto1: error: invalid conversion in return statement
  2010-02-28 11:39 [Bug lto/43208] New: lto1: error: invalid conversion in return statement d dot g dot gorbachev at gmail dot com
  2010-02-28 11:40 ` [Bug lto/43208] " d dot g dot gorbachev at gmail dot com
@ 2010-03-01 10:55 ` rguenth at gcc dot gnu dot org
  2010-06-03 15:27 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-01 10:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-03-01 10:54 -------
Confirmed.  struct X are not compatible by the notion of C99.


-- 

rguenth 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         |2010-03-01 10:54:53
               date|                            |


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


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

* [Bug lto/43208] lto1: error: invalid conversion in return statement
  2010-02-28 11:39 [Bug lto/43208] New: lto1: error: invalid conversion in return statement d dot g dot gorbachev at gmail dot com
  2010-02-28 11:40 ` [Bug lto/43208] " d dot g dot gorbachev at gmail dot com
  2010-03-01 10:55 ` rguenth at gcc dot gnu dot org
@ 2010-06-03 15:27 ` rguenth at gcc dot gnu dot org
  2010-07-20 13:03 ` rguenth at gcc dot gnu dot org
  2010-07-20 13:03 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-06-03 15:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-06-03 15:26 -------
Reconfirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2010-04-23 16:24:03         |2010-06-03 15:26:59
               date|                            |


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


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

* [Bug lto/43208] lto1: error: invalid conversion in return statement
  2010-02-28 11:39 [Bug lto/43208] New: lto1: error: invalid conversion in return statement d dot g dot gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2010-07-20 13:03 ` rguenth at gcc dot gnu dot org
@ 2010-07-20 13:03 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-20 13:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-07-20 13:03 -------
Fixed for 4.6.0.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |ice-checking
      Known to fail|                            |4.5.1
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0


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


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

* [Bug lto/43208] lto1: error: invalid conversion in return statement
  2010-02-28 11:39 [Bug lto/43208] New: lto1: error: invalid conversion in return statement d dot g dot gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2010-06-03 15:27 ` rguenth at gcc dot gnu dot org
@ 2010-07-20 13:03 ` rguenth at gcc dot gnu dot org
  2010-07-20 13:03 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-20 13:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-07-20 13:03 -------
Subject: Bug 43208

Author: rguenth
Date: Tue Jul 20 13:03:10 2010
New Revision: 162338

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

        PR lto/43208
        * gcc.dg/lto/20100720-1_0.c: New testcase.
        * gcc.dg/lto/20100720-1_1.c: Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/lto/20100720-1_0.c
    trunk/gcc/testsuite/gcc.dg/lto/20100720-1_1.c
Modified:
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

end of thread, other threads:[~2010-07-20 13:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-28 11:39 [Bug lto/43208] New: lto1: error: invalid conversion in return statement d dot g dot gorbachev at gmail dot com
2010-02-28 11:40 ` [Bug lto/43208] " d dot g dot gorbachev at gmail dot com
2010-03-01 10:55 ` rguenth at gcc dot gnu dot org
2010-06-03 15:27 ` rguenth at gcc dot gnu dot org
2010-07-20 13:03 ` rguenth at gcc dot gnu dot org
2010-07-20 13:03 ` 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).