[Bug debug/50203] ICE: in output_loc_list, at dwarf2out.c:8188 with --param max-vartrack-expr-depth=140
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 29 10:05:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50203
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aoliva at gcc dot gnu.org,
| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-29 09:08:45 UTC ---
DWARF has a fixed limit for the size of expression in .debug_loc - 64KB, so
with insane high parameters you can trigger it.
More information about the Gcc-bugs
mailing list