While trying to build ScummVM, i got the first ever
internal compiler error, not sure, if it's only a
problem with a source change (in ScummVM). Submitting
it anyway, you can delete whenever you want :-)
ppc-amigaos-g++ -MMD,"graphics/scaler/.deps/hq3x.d",-MQ,"graphics/scaler/hq3x.o",-MP -Wall -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400 -O -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -pedantic -Wpointer-arith -Wcast-qual -Wconversion -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor -Wno-reorder -Wwrite-strings -fno-rtti -fno-exceptions -fcheck-new -DHAVE_CONFIG_H -DDISABLE_LURE -DDISABLE_CINE -DDISABLE_AGI -I. -I. -I./engines -ISDK:local/newlib/include/SDL -c graphics/scaler/hq3x.cpp -o graphics/scaler/hq3x.o
graphics/scaler/hq3x.cpp: In function 'void HQ3x_555(const uint8, uint32, uint8, uint32, int, int)':
graphics/scaler/hq3x.cpp:110: internal compiler error: in var_ann, at tree-flow-inline.h:35
gcc:
Reading specs from Work:Programming/SDK/gcc/bin/../lib/gcc/ppc-amigaos/4.0.2/specs
Target: ppc-amigaos
Configured with: ../gcc-4.0.2/configure --host=ppc-amigaos --target=ppc-amigaos --build=i686-cygwin --prefix=/gcc --enable-languages=c,c++,objc --enable-haifa --enable-sjlj-exceptions --disable-shared --disable-libstdcxx-pch
Thread model: single
gcc version 4.0.2 (AmigaOS build 20051012)
Anonymous
The part of the source crashing
Logged In: YES
user_id=1028770
Update:
Compiling again, it went through (this time i done nothing
in the background - like surfing on the net with AWeb),
maybe it was "just" a threading error?
Next part crashing
Logged In: YES
user_id=1028770
Originator: YES
Another one, this time on another part of the source, maybe
it's easier for you to track it down with different parts
of the source where it happens some time and then with some
code changes vanishes, otoh maybe it's just a waste of time,
though. :-)
./engines/saga/script.h: At global scope:
./engines/saga/script.h:355: internal compiler error: in tree_node_structure, at tree.c:1811
Doing another gmake, builds through fine
File Added: script.h
Logged In: YES
user_id=1944098
Originator: NO
sorry for the hassle
it turned out to be due to faulty ram...
as i'm not the OP anymore and can't do it by myself you may
close this as invalid whenever you want
thanks for all the work