From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2114 invoked by alias); 6 Apr 2003 00:26:02 -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 2065 invoked by uid 71); 6 Apr 2003 00:26:01 -0000 Date: Sun, 06 Apr 2003 00:26:00 -0000 Message-ID: <20030406002601.2006.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Zack Weinberg Subject: Re: optimization/10024 [3.3 regression] [HP-PA] inline optimization ICE Reply-To: Zack Weinberg X-SW-Source: 2003-04/txt/msg00181.txt.bz2 List-Id: The following reply was made to PR optimization/10024; it has been noted by GNATS. From: Zack Weinberg To: Richard Henderson Cc: gcc-patches@gcc.gnu.org, gcc-gnats@gcc.gnu.org, tausq@debian.org Subject: Re: optimization/10024 [3.3 regression] [HP-PA] inline optimization ICE Date: Sat, 05 Apr 2003 16:23:15 -0800 Richard Henderson writes: >> * cfgrtl.c (force_nonfallthru_and_redirect): If e is the edge >> we want, use it. > > Yes, this is ok for 3.3. Checked in. I have also checked the test case in as gcc.c-torture/compile/20030405-1.c on both the 3.3 branch and the mainline. zw