Subject: Re: EGCS 1.1 UPDATE rev. 6 / bad newlines on m(ac)68k
To: None <tech-toolchain@netbsd.org>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: tech-toolchain
Date: 08/24/1998 15:51:01
On Mon Aug 24 15:14:00 1998, Todd Vierling wrote:
> 
> On Mon, 24 Aug 1998, Erik Bertelsen wrote:
> 
> : > It seems that there is a code gen problem in src/lib/libc/stdio/vfprintf.c.
> : > The problem is gone after i compiled vfprintf.o,vfprintf.po and vfprintf.so
> : > with -O0.
> : 
> : Yup -- compiling vfprintf.c with -O0 made my problem go away as well.
> 
> Hm.  If there's a codegen bug on vfprintf.c, I'd be wary of any other
> codegen bugs.  Was this bug present even with -O, or only with -O2+?

Todd, the default optimize level in NetBSD is -O and not -O2 (we are talking
at the moment about userland and not about kernel builds).
So it was with -O.

Bernd