diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-03-03 01:09:33 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-03-03 01:09:33 -0800 |
commit | 9e9b71e6b4d08d8530227773db86c05e79d93024 (patch) | |
tree | 2915bab5bf46a72a5fea20cb157e8fd74a7febe6 /gcc | |
parent | cc2c33286fdfb60c71940f39674e731766675f90 (diff) | |
download | gcc-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/ChangeLog | 4 |
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. |