This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Partially disabling -fno-builtin


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]