https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119408
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c |target CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If a backend wants to support that suffix, it needs to define TARGET_C_MODE_FOR_SUFFIX hook and handle it there. See aarch64/i386/ia64/pa/rs6000 backends which do that.