diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2011-10-17 17:49:06 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2011-10-17 17:49:06 +0000 |
commit | 3e8f763093ca87b56616ebef3ee3d194af8c9fcb (patch) | |
tree | c24b89eb277e1cef4fe9107cbbf3311bf6cbd4c5 /gcc | |
parent | ef12edb597a61bc12b65afed5c00ca71bf49605c (diff) | |
download | gcc-3e8f763093ca87b56616ebef3ee3d194af8c9fcb.zip gcc-3e8f763093ca87b56616ebef3ee3d194af8c9fcb.tar.gz gcc-3e8f763093ca87b56616ebef3ee3d194af8c9fcb.tar.bz2 |
re PR c++/50757 (Cannot turn off -Wnonnull when using C++)
/gcc
2011-10-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50757
* c-family/c.opt ([Wnonnull]): Add C++ and Objective-C++.
* doc/invoke.texi: Update.
/testsuite
2011-10-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50757
* g++.dg/warn/format7.C: New.
* obj-c++.dg/warn7.mm: Likewise.
From-SVN: r180102
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5524cb0..1c0ddaa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-17 Paolo Carlini <paolo.carlini@oracle.com> + + PR c++/50757 + * c-family/c.opt ([Wnonnull]): Add C++ and Objective-C++. + * doc/invoke.texi: Update. + 2011-10-17 Richard Henderson <rth@redhat.com> PR 50746 |