From 4050de4912df9909d867d887c60378c7a74621f9 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 6 Feb 2001 04:51:30 -0500 Subject: [PATCH] s/k/i/ From-SVN: r39487 --- gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc | 4 ++-- 1 file 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 () -- 2.30.2