From: Paolo Carlini Date: Mon, 17 Oct 2011 17:49:06 +0000 (+0000) Subject: re PR c++/50757 (Cannot turn off -Wnonnull when using C++) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e8f763093ca87b56616ebef3ee3d194af8c9fcb;p=gcc.git re PR c++/50757 (Cannot turn off -Wnonnull when using C++) /gcc 2011-10-17 Paolo Carlini PR c++/50757 * c-family/c.opt ([Wnonnull]): Add C++ and Objective-C++. * doc/invoke.texi: Update. /testsuite 2011-10-17 Paolo Carlini PR c++/50757 * g++.dg/warn/format7.C: New. * obj-c++.dg/warn7.mm: Likewise. From-SVN: r180102 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5524cb04683..1c0ddaaa598 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-17 Paolo Carlini + + PR c++/50757 + * c-family/c.opt ([Wnonnull]): Add C++ and Objective-C++. + * doc/invoke.texi: Update. + 2011-10-17 Richard Henderson PR 50746