parser.h: Add arguments to all plugins.
[gcc.git] / gcc / cp / ChangeLog
1 2011-02-13 Mike Stump <mikestump@comcast.net>
2
3 * parser.c (cp_parser_primary_expression): Add arguments to all the plugins.
4 * lex.c: Plugify.
5 * Make-lang.in (objcp/plugin/lex.h): Likewise.
6 * Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy
7 down.
8
9 2011-02-12 Mike Stump <mikestump@comcast.net>
10
11 * Make-lang.in (build/slashify): Plugify Objective-C++.
12 (cp/parser.o): Likewise.
13 (objcp/plugin/parser.h): Likewise.
14 * parser.c (cp_parser_token_starts_cast_expression): Likewise.
15
16 2011-02-09 Jason Merrill <jason@redhat.com>
17
18 * decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.
19 * semantics.c (finish_fname): Only return the name if we're in
20 a function.
21
22 * decl.c (build_enumerator): Don't perform integral promotions on
23 non-integral constants.
24
25 * cvt.c (convert_to_void): Handle null op1.
26
27 * class.c (type_has_constexpr_default_constructor): Make sure the
28 caller stripped an enclosing array.
29 * init.c (perform_member_init): Strip arrays before calling it.
30
31 PR c++/47511
32 * semantics.c (potential_constant_expression_1): Handle TEMPLATE_DECL.
33
34 2011-02-03 Dodji Seketeli <dodji@redhat.com>
35
36 PR c++/47398
37 * tree.c (cp_tree_equal)<TEMPLATE_PARM_INDEX>: Take the number of
38 template parameters in account.
39
40 2011-02-03 Nathan Froyd <froydnj@codesourcery.com>
41
42 PR c++/46890
43 * parser.c (cp_parser_class_specifier): Fix setting of
44 want_semicolon.
45
46 2011-01-31 Jakub Jelinek <jakub@redhat.com>
47
48 PR c++/47416
49 * semantics.c (build_data_member_initialization): Handle
50 STATEMENT_LIST always instead of just for CLEANUP_BODY.
51
52 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
53
54 * g++spec.c (lang_specific_driver) [HAVE_LD_STATIC_DYNAMIC] Use
55 LD_STATIC_OPTION, LD_DYNAMIC_OPTION.
56
57 2011-01-29 Dodji Seketeli <dodji@redhat.com>
58
59 PR c++/47311
60 * cp-tree.h (fixup_template_parms): Declare.
61 * pt.c (end_template_parm_list): Do not fixup template parms here.
62 (fixup_template_parms): Remove static. Fix typo in the
63 comments. Remove useless code statement.
64 (fixup_template_parm): For a template template parameter, fixup
65 its attributes before fixing up its type.
66 * parser.c
67 (cp_parser_template_declaration_after_export): After parsing
68 template parameters fixup their types.
69
70 2011-01-26 Jakub Jelinek <jakub@redhat.com>
71
72 PR c++/47476
73 * semantics.c (potential_constant_expression_1): Handle
74 TRUTH_XOR_EXPR.
75
76 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
77
78 PR c++/43601
79 * semantics.c (expand_or_defer_fn_1): Handle it.
80 * decl2.c (decl_needed_p): Likewise.
81
82 2011-01-21 Jason Merrill <jason@redhat.com>
83
84 PR c++/47041
85 * semantics.c (build_constexpr_constructor_member_initializers):
86 Handle trivial copy.
87
88 2011-01-21 Jakub Jelinek <jakub@redhat.com>
89
90 PR c++/47388
91 * semantics.c (begin_for_stmt): If -fno-for-scope, don't
92 assume init must be NULL if scope is NULL.
93 (begin_range_for_stmt): Likewise.
94
95 2011-01-21 Jason Merrill <jason@redhat.com>
96
97 PR c++/46552
98 * semantics.c (cxx_eval_constant_expression): Handle OFFSET_REF.
99
100 PR c++/46977
101 * semantics.c (potential_constant_expression_1): Split out from
102 potential_constant_expression. Add want_rval parm. Handle
103 template expression forms. Don't enforce restriction on address
104 of automatic variable here. Add a couple of diagnostics that
105 had been missing.
106 (require_potential_constant_expression): New entry point.
107 (build_data_member_initialization, register_constexpr_fundef): Adjust.
108 (maybe_constant_value): Check potential_constant_expression.
109 * pt.c (fold_non_dependent_expr_sfinae): Likewise.
110 * tree.c (build_vec_init_expr): Adjust.
111
112 2011-01-19 Jakub Jelinek <jakub@redhat.com>
113
114 PR c++/47303
115 * decl2.c (finish_anon_union): Only call mangle_decl if TREE_STATIC
116 or DECL_EXTERNAL.
117
118 2011-01-17 Jason Merrill <jason@redhat.com>
119
120 PR c++/47067
121 * semantics.c (base_field_constructor_elt): New fn.
122 (cxx_eval_bare_aggregate): Use it.
123 (build_data_member_initialization): Leave COMPONENT_REF for
124 vfield inits.
125
126 2011-01-14 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
127
128 * parser.c (cp_parser_range_for): Remove the "unused variable" warning
129 workaround.
130
131 2011-01-15 Giovanni Funchal <gafunchal@gmail.com>
132 Jonathan Wakely <jwakely.gcc@gmail.com>
133
134 PR c++/33558
135 * decl.c (grokdeclarator): Reject mutable reference members.
136
137 2011-01-14 Jason Merrill <jason@redhat.com>
138
139 PR c++/47289
140 * pt.c (coerce_template_parms): Fix error recovery.
141
142 PR c++/46903
143 * typeck2.c (check_narrowing): Only check arithmetic types.
144
145 PR c++/46688
146 * tree.c (build_vec_init_expr): Handle flexible array
147 properly.
148
149 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
150
151 PR c++/47213
152 * cp-tree.h (CLASSTYPE_VISIBILITY): Use
153 TYPE_MAIN_DECL instead of TYPE_NAME.
154 (CLASSTYPE_VISIBILITY_SPECIFIED): Likewise.
155 * decl2.c (determine_visibility): Add check
156 of CLASS_TYPE_P for underlying_type.
157
158 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
159
160 * cp-tree.h (begin_for_scope): New prototype.
161 (begin_for_stmt): Update prototype.
162 (begin_range_for_stmt): Update prototype.
163 * init.c (build_vec_init): Update call to begin_for_stmt.
164 * parser.c (cp_parser_for): New.
165 (cp_parser_c_for): Add three new parameters.
166 (cp_parser_range_for): Likewise. Most parsing code removed.
167 (cp_parser_iteration_statement): Call cp_parser_for instead of
168 cp_parser_c_for and cp_parser_range_for.
169 (cp_parser_for_init_statement): Add new parameter and return type.
170 (cp_parser_block_declaration): Update call to
171 cp_parser_simple_declaration.
172 (cp_parser_simple_declaration): Add new parameter.
173 Update call to cp_parser_init_declarator.
174 (cp_parser_init_declarator): Add new parameter.
175 * pt.c (tsubst_expr): Update call to begin_for_stmt.
176 * semantics.c (begin_for_scope): New.
177 (begin_for_stmt): Add two new parameters.
178 (begin_range_for_stmt): Likewise.
179
180 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
181
182 * parser.c (cp_parser_objc_at_property_declaration): Improved
183 error message.
184
185 2011-01-11 Dodji Seketeli <dodji@redhat.com>
186
187 PR debug/46955
188 * cp-lang.c (get_template_innermost_arguments_folded)
189 (get_template_argument_pack_elems_folded)
190 (template_arg_needs_folding, fold_cplus_constants): New static
191 functions.
192 (LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
193 get_template_innermost_arguments_folded.
194 (LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
195 get_template_argument_pack_elems_folded.
196
197 2011-01-11 Jason Merrill <jason@redhat.com>
198
199 PR c++/46658
200 * init.c (build_new_1): Handle value-init in templates differently.
201
202 PR c++/45520
203 * tree.c (maybe_dummy_object): Check current_class_ref against
204 context, not current_class_type.
205
206 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
207
208 PR objc/47078
209 * parser.c (cp_parser_objc_typename): If the type is unknown, for
210 error recovery purposes behave as if it was not specified so that
211 the default type is used.
212
213 2011-01-07 Jakub Jelinek <jakub@redhat.com>
214
215 PR c++/47022
216 * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
217 for the second build_x_va_arg argument.
218
219 2011-01-05 Tom Tromey <tromey@redhat.com>
220
221 * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
222 (lvalue_or_else): Likewise.
223
224 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
225
226 PR target/38662
227 * tree.c (cxx_type_hash_eq):
228 Allow METHOD_TYPE, too.
229
230 \f
231 Copyright (C) 2011 Free Software Foundation, Inc.
232
233 Copying and distribution of this file, with or without modification,
234 are permitted in any medium without royalty provided the copyright
235 notice and this notice are preserved.