https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81965
--- Comment #2 from Rainer Emrich <rai...@emrich-ebersheim.de> --- (In reply to Richard Biener from comment #1) > Just a wild guess... does > > Index: gcc/dwarf2out.c > =================================================================== > --- gcc/dwarf2out.c (revision 251326) > +++ gcc/dwarf2out.c (working copy) > @@ -178,7 +178,7 @@ static GTY(()) section *debug_ranges_sec > static GTY(()) section *debug_frame_section; > > /* Maximum size (in bytes) of an artificially generated label. */ > -#define MAX_ARTIFICIAL_LABEL_BYTES 30 > +#define MAX_ARTIFICIAL_LABEL_BYTES 40 > > /* According to the (draft) DWARF 3 specification, the initial length > should either be 4 or 12 bytes. When it's 12 bytes, the first 4 > > fix it? Unfortunately not.