Message-ID: <01BE6587.4297FD80@valya.iki.rssi.ru> From: "Eugene M. Indenbom" To: "'pgcc AT delorie DOT com'" Subject: RE: Is it a BUG? Date: Wed, 3 Mar 1999 15:05:21 +0300 Encoding: 12 TEXT Reply-To: pgcc AT delorie DOT com 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.