Mail Archives: pgcc/1999/03/03/07:08:46
jle AT star DOT be on 3.03.99 writes:
> I patched the full source of egcs-1.1.1 with the file provided on your site
> and I compiled/installed pgcc without problems.
> I recompiled some utilities like ddd, it's working good, BUT...
Yes this is a bug. I do have the same problems:
-O6 -pg -- never works with pgcc-1.1.1, use -O2 -pg
-fstrength-reduce that is assumed by -O6 do not
work too (sometimes).
Most notably it do not work with bzip2-0.9c (you need
to edit Makefile to check it, it has CFLAGS=bla..bla..-fno-strength-reduce)
Try -fno-strength-reduce with xlisp.
- Raw text -