From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51400 invoked by alias); 6 Oct 2015 10:30:48 -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 50216 invoked by uid 48); 6 Oct 2015 10:30:44 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/67864] New: [6 Regression] CSiBE size regression Date: Tue, 06 Oct 2015 10:30:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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-10/txt/msg00408.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67864 Bug ID: 67864 Summary: [6 Regression] CSiBE size regression Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: rguenth at gcc dot gnu.org CC: segher at kernel dot crashing.org Target Milestone: --- http://gcc.opensuse.org/CSiBE/ shows a big size regression between r228310 (good) and r228359 (bad). Flags used are -Os -fgnu89-inline, suspect is +2015-10-01 Segher Boessenkool + + * bb-reorder.c (reorder_basic_blocks): Use the algorithm selected + with flag_reorder_blocks_algorithm. + * common.opt (freorder-blocks-algorithm=): New flag. + (reorder_blocks_algorithm): New enum. + * flag-types.h (reorder_blocks_algorithm): New enum. + * opts.c (default_options_table): Use -freorder-blocks at -O1 and up, + and -freorder-blocks-algorithm=stc at -O2 and up (not at -Os). The size regression is from 3562398 bytes to 3617915 bytes.