public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/35318]  New: [4.3/4.4 regression] ICE with inline asm in reload
@ 2008-02-23 18:07 reichelt at gcc dot gnu dot org
  2008-02-23 18:07 ` [Bug inline-asm/35318] " reichelt at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-23 18:07 UTC (permalink / raw)
  To: gcc-bugs

The following valid code snippet triggers an ICE on mainline and 4.3 branch
when compiled with -O:

============================================
void foo()
{
  double x = 4, y;
  __asm__ volatile ("" : "=r,r" (x), "=r,r" (y) : "%0,0" (x), "m,r" (8));
}
============================================

bug.c: In function 'void foo()':
bug.c:5: error: Failure trying to reload:
(nil)
bug.c:5: internal compiler error: in gen_reload, at reload1.c:8043
Please submit a full bug report, [etc.]


-- 
           Summary: [4.3/4.4 regression] ICE with inline asm in reload
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: inline-asm
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
 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=35318


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

end of thread, other threads:[~2009-06-19 21:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 18:07 [Bug inline-asm/35318] New: [4.3/4.4 regression] ICE with inline asm in reload reichelt at gcc dot gnu dot org
2008-02-23 18:07 ` [Bug inline-asm/35318] " reichelt at gcc dot gnu dot org
2008-02-23 18:13 ` [Bug target/35318] " pinskia at gcc dot gnu dot org
2008-03-03 16:26 ` rguenth at gcc dot gnu dot org
2008-03-04  7:39 ` reichelt at gcc dot gnu dot org
2008-03-14 17:12 ` rguenth at gcc dot gnu dot org
2008-06-06 15:02 ` rguenth at gcc dot gnu dot org
2008-08-27 22:07 ` jsm28 at gcc dot gnu dot org
2008-11-07 19:50 ` [Bug target/35318] [4.3 " jakub at gcc dot gnu dot org
2009-01-24 10:40 ` rguenth at gcc dot gnu dot org
2009-02-03  7:13 ` [Bug target/35318] [4.3/4.4 " reichelt at gcc dot gnu dot org
2009-02-03 17:28 ` jakub at gcc dot gnu dot org
2009-02-03 19:32 ` [Bug target/35318] [4.3 " jakub at gcc dot gnu dot org
2009-06-19 17:18 ` rguenth at gcc dot gnu dot org
2009-06-19 21:45 ` rguenth at gcc dot gnu dot org
2009-06-19 21:46 ` 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).