Bug 36184 - gimple-tuples-branch fails bootstrap on x86 Darwin
Summary: gimple-tuples-branch fails bootstrap on x86 Darwin
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 02:05 UTC by Stan Shebs
Modified: 2008-06-02 17:04 UTC (History)
4 users (show)

See Also:
Host: i386-apple-darwin9.2.2
Target: i386-apple-darwin9.2.2
Build: i386-apple-darwin9.2.2
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stan Shebs 2008-05-09 02:05:14 UTC
Per mailing list instructions and using a branch checkout from today,

../gimple-tuples-branch/configure --disable-libgomp --disable-libmudflap
make

on Darwin fails with an illegal instruction:

/Users/shebs/s/gcc/tuples/macosx/./prev-gcc/xgcc -B/Users/shebs/s/gcc/tuples/macosx/./prev-gcc/ -B/usr/local/i386-apple-darwin9.2.2/bin/ -c  -g -O2 -fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros 				     -Wno-overlength-strings -Werror -Werror -Wno-return-type -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../gimple-tuples-branch/gcc -I../../gimple-tuples-branch/gcc/. -I../../gimple-tuples-branch/gcc/../include -I./../intl -I../../gimple-tuples-branch/gcc/../libcpp/include  -I../../gimple-tuples-branch/gcc/../libdecnumber -I../../gimple-tuples-branch/gcc/../libdecnumber/dpd -I../libdecnumber  insn-attrtab.c -o insn-attrtab.o
xgcc: Internal error: Illegal instruction (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [insn-attrtab.o] Error 1
make[2]: *** [all-stage3-gcc] Error 2
make[1]: *** [stage3-bubble] Error 2
make: *** [all] Error 2
Comment 1 Andrew Pinski 2008-05-09 19:24:42 UTC
I will see what happens with this tomorrow when I get around to downloading the tuples branch on to my laptop.
Comment 2 Andrew Pinski 2008-05-28 18:51:17 UTC
It should be mentioned this is a stack overflow.
Comment 3 Diego Novillo 2008-06-02 17:04:45 UTC
Fixed. http://gcc.gnu.org/ml/gcc-patches/2008-05/msg02061.html.