https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64509
Marek Polacek <mpolacek at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> --- (In reply to Martien de Jong from comment #4) > BTW, I notice that > > ./gcc/ginclude/tgmath.h > > uses > > __builtin_classify_type > __builtin_types_compatible_p > __builtin_choose_expr > > Will it move to using _Generic() ? I think it will over time (with a proper __GNUC_PREREQ guard). Anyway, there is nothing to do for this bug, so closing.