From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32367 invoked by alias); 20 May 2003 08:06:01 -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 32331 invoked by uid 71); 20 May 2003 08:06:00 -0000 Date: Tue, 20 May 2003 08:06:00 -0000 Message-ID: <20030520080600.32330.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Aaron Williams Subject: Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code Reply-To: Aaron Williams X-SW-Source: 2003-05/txt/msg02150.txt.bz2 List-Id: The following reply was made to PR optimization/10876; it has been noted by GNATS. From: Aaron Williams To: gcc-prs@gcc.gnu.org, aaronw@attbi.com, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: optimization/10876: [3.3/3.4 regression] [Sparc] internal compiler error on FP code Date: Tue, 20 May 2003 01:00:24 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10876 I found that the file I included compiles fine with -O3 or greater. I have the non-stripped version of the file which also crashes gcc with -O3. In addition, if I enable all of the loop optimization support the compiler aborts. I will provide more details tomorrow. -Aaron