From: brooks Date: Mon, 12 Mar 2007 19:00:28 +0000 (+0000) Subject: Fixed erroneous ChangeLog and gcc/ChangeLog entries. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=974bc84e97db9d9741e71dd74930e98f0bec94e9;p=thirdparty%2Fgcc.git Fixed erroneous ChangeLog and gcc/ChangeLog entries. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122856 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index f97cf52969dc..f892ab34bcb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,6 @@ * Makefile.def (fixincludes): Remove unneeded "missing" lines. * Makefile.in: Regenerate -2007-03-12 Seongbae Park - - * gcc/doc/invoke.texi (Wvla): New warning. - 2007-03-07 Andreas Schwab * configure: Regenerate. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 624f65175439..17fadea8814e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,6 +5,7 @@ and handle unnamed array case. (grokdeclarator): Refactored VLA warning case. * c.opt (Wvla): New flag. + * doc/invoke.texi (Wvla): New warning. 2007-03-12 Richard Henderson