------- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-26 18:26 ------- No, sin(0) is not constant in C. C has specific rules about constant expression. You can use __builtin_sin(0) to always get the constant folding.
-- 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=32099