Message-Id: Date: Fri, 25 Jun 99 06:21 From: strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl (Krzysztof Strasburger) To: pgcc AT delorie DOT com Subject: Re: pgcc 1.1.1 Compile flag Reply-To: pgcc AT delorie DOT com >I am using a pentium II machine. I want to know what is the best >optimization and yet very safe flag for pgcc 1.1.1 ?? I want to add that >optflags: i686 -O2 -mcpu=pentiumpro -march=pentiumpro -fno-strength-reduce >-fexpensive-optimizations -ffast-math -mieee-fp fast-math is buggy in 1.1.1. Use 1.1.3. The strength-reduce bug is probably fixed in pgcc, so -fno-strength-reduce is not needed. Krzysztof