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 libstdc++/86450] Bootstrap failure due to -Wabi


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

--- Comment #23 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This should be fixed now, please confirm (I can't even get a build to complete
with --enable-maintainer-mode, I continue to be amazed you rely on something so
fragile).

--enable-maintainer-mode no longer implies -Werror for libstdc++. To get
-Werror you need to use --enable-werror (as one would expect).

The -Wabi warnings are fixed by using -Wabi=2 to warn about ABI changes since
-fabi-version=2 (and not by removing the option entirely).

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