diff options
author | Jakub Jelinek <jakub@redhat.com> | 2016-12-24 12:15:44 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2016-12-24 12:15:44 +0100 |
commit | 6b56d5f57de2d5608e3ad04649dc6bcba45c942d (patch) | |
tree | 858b469244234ff5d8880095556999d5b4f84e7e /gcc/tree.h | |
parent | 7b903e286896bada20e76645bec6ec38853bd13a (diff) | |
download | gcc-6b56d5f57de2d5608e3ad04649dc6bcba45c942d.zip gcc-6b56d5f57de2d5608e3ad04649dc6bcba45c942d.tar.gz gcc-6b56d5f57de2d5608e3ad04649dc6bcba45c942d.tar.bz2 |
re PR middle-end/78901 (ICE: verify_gimple failed (error: statement marked for throw in middle of block))
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.
From-SVN: r243914
Diffstat (limited to 'gcc/tree.h')
0 files changed, 0 insertions, 0 deletions