From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26249 invoked by alias); 21 Dec 2007 15:11:31 -0000 Received: (qmail 26132 invoked by uid 48); 21 Dec 2007 15:11:18 -0000 Date: Fri, 21 Dec 2007 15:11:00 -0000 Message-ID: <20071221151118.26131.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/29071] gcc.dg/20020919-1.c compilation test fails on powerpc-apple-darwin8 at -m64 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: 2007-12/txt/msg01995.txt.bz2 ------- Comment #2 from howarth at nitro dot med dot uc dot edu 2007-12-21 15:11 ------- I just noticed that passing -D__powerpc64__ on the compile line for this test at -m64 for powerpc-apple-darwin9 allows the missed clobbers seem to be detected. Shouldn't... # ifndef __powerpc64__ # define REG3 "8" # define REG4 "9" # endif in the gcc.dg/20020919-1.c testcase be rewritten to also include those definitions when __powerpc__ and __LP64__ are both defined? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29071