------- 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