https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82005
--- Comment #11 from rguenther at suse dot de <rguenther at suse dot de> --- On August 30, 2017 8:18:07 PM GMT+02:00, "dominiq at lps dot ens.fr" <gcc-bugzi...@gcc.gnu.org> wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82005 > >--- Comment #10 from Dominique d'Humieres <dominiq at lps dot ens.fr> >--- >I can prune the warnings with > > regsub -all "(^|\n)while processing\[^\n\]*" $text "" text >regsub -all "(^|\n)warning: could not find referenced DIE" $text "" >text > >however I see failures of the kind > >collect2: fatal error: dsymutil terminated with signal 11 [Segmentation >fault: >11] >compilation terminated. On LTO tescases or on others? LTO is expected to fail in weird ways until simple object support for mach-o is implemented.