Date: Wed, 15 Sep 1999 00:20:57 +0200 From: Ronald de Man To: pgcc AT delorie DOT com Subject: -fsoftware-pipe Message-ID: <19990915002056.A3481@win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i X-Operating-System: Linux localhost 2.2.12 Reply-To: pgcc AT delorie DOT com Hello, The option that seems to make pgcc-2.95.1 crash on almost every source file appears to be -fsoftware-pipe. Compiling with -O6 -fno-software-pipe I don't get internal compiler errors anymore on my program. (However, -O2 -Os -fomit-frame-pointer generates much faster code on a P233 MMX, at least in the case of this program.) Would it be helpful if I come up with a, say, 10 line program that exhibits the error? I could probably extract something like that from my source. Ronald