c/1642: problem with inline assembler: result variable not finished (?) when used

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Fri Jun 22 03:41:00 GMT 2001


Synopsis: problem with inline assembler: result variable not finished (?) when used

State-Changed-From-To: open->closed
State-Changed-By: jsm28
State-Changed-When: Fri Jun 22 03:41:34 2001
State-Changed-Why:
    Your program does not follow ISO C aliasing rules: it accesses
    the same object as both unsigned long and long long.  If
    you use -fno-strict-aliasing, it seems to act as you expect.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1642&database=gcc



More information about the Gcc-bugs mailing list