[Bug middle-end/78901] [7 Regression] ICE: verify_gimple failed (error: statement marked for throw in middle of block)

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Dec 24 11:16:00 GMT 2016


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


More information about the Gcc-bugs mailing list