projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667332c
)
update
author
Jason Merrill
<jason@gcc.gnu.org>
Sat, 28 Mar 1998 01:57:58 +0000
(20:57 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Sat, 28 Mar 1998 01:57:58 +0000
(20:57 -0500)
From-SVN: r18868
gcc/testsuite/g++.old-deja/g++.brendan/crash8.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.brendan/crash8.C
b/gcc/testsuite/g++.old-deja/g++.brendan/crash8.C
index 701452ab6c2937caca95c179580db372f3926ff4..2b5dece65c1bd545d72da8c1be9dc6ef465d7219 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.brendan/crash8.C
+++ b/
gcc/testsuite/g++.old-deja/g++.brendan/crash8.C
@@
-7,6
+7,6
@@
class Elvis
template<int a>
class Elvis<0>// ERROR - .*
-{
+{
// ERROR -
int geta() { return a ; }
} ;