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

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).