projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07f1ac6
)
Fixed erroneous ChangeLog and gcc/ChangeLog entries.
author
Brooks Moses
<brooks@gcc.gnu.org>
Mon, 12 Mar 2007 19:00:28 +0000
(12:00 -0700)
committer
Brooks Moses
<brooks@gcc.gnu.org>
Mon, 12 Mar 2007 19:00:28 +0000
(12:00 -0700)
From-SVN: r122856
ChangeLog
patch
|
blob
|
history
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index f97cf52969dcbcdf5bd1a7f2622cc3241d28f1c1..f892ab34bcb8b1ea08a75f0c97d6cbd73e928000 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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.
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 624f65175439e1c31aeb75c44dc75b62252c77ec..17fadea8814e4129272e5406930db6ada27e0503 100644
(file)
--- 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 <rth@redhat.com>