Mail Archives: pgcc/1999/03/15/18:38:57
When compiling pgcc from the latest CVS-sources (you may ask why; Some
programs are giving me internal compiler errors, eg Mesa and Mozilla),
make bombs on line 878 in the file gcc/resource.c
Complete error:
gcc -c -DIN_GCC -O6 -mpentiumpro -DHAVE_CONFIG_H -I. -I.
-I./config -I./../include resource.c
resource.c: In function `mark_target_live_regs':
resource.c:878: invalid type argument of `->'
make[1]: *** [resource.o] Error 1
make[1]: Leaving directory `/root/build/pgcc/gcc'
make: *** [all-gcc] Error 2
[root AT sartre pgcc]#
line 878 of gcc/resource.c:
regset regs_live = BASIC_BLOCK (b)->global_live_at_start;
My compiler is pgcc 1.1.1 on a RedHat 5.1 (heavily upgraded) PII-400.
Anybody know what could be causing this?
Thanks in advance
Knut Arne Storeide
- Raw text -