aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2002-03-03 01:09:33 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-03-03 01:09:33 -0800
commit9e9b71e6b4d08d8530227773db86c05e79d93024 (patch)
tree2915bab5bf46a72a5fea20cb157e8fd74a7febe6 /gcc
parentcc2c33286fdfb60c71940f39674e731766675f90 (diff)
downloadgcc-9e9b71e6b4d08d8530227773db86c05e79d93024.zip
gcc-9e9b71e6b4d08d8530227773db86c05e79d93024.tar.gz
gcc-9e9b71e6b4d08d8530227773db86c05e79d93024.tar.bz2
* c-decl.c (start_decl): Initialized variables are not common.
From-SVN: r50252
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3f3954a..2ea07f3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-03 Richard Henderson <rth@redhat.com>
+
+ * c-decl.c (start_decl): Initialized variables are not common.
+
2002-03-02 Per Bothner <per@bothner.com>
* gcc.c (option_map): Suport new --bootclasspath option.