middle-end/9725: Invalid dependency determination

bangerth@dealii.org bangerth@dealii.org
Mon Feb 17 15:48:00 GMT 2003


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



More information about the Gcc-bugs mailing list