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]
Other format: [Raw text]

Re: middle-end/9725: Invalid dependency determination


Synopsis: Invalid dependency determination

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Mon Feb 17 15:48:54 2003
State-Changed-Why:
    This is how aliasing is supposed to work. If you have a
    variable of type long long, don't access it as something
    else, or hell will break loose.
    
    If you need to play type games, use the "union" trick
    which should be described in the documentation.
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9725


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