This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/71767] Endless stream of warnings when using GCC with -Wa,-q and Clang Integrated Assembler


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71767

--- Comment #14 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Created attachment 39638
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39638&action=edit
exhaustive results for libstdc++ with Xcode 8 + patch

Silenced with

+    # Ignore harmless warnings from Xcode 8.0.
+    regsub -all "(^|\n)ld: warning: direct access in function\[^\n\]* means
the weak symbol cannot be overridden\[^\n\]*" $text "" text

in libstdc++-v3/testsuite/lib/prune.exp.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]