From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17162 invoked by alias); 26 Apr 2009 01:35:33 -0000 Received: (qmail 17138 invoked by uid 48); 26 Apr 2009 01:35:20 -0000 Date: Sun, 26 Apr 2009 01:35:00 -0000 Message-ID: <20090426013520.17137.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/39903] ICE in tmpdir-gcc.dg-struct-layout-1/t026 c_compat_(x,y)_tst.o compile 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: 2009-04/txt/msg02380.txt.bz2 ------- Comment #5 from howarth at nitro dot med dot uc dot edu 2009-04-26 01:35 ------- I forgot to add that the compiler is built as... Using built-in specs. Target: x86_64-apple-darwin10 Configured with: ../gcc-4.4.0/configure --prefix=/sw --prefix=/sw/lib/gcc4.4 --mandir=/sw/share/man --infodir=/sw/share/info --enable-languages=c,c++,fortran,objc,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-libjava-multilib --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10 --target=x86_64-apple-darwin10 Thread model: posix gcc version 4.4.0 (GCC) The issue isn't seen with the i686-apple-darwin9 target using -m64 so it seems to be specific to the 64-bit native compiler when generating 64-bit code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39903