From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32503 invoked by alias); 12 Nov 2003 22:02:39 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 32496 invoked by uid 48); 12 Nov 2003 22:02:37 -0000 Date: Wed, 12 Nov 2003 22:02:00 -0000 Message-ID: <20031112220237.32495.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031112215357.13028.czang@panasas.com> References: <20031112215357.13028.czang@panasas.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/13028] ia64 gcc with -O2 does not store value in register into local varible X-Bugzilla-Reason: CC X-SW-Source: 2003-11/txt/msg01067.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-12 22:02 ------- Not a bug as the types unsigned int and unsigned long are know not to alias (really their pointers are) each other. Also you are using an old version of gcc (2.96 a non-supported one at that), try to update it. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13028