http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752

--- Comment #17 from John David Anglin <danglin at gcc dot gnu.org> 2011-04-30 
01:38:18 UTC ---
I didn't find a simpler testcase running the C testsuite.

The following cross build commands allow me to duplicate the problem on
i686-apple-darwin9 with the compiler args shown in comment #11:

../gcc/configure --disable-shared --disable-nls --enable-multiarch
--disable-threads --disable-libgcc --disable-libmudflap --disable-libssp
--disable-libgomp --disable-libmudflap --build=i686-apple-darwin9
--host=i686-apple-darwin9 --target=hppa2.0w-hp-hpux11.11 --enable-languages=c++
--disable-bootstrap &&
make BOOT_CFLAGS="-g -O0" CFLAGS="-g -O0" &&

Reply via email to