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