https://sourceware.org/bugzilla/show_bug.cgi?id=28848
Richard Earnshaw <rearnsha at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rearnsha at gcc dot gnu.org --- Comment #2 from Richard Earnshaw <rearnsha at gcc dot gnu.org> --- Yes, the attributes on crti.o are not as expected, but the reading process should sanitize them in that case, and if really broken emit a sensible user diagnostic. It should not generate an assertion failure at the point where it does. The correct fix, I think, is to convert the value 3 into value zero when reading the input object. This converts the deprecated value into the expected replacement. -- You are receiving this mail because: You are on the CC list for the bug.