Re: 2.3.47 imac build?

From: Ron Flory (ron.flory@adtran.com)
Date: Mon Feb 28 2000 - 09:09:08 EST


> investigate why this warning does not occur on x86. (is it a gcc
> builtin?)
>
> The gcc 2.95.1 info pages claim so.

 -fno-builtin in all cases gets my vote. reliance on built-in
(implicit) prototypes is a dangerous practice, reminiscent of the 'bad
old days' of K&R C. Think of all the portability and compiler version
issues here....

 If one wishes a specific thing to happen in their program, one should
generally provide specific directions, thus reducing the chance the
compiler might provide 'surprising' alternatives..

 ...just a friendly opinion

ron

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 29 2000 - 21:00:19 EST