------- Comment #19 from jakub at gcc dot gnu dot org 2010-06-14 12:31 ------- Subject: Bug 44509
Author: jakub Date: Mon Jun 14 12:30:29 2010 New Revision: 160729 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160729 Log: PR bootstrap/44509 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c. * c-family/c-cppbuiltin.c: Include gt-c-family-c-cppbuiltin.h. (lazy_hex_fp_values, lazy_hex_fp_value_count): Add GTY(()) markers. (lazy_hex_fp_value, builtin_define_with_hex_fp_value): Use ggc_strdup instead of xstrdup. * gcc.dg/pr44509.c: New test. Added: trunk/gcc/testsuite/gcc.dg/pr44509.c Modified: trunk/gcc/ChangeLog trunk/gcc/c-config-lang.in trunk/gcc/c-family/c-cppbuiltin.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44509