OSDN Git Service

PR bootstrap/44509
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jun 2010 12:30:29 +0000 (12:30 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jun 2010 12:30:29 +0000 (12:30 +0000)
commit59805910dc260c5cdfca5ae9524a6bced9246d72
treee71b7a923da3e97aad52cfbe029d629009a66b0a
parentced4f0683dc4335e9aaf7f546df6514b638846c9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160729 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-config-lang.in
gcc/c-family/c-cppbuiltin.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr44509.c [new file with mode: 0644]