]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.
authorJakub Jelinek <jakub@gcc.gnu.org>
Sat, 27 Jan 2018 06:27:47 +0000 (07:27 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 27 Jan 2018 06:27:47 +0000 (07:27 +0100)
commit53723269d6c97ceb61b825006dbfd711a339eb81
treef2232529ad35c38904865dfb738a816179c1101c
parent1f2460766e0e67648606c68a04c7b21aaa5d9a09
c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.

* c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix
argument.
(LAZY_HEX_FP_VALUES_CNT): Define.
(lazy_hex_fp_values): Allow up to LAZY_HEX_FP_VALUES_CNT lazy hex fp
values rather than just 12.
(builtin_define_with_hex_fp_value): Likewise.

* include/cpplib.h (enum cpp_builtin_type): Change BT_LAST_USER from
BT_FIRST_USER + 31 to BT_FIRST_USER + 63.

From-SVN: r257118
gcc/c-family/ChangeLog
gcc/c-family/c-cppbuiltin.c
libcpp/ChangeLog
libcpp/include/cpplib.h