public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/28270]  New: [4.0/4.1/4.2 regression] ICE on invalid inline asm
@ 2006-07-05 12:56 reichelt at gcc dot gnu dot org
  2006-07-05 15:39 ` [Bug target/28270] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-05 12:56 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 3.1:

============================================================
void foo(long double d)
{
  asm("" :: "a" (d));
}
============================================================

bug.c: In function 'foo':
bug.c:3: error: impossible register constraint in 'asm'
bug.c:4: internal compiler error: in ix86_secondary_memory_needed, at
config/i386/i386.c:16554
Please submit a full bug report, [etc.]

Maybe related to PR26655.


-- 
           Summary: [4.0/4.1/4.2 regression] ICE on invalid inline asm
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-08-04 17:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-05 12:56 [Bug target/28270] New: [4.0/4.1/4.2 regression] ICE on invalid inline asm reichelt at gcc dot gnu dot org
2006-07-05 15:39 ` [Bug target/28270] " pinskia at gcc dot gnu dot org
2006-07-17  3:07 ` mmitchel at gcc dot gnu dot org
2006-07-21 20:24 ` hubicka at gcc dot gnu dot org
2006-07-23  9:35 ` patchapp at dberlin dot org
2006-08-04 17:06 ` hubicka 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).