This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Partially disabling -fno-builtin
- To: maarten at dutw1290 dot wbmt dot tudelft dot nl
- Subject: Re: Partially disabling -fno-builtin
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Tue, 30 Nov 1999 00:19:39 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <199911291629.RAA07002@dutw1290.wbmt.tudelft.nl>
> Can I select which functions should be *not* be replaced by built-in
> code without invoking -fno-builtin?
I believe this is currently not supported. The complementary feature,
calling builtins in any case, is available with the __builtin_ prefix
to functions (e.g. __builtin_sqrt).
If you think there is a bug in processing these builtins, please
report that.
Regards,
Martin