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 middle-end/64498] [5 Regression] Cannot build Firefox with LTO: ICE in substitute_and_fold_dom_walker::before_dom_children


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64498

Martin LiÅka <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org

--- Comment #1 from Martin LiÅka <marxin at gcc dot gnu.org> ---
Problem is hidden in flag_var_tracking_assignments, which is set to false.
Thus, MAY_HAVE_DEBUG_INSNS is set to false. Unfortunately, Firefox contains
couple of third party libraries that have -g as a default option. So that DCE
after a statements removal does not remove debug statements that use result of
a statement and verifier fails.

Martin

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