https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78901
--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sat Dec 24 11:15:44 2016 New Revision: 243914 URL: https://gcc.gnu.org/viewcvs?rev=243914&root=gcc&view=rev Log: PR middle-end/78901 * except.c (nothrow_libfn_p): Expect libc_name_p to return const struct libc_name_struct *, if it returns NULL, return 0, otherwise check c_ver and use flag_isoc99 or flag_isoc11. * cfns.gperf: Add %struct-type and libc_name_struct definition. For all C89 C library functions add , 89 after the name, add C99 C library functions with , 99 and C11 C library functions with , 11 suffix. * cfns.h: Regenerated. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/cfns.gperf trunk/gcc/cp/cfns.h trunk/gcc/cp/except.c