1 2012-12-06 Jason Merrill <jason@redhat.com>
4 * pt.c (tsubst): Keep the quals when looking through a typedef.
7 * tree.c (build_vec_init_elt): Use the type of the initializer.
10 * pt.c (resolve_typename_type): Check TYPENAME_IS_RESOLVING_P on scope.
13 * parser.c (cp_parser_initializer_list): Don't require an
14 expression in [] to be constant until we know it's a C99
19 * semantics.c (maybe_add_lambda_conv_op): Revert earlier change.
20 * decl.c (start_preparsed_function): Make local class methods comdat
23 2012-11-29 Jason Merrill <jason@redhat.com>
26 * pt.c (tsubst_expr) [DECL_EXPR]: Set LAMBDA_EXPR_THIS_CAPTURE here.
27 (tsubst_copy_and_build) [LAMBDA_EXPR]: And clear it here.
28 (instantiate_class_template_1): Not here.
31 * pt.c (tsubst_arg_types): Add "end" parameter.
32 (check_undeduced_parms): Use it.
35 * pt.c (arg_from_parm_pack_p): Go back to using same_type_p or
38 * cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.
39 (struct template_parm_index_s): Remove num_siblings.
40 * pt.c (fixup_template_parms, fixup_template_parm_index): Remove.
41 (fixup_template_type_parm_type): Remove.
42 (build_template_parm_index): Remove num_siblings parm.
43 (process_template_parm): Likewise.
44 * parser.c (cp_parser_template_parameter_list): Adjust.
45 * tree.c (cp_tree_equal): Don't compare num_siblings.
46 * typeck.c (comp_template_parms_position): Likewise.
50 * tree.c (strip_typedefs_expr): New.
51 * cp-tree.h: Declare it.
52 * pt.c (convert_template_argument, unify): Use it.
53 * parser.c (cp_parser_template_declaration_after_export): Don't call
56 2012-11-29 Kai Tietz <ktietz@redhat.com>
59 * class.c (dump_class_hierarchy_r): Cast from pointer via uintptr_t.
60 (dump_vtable): Likewise.
62 2012-11-24 Paolo Carlini <paolo.carlini@oracle.com>
65 * init.c (build_vec_init): Do not early return error_mark_mode
66 when integer_all_onesp (maxindex).
68 2012-11-05 Jakub Jelinek <jakub@redhat.com>
70 Backported from mainline
71 2012-10-23 Jakub Jelinek <jakub@redhat.com>
74 * decl2.c (cplus_decl_attributes): Don't return early
75 if attributes is NULL.
77 2012-10-26 Paolo Carlini <paolo.carlini@oracle.com>
80 * init.c (build_new): Don't turn a null *init into a pointer to
81 empty vector orig_init.
83 2012-10-08 Jakub Jelinek <jakub@redhat.com>
86 * tree.c (cp_tree_equal): Handle FIELD_DECL.
88 2012-10-03 Jakub Jelinek <jakub@redhat.com>
91 * semantics.c (cxx_eval_constant_expression) <case COMPOUND_EXPR>: If
92 not ignoring the second operand, pass the original second operand
93 and not one with stripped nops to cxx_eval_constant_expression.
95 2012-09-20 Release Manager
99 2012-09-14 Jason Merrill <jason@redhat.com>
102 * typeck2.c (check_narrowing): Avoid false positives on conversion
105 2012-09-13 Jason Merrill <jason@redhat.com>
108 * semantics.c (cxx_eval_indirect_ref): If we aren't looking for an
109 address, make sure the value is constant.
111 2012-09-13 Jason Merrill <jason@redhat.com>
114 * pt.c (tsubst_decl) [VAR_DECL]: Handle DECL_ANON_UNION_VAR_P.
116 2012-09-13 Jason Merrill <jason@redhat.com>
119 * pt.c (value_dependent_expression_p): A TREE_LIST initializer must
122 2012-09-10 Jason Merrill <jason@redhat.com>
125 * decl.c (move_signature_fn_p): Split out from move_fn_p.
126 * method.c (process_subob_fn): Use it.
127 * cp-tree.h: Declare it.
131 * semantics.c (sort_constexpr_mem_initializers): New.
132 (build_constexpr_constructor_member_initializers): Use it.
133 (cx_check_missing_mem_inits): Skip artificial fields.
134 * init.c (expand_aggr_init_1): Don't zero out a class
138 * decl.c (grokdeclarator): Allow const and constexpr together.
140 2012-08-31 Ollie Wild <aaw@google.com>
143 * call.c (extend_ref_init_temps_1): Handle COMPOUND_EXPR trees.
145 2012-07-20 Jason Merrill <jason@redhat.com>
148 * tree.c (build_cplus_array_type): Use build_cplus_array_type to build
149 canonical array type rather than mess with its TYPE_*_VARIANT.
151 2012-07-19 Jason Merrill <jason@redhat.com>
154 * typeck.c (cp_apply_type_quals_to_decl): Check COMPLETE_TYPE_P.
156 2012-07-18 Jason Merrill <jason@redhat.com>
158 * method.c (process_subob_fn): Make sure no_implicit_p is non-null
159 before trying to store through it.
161 2012-07-17 Jason Merrill <jason@redhat.com>
164 * decl.c (finish_enum_value_list): Only call
165 insert_late_enum_def_into_classtype_sorted_fields in class scope.
167 2012-07-17 Jason Merrill <jason@redhat.com>
170 * tree.c (build_cplus_array_type): Also add TYPE_CANONICAL
171 to the list of variants.
173 2012-07-17 Jason Merrill <jason@redhat.com>
176 * parser.c (cp_parser_class_head): Call xref_basetypes here.
177 (cp_parser_class_specifier_1): Not here.
178 * pt.c (tsubst_decl) [USING_DECL]: Check uses_template_parms
179 as well as DECL_DEPENDENT_P.
181 2012-07-13 Jason Merrill <jason@redhat.com>
184 * method.c (synthesized_method_walk): Initialize no_implicit_p sooner.
186 2012-07-10 Jason Merrill <jason@redhat.com>
190 * cp-tree.h (FNDECL_SUPPRESS_IMPLICIT_DECL): New.
191 (struct lang_decl_fn): Add suppress_implicit_decl field.
192 * method.c (implicitly_declare_fn): Check it.
193 (process_subob_fn): Add no_implicit_p parm.
194 (walk_field_subobs, synthesized_method_walk): Likewise.
195 (maybe_explain_implicit_delete): Adjust.
196 (explain_implicit_non_constexpr): Adjust.
198 * method.c (synthesized_method_walk): Cleanups don't affect the EH
201 2012-07-02 Jason Merrill <jason@redhat.com>
204 * class.c (resolves_to_fixed_type_p): Check uses_template_parms
205 (current_function_decl) instead of processing_template_decl.
208 * semantics.c (maybe_add_lambda_conv_op): Don't set
209 DECL_INTERFACE_KNOWN.
211 2012-06-27 Fabien ChĂȘne <fabien@gcc.gnu.org>
214 * cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields):
216 * class.c (insert_into_classtype_sorted_fields): New.
217 (add_enum_fields_to_record_type): New.
218 (count_fields): Adjust the comment.
219 (add_fields_to_record_type): Likewise.
220 (finish_struct_1): Move the code that inserts the fields for the
221 sorted case, into insert_into_classtype_sorted_fields, and call
223 (insert_late_enum_def_into_classtype_sorted_fields): Define.
224 * decl.c (finish_enum_value_list): Call
225 insert_late_enum_def_into_classtype_sorted_fields if a late enum
226 definition is encountered.
228 2012-06-25 Jason Merrill <jason@redhat.com>
232 * pt.c (tsubst_pack_expansion): Copy before dummy tsubst.
235 * typeck.c (decay_conversion): Don't discard side-effects from
236 expressions of nullptr_t.
239 * semantics.c (build_data_member_initialization): Always keep
240 initializer for empty base.
241 (cxx_eval_bare_aggregate): Discard it here.
243 2012-06-25 Jakub Jelinek <jakub@redhat.com>
246 * class.c (check_bases_and_members): Avoid -Wuninitialized
247 diagnostics for non-static const members or references if they
250 2012-06-19 Jason Merrill <jason@redhat.com>
253 * name-lookup.c (constructor_name_p): Don't try to look at the
254 name of a DECLTYPE_TYPE.
258 * pt.c (instantiate_class_template_1): Set LAMBDA_EXPR_THIS_CAPTURE.
259 (instantiate_decl): Don't push_to_top_level for local class methods.
260 (instantiate_class_template_1): Or for local classes.
263 * pt.c (lookup_template_class_1): Use ts_global.
265 2012-06-14 Richard Guenther <rguenther@suse.de>
267 Backport from mainline
268 2012-06-11 Richard Guenther <rguenther@suse.de>
271 * mangle.c (write_array_type): Use double-ints for array domain
274 2012-06-14 Richard Guenther <rguenther@suse.de>
276 Backport from mainline
277 2012-06-06 Fabien ChĂȘne <fabien@gcc.gnu.org>
280 * parser.c (cp_parser_alias_declaration): Return earlier
283 2012-06-14 Release Manager
285 * GCC 4.7.1 released.
287 2012-06-12 Jason Merrill <jason@redhat.com>
292 * pt.c (instantiate_class_template_1): Set LAMBDA_EXPR_THIS_CAPTURE.
293 (instantiate_decl): Don't push_to_top_level for local class methods.
294 (instantiate_class_template_1): Or for local classes.
296 2012-06-04 Paolo Carlini <paolo.carlini@oracle.com>
299 * call.c (build_conditional_expr_1): Use OPT_Wenum_compare
300 to control enumeral mismatch in conditional expression too.
302 2012-06-01 Jason Merrill <jason@redhat.com>
305 * parser.c (cp_parser_class_head): Apply attributes here.
306 * semantics.c (begin_class_definition): Not here.
310 * parser.c (cp_parser_binary_expression): Bail early if we're parsing
311 tentatively and the LHS has a parse error.
313 2012-06-01 Jason Merrill <jason@redhat.com>
316 * pt.c (instantiate_class_template_1): Set LAMBDA_EXPR_THIS_CAPTURE.
317 (instantiate_decl): Don't push_to_top_level for local class methods.
318 (instantiate_class_template_1): Or for local classes.
321 * pt.c (do_auto_deduction): Don't try to deduce from a
322 type-dependent initializer.
324 2012-05-31 Jason Merrill <jason@redhat.com>
328 * call.c (joust): Handle comparing list and non-list ctors.
330 2012-05-30 Jason Merrill <jason@redhat.com>
333 * tree.c (stabilize_init): Side effects make the init unstable.
335 2012-05-30 Jason Merrill <jason@redhat.com>
338 * call.c (convert_like_real) [ck_list]: Take array address directly.
339 * typeck.c (decay_conversion): Reject decay of an array compound
342 2012-05-29 Paolo Carlini <paolo.carlini@oracle.com>
345 * tree.c (stabilize_expr): Handle exp of void type.
347 2012-05-28 Paolo Carlini <paolo.carlini@oracle.com>
350 * semantics.c (potential_constant_expression_1): Handle LTGT_EXPR.
352 2012-05-15 Alexandre Oliva <aoliva@redhat.com>
355 * pt.c (tsubst_decl): Bail out if argvec is error_mark_node.
357 2012-05-10 Paolo Carlini <paolo.carlini@oracle.com>
360 * decl.c (check_default_argument): Fix typo (POINTER_TYPE_P
361 instead of TYPE_PTR_P) in zero-as-null-pointer-constant warning.
363 2012-05-03 Paolo Carlini <paolo.carlini@oracle.com>
366 * call.c (build_over_call): Handle final member functions
368 (build_new_method_call_1): Do not handle here.
370 2012-04-17 Paolo Carlini <paolo.carlini@oracle.com>
373 * parser.c (cp_parser_member_declaration): Check that
374 initializer_token_start is non null before dereferencing it.
376 2012-04-16 Jason Merrill <jason@redhat.com>
379 * pt.c (determine_specialization): Instead of comparing the number
380 of parms, check that tsubst gives the right answer.
383 * pt.c (convert_template_argument): Handle template template
387 * pt.c (tsubst_pack_expansion): Use tsubst_expr for template
390 2012-04-15 Jason Merrill <jason@redhat.com>
394 * pt.c (coerce_template_parms): Even if we aren't converting we
395 want to expand argument packs.
397 2012-04-15 Fabien ChĂȘne <fabien@gcc.gnu.org>
400 * parser.c (cp_parser_class_name): Call strip_using_decl and
401 return the target decl.
402 * name-lookup.c (strip_using_decl): Returns NULL_TREE if the decl
403 to be stripped is NULL_TREE.
404 (qualify_lookup): Call strip_using_decl and perform some checks on
407 2012-04-13 Jason Merrill <jason@redhat.com>
410 * pt.c (any_pack_expanson_args_p): New.
411 (coerce_template_parms): Use it.
413 2012-04-11 Jason Merrill <jason@redhat.com>
416 * decl.c (check_tag_decl): Don't complain about attributes if we
417 don't even have a type.
419 2012-04-05 Jason Merrill <jason@redhat.com>
422 * tree.c (lvalue_kind): Treat a deferred access control SCOPE_REF
425 2012-04-03 Jason Merrill <jason@redhat.com>
428 * pt.c (tsubst_initializer_list): A pack expansion with no elements
429 means value-initialization.
431 2012-03-29 Meador Inge <meadori@codesourcery.com>
434 * semantics.c (cxx_fold_indirect_ref): Don't attempt to fold
435 stripped child trees that are not pointer types.
437 2012-03-29 Paolo Carlini <paolo.carlini@oracle.com>
440 * decl.c (check_default_argument): With -Wzero-as-null-pointer-constant
441 warn for a zero as null pointer constant default argument.
443 2012-03-29 Jason Merrill <jason@redhat.com>
446 * tree.c (copy_binfo): Handle BINFO_DEPENDENT_BASE_P.
448 2012-03-29 Jakub Jelinek <jakub@redhat.com>
451 * decl.c (start_decl): Don't call maybe_apply_pragma_weak
452 if processing_template_decl.
454 2012-03-29 Jason Merrill <jason@redhat.com>
457 * call.c (compare_ics): Handle ck_aggr like ck_list.
459 2012-03-28 Jason Merrill <jason@redhat.com>
462 * typeck.c (lookup_destructor): Clear BASELINK_QUALIFIED_P if
463 we didn't get an explicit scope.
464 * pt.c (tsubst_baselink): Likewise.
466 2012-03-22 Paolo Carlini <paolo.carlini@oracle.com>
469 * class.c (check_field_decls): Call literal_type_p only
472 2012-03-22 Jakub Jelinek <jakub@redhat.com>
475 * decl.c (check_tag_decl): Only use CLASSTYPE_TEMPLATE_INSTANTIATION
476 on CLASS_TYPE_P types.
478 2012-03-22 Jason Merrill <jason@redhat.com>
481 * method.c (implicitly_declare_fn): Set DECL_EXTERNAL.
483 2012-03-22 Jakub Jelinek <jakub@redhat.com>
485 Backported from mainline
486 2012-03-14 Jakub Jelinek <jakub@redhat.com>
489 * parser.c (lookup_literal_operator): Return fn only if
490 processed all arguments from args vector and argtypes is
493 2012-03-22 Release Manager
495 * GCC 4.7.0 released.
497 2012-03-20 Jason Merrill <jason@redhat.com>
499 * mangle.c (write_type): Handle 'auto'.
500 * init.c (build_new): Don't do auto deduction where it might
501 affect template mangling.
503 2012-03-07 Jason Merrill <jason@redhat.com>
506 * mangle.c (write_literal_operator_name): The length comes after the
509 2012-02-29 Jason Merrill <jason@redhat.com>
512 * decl.c (check_tag_decl): Move warning for misplaced attributes here.
513 (shadow_tag): From here.
514 * parser.c (cp_parser_explicit_instantiation): Don't warn here.
516 2012-02-21 Jakub Jelinek <jakub@redhat.com>
519 * typeck.c (check_literal_operator_args): Initialize *long_double_p
520 and *long_long_unsigned_p even if processing_template_decl.
522 2012-02-16 Jason Merrill <jason@redhat.com>
525 * decl.c (define_label): Use timevar_cond_start/stop.
527 2012-02-16 Fabien ChĂȘne <fabien@gcc.gnu.org>
530 * decl.c (xref_basetypes): call dependent_scope_p instead of
533 2012-02-16 Jason Merrill <jason@redhat.com>
536 * error.c (dump_expr): Handle lambda closures specifically.
538 2012-02-14 Jason Merrill <jason@redhat.com>
540 * parser.c (cp_parser_explicit_instantiation): Give a warning
541 for ignored attributes on explicit class instantiation.
543 2012-02-14 Jakub Jelinek <jakub@redhat.com>
546 * pt.c (tsubst_copy_asm_operands): For LABEL_DECL values call
547 lookup_label on label's name and set TREE_USED.
549 2012-02-14 Jason Merrill <jason@redhat.com>
552 * decl.c (local_variable_p_walkfn): Don't check DECL_ARTIFICIAL.
554 2012-02-14 Jakub Jelinek <jakub@redhat.com>
557 * decl.c (duplicate_decls): If olddecl has bigger DECL_ALIGN than
558 newdecl, copy DECL_ALIGN to newdecl and or DECL_USER_ALIGN bits.
560 2012-02-07 Jason Merrill <jason@redhat.com>
563 * semantics.c (cx_check_missing_mem_inits): Handle unions.
564 Fix constexpr default constructor logic.
567 * pt.c (tsubst): Strip uninstantiated typedef.
569 2012-02-06 Jason Merrill <jason@redhat.com>
572 * cvt.c (build_expr_type_conversion): Check for template conversion.
574 2012-01-31 Jason Merrill <jason@redhat.com>
577 * cp-tree.h (PACK_EXPANSION_LOCAL_P): New.
578 * pt.c (make_pack_expansion, tsubst_initializer_list): Set it.
579 (tsubst_pack_expansion): Check it.
581 2012-01-29 Paolo Carlini <paolo.carlini@oracle.com>
584 * class.c (explain_non_literal_class): Correctly handle implicitly
585 deleted constructors.
587 2012-01-27 Jakub Jelinek <jakub@redhat.com>
590 * pt.c (tsubst_pack_expansion): Delete and restore
591 local_specialization whenever need_local_specialization, not just
592 when saved_local_specializations is non-NULL.
594 2012-01-26 Paolo Carlini <paolo.carlini@oracle.com>
597 * error.c (dump_decl, [TEMPLATE_ID_EXPR]): Handle error_mark_node
598 as TREE_OPERAND (t, 1).
600 2012-01-24 Jason Merrill <jason@redhat.com>
603 * decl.c (xref_basetypes): Check VEC_length instead of VEC_space.
606 * tree.c (called_fns_equal): Check template args.
607 (cp_tree_equal): Call it.
609 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
610 Patrick Marlier <patrick.marlier@gmail.com>
613 * class.c (set_method_tm_attributes): Use TARGET_THUNK instead of
614 thunk for set_one_vmethod_tm_attributes.
616 2012-01-24 Paolo Carlini <paolo.carlini@oracle.com>
619 * call.c (build_over_call): Check for error_mark_node as
620 TREE_VALUE when default arguments are processed.
622 2012-01-23 Jason Merrill <jason@redhat.com>
625 * decl2.c (determine_visibility): Check for visibility attribute
626 on template specialization.
628 2012-01-23 Paolo Carlini <paolo.carlini@oracle.com>
631 * pt.c (parameter_of_template_p): Skip error_mark_node parameters.
633 2012-01-23 Jason Merrill <jason@redhat.com>
636 * class.c (add_method): Set OVL_USED for using-decls.
637 * tree.c (ovl_scope): New.
638 * cp-tree.h: Declare it.
639 * parser.c (cp_parser_template_name): Use it.
640 * semantics.c (baselink_for_fns): Likewise.
641 * name-lookup.c (set_inherited_value_binding_p): Likewise.
643 2012-01-20 Paolo Carlini <paolo.carlini@oracle.com>
646 * pt.c (lookup_template_class_1): Check context returned by
647 tsubst for error_mark_node.
649 2012-01-19 Kai Tietz <ktietz@redhat.com>
652 * decl2.c (save_template_attributes): Use merge_attributes
653 instead of chaining up via TREE_CHAIN.
655 2012-01-19 Jason Merrill <jason@redhat.com>
658 * class.c (finish_struct): Call add_method here for function usings.
659 * semantics.c (finish_member_declaration): Not here.
661 2012-01-18 Paolo Carlini <paolo.carlini@oracle.com>
664 * typeck2.c (store_init_value): Within a template guard
665 cxx_constant_value with require_potential_constant_expression.
666 * pt.c (convert_nontype_argument): Likewise.
668 2012-01-16 Jakub Jelinek <jakub@redhat.com>
671 * mangle.c (write_template_arg_literal): Handle complex.
673 2012-01-16 Jason Merrill <jason@redhat.com>
676 * mangle.c (mangle_decl): Don't mangle uninstantiated templates.
679 * typeck.c (build_static_cast_1): Handle bit-fields properly.
681 2012-01-13 Ian Lance Taylor <iant@google.com>
684 * typeck.c (enum_cast_to_int): New static function.
685 (cp_build_binary_op): When handling warn_sign_compare, don't test
686 for TREE_NO_WARNING. Do call enum_cast_to_int.
687 * call.c (avoid_sign_compare_warnings): Remove static function.
688 (build_new_op_1): Don't call avoid_sign_compare_warnings.
690 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
692 * decl2.c: Do not include tree-mudflap.h
693 * semantics.c: Likewise.
695 2012-01-13 Jason Merrill <jason@redhat.com>
698 * semantics.c (finish_break_stmt): Avoid adding an unreachable
702 * decl2.c (constrain_visibility): Clear DECL_VISIBILITY_SPECIFIED
703 when reducing the visibility.
706 * class.c (build_vtbl_initializer): Use __cxa_deleted_virtual.
708 2012-01-12 Jason Merrill <jason@redhat.com>
711 * pt.c (value_dependent_expression_p): Treat STMT_EXPR as
714 2012-01-13 Dodji Seketeli <dodji@redhat.com>
717 * semantics.c (cp_parser_ctor_initializer_opt_and_function_body):
718 Set the pointer to the last block of the constructor to the
720 (build_constexpr_constructor_member_initializers): Get
721 build_data_member_initialization a chance to deal with more
722 statements before we choke.
724 2012-01-12 Jason Merrill <jason@redhat.com>
727 * mangle.c (write_expression): Mangle BASELINK scope if
728 BASELINK_QUALIFIED_P.
729 * search.c (adjust_result_of_qualified_name_lookup): Set
730 BASELINK_QUALIFIED_P.
731 * tree.c (cp_tree_equal) [BASELINK]: Compare BASELINK_QUALIFIED_P.
732 * parser.c (cp_parser_postfix_dot_deref_expression): Don't call
733 adjust_result_of_qualified_name_lookup for non-qualified names.
736 * pt.c (unify): Handle error_mark_node.
738 2012-01-11 Jason Merrill <jason@redhat.com>
741 * call.c (standard_conversion): For ptrmemfuncs, compare the
745 * mangle.c (find_substitution): A type is only a substitution
746 match if we're looking for a type.
747 (write_nested_name): Use decl_mangling_context.
749 * decl.c (decls_match): Assert that the arguments are decls.
752 * pt.c (resolve_overloaded_unification): Compare types with
753 same_type_p, not decls_match.
755 2012-01-10 Jason Merrill <jason@redhat.com>
758 * class.c (build_base_path): Diagnose ambiguous base.
761 * semantics.c (cxx_eval_call_expression): Always retry previously
762 non-constant expressions.
764 2012-01-06 Jason Merrill <jason@redhat.com>
768 * parser.c (cp_parser_new_expression): Set
769 type_definition_forbidden_message.
775 * mangle.c (write_expression): Support NEW_EXPR, DELETE_EXPR,
776 THROW_EXPR, CONSTRUCTOR, OVERLOAD. Fix PREINCREMENT_EXPR and
778 (write_template_arg): Fix mangling of class-scope functions and
780 (mangle_decl): Update suggested -fabi-version argument.
781 * operators.def: Add DOTSTAR_EXPR, REINTERPRET_CAST_EXPR,
782 DYNAMIC_CAST_EXPR; correct CONST_CAST_EXPR, STATIC_CAST_EXPR.
783 * tree.c (dependent_name): No longer static.
784 * cp-tree.h: Declare it.
785 * pt.c (unify): Defer handling of unconverted functions.
787 * mangle.c (mangle_decl): Don't generate mangling aliases
788 for maybe-in-charge [cd]tors.
790 * error.c (dump_expr): Print type of CONSTRUCTOR.
792 2012-01-05 Dodji Seketeli <dodji@redhat.com>
795 * parser.c (cp_parser_alias_declaration): Get out early upon
796 errors in the identifier or the attributes.
798 2012-01-04 Paolo Carlini <paolo.carlini@oracle.com>
801 * pt.c (tsubst_copy_and_build): Maybe set TREE_NO_WARNING on
802 the tree returned by build_x_binary_op.
804 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
807 * parser.c (cp_parser_postfix_open_square_expression): Handle
808 postfix-expression [ braced-init-list ].
810 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
813 * rtti.c (build_dynamic_cast_1): In case of T a pointer type,
814 call decay_conversion on v.
816 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
819 * decl.c (duplicate_decls): With -Wredundant-decls don't warn for
820 declaration followed by specialization.
822 2012-01-03 Jakub Jelinek <jakub@redhat.com>
825 * semantics.c (finish_omp_clauses): Call fold_build_cleanup_point_expr
826 on OMP_CLAUSE_{IF,FINAL,NUM_THREADS,SCHEDULE_CHUNK}_EXPR.
828 2012-01-02 Jason Merrill <jason@redhat.com>
832 * method.c (walk_field_subobs): Don't check for uninitialized
834 (synthesized_method_walk): Check here.
838 * parser.c (cp_parser_cache_defarg): Split out...
839 (cp_parser_parameter_declaration): ...from here.
840 (cp_parser_save_nsdmi): Use it.
841 (cp_parser_cache_group): Remove CPP_COMMA support.
843 2012-01-02 Dodji Seketeli <dodji@redhat.com>
846 * semantics.c (cx_check_missing_mem_inits): Don't assert in case
849 2012-01-02 Paolo Carlini <paolo.carlini@oracle.com>
852 * typeck2.c (digest_init_r): Use copy_init when initializing
855 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
858 * decl.c (build_enumerator): Don't call perform_integral_promotions
861 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
864 * typeck.c (build_reinterpret_cast_1): Implement resolution of
867 2012-01-01 Fabien ChĂȘne <fabien@gcc.gnu.org>
869 * parser.c (cp_parser_using_declaration): Add a warning about
870 deprecated access declarations when no errors were encountered
871 while parsing the access declaration. Save the first token in
872 order to emit the warning at the right place.
874 Copyright (C) 2012 Free Software Foundation, Inc.
876 Copying and distribution of this file, with or without modification,
877 are permitted in any medium without royalty provided the copyright
878 notice and this notice are preserved.