From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16200 invoked by alias); 8 Nov 2008 21:48:17 -0000 Received: (qmail 3485 invoked by uid 48); 8 Nov 2008 21:46:56 -0000 Date: Sat, 08 Nov 2008 21:48:00 -0000 Message-ID: <20081108214656.3483.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37323] [4.4 Regression] __builtin_apply failures In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin 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: 2008-11/txt/msg00651.txt.bz2 ------- Comment #9 from danglin at gcc dot gnu dot org 2008-11-08 21:46 ------- This seems wrong: /* Put the insns after the NOTE that starts the function. If this is inside a start_sequence, make the outer-level insn chain current, so the code is placed at the start of the function. */ push_topmost_sequence (); emit_insn_before (seq, NEXT_INSN (entry_of_function ())); pop_topmost_sequence (); -- danglin at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-11-08 21:46:55 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37323