X-pop3-spooler: POP3MAIL 2.1.0 b 4 980420 -bs- Message-Id: Date: Mon, 7 Sep 98 10:40 From: strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl (Krzysztof Strasburger) To: beastium-list AT desk DOT nl Subject: Unknown bug in PGCC-1.1a (Pentium Pro) Cc: pcg AT goof DOT com Sender: Marc Lehmann Status: RO X-Status: A Content-Length: 499 Lines: 11 The code compiled for Pentium Pro gives bad results. I tried to find the reason, but pgcc -S no longer gives the list of enabled options in the asembler output file. Is it possible to print them using a "secret" compiler option? If the answer is "No", what to modify in compiler sources to print these options? Krzysztof PS pgcc-1.1a, of course. Code compiled with egcs-1.1a works correctly. The suspected option is enabled by -O1 (!) and rarely modifies the code (another program works correctly).