diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-06 09:51:30 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-06 09:51:30 +0000 |
| commit | 12e61da11421e19868f2bf922b58b1841d0f2e2c (patch) | |
| tree | 932803d7a945234f2f11162933180da4b68f4543 | |
| parent | 5288dd00ed26b1e83f7368b7007a5576c3d1bdde (diff) | |
| download | ppe42-gcc-12e61da11421e19868f2bf922b58b1841d0f2e2c.tar.gz ppe42-gcc-12e61da11421e19868f2bf922b58b1841d0f2e2c.zip | |
s/k/i/
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39487 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc b/gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc index 4f5a73ca3a0..34eb88ff822 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc +++ b/gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc @@ -1,7 +1,7 @@ inline int f () { - static int k; - return ++k; + static int i; + return ++i; } int g () |

