From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27068 invoked by alias); 16 Jan 2006 15:39:02 -0000 Received: (qmail 27021 invoked by uid 48); 16 Jan 2006 15:39:00 -0000 Date: Mon, 16 Jan 2006 15:39:00 -0000 Message-ID: <20060116153900.27020.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/25654] [4.0/4.1/4.2 Regression] RTL alias analysis unprepared to handle stack slot sharing In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" 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 X-SW-Source: 2006-01/txt/msg01558.txt.bz2 List-Id: ------- Comment #9 from rguenth at gcc dot gnu dot org 2006-01-16 15:38 ------- It is solved (all are) with -fno-strict-aliasing. Whether the failure mode is that of an aliasing problem or not, is another question. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25654