Fixed erroneous ChangeLog and gcc/ChangeLog entries.

From-SVN: r122856
This commit is contained in:
Brooks Moses 2007-03-12 12:00:28 -07:00
parent 07f1ac6d75
commit 6da4bc4e6e
2 changed files with 1 additions and 4 deletions

View File

@ -3,10 +3,6 @@
* Makefile.def (fixincludes): Remove unneeded "missing" lines.
* Makefile.in: Regenerate
2007-03-12 Seongbae Park <seongbae.park@gmail.com>
* gcc/doc/invoke.texi (Wvla): New warning.
2007-03-07 Andreas Schwab <schwab@suse.de>
* configure: Regenerate.

View File

@ -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 <rth@redhat.com>