http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57208
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-06-19 CC| |hubicka at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> --- This seems to be ELF or libelf limitation. The .o produced is corrupt apparently because we produce too many function sections. The second largest ltrans unit is over 20000, so perhaps elf is limited to 32000 sections?