From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25300 invoked by alias); 30 Jul 2010 18:10:51 -0000 Received: (qmail 25288 invoked by uid 22791); 30 Jul 2010 18:10:50 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Jul 2010 18:10:26 +0000 Received: from kpbe19.cbf.corp.google.com (kpbe19.cbf.corp.google.com [172.25.105.83]) by smtp-out.google.com with ESMTP id o6UIANZK017807 for ; Fri, 30 Jul 2010 11:10:24 -0700 Received: from gye5 (gye5.prod.google.com [10.243.50.5]) by kpbe19.cbf.corp.google.com with ESMTP id o6UI9r0j003722 for ; Fri, 30 Jul 2010 11:10:22 -0700 Received: by gye5 with SMTP id 5so721221gye.25 for ; Fri, 30 Jul 2010 11:10:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.80.16 with SMTP id d16mr2377915agb.168.1280513421858; Fri, 30 Jul 2010 11:10:21 -0700 (PDT) Received: by 10.91.36.12 with HTTP; Fri, 30 Jul 2010 11:10:21 -0700 (PDT) In-Reply-To: <4C531488.50803@codesourcery.com> References: <20100525235926.GA3326@kam.mff.cuni.cz> <20100528085052.GA3423@kam.mff.cuni.cz> <20100529152243.GA18706@kam.mff.cuni.cz> <20100529191446.GA3996@kam.mff.cuni.cz> <20100604105451.GB5105@kam.mff.cuni.cz> <4C531488.50803@codesourcery.com> Date: Fri, 30 Jul 2010 18:34:00 -0000 Message-ID: Subject: Re: IVOPT improvement patch From: Xinliang David Li To: Bernd Schmidt Cc: "H.J. Lu" , Pat Haugen , GCC Patches , Zdenek Dvorak Content-Type: text/plain; charset=ISO-8859-1 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: 2010-07/txt/msg02377.txt.bz2 See below. David Index: c-c++-common/uninit-17.c =================================================================== --- c-c++-common/uninit-17.c (revision 162719) +++ c-c++-common/uninit-17.c (revision 162720) @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -Wuninitialized" } */ +/* { dg-options "-O2 -Wuninitialized -fno-ivopts" } */ inline int foo(int x) { On Fri, Jul 30, 2010 at 11:06 AM, Bernd Schmidt wrote: > On 07/30/2010 06:45 PM, Xinliang David Li wrote: >> Ok -- the output of the test depends on ivopt and therefore is target >> dependent. I fixed it to make it target independent now. Please try >> again. > > Please post all patches you commit. > > > Bernd > >