projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263ee05
)
Fix typo.
author
Giovanni Bajo
<giovannibajo@gcc.gnu.org>
Tue, 16 Dec 2003 16:17:31 +0000
(16:17 +0000)
committer
Giovanni Bajo
<giovannibajo@gcc.gnu.org>
Tue, 16 Dec 2003 16:17:31 +0000
(16:17 +0000)
From-SVN: r74703
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index 31876c98145a8582c7230fe01ff530c28a5ceef9..1262901c90f45f817ec5d90ed4b46a4f10e14d10 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-20,7
+20,7
@@
* semantics.c (finish_id_expression): Refactor the code to handle
template parameters, and emit a more informative error message
- when they are used within
non integral constant expressions
.
+ when they are used within
an integral constant expression
.
\r
2003-12-16 Nathan Sidwell <nathan@codesourcery.com>