[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2012-01-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 --- Comment #6 from Jakub Jelinek 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_li

[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2012-01-04 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 --- Comment #5 from Jan Kratochvil 2012-01-04 14:20:29 UTC --- (In reply to comment #4) > they could have unwanted > side-effects (reading uninitialized memory, division by zero, producing NaNs > etc.) that the debugger might complain about loudl

[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2012-01-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2012-01-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 Jakub Jelinek changed: What|Removed |Added CC||jan.kratochvil at redhat

[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2012-01-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 --- Comment #3 from Jakub Jelinek 2012-01-04 11:04:41 UTC --- We can always work around this as in (completely untested): --- gcc/dwarf2out.c2012-01-03 16:22:48.794866121 +0100 +++ gcc/dwarf2out.c2012-01-04 11:50:30.516022278 +0100 @@ -8

[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2011-12-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2011-12-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 --- Comment #1 from Jakub Jelinek 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.

[Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package

2011-12-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 Jakub Jelinek changed: What|Removed |Added Component|tree-optimization |debug Target Milestone|---