public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/18725] New: another ICE on trivial invalid asm
@ 2004-11-29 18:39 jsm28 at gcc dot gnu dot org
  2004-11-29 18:43 ` [Bug middle-end/18725] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2004-11-29 18:39 UTC (permalink / raw)
  To: gcc-bugs

void
f (void)
{
  int x = 1;
  asm ("" : "" (x), "" (x));
}

yields

t.c: In function 'f':
t.c:5: error: output operand constraint lacks '='
t.c:5: error: output operand constraint lacks '='
t.c:3: error: Incorrect sharing of tree nodes
__asm__("":"" <<< error >>>, "" <<< error >>>:);

<<< error >>>

t.c:3: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

: Search converges between 2004-09-18-014002-trunk (#546) and
2004-09-18-161001-trunk (#547).

-- 
           Summary: another ICE on trivial invalid asm
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-11-29 20:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-29 18:39 [Bug middle-end/18725] New: another ICE on trivial invalid asm jsm28 at gcc dot gnu dot org
2004-11-29 18:43 ` [Bug middle-end/18725] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-11-29 19:00 ` pinskia at gcc dot gnu dot org
2004-11-29 19:03 ` pinskia at gcc dot gnu dot org
2004-11-29 20:36 ` cvs-commit at gcc dot gnu dot org
2004-11-29 20:36 ` pinskia 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).