This is the mail archive of the gcc-patches@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]

Re: C++ PATCH: Add -Wabi


On Tue, 27 Aug 2002, Mark Mitchell wrote:
> Here is the patch to add -Wabi and to warn about the things we have
> discovered so far.

Hopefully this will help; thanks!

> 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
>
> 	* c-common.c (warn_abi): New variable.
> 	* c-common.h (warn_abi): Likewise.
> 	* c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
> 	(c_common_decode_option): Handle it.
> 	* doc/invoke.texi: Document -Wabi.

What do you think about adding a reference to -Wabi to doc/compat.texi
where Janis recently started a brief description of ABI and related
issues?

(I won't be able to do that by myself anytime soon, though.)

Gerald


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