------- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-15 04:06 ------- This is not a bug in GCC. There is no benifit for the user if TARGET_C99_FUNCTIONS is defined and the C99 math functions are just wrappers around the C89 functions. Really TARGET_C99_FUNCTIONS is only used for optimizations and if expf should be defined as a buitin, it does not affect __builtin_expf at all.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29094