Date: Fri, 16 Apr 1999 06:06:10 -0700 From: Sang Kang To: pgcc AT delorie DOT com Subject: pgcc1.1.2 compilation error Message-ID: <19990416060610.A14663@mocha.sarang.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us Reply-To: pgcc AT delorie DOT com 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.