Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 10:30:09 +0100
From:      Mark Murray <mark@grondar.za>
To:        Peter Wemm <peter@FreeBSD.org>
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:  <200109100930.f8A9UBE97152@grimreaper.grondar.za>
In-Reply-To: <200109100145.f8A1jbI67312@freefall.freebsd.org> ; from Peter Wemm <peter@FreeBSD.org>  "Sun, 09 Sep 2001 18:45:37 PDT."
References:  <200109100145.f8A1jbI67312@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>   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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109100930.f8A9UBE97152>