middle-end/1995: position dependency in asm("" : ... : : )
rodrigc@gcc.gnu.org
rodrigc@gcc.gnu.org
Wed Dec 12 00:15:00 GMT 2001
Synopsis: position dependency in asm("" : ... : : )
State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Wed Dec 12 00:02:27 2001
State-Changed-Why:
With gcc 3.0.3, I can compile this testcase successfully,
with only these compilation warnings:
q.c:8:17: warning: multi-line string literals are deprecated
q.c:16:17: warning: multi-line string literals are deprecated
However, the assembler gives me these errors:
/tmp/cc6keo5t.s: Assembler messages:
/tmp/cc6keo5t.s:27: Error: `%fs:(%di)' is not a valid 32 bit base/index expression
Looks like you have invalid assembler in this testcase.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=1995&database=gcc
More information about the Gcc-bugs
mailing list