projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af1aa2
)
Code is in error. Insure EGCS reports that.
author
Robert Lipe
<robertl@gcc.gnu.org>
Thu, 28 May 1998 23:02:25 +0000
(23:02 +0000)
committer
Robert Lipe
<robertl@gcc.gnu.org>
Thu, 28 May 1998 23:02:25 +0000
(23:02 +0000)
From-SVN: r20125
gcc/testsuite/g++.old-deja/g++.robertl/eb119.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb119.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb119.C
index 8a25dab08415ea7aad7b84c5d5c199135d88d228..cecea834f8a33a873474d33e42b5aad3e49bc934 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.robertl/eb119.C
+++ b/
gcc/testsuite/g++.old-deja/g++.robertl/eb119.C
@@
-5,6
+5,6
@@
void f()
int main()
{
- f<bool>();
+ f<bool>(); // ERROR - .*
}