From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7860 invoked by alias); 14 Aug 2012 15:35:24 -0000 Received: (qmail 7794 invoked by uid 22791); 14 Aug 2012 15:35:23 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Aug 2012 15:35:08 +0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/54257] New: gcc.target/i386/pr53249.c failure at -m64 on x86_64-apple-darwin Date: Tue, 14 Aug 2012 15:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at nitro dot med.uc.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-08/txt/msg00868.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54257 Bug #: 54257 Summary: gcc.target/i386/pr53249.c failure at -m64 on x86_64-apple-darwin Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned@gcc.gnu.org ReportedBy: howarth@nitro.med.uc.edu The new test case gcc.target/i386/pr53249.c introduced in... Author: hjl Date: Wed May 9 13:32:13 2012 New Revision: 187331 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187331 Log: Add a test for PR middle-end/53249 PR middle-end/53249 * gcc.target/i386/pr53249.c: New. Added: trunk/gcc/testsuite/gcc.target/i386/pr53249.c Modified: trunk/gcc/testsuite/ChangeLog fails at -m64 on x86_64-apple-darwin12 with... Executing on host: /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120813/gcc/testsuite/gcc.target/i386/pr53249.c -fno-diagnostics-show-caret -O2 -mx32 -ftls-model=initial-exec -maddress-mode=short -S -m64 -o pr53249.s (timeout = 300) /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120813/gcc/testsuite/gcc.target/i386/pr53249.c:1:0: error: address mode 'short' not supported in the 64 bit mode^M compiler exited with status 1 output is: /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20120813/gcc/testsuite/gcc.target/i386/pr53249.c:1:0: error: address mode 'short' not supported in the 64 bit mode^M FAIL: gcc.target/i386/pr53249.c (test for excess errors)