projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a972743
)
Fix cp/ChangeLog
author
Fabien Chêne
<fabien@gcc.gnu.org>
Mon, 5 Dec 2011 22:07:06 +0000
(23:07 +0100)
committer
Fabien Chêne
<fabien@gcc.gnu.org>
Mon, 5 Dec 2011 22:07:06 +0000
(23:07 +0100)
From-SVN: r182030
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index 414f822933827c22cb8088ee2a2ef44cba1760d9..25e381a0b842796260967641a85227aa532c83da 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,3
+1,9
@@
+2011-12-05 Fabien Chêne <fabien@gcc.gnu.org>
+
+ PR c++/51319
+ * semantics.c (finish_id_expression): Strip using declarations
+ early in the function.
+
2011-12-05 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51399