diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-16 12:38:22 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-16 12:38:22 +0000 |
commit | a66fa75e35be553181a0cf64126f7eb068872b58 (patch) | |
tree | 1ddaf3b173c5b93f23e51f9426e07c0384189b2a /gcc | |
parent | 4db1563709b5b015c980b7087092e80935bb66b7 (diff) | |
download | gcc-a66fa75e35be553181a0cf64126f7eb068872b58.tar.gz |
Fixed ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158416 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 38952fc0aa0..f06b1baa0fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-04-16 Diego Novillo <dnovillo@google.com> + + * doc/invoke.texi: Explain how are unrecognized -Wno- warnings + handled. + 2010-04-16 Bernd Schmidt <bernds@codesourcery.com> PR target/40603 |