[Bug target/71767] Endless stream of warnings when using GCC with -Wa,-q and Clang Integrated Assembler
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 5 18:19:00 GMT 2016
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?
More information about the Gcc-bugs
mailing list