Mail Archives: pgcc/1999/04/16/08:14:32
Hello,
I am using Slackware(glibc1) and trying to rebuild all of the packages using
pgcc - so I retrieved the egcs-1.1.2 and pgcc patch, applied it, and ran
configure/make bootstrap (with a few options which doesn't relate to my
problem).
Before doing it, I recompiled egc-1.1.2 and installed it (target:
i686-pc-linux-gnulibc1) - it works fine. after confirming that it, I
untarred another copy of egcs, applied pgcc patch, then the following
error came up:
[...]
stage1/xgcc -Bstage1/ -DIN_GCC -DUSE_GNULIBC_1 -O2 -g -O2 -DHAVE_CONFIG_H -DHAIFA -I. -I. -I./config -c ./cexp.c
haifa-sched.c:8259: Internal compiler error in function update_flow_info
make[2]: *** [cexp.o] Error 1
make[2]: Leaving directory `/root/tmp/pgcc-1.1.2/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/root/tmp/pgcc-1.1.2/gcc'
make: *** [bootstrap] Error 2
I looked it up and it only says /* This shouldn't happen */.
This is not sig11 error....is it? (I know sig11 comes in a variety... let
me check if it runs after disabling l2 chache if it is the problem).
In the meanwhile, has anyone experienced this problem? Please Cc: to me
directly - I'm not on the list.
TIA,
--
Sang Woo Kang swk AT acm,org http://kahuna.sdsu.edu/~skang/ http://i.am/sangwoo/
#define BITCOUNT(x) (((BX_(x)+(BX_(x)>>4)) & 0x0F0F0F0F) % 255)
#define BX_(x) ((x) - (((x)>>1)&0x77777777) - (((x)>>2)&0x33333333) -
(((x)>>3)&0x11111111)) - Yet another bit trick.
- Raw text -