From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 611 invoked by alias); 9 Jun 2011 22:16:39 -0000 Received: (qmail 603 invoked by uid 22791); 9 Jun 2011 22:16:38 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 22:16:25 +0000 Received: from kpbe20.cbf.corp.google.com (kpbe20.cbf.corp.google.com [172.25.105.84]) by smtp-out.google.com with ESMTP id p59MGMv2008625 for ; Thu, 9 Jun 2011 15:16:23 -0700 Received: from gxk3 (gxk3.prod.google.com [10.202.11.3]) by kpbe20.cbf.corp.google.com with ESMTP id p59MGBfa019508 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 9 Jun 2011 15:16:21 -0700 Received: by gxk3 with SMTP id 3so270995gxk.6 for ; Thu, 09 Jun 2011 15:16:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.42.9 with SMTP id u9mr2481397ybj.244.1307657781239; Thu, 09 Jun 2011 15:16:21 -0700 (PDT) Received: by 10.151.26.21 with HTTP; Thu, 9 Jun 2011 15:16:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 09 Jun 2011 22:32:00 -0000 Message-ID: Subject: Re: -fdump-passes -fenable-xxx=func_name_list From: Xinliang David Li To: "H.J. Lu" Cc: Richard Guenther , GCC Patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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/msg00775.txt.bz2 Can you send me a trace? I can not reproduce the problem. David On Thu, Jun 9, 2011 at 3:05 PM, H.J. Lu wrote: > On Tue, Jun 7, 2011 at 11:54 AM, Xinliang David Li w= rote: >> 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 > > -- > H.J. >