From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25632 invoked by alias); 13 Apr 2004 22:00:14 -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 25625 invoked by uid 48); 13 Apr 2004 22:00:12 -0000 Date: Tue, 13 Apr 2004 22:45:00 -0000 Message-ID: <20040413220012.25624.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040413213609.14947.fsmith@mathworks.com> References: <20040413213609.14947.fsmith@mathworks.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/14947] Optimization leads to SegV for large locals on MAC Power PC X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg01119.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-13 22:00 ------- This is a dup of bug 12828 which is fixed for 3.4.0. The problem is -floop-optimize, you can disable it by -fno-loop-optimize but that disables some loop optimizations. *** This bug has been marked as a duplicate of 12828 *** -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|c |optimization Keywords| |patch, wrong-code Resolution| |DUPLICATE Target Milestone|--- |3.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14947