------- Comment #2 from jakub at gcc dot gnu dot org 2009-09-24 13:08 ------- Subject: Bug 41457
Author: jakub Date: Thu Sep 24 13:08:11 2009 New Revision: 152119 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152119 Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41457