public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/44041]  New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement)
@ 2010-05-08 14:55 doko at ubuntu dot com
  2010-05-08 14:56 ` [Bug middle-end/44041] " doko at ubuntu dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at ubuntu dot com @ 2010-05-08 14:55 UTC (permalink / raw)
  To: gcc-bugs

seen with 4.5 20100508 on x86_64-linux-gnu:

$ gcc -O0 -fwhole-program -combine -Wno-strict-aliasing -Wtype-limits -m32 *.i
-o x.s
In file included from src/apm.c:12:0:
src/util.h:204:6: warning: conflicting types for built-in function 'printf'
src/output.c:135:1: warning: conflicting types for built-in function 'putc'
src/output.c:149:1: warning: conflicting types for built-in function 'puts'
src/output.c:228:1: warning: conflicting types for built-in function 'isdigit'
src/usb-uhci.c: In function 'uhci_alloc_intr_pipe':
src/usb-uhci.c:232:1: error: invalid conversion in return statement
struct usb_pipe *

struct usb_pipe *

return D.64364;

src/usb-uhci.c:232:1: error: invalid conversion in return statement
struct usb_pipe *

struct usb_pipe *

return D.64364;

src/usb-uhci.c:232:1: error: invalid conversion in return statement
struct usb_pipe *

struct usb_pipe *

return D.64364;

src/usb-uhci.c:232:1: error: invalid conversion in return statement
struct usb_pipe *

struct usb_pipe *

return D.64364;

src/usb-uhci.c:232:1: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.


-- 
           Summary: [4.5 regression] ICE: verify_gimple failed (invalid
                    conversion in return statement)
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: doko at ubuntu dot com


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


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

* [Bug middle-end/44041] [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement)
  2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
@ 2010-05-08 14:56 ` doko at ubuntu dot com
  2010-05-08 16:40 ` [Bug middle-end/44041] [4.5 regression] -combine " rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: doko at ubuntu dot com @ 2010-05-08 14:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from doko at ubuntu dot com  2010-05-08 14:56 -------
Created an attachment (id=20605)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20605&action=view)
preprocessed source


-- 


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


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

* [Bug middle-end/44041] [4.5 regression] -combine ICE: verify_gimple failed (invalid conversion in return statement)
  2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
  2010-05-08 14:56 ` [Bug middle-end/44041] " doko at ubuntu dot com
@ 2010-05-08 16:40 ` rguenth at gcc dot gnu dot org
  2010-05-19 12:58 ` rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-08 16:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-05-08 16:40 -------
-combine.  ice-checking.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking
            Summary|[4.5 regression] ICE:       |[4.5 regression] -combine
                   |verify_gimple failed        |ICE: verify_gimple failed
                   |(invalid conversion in      |(invalid conversion in
                   |return statement)           |return statement)
   Target Milestone|---                         |4.5.1


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


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

* [Bug middle-end/44041] [4.5 regression] -combine ICE: verify_gimple failed (invalid conversion in return statement)
  2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
  2010-05-08 14:56 ` [Bug middle-end/44041] " doko at ubuntu dot com
  2010-05-08 16:40 ` [Bug middle-end/44041] [4.5 regression] -combine " rguenth at gcc dot gnu dot org
@ 2010-05-19 12:58 ` rguenth at gcc dot gnu dot org
  2010-07-24 21:04 ` [Bug c/44041] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-19 12:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug c/44041] [4.5 regression] -combine ICE: verify_gimple failed (invalid conversion in return statement)
  2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2010-05-19 12:58 ` rguenth at gcc dot gnu dot org
@ 2010-07-24 21:04 ` pinskia at gcc dot gnu dot org
  2010-07-24 21:22 ` steven at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-07-24 21:04 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]



------- Comment #3 from pinskia at gcc dot gnu dot org  2010-07-24 21:03 -------
Well this no longer compiles on the trunk:
src/bregs.h:40:75: error: duplicate member ‘di_hi’


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |c


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


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

* [Bug c/44041] [4.5 regression] -combine ICE: verify_gimple failed (invalid conversion in return statement)
  2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
                   ` (3 preceding siblings ...)
  2010-07-24 21:04 ` [Bug c/44041] " pinskia at gcc dot gnu dot org
@ 2010-07-24 21:22 ` steven at gcc dot gnu dot org
  2010-07-31  9:35 ` rguenth at gcc dot gnu dot org
  2010-09-17  9:08 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-07-24 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from steven at gcc dot gnu dot org  2010-07-24 21:21 -------
IMA (-combine) => WONTFIX?


-- 


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


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

* [Bug c/44041] [4.5 regression] -combine ICE: verify_gimple failed (invalid conversion in return statement)
  2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
                   ` (4 preceding siblings ...)
  2010-07-24 21:22 ` steven at gcc dot gnu dot org
@ 2010-07-31  9:35 ` rguenth at gcc dot gnu dot org
  2010-09-17  9:08 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-07-31  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-07-31 09:29 -------
GCC 4.5.1 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.5.1                       |4.5.2


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


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

* [Bug c/44041] [4.5 regression] -combine ICE: verify_gimple failed (invalid conversion in return statement)
  2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
                   ` (5 preceding siblings ...)
  2010-07-31  9:35 ` rguenth at gcc dot gnu dot org
@ 2010-09-17  9:08 ` rguenth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-17  9:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2010-09-17 09:06 -------
-combine has been removed from GCC 4.6 in favor of LTO, closing as WONTFIX.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2010-09-17  9:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-08 14:55 [Bug middle-end/44041] New: [4.5 regression] ICE: verify_gimple failed (invalid conversion in return statement) doko at ubuntu dot com
2010-05-08 14:56 ` [Bug middle-end/44041] " doko at ubuntu dot com
2010-05-08 16:40 ` [Bug middle-end/44041] [4.5 regression] -combine " rguenth at gcc dot gnu dot org
2010-05-19 12:58 ` rguenth at gcc dot gnu dot org
2010-07-24 21:04 ` [Bug c/44041] " pinskia at gcc dot gnu dot org
2010-07-24 21:22 ` steven at gcc dot gnu dot org
2010-07-31  9:35 ` rguenth at gcc dot gnu dot org
2010-09-17  9:08 ` 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).