https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71767
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |assemble-failure Target| |x86_64-apple-darwin12.6.0 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note darwin GCC emits them for weak symbols still: https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/darwin.c;h=0055d8054415ffa229bc69b22e02b9678ecc2c56;hb=HEAD 3616 /* Otherwise, default to the 'normal' non-reordered sections. */ 3617 default_function_sections: 3618 return (weak) ? darwin_sections[text_coal_section] 3619 : text_section; If the coal section is deprecated, what is the replacement ones?