From owner-freebsd-bugs Mon Jul 22 11:39:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA23024 for bugs-outgoing; Mon, 22 Jul 1996 11:39:10 -0700 (PDT) Received: from valis.worldgate.com (marcs@valis.worldgate.com [198.161.84.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA23013 for ; Mon, 22 Jul 1996 11:39:07 -0700 (PDT) Received: from localhost (marcs@localhost) by valis.worldgate.com (8.6.12/8.6.12) with SMTP id MAA07173; Mon, 22 Jul 1996 12:38:37 -0600 Date: Mon, 22 Jul 1996 12:38:36 -0600 (MDT) From: Marc Slemko To: David Greenman cc: Joerg Wunsch , freebsd-bugs@freefall.freebsd.org Subject: Re: bin/1411: vi dumps core when using 'set list' In-Reply-To: <199607221806.LAA00336@root.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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.