projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddabe66
)
s/k/i/
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 6 Feb 2001 09:51:30 +0000
(
04:51
-0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Tue, 6 Feb 2001 09:51:30 +0000
(
04:51
-0500)
From-SVN: r39487
gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc
patch
|
blob
|
history
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 4f5a73ca3a0967b94ad1f2b9bcb0bbdc211e3a34..34eb88ff822e94fda835688bbaa6ee2e64bcfb70 100644
(file)
--- 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 ()