projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9224220
)
Add better error text.
author
Robert Lipe
<robertl@gcc.gnu.org>
Mon, 1 Jun 1998 10:16:16 +0000
(10:16 +0000)
committer
Robert Lipe
<robertl@gcc.gnu.org>
Mon, 1 Jun 1998 10:16:16 +0000
(10:16 +0000)
From-SVN: r20170
gcc/testsuite/g++.old-deja/g++.robertl/eb25.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb25.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb25.C
index 4953a0b689f8047904b99968f3d3e317300c032f..a52b436507ffc582c09c2259c2989ea5f1f37b55 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.robertl/eb25.C
+++ b/
gcc/testsuite/g++.old-deja/g++.robertl/eb25.C
@@
-6,6
+6,6
@@
int main()
{
- priority_queue< int, vector<int>, greater<int> > pq; // ERROR -
+ priority_queue< int, vector<int>, greater<int> > pq; // ERROR -
unknown template
return 0;
}