diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-03 09:09:33 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-03 09:09:33 +0000 |
| commit | 64fe11e21f5d1e619cb0acac6c40effd55fbda1c (patch) | |
| tree | 2915bab5bf46a72a5fea20cb157e8fd74a7febe6 | |
| parent | 9e52a167417f303d1d3c63932dca594418ae2486 (diff) | |
| download | ppe42-gcc-64fe11e21f5d1e619cb0acac6c40effd55fbda1c.tar.gz ppe42-gcc-64fe11e21f5d1e619cb0acac6c40effd55fbda1c.zip | |
* c-decl.c (start_decl): Initialized variables are not common.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50252 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f3954a52e9..2ea07f371b4 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. |

