https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115823
--- Comment #6 from Stefan Schulze Frielinghaus <stefansf at gcc dot gnu.org> --- I probably missed something but shouldn't FoldBuiltinFunction emit a call to __builtin_isnormal whereas currently after gimplification we end up with: _T50 = isnormal (1.0e+0);