1 2012-04-15 Fabien Chêne <fabien@gcc.gnu.org>
4 * parser.c (cp_parser_class_name): Call strip_using_decl and
5 return the target decl.
6 * name-lookup.c (strip_using_decl): Returns NULL_TREE if the decl
7 to be stripped is NULL_TREE.
8 (qualify_lookup): Call strip_using_decl and perform some checks on
11 2012-04-13 Jason Merrill <jason@redhat.com>
14 * pt.c (any_pack_expanson_args_p): New.
15 (coerce_template_parms): Use it.
17 2012-04-11 Jason Merrill <jason@redhat.com>
20 * decl.c (check_tag_decl): Don't complain about attributes if we
21 don't even have a type.
23 2012-04-05 Jason Merrill <jason@redhat.com>
26 * tree.c (lvalue_kind): Treat a deferred access control SCOPE_REF
29 2012-04-03 Jason Merrill <jason@redhat.com>
32 * pt.c (tsubst_initializer_list): A pack expansion with no elements
33 means value-initialization.
35 2012-03-29 Meador Inge <meadori@codesourcery.com>
38 * semantics.c (cxx_fold_indirect_ref): Don't attempt to fold
39 stripped child trees that are not pointer types.
41 2012-03-29 Paolo Carlini <paolo.carlini@oracle.com>
44 * decl.c (check_default_argument): With -Wzero-as-null-pointer-constant
45 warn for a zero as null pointer constant default argument.
47 2012-03-29 Jason Merrill <jason@redhat.com>
50 * tree.c (copy_binfo): Handle BINFO_DEPENDENT_BASE_P.
52 2012-03-29 Jakub Jelinek <jakub@redhat.com>
55 * decl.c (start_decl): Don't call maybe_apply_pragma_weak
56 if processing_template_decl.
58 2012-03-29 Jason Merrill <jason@redhat.com>
61 * call.c (compare_ics): Handle ck_aggr like ck_list.
63 2012-03-28 Jason Merrill <jason@redhat.com>
66 * typeck.c (lookup_destructor): Clear BASELINK_QUALIFIED_P if
67 we didn't get an explicit scope.
68 * pt.c (tsubst_baselink): Likewise.
70 2012-03-22 Paolo Carlini <paolo.carlini@oracle.com>
73 * class.c (check_field_decls): Call literal_type_p only
76 2012-03-22 Jakub Jelinek <jakub@redhat.com>
79 * decl.c (check_tag_decl): Only use CLASSTYPE_TEMPLATE_INSTANTIATION
80 on CLASS_TYPE_P types.
82 2012-03-22 Jason Merrill <jason@redhat.com>
85 * method.c (implicitly_declare_fn): Set DECL_EXTERNAL.
87 2012-03-22 Jakub Jelinek <jakub@redhat.com>
89 Backported from mainline
90 2012-03-14 Jakub Jelinek <jakub@redhat.com>
93 * parser.c (lookup_literal_operator): Return fn only if
94 processed all arguments from args vector and argtypes is
97 2012-03-22 Release Manager
101 2012-03-20 Jason Merrill <jason@redhat.com>
103 * mangle.c (write_type): Handle 'auto'.
104 * init.c (build_new): Don't do auto deduction where it might
105 affect template mangling.
107 2012-03-07 Jason Merrill <jason@redhat.com>
110 * mangle.c (write_literal_operator_name): The length comes after the
113 2012-02-29 Jason Merrill <jason@redhat.com>
116 * decl.c (check_tag_decl): Move warning for misplaced attributes here.
117 (shadow_tag): From here.
118 * parser.c (cp_parser_explicit_instantiation): Don't warn here.
120 2012-02-21 Jakub Jelinek <jakub@redhat.com>
123 * typeck.c (check_literal_operator_args): Initialize *long_double_p
124 and *long_long_unsigned_p even if processing_template_decl.
126 2012-02-16 Jason Merrill <jason@redhat.com>
129 * decl.c (define_label): Use timevar_cond_start/stop.
131 2012-02-16 Fabien Chêne <fabien@gcc.gnu.org>
134 * decl.c (xref_basetypes): call dependent_scope_p instead of
137 2012-02-16 Jason Merrill <jason@redhat.com>
140 * error.c (dump_expr): Handle lambda closures specifically.
142 2012-02-14 Jason Merrill <jason@redhat.com>
144 * parser.c (cp_parser_explicit_instantiation): Give a warning
145 for ignored attributes on explicit class instantiation.
147 2012-02-14 Jakub Jelinek <jakub@redhat.com>
150 * pt.c (tsubst_copy_asm_operands): For LABEL_DECL values call
151 lookup_label on label's name and set TREE_USED.
153 2012-02-14 Jason Merrill <jason@redhat.com>
156 * decl.c (local_variable_p_walkfn): Don't check DECL_ARTIFICIAL.
158 2012-02-14 Jakub Jelinek <jakub@redhat.com>
161 * decl.c (duplicate_decls): If olddecl has bigger DECL_ALIGN than
162 newdecl, copy DECL_ALIGN to newdecl and or DECL_USER_ALIGN bits.
164 2012-02-07 Jason Merrill <jason@redhat.com>
167 * semantics.c (cx_check_missing_mem_inits): Handle unions.
168 Fix constexpr default constructor logic.
171 * pt.c (tsubst): Strip uninstantiated typedef.
173 2012-02-06 Jason Merrill <jason@redhat.com>
176 * cvt.c (build_expr_type_conversion): Check for template conversion.
178 2012-01-31 Jason Merrill <jason@redhat.com>
181 * cp-tree.h (PACK_EXPANSION_LOCAL_P): New.
182 * pt.c (make_pack_expansion, tsubst_initializer_list): Set it.
183 (tsubst_pack_expansion): Check it.
185 2012-01-29 Paolo Carlini <paolo.carlini@oracle.com>
188 * class.c (explain_non_literal_class): Correctly handle implicitly
189 deleted constructors.
191 2012-01-27 Jakub Jelinek <jakub@redhat.com>
194 * pt.c (tsubst_pack_expansion): Delete and restore
195 local_specialization whenever need_local_specialization, not just
196 when saved_local_specializations is non-NULL.
198 2012-01-26 Paolo Carlini <paolo.carlini@oracle.com>
201 * error.c (dump_decl, [TEMPLATE_ID_EXPR]): Handle error_mark_node
202 as TREE_OPERAND (t, 1).
204 2012-01-24 Jason Merrill <jason@redhat.com>
207 * decl.c (xref_basetypes): Check VEC_length instead of VEC_space.
210 * tree.c (called_fns_equal): Check template args.
211 (cp_tree_equal): Call it.
213 2012-01-24 Aldy Hernandez <aldyh@redhat.com>
214 Patrick Marlier <patrick.marlier@gmail.com>
217 * class.c (set_method_tm_attributes): Use TARGET_THUNK instead of
218 thunk for set_one_vmethod_tm_attributes.
220 2012-01-24 Paolo Carlini <paolo.carlini@oracle.com>
223 * call.c (build_over_call): Check for error_mark_node as
224 TREE_VALUE when default arguments are processed.
226 2012-01-23 Jason Merrill <jason@redhat.com>
229 * decl2.c (determine_visibility): Check for visibility attribute
230 on template specialization.
232 2012-01-23 Paolo Carlini <paolo.carlini@oracle.com>
235 * pt.c (parameter_of_template_p): Skip error_mark_node parameters.
237 2012-01-23 Jason Merrill <jason@redhat.com>
240 * class.c (add_method): Set OVL_USED for using-decls.
241 * tree.c (ovl_scope): New.
242 * cp-tree.h: Declare it.
243 * parser.c (cp_parser_template_name): Use it.
244 * semantics.c (baselink_for_fns): Likewise.
245 * name-lookup.c (set_inherited_value_binding_p): Likewise.
247 2012-01-20 Paolo Carlini <paolo.carlini@oracle.com>
250 * pt.c (lookup_template_class_1): Check context returned by
251 tsubst for error_mark_node.
253 2012-01-19 Kai Tietz <ktietz@redhat.com>
256 * decl2.c (save_template_attributes): Use merge_attributes
257 instead of chaining up via TREE_CHAIN.
259 2012-01-19 Jason Merrill <jason@redhat.com>
262 * class.c (finish_struct): Call add_method here for function usings.
263 * semantics.c (finish_member_declaration): Not here.
265 2012-01-18 Paolo Carlini <paolo.carlini@oracle.com>
268 * typeck2.c (store_init_value): Within a template guard
269 cxx_constant_value with require_potential_constant_expression.
270 * pt.c (convert_nontype_argument): Likewise.
272 2012-01-16 Jakub Jelinek <jakub@redhat.com>
275 * mangle.c (write_template_arg_literal): Handle complex.
277 2012-01-16 Jason Merrill <jason@redhat.com>
280 * mangle.c (mangle_decl): Don't mangle uninstantiated templates.
283 * typeck.c (build_static_cast_1): Handle bit-fields properly.
285 2012-01-13 Ian Lance Taylor <iant@google.com>
288 * typeck.c (enum_cast_to_int): New static function.
289 (cp_build_binary_op): When handling warn_sign_compare, don't test
290 for TREE_NO_WARNING. Do call enum_cast_to_int.
291 * call.c (avoid_sign_compare_warnings): Remove static function.
292 (build_new_op_1): Don't call avoid_sign_compare_warnings.
294 2012-01-13 Steven Bosscher <steven@gcc.gnu.org>
296 * decl2.c: Do not include tree-mudflap.h
297 * semantics.c: Likewise.
299 2012-01-13 Jason Merrill <jason@redhat.com>
302 * semantics.c (finish_break_stmt): Avoid adding an unreachable
306 * decl2.c (constrain_visibility): Clear DECL_VISIBILITY_SPECIFIED
307 when reducing the visibility.
310 * class.c (build_vtbl_initializer): Use __cxa_deleted_virtual.
312 2012-01-12 Jason Merrill <jason@redhat.com>
315 * pt.c (value_dependent_expression_p): Treat STMT_EXPR as
318 2012-01-13 Dodji Seketeli <dodji@redhat.com>
321 * semantics.c (cp_parser_ctor_initializer_opt_and_function_body):
322 Set the pointer to the last block of the constructor to the
324 (build_constexpr_constructor_member_initializers): Get
325 build_data_member_initialization a chance to deal with more
326 statements before we choke.
328 2012-01-12 Jason Merrill <jason@redhat.com>
331 * mangle.c (write_expression): Mangle BASELINK scope if
332 BASELINK_QUALIFIED_P.
333 * search.c (adjust_result_of_qualified_name_lookup): Set
334 BASELINK_QUALIFIED_P.
335 * tree.c (cp_tree_equal) [BASELINK]: Compare BASELINK_QUALIFIED_P.
336 * parser.c (cp_parser_postfix_dot_deref_expression): Don't call
337 adjust_result_of_qualified_name_lookup for non-qualified names.
340 * pt.c (unify): Handle error_mark_node.
342 2012-01-11 Jason Merrill <jason@redhat.com>
345 * call.c (standard_conversion): For ptrmemfuncs, compare the
349 * mangle.c (find_substitution): A type is only a substitution
350 match if we're looking for a type.
351 (write_nested_name): Use decl_mangling_context.
353 * decl.c (decls_match): Assert that the arguments are decls.
356 * pt.c (resolve_overloaded_unification): Compare types with
357 same_type_p, not decls_match.
359 2012-01-10 Jason Merrill <jason@redhat.com>
362 * class.c (build_base_path): Diagnose ambiguous base.
365 * semantics.c (cxx_eval_call_expression): Always retry previously
366 non-constant expressions.
368 2012-01-06 Jason Merrill <jason@redhat.com>
372 * parser.c (cp_parser_new_expression): Set
373 type_definition_forbidden_message.
379 * mangle.c (write_expression): Support NEW_EXPR, DELETE_EXPR,
380 THROW_EXPR, CONSTRUCTOR, OVERLOAD. Fix PREINCREMENT_EXPR and
382 (write_template_arg): Fix mangling of class-scope functions and
384 (mangle_decl): Update suggested -fabi-version argument.
385 * operators.def: Add DOTSTAR_EXPR, REINTERPRET_CAST_EXPR,
386 DYNAMIC_CAST_EXPR; correct CONST_CAST_EXPR, STATIC_CAST_EXPR.
387 * tree.c (dependent_name): No longer static.
388 * cp-tree.h: Declare it.
389 * pt.c (unify): Defer handling of unconverted functions.
391 * mangle.c (mangle_decl): Don't generate mangling aliases
392 for maybe-in-charge [cd]tors.
394 * error.c (dump_expr): Print type of CONSTRUCTOR.
396 2012-01-05 Dodji Seketeli <dodji@redhat.com>
399 * parser.c (cp_parser_alias_declaration): Get out early upon
400 errors in the identifier or the attributes.
402 2012-01-04 Paolo Carlini <paolo.carlini@oracle.com>
405 * pt.c (tsubst_copy_and_build): Maybe set TREE_NO_WARNING on
406 the tree returned by build_x_binary_op.
408 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
411 * parser.c (cp_parser_postfix_open_square_expression): Handle
412 postfix-expression [ braced-init-list ].
414 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
417 * rtti.c (build_dynamic_cast_1): In case of T a pointer type,
418 call decay_conversion on v.
420 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
423 * decl.c (duplicate_decls): With -Wredundant-decls don't warn for
424 declaration followed by specialization.
426 2012-01-03 Jakub Jelinek <jakub@redhat.com>
429 * semantics.c (finish_omp_clauses): Call fold_build_cleanup_point_expr
430 on OMP_CLAUSE_{IF,FINAL,NUM_THREADS,SCHEDULE_CHUNK}_EXPR.
432 2012-01-02 Jason Merrill <jason@redhat.com>
436 * method.c (walk_field_subobs): Don't check for uninitialized
438 (synthesized_method_walk): Check here.
442 * parser.c (cp_parser_cache_defarg): Split out...
443 (cp_parser_parameter_declaration): ...from here.
444 (cp_parser_save_nsdmi): Use it.
445 (cp_parser_cache_group): Remove CPP_COMMA support.
447 2012-01-02 Dodji Seketeli <dodji@redhat.com>
450 * semantics.c (cx_check_missing_mem_inits): Don't assert in case
453 2012-01-02 Paolo Carlini <paolo.carlini@oracle.com>
456 * typeck2.c (digest_init_r): Use copy_init when initializing
459 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
462 * decl.c (build_enumerator): Don't call perform_integral_promotions
465 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
468 * typeck.c (build_reinterpret_cast_1): Implement resolution of
471 2012-01-01 Fabien Chêne <fabien@gcc.gnu.org>
473 * parser.c (cp_parser_using_declaration): Add a warning about
474 deprecated access declarations when no errors were encountered
475 while parsing the access declaration. Save the first token in
476 order to emit the warning at the right place.
478 Copyright (C) 2012 Free Software Foundation, Inc.
480 Copying and distribution of this file, with or without modification,
481 are permitted in any medium without royalty provided the copyright
482 notice and this notice are preserved.