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 debug/51695] NOTE_INSN_VAR_LOCATION notes are sometimes too large


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2
            Summary|[4.7 Regression] ICE while  |NOTE_INSN_VAR_LOCATION
                   |compiling argyllcms package |notes are sometimes too
                   |                            |large

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-05 06:49:59 UTC ---
The ICE is now fixed, keeping the bug open to track doing something about
limiting the expression sizes on the var-tracking side and/or doing something
with the temporaries and/or subexpression redundancy removal.


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