OSDN Git Service

s/k/i/
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2001 09:51:30 +0000 (09:51 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Feb 2001 09:51:30 +0000 (09:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39487 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc

index 4f5a73c..34eb88f 100644 (file)
@@ -1,7 +1,7 @@
 inline int f ()
 {
-  static int k;
-  return ++k;
+  static int i;
+  return ++i;
 }
 
 int g ()