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 to support attribute nonnull


Joseph S. Myers wrote:

The C++ front end currently only gets the format attribute checking
and not that for nonnull attributes.  This patch fixes that.  It
depends (textually, not logically) on my previous patch
<http://gcc.gnu.org/ml/gcc-patches/2004-06/msg02366.html> removing a
parameter from the interface to the format checking code as it changes
again code in the C++ front end that was changed by that patch.

Bootstrapped with no regressions on i686-pc-linux-gnu. OK to commit?

Both patches are OK.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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