From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29391 invoked by alias); 9 Jun 2011 22:05:20 -0000 Received: (qmail 29361 invoked by uid 22791); 9 Jun 2011 22:05:19 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 22:05:05 +0000 Received: by qwh5 with SMTP id 5so1066691qwh.20 for ; Thu, 09 Jun 2011 15:05:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.106.34 with SMTP id v34mr987427qco.111.1307657103427; Thu, 09 Jun 2011 15:05:03 -0700 (PDT) Received: by 10.229.47.78 with HTTP; Thu, 9 Jun 2011 15:05:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 09 Jun 2011 22:16:00 -0000 Message-ID: Subject: Re: -fdump-passes -fenable-xxx=func_name_list From: "H.J. Lu" To: Xinliang David Li Cc: Richard Guenther , GCC Patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00773.txt.bz2 On Tue, Jun 7, 2011 at 11:54 AM, Xinliang David Li wro= te: > Please review the attached two patches. > > In the first patch, gate functions are cleaned up. All the per > function legality checks are moved into the executor and the > optimization heuristic checks (optimize for size) remain in the > gators. These allow the the following overriding order: > > =A0 =A0common flags (O2, -ftree-vrp, -fgcse etc) =A0 <--- =A0compiler > heuristic (optimize for size/speed) <--- -fdisable/enable forcing pass > options =A0<--- legality check > > Testing under going. Ok for trunk? > This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D49350 --=20 H.J.