1 2010-04-07 Dodji Seketeli <dodji@redhat.com>
4 *pt.c (tsubst_decl): Get the arguments of a specialization from
5 the specialization template, not from the most general template.
7 2010-04-07 Dodji Seketeli <dodji@redhat.com>
10 * typeck2.c (process_init_constructor_record):
11 value-initialize members that are are not explicitely
14 2010-04-07 Jie Zhang <jie@codesourcery.com>
17 * typeck2.c (split_nonconstant_init_1): Drop empty CONSTRUCTOR
18 when all of its elements are non-constant and have been split out.
20 2010-04-06 Taras Glek <taras@mozilla.com>
21 Jason Merrill <jason@redhat.com>
23 * parser.c (cp_parser_class_specifier): Set class location to that
24 of IDENTIFIER_NODE instead of '{' when possible.
25 * semantics.c (begin_class_definition): Do not overide locations
26 with less precise ones.
28 2010-04-06 Jason Merrill <jason@redhat.com>
31 * name-lookup.c (constructor_name_p): Allow X::~X even for typedefs.
34 * pt.c (maybe_update_decl_type): Check the return value from
37 2010-04-01 Jason Merrill <jason@redhat.com>
39 * decl.c (next_initializable_field): No longer static.
40 * cp-tree.h: Declare it.
41 * call.c (build_aggr_conv): Fail if there are more initializers
42 than initializable fields.
44 * semantics.c (maybe_add_lambda_conv_op): Use null_pointer_node
45 instead of void_zero_node.
47 2010-03-31 Dodji Seketeli <dodji@redhat.com>
50 * cp-tree.h (TEMPLATE_TYPE_PARM_SIBLING_PARMS): New accessor macro.
51 * pt.c (end_template_parm_list): Store sibling template parms of
52 each TEMPLATE_TYPE_PARMs into its TEMPLATE_TYPE_PARM_SIBLING_PARMS.
53 (push_template_decl_real): Don't store the containing template decl
54 into the DECL_CONTEXT of TEMPLATE_TYPE_PARMs anymore.
55 * typeck.c (get_template_parms_of_dependent_type): Get sibling parms
56 of a TEMPLATE_TYPE_PARM from TEMPLATE_TYPE_PARM_SIBLING_PARMS.
59 2010-03-30 Jason Merrill <jason@redhat.com>
62 * pt.c (push_template_decl_real): Deal better with running out of
63 scopes before running out of template parms.
67 * parser.c (cp_parser_direct_declarator): Don't allow VLAs in
68 function parameter context. Don't print an error if parsing
72 * pt.c (more_specialized_fn): Don't control cv-qualifier check
75 2010-03-26 Jason Merrill <jason@redhat.com>
78 * parser.c (cp_parser_qualifying_entity): Do accept enum names in
79 c++0x mode, but not other type-names.
81 2010-03-26 Dodji Seketeli <dodji@redhat.com>
84 * pt.c (add_to_template_args): Support NULL ARGS;
85 (most_specialized_class): call coerce_template_parms on
86 template arguments passed to get_class_bindings. Use
88 (unify): Handle VAR_DECLs.
90 2010-03-26 Dodji Seketeli <dodji@redhat.com>
92 * cp-tree.h (get_template_parms_at_level): Change unsigned parm
94 * pt.c (get_template_parms_at_level): Adjust.
96 2010-03-25 Dodji Seketeli <dodji@redhat.com>
99 * cp-tree.h (get_template_parms_at_level): Declare ...
100 * pt.c (get_template_parms_at_level): ... new function.
101 * typeck.c (get_template_parms_of_dependent_type): If a template
102 type parm's DECL_CONTEXT isn't yet set, get its siblings from
103 current_template_parms. Use get_template_parms_at_level. Remove
105 (incompatible_dependent_types_p): If we get empty parms from just one
106 of the template type parms we are comparing then the template parms are
109 2010-03-24 Jason Merrill <jason@redhat.com>
112 * parser.c (make_declarator): Initialize id_loc.
113 (cp_parser_lambda_declarator_opt): And set it.
115 2010-03-23 Jason Merrill <jason@redhat.com>
117 Make lambda conversion op and op() non-static.
118 * semantics.c (maybe_add_lambda_conv_op): Make non-static.
119 Also add the thunk function returned by the conversion op.
120 Mark the conversion deleted if the op() is variadic.
121 * decl2.c (mark_used): Give helpful message about deleted conversion.
122 * parser.c (cp_parser_lambda_declarator_opt): Don't make op() static.
123 * semantics.c (finish_this_expr): Adjust.
124 * mangle.c (write_closure_type_name): Adjust.
125 * decl.c (grok_op_properties): Don't allow it.
126 * call.c (build_user_type_conversion_1): No static conversion ops.
127 (build_op_call): Or op().
129 * decl2.c (change_return_type): Fix 'this' quals.
131 2010-03-22 Jason Merrill <jason@redhat.com>
134 * tree.c (pod_type_p): Use old meaning in C++98 mode.
137 * pt.c (contains_auto_r): New fn.
138 (do_auto_deduction): Use it.
139 (tsubst): Don't look at TREE_TYPE of a TEMPLATE_TYPE_PARM.
141 2010-03-20 Simon Martin <simartin@users.sourceforge.net>
144 * decl2.c (grokfield): Handle invalid initializers for member
147 2010-03-20 Dodji Seketeli <dodji@redhat.com>
150 * method.c (make_alias_for): Avoid crashing when DECL_LANG_SPECIFIC
152 * decl2.c (vague_linkage_p): Likewise.
154 2010-03-18 Paolo Carlini <paolo.carlini@oracle.com>
157 * parser.c (cp_parser_for_init_statement): Use NULL_TREE, not
158 false, in the cp_parser_expression_statement call.
160 2010-03-05 Jason Merrill <jason@redhat.com>
162 * mangle.c (mangle_decl): Give name collision error even without
165 2010-03-04 Marco Poletti <poletti.marco@gmail.com>
167 * pt.c (process_partial_specialization): Use error_n instead of
170 2010-03-03 Jason Merrill <jason@redhat.com>
173 * mangle.c (mangle_decl): Handle VAR_DECL, too.
175 2010-03-03 Jason Merrill <jason@redhat.com>
178 * mangle.c: Include cgraph.h.
179 (mangle_decl): If the mangled name will change in a later
180 ABI version, make the later mangled name an alias.
181 * method.c (make_alias_for): Copy DECL_ARGUMENTS.
182 * Make-lang.in (mangle.o): Depend on cgraph.h.
183 * method.c (make_alias_for): Handle VAR_DECL, too.
184 * decl2.c (vague_linkage_p): Rename from vague_linkage_fn_p.
185 * tree.c (no_linkage_check): Adjust.
186 * decl.c (maybe_commonize_var): Adjust.
189 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
191 * pt.c (redeclare_class_template): Use error_n and inform_n.
193 2010-02-27 Mark Mitchell <mark@codesourcery.com>
196 * cp-tree.h (push_tinst_level): Declare.
197 (pop_tinst_level): Likewise.
198 * pt.c (push_tinst_level): Give it external linkage.
199 (pop_tinst_level): Likewise.
200 * mangle.c (mangle_decl_string): Set the source location to that
201 of the decl while mangling.
203 2010-02-27 Simon Martin <simartin@users.sourceforge.net>
206 * pt.c (redeclare_class_template): Return false if there are erroneous
209 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
211 * pt.c (push_tinst_level): Replace -ftemplate-depth- with
214 2010-02-24 Jason Merrill <jason@redhat.com>
217 * mangle.c (write_type): Give -Wabi warning for old vector mangling.
219 * class.c (layout_class_type): Don't give -Wabi warning for a bug
220 in a previous ABI version.
222 2010-02-23 Jason Merrill <jason@redhat.com>
225 * typeck2.c (digest_init_r): Accept value init of array.
227 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
230 * typeck.c (convert_arguments): Update error message.
232 2010-02-22 Mike Stump <mikestump@comcast.net>
235 * decl.c (duplicate_decls): Merge DECL_PRESERVE_P.
237 2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
240 * error.c (print_instantiation_partial_context_line): New.
241 (print_instantiation_partial_context): Print at most 12 contexts,
242 skip the rest with a message.
244 2010-02-21 Dodji Seketeli <dodji@redhat.com>
247 * pt.c (lookup_template_class): Better support of specialization
248 of member of class template implicit instantiation.
250 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
253 * call.c (conversion_null_warnings): Replace -Wconversion with
255 * cvt.c (build_expr_type_conversion): Likewise.
257 2010-02-18 Jason Merrill <jason@redhat.com>
260 * class.c (create_vtable_ptr): Set DECL_PACKED if type is packed.
263 * typeck.c (cp_build_binary_op): Adapt mixed complex/non handling from
265 * cp-tree.h (WANT_VECTOR_OR_COMPLEX): Rename from WANT_VECTOR.
266 * cvt.c (build_expr_type_conversion): Allow COMPLEX_TYPE.
269 * semantics.c (finish_goto_stmt): Don't call decay_conversion.
273 * pt.c (tsubst_qualified_id): Do normal lookup in non-dependent scope.
274 (maybe_update_decl_type): New fn.
275 * parser.c (cp_parser_init_declarator): Use it.
278 * semantics.c (begin_class_definition): Don't crash on unnamed ns.
280 2010-02-17 Jason Merrill <jason@redhat.com>
283 * call.c (build_over_call): Don't create zero-sized assignments.
284 * cp-gimplify.c (cp_genericize_r): Don't remove them here.
285 * cp-objcp-common.c (cp_expr_size): Remove.
286 * cp-tree.h: Remove prototype.
289 * name-lookup.c (set_decl_namespace): Don't copy DECL_CONTEXT if the
290 decl we looked up doesn't match.
293 * cp-gimplify.c (cp_gimplify_expr) [INIT_EXPR]: Return if we don't
294 have an INIT_EXPR anymore.
297 * pt.c (convert_nontype_argument): Change assert to test.
299 2010-02-16 Jason Merrill <jason@redhat.com>
301 * cp-gimplify.c (cp_gimplify_expr): Fix error recovery.
304 * cp-gimplify.c (cp_gimplify_expr) [MODIFY_EXPR]: Use
305 VIEW_CONVERT_EXPR for conversions between structural equality types
306 that the back end can't tell are the same.
309 * tree.c (build_cplus_array_type): Set TYPE_MAIN_VARIANT to strip
310 cv-quals from element here.
311 (cp_build_qualified_type_real): Not here. Preserve typedef name.
313 2010-02-14 Jason Merrill <jason@redhat.com>
316 * semantics.c (finish_compound_literal): Use
317 cp_apply_type_quals_to_decl when creating a static variable.
319 2010-02-12 Jason Merrill <jason@redhat.com>
322 * name-lookup.h (current_binding_level): Check for null
325 2010-02-12 Jason Merrill <jason@redhat.com>
328 * tree.c (cp_tree_equal): Correct CALL_EXPR logic.
330 2010-02-12 Jakub Jelinek <jakub@redhat.com>
333 * name-lookup.c (pushdecl_maybe_friend): Check default args of t
336 2010-02-10 Jason Merrill <jason@redhat.com>
339 * semantics.c (outer_lambda_capture_p): Revert.
340 (add_capture): Only finish_member_declaration if
341 we're in the lambda class.
342 (register_capture_members): New.
343 * cp-tree.h: Declare it.
344 * parser.c (cp_parser_lambda_expression): Call it.
346 2010-02-10 Jason Merrill <jason@redhat.com>
349 * semantics.c (outer_lambda_capture_p): Use current_function_decl
350 instead of current_class_type.
352 2010-02-10 Jason Merrill <jason@redhat.com>
354 PR c++/42983, core issue 906
355 * method.c (defaultable_fn_check): Check virtualness.
357 2010-02-10 Jason Merrill <jason@redhat.com>
360 * semantics.c (maybe_add_lambda_conv_op): Set DECL_INTERFACE_KNOWN.
362 2010-02-10 Shujing Zhao <pearly.zhao@oracle.com>
364 * Make-lang.in (cp/cvt.o, cp/parser.o, cp/search.o): Depend on intl.h.
365 * cvt.c (warn_ref_binding): Wrap the messages into G_() for easy
367 * parser.c (cp_parser_postfix_expression, cp_parser_new_type_id)
368 (cp_parser_cast_expression, cp_parser_condition, cp_parser_decltype)
369 (cp_parser_parameter_declaration)
370 (cp_parser_exception_specification_opt)
371 (cp_parser_exception_declaration): Likewise.
372 * pt.c (check_default_tmpl_args): Likewise.
373 * search.c (lookup_field_r): Likewise.
375 2010-02-09 Jason Merrill <jason@redhat.com>
378 * pt.c (tsubst_copy_and_build): Propagate LAMBDA_EXPR_LOCATION.
380 2010-02-09 Jason Merrill <jason@redhat.com>
383 * decl2.c (change_return_type): New fn.
384 * semantics.c (apply_lambda_return_type): Use it.
385 * cp-tree.h: Declare it.
387 2010-02-05 Richard Guenther <rguenther@suse.de>
389 * Make-lang.in (cp/cp-lang.o): Depend on gt-cp-cp-lang.h.
390 * cp-lang.c: Include gt-cp-cp-lang.h.
391 * config-lang.in (gtfiles): Add cp/cp-lang.c.
393 2010-02-05 Dodji Seketeli <dodji@redhat.com>
396 * typeck.c (get_template_parms_of_dependent_type): Try getting
397 the template parameters fromt the type itself first.
399 2010-02-03 Jason Merrill <jason@redhat.com>
403 * mangle.c (write_unqualified_id): Split out from write_expression.
404 (write_unqualified_name): Call it.
405 (write_member_name): Likewise.
406 (write_expression): Support TEMPLATE_ID_EXPR.
407 Disambiguate operator names.
410 * mangle.c (write_type) [VECTOR_TYPE]: Change mangling with
413 2010-02-02 Jason Merrill <jason@redhat.com>
416 * decl.c (cp_finish_decl): Add local statics to cfun->local_decls.
417 * optimize.c (clone_body): Remap their initializers when making base
419 (maybe_clone_body): Complain if multiple clones aren't safe.
421 2010-01-29 Dodji Seketeli <dodji@redhat.com>
428 * cp-tree.h (NON_DEFAULT_TEMPLATE_ARGS_COUNT,
429 SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT,
430 GET_NON_DEFAULT_TEMPLATE_ARGS_COUNT): New accessor macros.
431 * pt.c (coerce_template_parms, type_unification_real,
432 expand_template_argument_pack, coerce_template_parameter_pack):
433 Set the non default template args count.
434 (current_template_args): Always set non defaulted
435 template args count when compiled with --enable-checking
436 (tsubst_template_args, type_unification_real): Propagate the non
437 defaulted template args count.
438 * error.c (get_non_default_template_args_count): Renamed
439 count_non_default_template_args into this. Don't calculate the
440 non default template argument count anymore. Use the new
441 accessor macros above to get it.
442 (dump_template_argument_list, dump_type, dump_decl,
443 dump_template_parms): Adjust.
444 * parser.c (cp_parser_template_argument_list): Always set defaulted
445 template args count when compiled with --enable-checking.
447 2010-01-29 Shujing Zhao <pearly.zhao@oracle.com>
449 * decl.c (redeclaration_error_message): Wrap the return messages into
450 G_() for easy translation.
452 2010-01-28 Jason Merrill <jason@redhat.com>
455 * semantics.c (begin_class_definition): Don't use type_as_string.
457 2010-01-28 Dodji Seketeli <dodji@redhat.com>
461 * typeck.c (get_template_parms_of_dependent_type): Factorized
462 this out of incompatible_template_type_parms_p
463 (incompatible_dependent_types_p): Renamed
464 incompatible_template_type_parms_p into this. Make it detect
465 two incompatible dependent typedefs too.
466 (structural_comptypes): Use incompatible_dependent_types_p.
467 * pt.c (get_template_info):
468 Handle BOUND_TEMPLATE_TEMPLATE_PARAM.
470 2010-01-20 Janis Johnson <janis187@us.ibm.com>
471 Jason Merrill <jason@redhat.com>
473 * mangle.c (write_type): Mangle transparent record as member type.
474 * semantics.c (begin_class_definition): Recognize decimal classes
475 and set TYPE_TRANSPARENT_AGGR.
477 2010-01-20 Jason Merrill <jason@redhat.com>
480 * mangle.c (write_expression): Handle tree codes that have extra
481 arguments in the middle-end.
483 2010-01-20 Paolo Carlini <paolo.carlini@oracle.com>
486 * except.c (expand_start_catch_block): Deal correctly with
487 do_begin_catch returning error_mark_node.
489 2010-01-20 Jason Merrill <jason@redhat.com>
492 * class.c (layout_class_type): Set packed_maybe_necessary for packed
496 * semantics.c (build_lambda_object): Call mark_used on captured
500 * decl.c (grokdeclarator): Clear type_quals for a member function
501 declared using a typedef. Don't complain about adding cv-quals
502 to a function typedef in C++0x mode.
504 2010-01-20 Jakub Jelinek <jakub@redhat.com>
506 * decl.c (create_array_type_for_decl): Remove set but not used
507 variable error_msg. Remove break stmts after return stmts.
509 2010-01-19 Dodji Seketeli <dodji@redhat.com>
511 * error.c (dump_template_parms, count_non_default_template_args):
512 Revert fix of PR c++/42634.
514 2010-01-18 Dodji Seketeli <dodji@redhat.com>
517 * error.c (dump_template_parms): Use innermost template
518 arguments before calling count_non_default_template_args.
519 (count_non_default_template_args): We are being called with
520 template innermost arguments now. There is no need to ensure
523 2010-01-18 Dodji Seketeli <dodji@redhat.com>
526 * cvt.c (build_expr_type_conversion): Look through OVERLOAD.
528 2010-01-17 Dodji Seketeli <dodji@redhat.com>
531 *pt.c (tsubst_decl): Revert commit for PR c++/42697.
533 2010-01-17 Dodji Seketeli <dodji@redhat.com>
536 *pt.c (tsubst_decl): Get the arguments of a specialization from
537 the specialization template, not from the most general template.
539 2010-01-16 Jason Merrill <jason@redhat.com>
542 * semantics.c (finish_decltype_type): Within a template, treat
543 unresolved CALL_EXPR as dependent.
545 2010-01-15 Dodji Seketeli <dodji@redhat.com>
547 * error.c (dump_template_parms,count_non_default_template_args):
548 Revert changes of PR c++/42634.
550 2010-01-14 Jakub Jelinek <jakub@redhat.com>
553 * decl.c (finish_function): Don't emit -Wreturn-type warnings in
554 functions with noreturn attribute.
556 2010-01-14 Jason Merrill <jason@redhat.com>
559 * call.c (build_new_method_call): Don't free the vec here.
562 * call.c (convert_like_real): Do full decay_conversion for ck_rvalue.
564 2010-01-13 Dodji Seketeli <dodji@redhat.com>
567 * error.c (dump_template_parms): Use innermost template
568 arguments before calling count_non_default_template_args.
569 (count_non_default_template_args): We are being called with
570 template innermost arguments now. There is no need to ensure
573 2010-01-07 Dodji Seketeli <dodji@redhat.com>
576 * pt.c (unify_pack_expansion): In non-deduced contexts, re-use template
577 arguments that were previously deduced.
579 2010-01-05 Jason Merrill <jason@redhat.com>
581 * pt.c (unify_pack_expansion): Handle deduction from init-list.
582 * call.c (build_over_call): Don't complain about it.
584 2010-01-04 Jason Merrill <jason@redhat.com>
587 * pt.c (tsubst_decl): Don't apply type attributes in place.
590 * semantics.c (describable_type): Remove decltype comment and
595 Copyright (C) 2010 Free Software Foundation, Inc.
597 Copying and distribution of this file, with or without modification,
598 are permitted in any medium without royalty provided the copyright
599 notice and this notice are preserved.