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, 04 Jan 2012 19:58:07 +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 #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-04 19:58:07 UTC ---
Author: jakub
Date: Wed Jan 4 19:58:03 2012
New Revision: 182886
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182886
Log:
PR debug/51695
* dwarf2out.c (output_loc_list): For now drop >= 64KB expressions
in .debug_loc on the floor.
* gcc.dg/pr51695.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/pr51695.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2out.c
trunk/gcc/testsuite/ChangeLog