OSDN Git Service

PR bootstrap/41457
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 2009 13:08:11 +0000 (13:08 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 2009 13:08:11 +0000 (13:08 +0000)
commitffba43d47dc7ec3b186cf0814d860f9d153bd3fa
tree4d776474613e93c1b8e546b04cf94942423fa950
parent51995f7194ef83d74b2a817a597fe000bd67bbb0
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152119 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c