From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9804 invoked by alias); 15 Apr 2011 18:38:09 -0000 Received: (qmail 9789 invoked by uid 22791); 15 Apr 2011 18:38:08 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g1t0027.austin.hp.com (HELO g1t0027.austin.hp.com) (15.216.28.34) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Apr 2011 18:38:05 +0000 Received: from g1t0039.austin.hp.com (g1t0039.austin.hp.com [16.236.32.45]) by g1t0027.austin.hp.com (Postfix) with ESMTP id DFEBA38381; Fri, 15 Apr 2011 18:38:03 +0000 (UTC) Received: from lucas.cup.hp.com (lucas.cup.hp.com [15.244.97.116]) by g1t0039.austin.hp.com (Postfix) with ESMTP id 6D1F03402E; Fri, 15 Apr 2011 18:38:03 +0000 (UTC) Received: (from sje@localhost) by lucas.cup.hp.com (8.11.1 (PHNE_35485)/8.11.1) id p3FIc2l28400; Fri, 15 Apr 2011 11:38:02 -0700 (PDT) Date: Fri, 15 Apr 2011 19:52:00 -0000 Message-Id: <201104151838.p3FIc2l28400@lucas.cup.hp.com> From: Steve Ellcey To: "Vladimir N. Makarov" , Dmitry Melnik Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] sel-sched: Fix erroneous re-use of pointer to last insn in a BB (PR 48235) In-Reply-To: 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-04/txt/msg01240.txt.bz2 Vladimir and Dmitry, The new test you added, gcc.dg/pr48235.c, is failing on IA64 because it gets this excess message: cc1: note: -freorder-blocks-and-partition does not work on this architecture Could you modify the test to either filter out this message or not use the -freorder-blocks-and-partition option in IA64 or not run the test at all on IA64. I notice that gcc.dg/tree-prof/pr45354.c looks like this test but also has: /* { dg-require-effective-target freorder } */ That test does not fail, or run, on IA64 due to this dg option. Steve Ellcey sje@cup.hp.com