re PR bootstrap/41457 (Bootstrap failure at revision 152100)
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 24 Sep 2009 13:08:11 +0000 (15:08 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 24 Sep 2009 13:08:11 +0000 (15:08 +0200)
commit22a3138fa54b122b560edd5ff1cfbc7c1f443361
tree4d776474613e93c1b8e546b04cf94942423fa950
parent6209e51c90353c0293c031c749f5b5c7f08049d8
re PR bootstrap/41457 (Bootstrap failure at revision 152100)

PR bootstrap/41457
* dwarf2out.c (add_const_value_attribute): For HIGH and CONST_FIXED,
return false instead of gcc_unreachable ().  For CONST return the
value returned by recursive call instead of always returning true.
(tree_add_const_value_attribute): Return the value returned by
add_const_value_attribute instead of always returning true if rtl
is non-NULL.

From-SVN: r152119
gcc/ChangeLog
gcc/dwarf2out.c