https://sourceware.org/bugzilla/show_bug.cgi?id=32491
--- Comment #11 from Alan Modra <amodra at gmail dot com> --- Hmm, so to builld previously released versions of gcc with current binutils a user would need to apply a patch to gcc/configure.ac and regenerate gcc/configure, or modify config.h after configuring gcc. And as far as gas is concerned, gcc is asking it whether '.section .rodata.str, "aMS", @progbits, 1' assembles, which it now doesn't because everything past the '@' is a comment and gas provides 0 when get_absolute_expression parses an absent expression. I think gas should accept the specific case of an absent entsize with "M", and assume 1, but reject a supplied 0. -- You are receiving this mail because: You are on the CC list for the bug.