OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PR c++/37877
[pf3gnuchains/gcc-fork.git]
/
gcc
/
cp
/
ChangeLog
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index
a0be740
..
6d09faf
100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,3
+1,10
@@
+2009-01-09 John F. Carr <jfc@mit.edu>
+
+ PR c++/37877
+ * parser.c (cp_parser_class_specifier): Clear
+ parser->in_unbraced_linkage_specification_p while parsing class
+ specifiers.
+
2009-01-07 Jakub Jelinek <jakub@redhat.com>
PR c++/38725