This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]