From 3e8f763093ca87b56616ebef3ee3d194af8c9fcb Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 17 Oct 2011 17:49:06 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2