https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82011
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- > Ok, so a simple checking patch like the following unfortunately fires > right and left, restricting it to DW_AT_inline doesn't fire for me on > the testcase you mention (add || a->dw_attr != DW_AT_inline to the assert > condition). Can you check if that fires for you? I've just rebuilt cc1plus with both patches applied and the assert condition amended as above. The assert doesn't trigger and the dsymutil error is gone. Rainer