From owner-cvs-all Sun Sep 9 18:58:44 2001 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id 8E50837B407; Sun, 9 Sep 2001 18:58:40 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id A5C3E81D01; Sun, 9 Sep 2001 20:58:40 -0500 (CDT) Date: Sun, 9 Sep 2001 20:58:40 -0500 From: Alfred Perlstein To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_prf.c src/sys/sys systm.h Message-ID: <20010909205840.Q2965@elvis.mu.org> References: <200109100145.f8A1jbI67312@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109100145.f8A1jbI67312@freefall.freebsd.org>; from peter@FreeBSD.org on Sun, Sep 09, 2001 at 06:45:37PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Peter Wemm [010909 20:45] wrote: > peter 2001/09/09 18:45:37 PDT > > Modified files: > sys/kern subr_prf.c > sys/sys systm.h > Log: > This hack brought to you by some questionable ``optimizations'' in gcc-3. > gcc-3 takes it apon itself to convert: > printf("string\n") -> puts("string"); > and: > printf("a"); -> putchar('a') > etc. I dont know what they've been smoking over there in gcc-land, but > it must be pretty good stuff. Making an optimizing compiler is hard, let's go shopping! -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message