From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 15:04:03 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA1E437B401; Fri, 13 Jun 2003 15:04:03 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A326343FCB; Fri, 13 Jun 2003 15:04:02 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h5DM41vc004701; Sat, 14 Jun 2003 02:04:01 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h5DM41Wp004700; Sat, 14 Jun 2003 02:04:01 +0400 (MSD) Date: Sat, 14 Jun 2003 02:04:00 +0400 From: Andrey Chernov To: "David O'Brien" , current@FreeBSD.org Message-ID: <20030613220359.GA4596@nagual.pp.ru> References: <20030613154052.GA62356@nagual.pp.ru> <20030613194427.GA42459@dragon.nuxi.com> <20030613195128.GA2918@nagual.pp.ru> <20030613215307.GA43462@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030613215307.GA43462@dragon.nuxi.com> User-Agent: Mutt/1.5.4i Subject: Re: Bulding libc.so with gnu99 is dangerous! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 22:04:04 -0000 On Fri, Jun 13, 2003 at 14:53:07 -0700, David O'Brien wrote: > This isn't a bug report. The mail server I am writing this from, and the > laptop I am using to log into it from; are running with a stock world and > I can't repeat your problem. Exact steps are (on i386-current from Jun 1, cvsupped to recent, includes installed): setenv CSTD gnu99 cd /usr/src/lib/libc; make; make install (using compiler builded at Jun 1) This is not stock world bug report, since recent world have c99 instead of gnu99 on i386. This is about dangerous gnu99 option on i386.