This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: middle-end/9725: Invalid dependency determination
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jbeulich at novell dot com, nobody at gcc dot gnu dot org
- Date: 17 Feb 2003 15:48:54 -0000
- Subject: Re: middle-end/9725: Invalid dependency determination
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, jbeulich at novell dot com, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
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