From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27674 invoked by alias); 9 Feb 2015 18:49:45 -0000 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 Received: (qmail 27581 invoked by uid 48); 9 Feb 2015 18:49:42 -0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/60159] improve code for conditional sibcall Date: Mon, 09 Feb 2015 18:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget bug_status cf_reconfirmed_on component everconfirmed bug_severity Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00851.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60159 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |i?86-*-* x86_64-*-* Status|UNCONFIRMED |NEW Last reconfirmed| |2015-02-09 Component|rtl-optimization |target Ever confirmed|0 |1 Severity|normal |enhancement --- Comment #3 from Andrew Pinski --- This is a target specific bug because most other targets don't have the range for their conditional branches compared to their normal jumps. Confirmed.