Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Toolchain issue compiling lang/python33



Hi,

lang/python27 compiles and runs fine if one skips math tests involving NaNs. However, python33 fails with an interesting error:

gcc -pthread -c -fno-strict-aliasing -DNDEBUG -O1 -fgcse -fstrength-reduce -fgcse-after-reload -I/usr/include -I/usr/local/include -O1 -fgcse -fstrength-reduce -fgcse-after-reload -I/usr/include -I/usr/local/include -O1 -fgcse -fstrength-reduce -fgcse-after-reload -I/usr/include -I/usr/local/include -I. -IInclude -I./Include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
Python/formatter_unicode.c: In function 'fill_number':
Python/formatter_unicode.c:655: internal compiler error: in change_address_1, at emit-rtl.c:1819
Please submit a full bug report,
with preprocessed source if appropriate.


It's interesting that all the compiler options are repeated three times and it's also interesting that this succeeds if attempted without any -O1.

John


Home | Main Index | Thread Index | Old Index