------- Comment #18 from rguenth at gcc dot gnu dot org 2005-10-19 09:31 ------- + decl = identifier_global_value (value);
Make that + decl = decl ? identifier_global_value (value) : NULL_TREE; and it even survives bootstrap. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24295