middle-end/9725: Invalid dependency determination

Jan Beulich JBeulich@novell.com
Mon Feb 17 16:44:00 GMT 2003


I was fearing you would say this. But I can in no way agree - the code
presented is valid C, and hence should work at any optimization level.
Thanks for further comments, Jan

>>> <bangerth@dealii.org> 17.02.03 16:48:54 >>>
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