projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d182b4
)
typo
author
Jason Merrill
<jason@gcc.gnu.org>
Thu, 14 Dec 2000 19:30:43 +0000
(14:30 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Thu, 14 Dec 2000 19:30:43 +0000
(14:30 -0500)
From-SVN: r38257
gcc/cp/cvt.c
patch
|
blob
|
history
diff --git
a/gcc/cp/cvt.c
b/gcc/cp/cvt.c
index e997d11d7bf4862fb1a0d700a58c6da7c5c7bc34..b428a96953df568916cd943449e23c57b43fe498 100644
(file)
--- a/
gcc/cp/cvt.c
+++ b/
gcc/cp/cvt.c
@@
-1016,7
+1016,7
@@
convert_to_void (expr, implicit)
conversions to/from basetypes may involve memory references
(vbases) and adding or subtracting small values (multiple
inheritance), but it calls convert from the constant folding code
- on subtrees of already buil
d
trees after it has ripped them apart.
+ on subtrees of already buil
t
trees after it has ripped them apart.
Also, if we ever support range variables, we'll probably also have to
do a little bit more work. */