From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10179 invoked by alias); 24 Feb 2010 16:34:42 -0000 Received: (qmail 10031 invoked by uid 48); 24 Feb 2010 16:34:30 -0000 Date: Wed, 24 Feb 2010 16:34:00 -0000 Message-ID: <20100224163430.10030.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/27896] lower-gimple produces extra goto for once return functions In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg02477.txt.bz2 ------- Comment #3 from steven at gcc dot gnu dot org 2010-02-24 16:34 ------- Still a problem, actually worse now than before (.009t.lower dump at r156926): ;; Function foo (foo) foo () { int D.1974; D.1974 = 1; goto ; : return D.1974; } The decomposition of "return 1" shows up already in the "004t.gimple" dump. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27896