From owner-cvs-all Mon Sep 10 3:39:22 2001 Delivered-To: cvs-all@freebsd.org Received: from arb.arb.za.net (www.tarmactroopers.co.za [196.7.148.4]) by hub.freebsd.org (Postfix) with ESMTP id 9B08237B409; Mon, 10 Sep 2001 03:39:07 -0700 (PDT) Received: (from uucp@localhost) by arb.arb.za.net (8.11.3/8.11.3) with UUCP id f8AAd6j35572; Mon, 10 Sep 2001 12:39:06 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.6/8.11.4) with ESMTP id f8A9UBE97152; Mon, 10 Sep 2001 10:30:11 +0100 (BST) (envelope-from mark@grondar.za) Message-Id: <200109100930.f8A9UBE97152@grimreaper.grondar.za> 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 References: <200109100145.f8A1jbI67312@freefall.freebsd.org> In-Reply-To: <200109100145.f8A1jbI67312@freefall.freebsd.org> ; from Peter Wemm "Sun, 09 Sep 2001 18:45:37 PDT." Date: Mon, 10 Sep 2001 10:30:09 +0100 From: Mark Murray 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 > 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. This "optimzation" on the part of GCC is extremely rude, IMVHO. Is there a way (#define ?) of permanently disabling it? C is not FORTRAN - there are no intrinsic functions in C. Grrrrr..... M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message