re PR bootstrap/44509 (Revision 160626 breaks bootstrap on *-apple-darwin*)
authorJakub Jelinek <jakub@redhat.com>
Mon, 14 Jun 2010 12:30:29 +0000 (14:30 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 14 Jun 2010 12:30:29 +0000 (14:30 +0200)
commit5bca794b0df69689d0bcc6d03697f169e543dd2c
treee71b7a923da3e97aad52cfbe029d629009a66b0a
parent689cb4acaa076bc1e537298fe71c00102e58e782
re PR bootstrap/44509 (Revision 160626 breaks bootstrap on *-apple-darwin*)

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.

From-SVN: r160729
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]