From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6043 invoked by alias); 6 Oct 2009 02:06:03 -0000 Received: (qmail 4714 invoked by uid 48); 6 Oct 2009 02:05:49 -0000 Date: Tue, 06 Oct 2009 02:06:00 -0000 Message-ID: <20091006020549.4713.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/41313] r150553 causes g++.dg/tree-prof/partition1.C compilation and execution test failures on *-apple-darwin* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" 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 X-SW-Source: 2009-10/txt/msg00449.txt.bz2 ------- Comment #37 from howarth at nitro dot med dot uc dot edu 2009-10-06 02:05 ------- Opps. In both of the last patch... + if ((darwin_macosx_version_min && strverscmp(darwin_macosx_version_min, "10.6") >= 0) || flag_reorder_blocks_and_partition) should be + if (!(darwin_macosx_version_min && strverscmp(darwin_macosx_version_min, "10.6") >= 0) && flag_reorder_blocks_and_partition) of course. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41313