This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/54811] [4.8 regression] tree code 'ï' is not supported in LTO streams


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54811

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-10-04 16:43:37 UTC ---
Instead what happened is that I specifically restricted processing
DECL_DEBUG_EXPRs to local-vars in a previous fix.  But it seems that
local vars no longer contains this decl.  So it seems we have to
re-instantiate the case in the tree walker (we can't re-order
clear_unused_block_pointer () and removal of vars from local-decls
easily).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]