This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Dec 2011 11:35:23 +0000
- Subject: [Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package
- Auto-submitted: auto-generated
- References: <bug-51695-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-28 11:35:23 UTC ---
The NOTE_INSN_VAR_LOCATION argument for variable o is extremely huge in this
case and we hit the 64KB limit on .debug_loc expressions.