Date: Mon, 22 Jul 1996 12:38:36 -0600 (MDT) From: Marc Slemko <marcs@valis.worldgate.com> To: David Greenman <dg@root.com> Cc: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>, freebsd-bugs@freefall.freebsd.org Subject: Re: bin/1411: vi dumps core when using 'set list' Message-ID: <Pine.BSI.3.94.960722123546.4198A-100000@valis.worldgate.com> In-Reply-To: <199607221806.LAA00336@root.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Using a CFLAGS of "-O2 -fno-strength-reduce", the bug is still there. I could shrug the problem off if it were only -O2 that caused it; even if it were only -O, I could halfway understand. However, it happens in other places (eg. 2.1.5-RELEASE, which wasn't compiled with -O2 and locally when I was not using -O2 or -O); I just can't quite reproduce some of the others at the moment. On Mon, 22 Jul 1996, David Greenman wrote: > There is a known bug with -O2. That's why we don't use it. The problem is > with strength reduction. Try adding: -fno-strength-reduce and see if the > bug goes away.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960722123546.4198A-100000>