From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7883 invoked by alias); 17 Feb 2003 15:48:54 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 7863 invoked by uid 48); 17 Feb 2003 15:48:54 -0000 Date: Mon, 17 Feb 2003 15:48:00 -0000 Message-ID: <20030217154854.7862.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jbeulich@novell.com, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jbeulich@novell.com, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: middle-end/9725: Invalid dependency determination X-SW-Source: 2003-02/txt/msg00717.txt.bz2 List-Id: 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