From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17040 invoked by alias); 14 Sep 2006 23:04:07 -0000 Received: (qmail 16984 invoked by uid 48); 14 Sep 2006 23:03:55 -0000 Date: Thu, 14 Sep 2006 23:04:00 -0000 Message-ID: <20060914230355.16983.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/29090] gcc.dg-struct-layout-1 failures on Darwin PPC 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-09/txt/msg01423.txt.bz2 List-Id: ------- Comment #7 from howarth at nitro dot med dot uc dot edu 2006-09-14 23:03 ------- I forget to mention the other build command of... sw/src/fink.build/gcc4-4.1.999-20060911/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc4-4.1.999-20060911/darwin_objdir/gcc/ -w -DSKIP_DECIMAL_FLOAT -fno-show-column -c -m64 -o c_compat_x_tst.o /sw/src/fink.build/gcc4-4.1.999-20060911/gcc-4.2-20060911/gcc/testsuite/gcc.dg/compat/struct-layout-1_x.c Also if I try to run the resulting testcase in gdb, I get... gdb ./gcc-dg-compat-struct-layout-1-01 GNU gdb 6.3.50-20050815 (Apple version gdb-563) (Wed Jul 19 05:17:43 GMT 2006) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared libraries .. done warning: unable to read history from "/sw/src/fink.build/gcc4-4.1.999-20060911/darwin_objdir/gcc/testsuite/gcc/.gdb_history": Permission denied (gdb) break /sw/src/fink.build/gcc4-4.1.999-20060911/gcc-4.2-20060911/gcc/testsuite/gcc.dg/compat/struct-layout-1_main.c:1 Breakpoint 1 at 0x0: file /sw/src/fink.build/gcc4-4.1.999-20060911/gcc-4.2-20060911/gcc/testsuite/gcc.dg/compat/struct-layout-1_main.c, line 8. (gdb) r Starting program: /sw/src/fink.build/gcc4-4.1.999-20060911/darwin_objdir/gcc/testsuite/gcc/gcc-dg-compat-struct-layout-1-01 Reading symbols for shared libraries .+ done Program received signal SIGABRT, Aborted. 0x00000000004fdcd8 in kill () (gdb) which makes it rather hard to debug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29090