re PR c++/60265 ([C++11] using-declaration of enumerator fails if fully qualified)
[gcc.git] / gcc / cp / ChangeLog
1 2014-06-11 Paolo Carlini <paolo.carlini@oracle.com>
2
3 PR c++/60265
4 * parser.c (cp_parser_using_declaration): Handle unscoped enums.
5 * name-lookup.c (validate_nonmember_using_decl): Adjust error
6 message.
7
8 2014-06-11 Paolo Carlini <paolo.carlini@oracle.com>
9
10 PR c++/19200
11 * parser.c (cp_parser_declarator): Add bool parameter.
12 (cp_parser_direct_declarator): Likewise, use it.
13 (cp_parser_member_declaration): Pass friend_p to cp_parser_declarator.
14 (cp_parser_condition, cp_parser_explicit_instantiation,
15 cp_parser_init_declarator, cp_parser_type_id_1,
16 cp_parser_parameter_declaration, cp_parser_exception_declaration,
17 cp_parser_cache_defarg, cp_parser_objc_class_ivars,
18 cp_parser_objc_struct_declaration, cp_parser_omp_for_loop_init):
19 Adjust.
20 * decl.c (grokdeclarator): Fix handling of friend declared in
21 namespace scope (g++.dg/parse/friend10.C).
22
23 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
24
25 * vtable-class-hierarchy.c: Use symtab_get_node (var_decl)
26 ->implicit_section.
27 * optimize.c (cdtor_comdat_group): Fix handling of aliases.
28 (maybe_clone_body): Move symbol across comdat groups.
29 * method.c (use_thunk): Copy implicit section flag.
30
31 2014-06-09 Paolo Carlini <paolo.carlini@oracle.com>
32
33 PR c++/22556
34 * name-lookup.c (pushdecl_maybe_friend_1): Use comptypes.
35
36 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
37
38 * method.c (use_thunk): Use set_decl_section_name.
39 * optimize.c (maybe_clone_body): Use set_decl_section_name.
40 * decl.c (duplicate_decls): Likewise.
41 * vtable-class-hierarchy.c: Likewise.
42
43 2014-06-06 Paolo Carlini <paolo.carlini@oracle.com>
44
45 PR c++/60184
46 * class.c (check_field_decls): In C++11 mode do not reject
47 static data members and reference-type members in unions.
48
49 2014-06-05 Jason Merrill <jason@redhat.com>
50
51 PR c++/43453
52 * decl.c (check_initializer): Collapse a TREE_LIST here.
53 * typeck2.c (store_init_value): Not here.
54
55 2014-06-05 Richard Biener <rguenther@suse.de>
56 Paolo Carlini <paolo.carlini@oracle.com>
57
58 PR c++/56961
59 * cp-gimplify.c (cp_gimplify_expr, [MODIFY_EXPR]): Rework
60 handling of empty classes.
61
62 2014-06-04 Jason Merrill <jason@redhat.com>
63
64 * parser.c (cp_parser_diagnose_invalid_type_name): Give helpful note
65 for noexcept and thread_local, too.
66
67 PR c++/61343
68 * decl.c (check_initializer): Maybe clear
69 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P.
70
71 2014-06-05 Richard Biener <rguenther@suse.de>
72
73 PR c++/61004
74 * typeck.c (cp_build_indirect_ref): Do not emit strict-aliasing
75 warnings for accessing empty classes.
76
77 2014-06-05 Marek Polacek <polacek@redhat.com>
78
79 PR c/49706
80 * parser.c (cp_parser_binary_expression): Warn when logical not is
81 used on the left hand side operand of a comparison.
82
83 2014-06-04 Paolo Carlini <paolo.carlini@oracle.com>
84
85 PR c++/43453
86 * typeck.c (cp_build_modify_expr): Handle array of characters
87 initialized by a string literal.
88 * decl.c (check_initializer): Handle parenthesized string literal
89 as initializer.
90 * typeck2.c (store_init_value): Remove redundant check.
91
92 2014-06-04 Jason Merrill <jason@redhat.com>
93
94 PR c++/51253
95 PR c++/61382
96 * cp-gimplify.c (cp_gimplify_expr): Handle CALL_EXPR_LIST_INIT_P here.
97 * semantics.c (simplify_aggr_init_expr): Not here, just copy it.
98
99 2014-06-04 Igor Zamyatin <igor.zamyatin@intel.com>
100
101 PR c/58942
102 * cp-array-notation.c (expand_sec_reduce_builtin): Handle the case
103 with a pointer.
104
105 2014-06-03 Paolo Carlini <paolo.carlini@oracle.com>
106
107 DR 1423
108 PR c++/52174
109 * call.c (standard_conversion): Convert nullptr to bool only
110 in case of direct-initialization.
111 (convert_like_real): Provide informative error message.
112
113 2014-06-03 Marek Polacek <polacek@redhat.com>
114
115 PR c/60439
116 * semantics.c (finish_switch_cond): Warn if switch condition has
117 boolean value.
118
119 2014-06-03 Jason Merrill <jason@redhat.com>
120
121 PR c++/60992
122 * pt.c (tsubst_copy) [VAR_DECL]: Try lookup first. Add a new
123 variable to local_specializations.
124
125 PR c++/60848
126 * call.c (is_std_init_list): Check CLASSTYPE_TEMPLATE_INFO.
127
128 2014-06-02 Jason Merrill <jason@redhat.com>
129
130 PR c++/61046
131 * decl.c (reshape_init_class): Handle un-folded
132 constant-expressions.
133
134 PR c++/61134
135 * pt.c (pack_deducible_p): Handle canonicalization.
136
137 2014-06-02 Paolo Carlini <paolo.carlini@oracle.com>
138
139 * pt.c (tsubst_function_type): Initialize arg_types.
140
141 2014-06-02 Siva Chandra Reddy <sivachandra@google.com>
142
143 PR debug/57519
144 * class.c (handle_using_decl): Pass the correct scope to
145 cp_emit_debug_info_for_using.
146
147 2014-06-02 Ville Voutilainen <ville.voutilainen@gmail.com>
148
149 PR c++/59483
150 PR c++/61148
151 * search.c (accessible_p): Use current_nonlambda_class_type.
152 * semantics.c (check_accessibility_of_qualified_id): Likewise.
153
154 2014-06-02 Andrew MacLeod <amacleod@redhat.com>
155
156 * decl.c: Include builtins.h.
157 * semantics.c: Likewise.
158
159 2014-05-31 Paolo Carlini <paolo.carlini@oracle.com>
160
161 DR 1227
162 PR c++/57543
163 * cp-tree.h (TYPE_HAS_LATE_RETURN_TYPE): Add.
164 * pt.c (tsubst_function_type): Inject the this parameter; do the
165 substitutions in the order mandated by the DR.
166 (copy_default_args_to_explicit_spec): Copy TYPE_HAS_LATE_RETURN_TYPE.
167 * decl.c (grokdeclarator): Maybe set TYPE_HAS_LATE_RETURN_TYPE.
168 (static_fn_type): Copy it.
169 * decl2.c (build_memfn_type, change_return_type,
170 cp_reconstruct_complex_type): Likewise.
171 * parser.c (cp_parser_lambda_declarator_opt): Likewise.
172 * tree.c (strip_typedefs): Likewise.
173 * typeck.c (merge_types): Likewise.
174
175 2014-05-30 Jason Merrill <jason@redhat.com>
176
177 PR c++/56947
178 * pt.c (instantiate_decl): Check that defer_ok is not set for
179 local class members.
180
181 PR c++/60992
182 * pt.c (tsubst_init): Split out from...
183 (tsubst_expr) [DECL_EXPR]: Here.
184 (tsubst_copy) [VAR_DECL]: Use it.
185 * semantics.c (finish_id_expression): Return the decl for static/const.
186
187 2014-05-28 Jason Merrill <jason@redhat.com>
188
189 PR c++/47202
190 * decl.c (cxx_comdat_group): Return a decl.
191 * optimize.c (cdtor_comdat_group): Get its DECL_ASSEMBLER_NAME.
192
193 * pt.c (tsubst) [ARRAY_TYPE]: Check for array of array of unknown
194 bound.
195
196 PR c++/61242
197 * call.c (build_aggr_conv): Ignore passed in flags.
198 (build_array_conv, build_complex_conv): Likewise.
199
200 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
201
202 * optimize.c (maybe_thunk_body): Use set_comdat_group.
203 (maybe_clone_body): Likewise.
204 * decl.c (duplicate_decls): Update code duplicating comdat group;
205 do not copy symtab pointer; before freeing newdecl remove it
206 from symtab.
207 * decl2.c (constrain_visibility): Use set_comdat_group.
208
209 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
210
211 * rtti.c: Include tm_p.h
212 (emit_tinfo_decl): Force RTTI data to be aligned to required
213 ABI alignment only.
214
215 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
216
217 * class.c (build_vtable): Align vtables to TARGET_VTABLE_ENTRY_ALIGN
218 ignoring other target adjustments.
219
220 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
221
222 * semantics.c (finish_omp_clauses): Remove duplicated variable
223 initialization.
224
225 * parser.c (cp_parser_omp_target): Return bool values.
226
227 2014-05-22 Paolo Carlini <paolo.carlini@oracle.com>
228
229 PR c++/61088
230 * lambda.c (add_capture): Enforce that capture by value requires
231 complete type.
232 * typeck2.c (cxx_incomplete_type_inform): Early return if
233 TYPE_MAIN_DECL is null.
234
235 2014-05-21 Jonathan Wakely <jwakely@redhat.com>
236
237 PR c/61271
238 * cp-array-notation.c (cilkplus_an_triplet_types_ok_p): Fix condition.
239
240 2014-05-21 Ville Voutilainen <ville.voutilainen@gmail.com>
241
242 PR c++/61133
243 * lambda.c (build_capture_proxy, add_capture): Treat normal
244 captures and init-captures identically.
245
246 2014-05-21 Mark Wielaard <mjw@redhat.com>
247
248 PR debug/16063
249 * cp-lang.c (cxx_enum_underlying_base_type): New function.
250 (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): Define.
251
252 2014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
253
254 * cvt.c (convert_to_void): Use void_node instead of void_zero_node.
255 * cp-array-notation.c (replace_invariant_exprs): Likewise.
256 (expand_array_notation): Handle VOID_CST.
257 * error.c (dump_expr): Likewise.
258 * cxx-pretty-print.c (cxx_pretty_printer::primary_expression)
259 (cxx_pretty_printer::expression): Likewise.
260 (pp_cxx_new_expression): Use void_node instead of void_zero_node.
261 * decl.c (register_dtor_fn): Likewise.
262 * init.c (build_raw_new_expr, build_new_1, build_vec_init)
263 (build_delete, push_base_cleanups): Likewise.
264 * mangle.c (write_expression): Likewise.
265 * semantics.c (finish_break_stmt, empty_expr_stmt_p): Likewise.
266 * pt.c (tsubst_decl, tsubst_copy_and_build): Likewise.
267 (tsubst, tsubst_copy, build_non_dependent_expr): Handle VOID_CST.
268 * tree.c (cp_tree_equal): Likewise.
269 (build_dummy_object, is_dummy_object, stabilize_expr): Use void_node
270 instead of void_zero_node.
271 * typeck.c (check_return_expr): Likewise.
272 * typeck2.c (build_functional_cast): Likewise.
273
274 2014-05-21 Igor Zamyatin <igor.zamyatin@intel.com>
275
276 PR c/60189
277 * parser.c (cp_parser_postfix_expression): Move handling of cilk_sync
278 from here to...
279 (cp_parser_statement): ...here. Make sure only semicolon can go after
280 Cilk_sync.
281
282 2014-05-20 Paolo Carlini <paolo.carlini@oracle.com>
283
284 PR c++/58753
285 PR c++/58930
286 PR c++/58704
287 * typeck2.c (digest_nsdmi_init): New.
288 * parser.c (cp_parser_late_parse_one_default_arg): Use it.
289 * init.c (get_nsdmi): Likewise.
290 * cp-tree.h (digest_nsdmi_init): Declare.
291
292 2014-05-20 Jason Merrill <jason@redhat.com>
293
294 * typeck.c (get_member_function_from_ptrfunc): Don't try to look
295 up a virtual function in a dummy object.
296
297 2014-05-20 Paolo Carlini <paolo.carlini@oracle.com>
298
299 PR c++/60373
300 * decl.c (duplicate_decls): Replace pair of warning_at with
301 warning_at + inform.
302 (maybe_commonize_var): Likewise.
303
304 2014-05-20 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
305
306 PR bootstrap/61210
307 * pt.c (tsubst_copy, tsubst_omp_for_iterator, tsubst_expr)
308 (tsubst_copy_and_build): Perform recursive substitutions in a
309 deterministic order.
310
311 2014-05-20 Paolo Carlini <paolo.carlini@oracle.com>
312
313 PR c++/58664
314 * typeck2.c (cxx_incomplete_type_inform): New.
315 (cxx_incomplete_type_diagnostic): Use it.
316 * decl.c (grokdeclarator): Check the element type of an
317 incomplete array type; call the above.
318 * cp-tree.h (cxx_incomplete_type_inform): Declare.
319
320 2014-05-19 Jason Merrill <jason@redhat.com>
321
322 PR c++/58761
323 * pt.c (tsubst_copy): Don't check at_function_scope_p.
324 (instantiate_class_template_1): Don't push_to_top_level in an nsdmi.
325
326 2014-05-19 Paolo Carlini <paolo.carlini@oracle.com>
327
328 * typeck2.c (cxx_incomplete_type_diagnostic): Use inform.
329 * parser.c (cp_parser_enum_specifier): Likewise.
330
331 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
332
333 * class.c (sorted_fields_type_new): Adjust.
334 * cp-cilkplus.c (cilk_install_body_with_frame_cleanup): Likewise.
335 * cp-objcp-common.c (decl_shadowed_for_var_insert): Likewise.
336 * cp-tree.h: Remove usage of variable_size gty attribute.
337 * decl.c (make_label_decl): Adjust.
338 (check_goto): Likewise.
339 (start_preparsed_function): Likewise.
340 (save_function_data): Likewise.
341 * lex.c (init_reswords): Likewise.
342 (retrofit_lang_decl): Likewise.
343 (cxx_dup_lang_specific_decl): Likewise.
344 (copy_lang_type): Likewise.
345 (cxx_make_type): Likewise.
346 * name-lookup.c (binding_entry_make): Likewise.
347 (binding_table_construct): Likewise.
348 (binding_table_new): Likewise.
349 (cxx_binding_make): Likewise.
350 (pushdecl_maybe_friend_1): Likewise.
351 (begin_scope): Likewise.
352 (push_to_top_level): Likewise.
353 * parser.c (cp_lexer_alloc): Likewise.
354 (cp_lexer_new_from_tokens): Likewise.
355 (cp_token_cache_new): Likewise.
356 (cp_parser_context_new): Likewise.
357 (cp_parser_new): Likewise.
358 (cp_parser_nested_name_specifier_opt): Likewise.
359 (cp_parser_template_id): Likewise.
360 * pt.c (maybe_process_partial_specialization): Likewise.
361 (register_specialization): Likewise.
362 (add_pending_template): Likewise.
363 (lookup_template_class_1): Likewise.
364 (push_tinst_level): Likewise.
365 * semantics.c (register_constexpr_fundef): Likewise.
366 (cxx_eval_call_expression): Likewise.
367 * typeck2.c (abstract_virtuals_error_sfinae): Likewise.
368
369 2014-05-16 Paolo Carlini <paolo.carlini@oracle.com>
370
371 PR c++/51640
372 * parser.c (cp_parser_diagnose_invalid_type_name): Early return
373 when cp_parser_lookup_name sets ambiguous_decls.
374
375 2014-05-15 Jason Merrill <jason@redhat.com>
376
377 * call.c (print_conversion_rejection): Use loc consistently.
378
379 2014-05-14 Paolo Carlini <paolo.carlini@oracle.com>
380
381 * cp-tree.h (DIRECT_LIST_INIT_P): Add.
382 * call.c (convert_like_real, build_new_method_call_1): Use it.
383 * decl2.c (grokfield): Likewise.
384 * init.c (perform_member_init, build_aggr_init, expand_default_init,
385 build_new_1): Likewise.
386 * mangle.c (write_expression): Likewise.
387 * parser.c (cp_parser_late_parse_one_default_arg): Likewise.
388
389 2014-05-14 Jason Merrill <jason@redhat.com>
390
391 PR c++/20332
392 PR c++/21631
393 * call.c (reference_binding): Treat lvalue/rvalue mismatch and
394 dropped cv-quals as a bad conversion.
395 (convert_like_real) [ck_ref_bind]: Explain them.
396 (compare_ics): Check badness before stripping reference
397 bindings. Handle comparing bad reference bindings.
398 * typeck.c (comp_cv_qualification): Add overload that just takes
399 integers.
400 * cp-tree.h: Declare it.
401
402 * call.c (struct conversion_info): Rename 'from_type' to 'from'.
403 (arg_conversion_rejection, bad_arg_conversion_rejection)
404 (explicit_conversion_rejection, template_conversion_rejection): Adjust.
405 (add_function_candidate): Pass actual argument, rather than type, to
406 bad_arg_conversion_rejection.
407 (print_conversion_rejection): Explain what's wrong with the conversion.
408 (print_z_candidates): Say "candidate:" before each candidate.
409 (splice_viable): Be strict if we see a viable or template candidate.
410 (build_user_type_conversion_1): Pass false to strict parameter.
411 (perform_overload_resolution, build_conditional_expr_1): Likewise.
412 (build_new_op_1, build_new_method_call_1): Likewise.
413 (build_op_call_1): Pass true to strict parameter.
414
415 2014-05-13 Jason Merrill <jason@redhat.com>
416
417 * call.c (print_error_for_call_failure): Say "no match" rather
418 than "ambiguous" if there were no strict matches.
419 (build_new_method_call_1): Likewise.
420
421 PR c++/61151
422 * semantics.c (is_this_parameter): Allow capture proxies too.
423
424 2014-05-12 Jason Merrill <jason@redhat.com>
425
426 * call.c (maybe_print_user_conv_context): New.
427 (convert_like_real): Use it. Print call context for bad
428 user-defined conversion.
429 (build_over_call): Print call context for bad 'this' conversion.
430
431 * call.c (convert_like_real): Use inform for identifying the
432 declaration point.
433
434 2014-05-12 Paolo Carlini <paolo.carlini@oracle.com>
435
436 * cvt.c (cp_convert_to_pointer): Don't call error_at if
437 complain & tf_error is false.
438
439 * decl.c (make_unbound_class_template): Prefer inform for
440 "declared here"-type message.
441
442 2014-05-09 Momchil Velikov <momchil.velikov@gmail.com>
443
444 PR c++/60463
445 PR c++/60755
446 * lambda.c (lambda_expr_this_capture): Add new parameter
447 add_capture_p controlling whether the functions will try to
448 capture 'this' via the default capture.
449 (maybe_resolve_dummy): Likewise.
450 * cp-tree.h: Adjust prototypes.
451 * call.c, semantics.c: Change callers of these functions.
452 * call.c (build_new_method_call_1): Use the actual 'this' that
453 would be potentially captured for the overload resolution, instead
454 of the dummy object.
455
456 2014-05-09 Paolo Carlini <paolo.carlini@oracle.com>
457
458 * pt.c (convert_nontype_argument_function): Add tsubst_flags_t
459 parameter.
460 (convert_nontype_argument): Adjust calls.
461 (coerce_template_parameter_pack): Add missing complain & tf_error
462 check.
463
464 2014-05-09 Jason Merrill <jason@redhat.com>
465
466 DR 587
467 PR c++/51317
468 * call.c (build_conditional_expr_1, conditional_conversion): Handle
469 non-class lvalues and xvalues that differ only in cv-qualifiers.
470
471 DR 5
472 PR c++/60019
473 * call.c (build_user_type_conversion_1): The copy-init temporary
474 is cv-unqualified.
475
476 PR c++/58714
477 * tree.c (stabilize_expr): A stabilized prvalue is an xvalue.
478
479 PR c++/54348
480 * call.c (build_conditional_expr_1): If overload resolution finds
481 no match, just say "different types".
482
483 PR c++/32019
484 * call.c (build_conditional_expr_1): Improve ambiguity diagnostic.
485
486 PR c++/22434
487 * call.c (build_conditional_expr_1): Don't try to pool cv-quals
488 if we didn't find a conversion.
489 Don't accept a bad conversion too early.
490
491 2014-05-08 Paolo Carlini <paolo.carlini@oracle.com>
492
493 PR c++/13981
494 * typeck.c (convert_for_assignment): Provide an inform for pointers
495 to incomplete class types.
496
497 2014-05-07 Paolo Carlini <paolo.carlini@oracle.com>
498
499 PR c++/61083
500 * pt.c (convert_nontype_argument): Protect all the error calls
501 with complain & tf_error.
502
503 2014-05-07 Paolo Carlini <paolo.carlini@oracle.com>
504
505 PR c++/61080
506 * pt.c (instantiate_decl): Avoid generating the body of a
507 deleted function.
508
509 2014-05-06 Paolo Carlini <paolo.carlini@oracle.com>
510
511 PR c++/60999
512 * pt.c (maybe_begin_member_template_processing): Use
513 uses_template_parms.
514
515 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
516 Mike Stump <mikestump@comcast.net>
517 Richard Sandiford <rdsandiford@googlemail.com>
518
519 * call.c: Include wide-int.h.
520 (type_passed_as): Use tree_int_cst_lt instead of INT_CST_LT_UNSIGNED.
521 (convert_for_arg_passing): Likewise.
522 * class.c: Include wide-int.h.
523 (walk_subobject_offsets): Use tree_int_cst_lt instead of INT_CST_LT.
524 (end_of_class): Use tree_int_cst_lt instead of INT_CST_LT_UNSIGNED.
525 (include_empty_classes): Likewise
526 (layout_class_type): Use tree_int_cst_lt instead of INT_CST_LT.
527 * cvt.c: Include wide-int.h.
528 (ignore_overflows): Use wide_int_to_tree.
529 * decl.c: Include wide-int.h.
530 (check_array_designated_initializer): Use wide-int interfaces.
531 (compute_array_index_type): Use tree_int_cst_lt instead of INT_CST_LT.
532 (finish_enum_value_list): Use signop.
533 (build_enumerator): Use wide-int interfaces.
534 * init.c: Include wide-int.h.
535 (build_new_1): Use wide-int interfaces.
536 * mangle.c: Include wide-int.h.
537 (write_integer_cst): Use wide-int interfaces.
538 (write_array_type): Likewise.
539 * tree.c: Include wide-int.h.
540 (cp_tree_equal): Use tree_int_cst_equal.
541 * typeck2.c: Include wide-int.h.
542 (process_init_constructor_array): Use wide-int interfaces.
543
544 2014-05-03 Paolo Carlini <paolo.carlini@oracle.com>
545
546 PR c++/58582
547 * decl.c (grokfndecl): Check duplicate_decls return value for
548 error_mark_node.
549 * pt.c (instantiate_decl): A deleted function is defined.
550
551 2014-05-02 Jason Merrill <jason@redhat.com>
552
553 * decl2.c (vague_linkage_p): Local statics have vague linkage.
554
555 PR c++/60992
556 * lambda.c (lambda_capture_field_type): Wrap anything dependent
557 other than 'this'.
558 (add_capture): Check for VLA before calling it.
559 * semantics.c (is_this_parameter): Accept any 'this' parameter, not
560 just the current one. Make non-static.
561 * cp-tree.h: Declare it.
562 * pt.c (tsubst_copy) [VAR_DECL]: Also build a new VAR_DECL if
563 the operand was static or constant.
564
565 2014-05-02 Marek Polacek <polacek@redhat.com>
566
567 * typeck.c (maybe_warn_about_returning_address_of_local): Separate
568 warning_at calls.
569
570 2014-05-01 Marek Polacek <polacek@redhat.com>
571
572 PR c/43395
573 * typeck.c (maybe_warn_about_returning_address_of_local): Distinguish
574 between label and variable when warning about returning local address.
575
576 2014-04-30 Jason Merrill <jason@redhat.com>
577
578 PR c++/60980
579 * init.c (build_value_init): Don't try to call an array constructor.
580
581 PR c++/60951
582 * typeck2.c (massage_init_elt): Use maybe_constant_init.
583
584 2014-04-30 Marek Polacek <polacek@redhat.com>
585
586 * typeck.c (cp_build_binary_op): Call ubsan_instrument_division
587 even when SANITIZE_FLOAT_DIVIDE is on. Set doing_div_or_mod even
588 for non-integer types.
589
590 2014-04-29 Jason Merrill <jason@redhat.com>
591
592 DR 1351
593 Represent the unevaluated exception specification of an implicitly
594 declared or deleted function with a simple placeholder, not a list
595 of functions.
596 * cp-tree.h (UNEVALUATED_NOEXCEPT_SPEC_P): New.
597 * except.c (unevaluated_noexcept_spec): New.
598 * class.c (deduce_noexcept_on_destructor): Use it.
599 * decl.c (check_redeclaration_exception_specification): Call
600 maybe_instantiate_noexcept.
601 (duplicate_decls): Call it before merge_types.
602 (start_preparsed_function): Call maybe_instantiate_noexcept.
603 * decl2.c (mark_used): Call maybe_instantiate_noexcept earlier.
604 * init.c (get_nsdmi): Factor out of perform_member_init.
605 * method.c (process_subob_fn): Call maybe_instantiate_noexcept.
606 (walk_field_subobs): Consider NSDMI for EH spec.
607 (get_defaulted_eh_spec): New.
608 (implicitly_declare_fn): Use unevaluated_noexcept_spec.
609 (defaulted_late_check): Defer EH checking in non-template classes.
610 (after_nsdmi_defaulted_late_checks): New.
611 * parser.c (cp_parser_class_specifier_1): Use it.
612 (unparsed_classes): New macro.
613 * parser.h (cp_unparsed_functions_entry_d): Add classes field.
614 * pt.c (maybe_instantiate_noexcept): Use get_defaulted_eh_spec.
615 Remove list-of-functions handling.
616 * typeck2.c (merge_exception_specifiers): Remove list-of-functions
617 handling and FN parameter.
618 * typeck.c (merge_types): Adjust.
619
620 2014-04-28 Paolo Carlini <paolo.carlini@oracle.com>
621
622 PR c++/59120
623 * parser.c (cp_parser_alias_declaration): Check return value of
624 cp_parser_require.
625
626 2014-04-24 Jakub Jelinek <jakub@redhat.com>
627
628 * parser.c (cp_parser_omp_atomic): Allow seq_cst before
629 atomic-clause, allow comma in between atomic-clause and
630 seq_cst.
631
632 2014-04-24 Marc Glisse <marc.glisse@inria.fr>
633
634 PR libstdc++/43622
635 * rtti.c (emit_support_tinfos): Do not iterate on
636 registered_builtin_types (partial revert).
637
638 2014-04-23 Dinar Temirbulatov <dtemirbulatov@gmail.com>
639
640 PR c++/57958
641 * semantics.c (apply_deduced_return_type): Complete non-void type
642 before estimating whether the type is aggregate.
643
644 2014-04-22 Marc Glisse <marc.glisse@inria.fr>
645
646 PR libstdc++/43622
647 * rtti.c (emit_support_tinfo_1): New function, extracted from
648 emit_support_tinfos.
649 (emit_support_tinfos): Call it and iterate on registered_builtin_types.
650
651 2014-04-22 Jakub Jelinek <jakub@redhat.com>
652
653 PR c/59073
654 * parser.c (cp_parser_omp_parallel): If cp_parser_omp_for
655 fails, don't set OM_PARALLEL_COMBINED and return NULL.
656
657 2014-04-18 Jason Merrill <jason@redhat.com>
658
659 DR 1571
660 * call.c (reference_binding): Recurse on user-defined conversion.
661
662 PR c++/60872
663 * call.c (standard_conversion): Don't try to apply restrict to void.
664
665 2014-04-16 Marc Glisse <marc.glisse@inria.fr>
666
667 * decl.c (reshape_init_r): Handle a single element of vector type.
668
669 2014-04-16 Patrick Palka <patrick@parcs.ath.cx>
670
671 PR c++/60765
672 * decl2.c (cplus_decl_attributes): Handle
673 pointer-to-member-function declarations.
674
675 2014-04-16 Patrick Palka <patrick@parcs.ath.cx>
676
677 PR c++/60764
678 * call.c (build_user_type_coversion): Use build_dummy_object
679 to create the placeholder object for a constructor method call.
680 (build_special_member_call): Likewise.
681 (build_over_call): Check for the placeholder object with
682 is_dummy_object.
683 (build_new_method_call_1): Likewise. Don't attempt to resolve
684 a dummy object for a constructor method call.
685
686 2014-04-16 Paul Pluzhnikov <ppluzhnikov@google.com>
687
688 PR c++/59295
689 * friend.c (add_friend, make_friend_class): Move repeated friend
690 warning under Wredundant_decls.
691
692 2014-04-15 Paolo Carlini <paolo.carlini@oracle.com>
693
694 * decl.c (duplicate_decls): Remove redundant TYPE_NAME use.
695 * name-lookup.c (pushdecl_maybe_friend_1): Likewise.
696 (do_class_using_decl): Likewise.
697 * mangle.c (dump_substitution_candidates): Use TYPE_NAME_STRING.
698
699 2014-04-15 Jakub Jelinek <jakub@redhat.com>
700
701 PR plugins/59335
702 * Make-lang.h (CP_PLUGIN_HEADERS): Add type-utils.h.
703
704 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
705
706 * cp-tree.h (TYPE_IDENTIFIER): Remove declaration.
707
708 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
709
710 * pt.c (mark_template_parm): Use template_parm_level_and_index.
711
712 2014-04-11 Jason Merrill <jason@redhat.com>
713
714 * parser.h (struct cp_token): Rename ambiguous_p to error_reported.
715 * parser.c: Adjust.
716 (cp_lexer_get_preprocessor_token): Always clear it.
717 (cp_parser_lambda_expression): Use it to avoid duplicate diagnostics.
718
719 DR 1467
720 PR c++/51747
721 * decl.c (reshape_init_r): Handle a single element of class type.
722
723 DR 1338
724 * decl.c (cxx_init_decl_processing): Set DECL_IS_MALLOC on
725 built-in operator new.
726
727 2014-04-11 Paolo Carlini <paolo.carlini@oracle.com>
728
729 PR c++/58600
730 * name-lookup.c (parse_using_directive): Return early if the
731 attribs argument is error_mark_node; use get_attribute_name.
732
733 2014-04-11 Jason Merrill <jason@redhat.com>
734
735 DR 1030
736 PR c++/51253
737 * cp-tree.h (CALL_EXPR_LIST_INIT_P): New.
738 * call.c (struct z_candidate): Add flags field.
739 (add_candidate): Add flags parm.
740 (add_function_candidate, add_conv_candidate, build_builtin_candidate)
741 (add_template_candidate_real): Pass it.
742 (build_over_call): Set CALL_EXPR_LIST_INIT_P.
743 * tree.c (build_aggr_init_expr): Copy it.
744 * semantics.c (simplify_aggr_init_expr): Preevaluate args if it's set.
745
746 2014-04-10 Richard Biener <rguenther@suse.de>
747 Jakub Jelinek <jakub@redhat.com>
748
749 PR ipa/60761
750 * error.c (dump_decl) <case FUNCTION_DECL>: If
751 DECL_LANG_SPECIFIC is NULL, but DECL_ABSTRACT_ORIGIN is not,
752 recurse on DECL_ABSTRACT_ORIGIN instead of printing
753 <built-in>.
754
755 2014-04-09 Fabien Chêne <fabien@gcc.gnu.org>
756
757 * pt.c (check_template_variable): Check for the return of pedwarn
758 before emitting a note.
759 * parser.c (cp_parser_lambda_introducer): Likewise.
760
761 2014-04-08 Paolo Carlini <paolo.carlini@oracle.com>
762
763 PR c++/59115
764 * pt.c (process_template_parm): For an invalid non-type parameter
765 only set TREE_TYPE to error_mark_node.
766 (push_inline_template_parms_recursive, comp_template_parms,
767 redeclare_class_template, coerce_template_template_parm,
768 coerce_template_template_parms, unify): Use error_operand_p.
769
770 2014-04-08 Nathan Sidwell <nathan@codesourcery.com>
771
772 * class.c (check_bases_and_members): Warn about non-virtual dtors
773 in public bases only. Check warn_ecpp before complaining about
774 non-polymorphic bases.
775
776 2014-04-04 Fabien Chêne <fabien@gcc.gnu.org>
777
778 * decl.c (duplicate_decls): Check for the return of warning_at
779 before emitting a note.
780 (warn_misplaced_attr_for_class_type): Likewise.
781 (check_tag_decl): Likewise.
782
783 2014-04-04 Paolo Carlini <paolo.carlini@oracle.com>
784
785 PR c++/58207
786 * semantics.c (sort_constexpr_mem_initializers): Robustify loop.
787
788 2014-04-04 Patrick Palka <patrick@parcs.ath.cx>
789
790 PR c++/44613
791 * semantics.c (add_stmt): Set STATEMENT_LIST_HAS_LABEL.
792 * decl.c (cp_finish_decl): Create a new BIND_EXPR before
793 instantiating a variable-sized type.
794
795 PR c++/21113
796 * decl.c (decl_jump_unsafe): Consider variably-modified decls.
797
798 2014-04-04 Fabien Chêne <fabien@gcc.gnu.org>
799
800 * class.c (find_abi_tags_r): Check for the return of warning
801 before emitting a note.
802 (one_inherited_ctor): Likewise.
803
804 2014-04-04 Fabien Chêne <fabien@gcc.gnu.org>
805
806 * decl.c (duplicate_decls): Check for the return of permerror
807 before emitting a note.
808
809 2014-04-03 Nathan Sidwell <nathan@codesourcery.com>
810
811 * class.c (accessible_nvdtor_p): New.
812 (check_bases): Don't check base destructor here ...
813 (check_bases_and_members): ... check them here. Trigger on
814 Wnon-virtual-dtor flag.
815 (finish_struct_1): Use accessible_nvdtor_p.
816
817 2014-04-01 Jason Merrill <jason@redhat.com>
818
819 * pt.c (process_partial_specialization): Say "not deducible"
820 rather than "not used". Use inform.
821
822 PR c++/60374
823 * pt.c (coerce_template_parms): Check that the pack expansion
824 pattern works with the first matching parameter.
825
826 2014-04-01 Fabien Chêne <fabien@gcc.gnu.org>
827
828 * init.c (perform_member_init): Homogenize uninitialized
829 diagnostics.
830
831 2014-04-01 Jason Merrill <jason@redhat.com>
832
833 PR c++/60708
834 * call.c (build_array_conv): Call complete_type.
835
836 PR c++/60713
837 * typeck2.c (PICFLAG_SIDE_EFFECTS): New.
838 (picflag_from_initializer): Return it.
839 (process_init_constructor): Handle it.
840
841 PR c++/60642
842 * decl2.c (is_late_template_attribute): Don't defer abi_tag.
843 * mangle.c (write_unqualified_name): Fix abi_tag on templates.
844 * pt.c (get_template_info): Handle NAMESPACE_DECL.
845 (most_general_template): Handle more kinds of template.
846 * tree.c (handle_abi_tag_attribute): Ignore abi_tag on template
847 instantiations and specializations.
848
849 2014-03-31 Patrick Palka <patrick@parcs.ath.cx>
850
851 PR c++/44859
852 * typeck.c (maybe_warn_about_returning_address_of_local): Unwrap
853 COMPONENT_REFs and ARRAY_REFs sooner.
854
855 2014-03-29 Adam Butcher <adam@jessamine.co.uk>
856
857 PR c++/60626
858 * parser.c (cp_parser_init_declarator): Handle erroneous generic type
859 usage in non-functions with pushed scope.
860
861 2014-03-28 Adam Butcher <adam@jessamine.co.uk>
862
863 PR c++/60573
864 * name-lookup.h (cp_binding_level): New transient field defining_class_p
865 to indicate whether a scope is in the process of defining a class.
866 * semantics.c (begin_class_definition): Set defining_class_p.
867 * name-lookup.c (leave_scope): Reset defining_class_p.
868 * parser.c (synthesize_implicit_template_parm): Use cp_binding_level::
869 defining_class_p rather than TYPE_BEING_DEFINED as the predicate for
870 unwinding to class-defining scope to handle the erroneous definition of
871 a generic function of an arbitrarily nested class within an enclosing
872 class.
873
874 2014-03-26 Fabien Chêne <fabien@gcc.gnu.org>
875
876 PR c++/52369
877 * method.c (walk_field_subobs): Improve the diagnostic
878 locations for both REFERENCE_TYPEs and non-static const members.
879 * init.c (diagnose_uninitialized_cst_or_ref_member): Use %q#D
880 instead of %qD to be consistent with the c++11 diagnostic.
881
882 2014-03-25 Jason Merrill <jason@redhat.com>
883
884 PR c++/60566
885 PR c++/58678
886 * class.c (build_vtbl_initializer): Handle abstract dtors here.
887 * search.c (get_pure_virtuals): Not here.
888
889 PR c++/60375
890 * parser.c (cp_parser_lambda_expression): Don't parse the body of
891 a lambda in unevaluated context.
892
893 PR c++/60628
894 * decl.c (create_array_type_for_decl): Complain about array of auto.
895
896 2014-03-25 Jakub Jelinek <jakub@redhat.com>
897
898 PR c++/60331
899 * semantics.c (potential_constant_expression_1): Handle
900 DECL_EXPR.
901
902 2014-03-24 Adam Butcher <adam@jessamine.co.uk>
903
904 PR c++/60627
905 * parser.c (cp_parser_parameter_declaration_clause): Prevent 'auto' from
906 introducing an implicit function template parameter within an explicit
907 instantiation.
908
909 2014-03-22 Jason Merrill <jason@redhat.com>
910
911 PR c++/60574
912 * decl.c (grokdeclarator): Change permerror about 'virtual auto'
913 to error.
914
915 2014-03-21 Paolo Carlini <paolo.carlini@oracle.com>
916
917 PR c++/60384
918 * name-lookup.c (push_class_level_binding_1): Check identifier_p
919 on the name argument.
920
921 2014-03-20 Jakub Jelinek <jakub@redhat.com>
922
923 PR c++/60572
924 * init.c (build_zero_init_1): Ignore fields with error_mark_node
925 type.
926
927 2014-03-19 Paolo Carlini <paolo.carlini@oracle.com>
928
929 PR c++/51474
930 * call.c (build_new_method_call_1): Handle pure virtuals called by
931 NSDMIs too.
932
933 2014-03-17 Adam Butcher <adam@jessamine.co.uk>
934
935 PR c++/60390
936 * parser.c (cp_parser_member_declaration): Don't allow
937 finish_fully_implicit_template to consider friend declarations to be
938 class member templates.
939 (synthesize_implicit_template_parm): Handling winding back through class
940 scope to the class being defined in order to inject a template argument
941 list.
942
943 PR c++/60391
944 * parser.c (cp_parser_skip_to_end_of_block_or_statement): Unwind generic
945 function scope as per cp_parser_skip_to_end_of_statement.
946
947 2014-03-17 Paolo Carlini <paolo.carlini@oracle.com>
948
949 PR c++/59571
950 * typeck2.c (check_narrowing): Use fold_non_dependent_expr_sfinae.
951
952 2014-03-14 Jason Merrill <jason@redhat.com>
953
954 PR c++/60532
955 PR c++/58678
956 * search.c (get_pure_virtuals): Handle abstract dtor here.
957 (dfs_get_pure_virtuals): Not here.
958
959 PR c++/58678
960 * search.c (dfs_get_pure_virtuals): Treat the destructor of an
961 abstract class as pure.
962
963 2014-03-13 Paolo Carlini <paolo.carlini@oracle.com>
964
965 PR c++/60383
966 * pt.c (maybe_process_partial_specialization): Check return value
967 of check_specialization_namespace.
968
969 2014-03-13 Paolo Carlini <paolo.carlini@oracle.com>
970
971 PR c++/60254
972 * semantics.c (finish_static_assert): Call cxx_constant_value only
973 if require_potential_rvalue_constant_expression returns true.
974
975 2014-03-11 Paolo Carlini <paolo.carlini@oracle.com>
976
977 PR c++/60389
978 * method.c (get_inherited_ctor): New.
979 * cp-tree.h (get_inherited_ctor): Declare it.
980 * semantics.c (is_valid_constexpr_fn): Use it.
981
982 2014-03-10 Jason Merrill <jason@redhat.com>
983
984 PR c++/60367
985 * call.c (convert_default_arg): Remove special handling for
986 CONSTRUCTOR.
987
988 PR c++/53492
989 * parser.c (cp_parser_class_head): Also check PRIMARY_TEMPLATE_P
990 when deciding whether to call push_template_decl for a member class.
991 * pt.c (push_template_decl_real): Return after wrong levels error.
992
993 2014-03-08 Adam Butcher <adam@jessamine.co.uk>
994
995 PR c++/60033
996 * pt.c (tsubst_copy): When retrieving a capture pack from a generic
997 lambda, remove the lambda's own template argument list prior to fetching
998 the specialization.
999
1000 PR c++/60393
1001 * parser.c (cp_parser_parameter_declaration_clause): Move generic
1002 function template unwinding on error into a more general location, ...
1003 (cp_parser_skip_to_end_of_statement): ... here.
1004
1005 2014-03-07 Jason Merrill <jason@redhat.com>
1006
1007 * Make-lang.in (check_g++_parallelize): Split dg.exp.
1008
1009 * parser.c (cp_parser_type_id_1): Only allow 'auto' in C++1y if
1010 we're in a trailing return type.
1011
1012 * typeck.c (comp_template_parms_position): 'auto' and
1013 'decltype(auto)' are different from real template parms.
1014
1015 * parser.c (cp_parser_using_declaration): Consume the semicolon
1016 after bare parameter pack error.
1017
1018 * cp-tree.h (REF_PARENTHESIZED_P): New.
1019 * semantics.c (force_paren_expr): Set it.
1020 * pt.c (do_auto_deduction): Check it.
1021 (tsubst) [COMPONENT_REF]: Copy it.
1022 * typeck.c (maybe_warn_about_useless_cast): Don't strip dereference.
1023
1024 * decl.c (create_array_type_for_decl): Only warn about invalid
1025 C++1y VLA if flag_iso or warn_vla>0.
1026 (grokdeclarator): Likewise.
1027 * pt.c (tsubst): Likewise.
1028 * semantics.c (finish_decltype_type): Likewise.
1029 * typeck.c (cxx_sizeof_or_alignof_type): Likewise.
1030 (cp_build_addr_expr_1): Likewise.
1031 * init.c (build_new_1): Improve diagnostics.
1032
1033 2014-03-07 Paolo Carlini <paolo.carlini@oracle.com>
1034
1035 PR c++/58609
1036 * decl.c (check_initializer): Return NULL_TREE after error;
1037 consistently use inform.
1038
1039 2014-03-07 Paolo Carlini <paolo.carlini@oracle.com>
1040
1041 * decl.c (check_initializer): Remove dead code.
1042
1043 2014-03-06 Marek Polacek <polacek@redhat.com>
1044
1045 PR c/60197
1046 * typeck.c (check_return_expr): Call contains_cilk_spawn_stmt instead
1047 of checking tree code.
1048
1049 2014-03-06 Paolo Carlini <paolo.carlini@oracle.com>
1050
1051 * parser.c (cp_lexer_set_source_position): New.
1052 (cp_parser_mem_initializer): Use it.
1053 (cp_parser_postfix_open_square_expression): Likewise.
1054 (cp_parser_parenthesized_expression_list): Likewise.
1055 (cp_parser_new_initializer): Likewise.
1056 (cp_parser_jump_statement): Likewise.
1057 (cp_parser_initializer): Likewise.
1058 (cp_parser_functional_cast): Likewise.
1059
1060 2014-03-05 Jason Merrill <jason@redhat.com>
1061
1062 PR c++/60409
1063 * semantics.c (force_paren_expr): Only add a PAREN_EXPR to a
1064 dependent expression.
1065
1066 PR c++/60361
1067 * parser.c (cp_parser_template_id): Don't set up a CPP_TEMPLATE_ID
1068 if re-parsing might succeed.
1069 * semantics.c (finish_id_expression): Use of a parameter outside
1070 the function body is a parse error.
1071
1072 * parser.c (cp_parser_mem_initializer): Set input_location
1073 properly for init-list warning.
1074 (cp_parser_postfix_open_square_expression): Likewise.
1075 (cp_parser_parenthesized_expression_list): Likewise.
1076 (cp_parser_new_initializer): Likewise.
1077 (cp_parser_jump_statement): Likewise.
1078 (cp_parser_initializer): Likewise.
1079 (cp_parser_functional_cast): Likewise.
1080
1081 2014-03-04 Jason Merrill <jason@redhat.com>
1082
1083 PR c++/60417
1084 * typeck2.c (process_init_constructor_record): Set
1085 CONSTRUCTOR_IS_DIRECT_INIT on {} for omitted initializers.
1086
1087 PR c++/60415
1088 PR c++/54359
1089 * parser.c (cp_parser_direct_declarator): Set declarator to
1090 cp_error_declarator on invalid qualified-id.
1091
1092 2014-03-04 Paolo Carlini <paolo.carlini@oracle.com>
1093
1094 PR c++/60376
1095 * parser.c (cp_parser_using_declaration): Early return when
1096 cp_parser_nested_name_specifier errors out.
1097
1098 2014-03-01 Adam Butcher <adam@jessamine.co.uk>
1099
1100 PR c++/60377
1101 * parser.c (cp_parser_parameter_declaration_clause): Unwind generic
1102 function scope on parse error in function parameter list.
1103
1104 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com>
1105
1106 * method.c (implicitly_declare_fn): Remove redundant
1107 DECL_TEMPLATE_RESULT and STRIP_TEMPLATE uses.
1108 * semantics.c (is_instantiation_of_constexpr): Likewise.
1109 * error.c (dump_function_decl): Likewise.
1110
1111 2014-03-01 Jason Merrill <jason@redhat.com>
1112
1113 PR c++/60379
1114 * semantics.c (begin_maybe_infinite_loop): Use
1115 fold_non_dependent_expr_sfinae.
1116
1117 2014-02-28 Jason Merrill <jason@redhat.com>
1118
1119 PR c++/58845
1120 * typeck.c (cp_build_binary_op): Sorry on vector&&vector.
1121
1122 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com>
1123
1124 PR c++/58610
1125 * cp-tree.h (DECL_DELETED_FN): Use LANG_DECL_FN_CHECK.
1126 * call.c (print_z_candidate): Remove STRIP_TEMPLATE use.
1127 * lambda.c (maybe_add_lambda_conv_op): Likewise.
1128
1129 2014-02-27 Paolo Carlini <paolo.carlini@oracle.com>
1130
1131 PR c++/60253
1132 * call.c (convert_arg_to_ellipsis): Return error_mark_node after
1133 error_at.
1134
1135 2014-02-27 Jason Merrill <jason@redhat.com>
1136
1137 PR c++/60353
1138 PR c++/55877
1139 * decl2.c (tentative_decl_linkage): Don't mess with functions that
1140 are not yet defined.
1141
1142 2014-02-26 Jason Merrill <jason@redhat.com>
1143
1144 PR c++/60347
1145 PR lto/53808
1146 * class.c (clone_function_decl): Don't note_vague_linkage_fn.
1147 * init.c (build_vtbl_address): Do it here.
1148
1149 PR c++/59231
1150 PR c++/11586
1151 PR c++/14710
1152 PR c++/57132
1153 * pt.c (struct warning_sentinel): New.
1154 (tsubst_copy_and_build): Use it instead of
1155 c_inhibit_evaluation_warnings.
1156 * typeck.c (maybe_warn_about_useless_cast): Remove
1157 c_inhibit_evaluation_warnings check.
1158
1159 PR c++/54440
1160 * pt.c (get_template_parm_index): New.
1161 (fixed_parameter_pack_p_1, fixed_parameter_pack_p): New.
1162 (process_template_parm): Allow bare packs in template template
1163 parm template parms.
1164 (coerce_template_parameter_pack): Handle fixed template template
1165 parm packs and fixed packs not at the end of the parm list.
1166 (coerce_template_parms): Handle template parm packs not at the end
1167 of the parm list.
1168 (gen_elem_of_pack_expansion_instantiation): Handle a decl expansion.
1169
1170 PR c++/60182
1171 * pt.c (unify): Ignore alias templates when deducing a template
1172 template parameter.
1173
1174 PR c++/60345
1175 Revert:
1176 DR 1571
1177 * call.c (reference_binding): Recurse on user-defined conversion.
1178 (convert_like_real) [ck_ref_bind]: Explain cv-qual mismatch.
1179
1180 2014-02-25 Jason Merrill <jason@redhat.com>
1181
1182 DR 1571
1183 * call.c (reference_binding): Recurse on user-defined conversion.
1184 (convert_like_real) [ck_ref_bind]: Explain cv-qual mismatch.
1185
1186 * call.c (print_conversion_rejection): Handle n_arg of -2.
1187 (build_user_type_conversion_1): Pass it.
1188
1189 PR c++/55877
1190 * decl2.c (no_linkage_error): Handle C++98 semantics.
1191 (reset_type_linkage): Move from decl.c.
1192 (reset_type_linkage_1, reset_type_linkage_2, bt_reset_linkage_1)
1193 (bt_reset_linkage_2, reset_decl_linkage): New.
1194 (tentative_decl_linkage): Factor out of expand_or_defer_fn_1.
1195 (cp_write_global_declarations): Move condition into no_linkage_error.
1196 * decl.c (grokfndecl, grokvardecl): Use no_linkage_error.
1197 * semantics.c (expand_or_defer_fn_1): Factor out
1198 tentative_decl_linkage.
1199 * cp-tree.h: Adjust.
1200
1201 * decl2.c (finish_static_data_member_decl): Diagnose static data
1202 member in unnamed class.
1203 * class.c (finish_struct_anon_r): Avoid redundant diagnostic.
1204
1205 PR lto/53808
1206 * class.c (clone_function_decl): Call note_vague_linkage_fn for
1207 defaulted virtual dtor.
1208
1209 DR 1286
1210 PR c++/60328
1211 * pt.c (get_underlying_template): Fix equivalence calculation.
1212
1213 2014-02-25 Adam Butcher <adam@jessamine.co.uk>
1214
1215 PR c++/60311
1216 * parser.c (function_being_declared_is_template_p): Return false when
1217 processing a template parameter list.
1218 (cp_parser_parameter_declaration_clause): Don't set
1219 auto_is_implicit_function_template_parm_p when processing a
1220 template parameter list.
1221
1222 * parser.c (synthesize_implicit_template_parm): Inject new template
1223 argument list appropriately when a generic member function
1224 of a class template is declared out-of-line.
1225
1226 PR c++/60065
1227 * parser.c (cp_parser_direct_declarator): Don't save and
1228 restore num_template_parameter_lists around call to
1229 cp_parser_parameter_declaration_list.
1230 (function_being_declared_is_template_p): New predicate.
1231 (cp_parser_parameter_declaration_list): Use
1232 function_being_declared_is_template_p as predicate for
1233 inspecting current function template parameter list length
1234 rather than num_template_parameter_lists.
1235
1236 2014-02-24 Jason Merrill <jason@redhat.com>
1237
1238 PR c++/60146
1239 * pt.c (tsubst_omp_for_iterator): Don't let substitution of the
1240 DECL_EXPR initialize a non-class iterator.
1241
1242 PR c++/60312
1243 * parser.c (cp_parser_template_type_arg): Check for invalid 'auto'.
1244
1245 2014-02-21 Jason Merrill <jason@redhat.com>
1246
1247 PR c++/58170
1248 * parser.c (cp_parser_type_name): Always check dependency.
1249 (cp_parser_type_specifier_seq): Call
1250 cp_parser_parse_and_diagnose_invalid_type_name.
1251
1252 PR c++/60108
1253 * semantics.c (expand_or_defer_fn_1): Check DECL_DEFAULTED_FN.
1254
1255 PR c++/60185
1256 * parser.c (cp_parser_default_argument): Clear
1257 current_class_ptr/current_class_ref like tsubst_default_argument.
1258
1259 PR c++/60252
1260 * lambda.c (maybe_resolve_dummy): Check lambda_function rather
1261 than current_binding_level.
1262
1263 PR c++/60186
1264 * typeck2.c (massage_init_elt): Call fold_non_dependent_expr_sfinae.
1265
1266 PR c++/60187
1267 * parser.c (cp_parser_enum_specifier): Call
1268 check_for_bare_parameter_packs.
1269
1270 PR c++/59347
1271 * pt.c (tsubst_decl) [TYPE_DECL]: Don't try to instantiate an
1272 erroneous typedef.
1273
1274 PR c++/60241
1275 * pt.c (lookup_template_class_1): Update DECL_TEMPLATE_INSTANTIATIONS
1276 of the partial instantiation, not the most general template.
1277 (maybe_process_partial_specialization): Reassign everything on
1278 that list.
1279
1280 PR c++/60216
1281 * pt.c (register_specialization): Copy DECL_DELETED_FN to clones.
1282 (check_explicit_specialization): Don't clone.
1283
1284 PR c++/60219
1285 * pt.c (coerce_template_parms): Bail if argument packing fails.
1286
1287 PR c++/60224
1288 * decl.c (cp_complete_array_type, maybe_deduce_size_from_array_init):
1289 Don't get confused by a CONSTRUCTOR that already has a type.
1290
1291 PR c++/60227
1292 * call.c (build_array_conv): Don't crash on VLA.
1293
1294 PR c++/60248
1295 * mangle.c (mangle_decl): Don't make an alias for a TYPE_DECL.
1296
1297 PR c++/60252
1298 * lambda.c (maybe_resolve_dummy): Don't try to capture this
1299 in declaration context.
1300
1301 DR 1591
1302 PR c++/60051
1303 * pt.c (unify): Only unify if deducible. Handle 0-length list.
1304
1305 PR c++/60250
1306 * parser.c (cp_parser_direct_declarator): Don't wrap a
1307 type-dependent expression in a NOP_EXPR.
1308
1309 PR c++/60251
1310 * lambda.c (is_normal_capture_proxy): Handle VLA capture.
1311
1312 PR c++/60167
1313 PR c++/60222
1314 PR c++/58606
1315 * parser.c (cp_parser_template_argument): Restore dereference.
1316 * pt.c (template_parm_to_arg): Dereference non-pack expansions too.
1317 (process_partial_specialization): Handle deref.
1318 (unify): Likewise.
1319
1320 2014-02-21 Adam Butcher <adam@jessamine.co.uk>
1321
1322 PR c++/60052
1323 PR c++/60053
1324 * parser.c (cp_parser_parameter_declaration_list): Correctly reset
1325 implicit_template_scope upon leaving an out-of-line generic member
1326 function definition.
1327
1328 2014-02-20 Kai Tietz <ktietz@redhat.com>
1329
1330 PR c++/58873
1331 * parser.c (cp_parser_functional_cast): Treat NULL_TREE
1332 valued type argument as error_mark_node.
1333
1334 PR c++/58835
1335 * semantics.c (finish_fname): Handle error_mark_node.
1336
1337 2014-02-19 Jason Merrill <jason@redhat.com>
1338
1339 PR c++/60046
1340 * pt.c (maybe_instantiate_noexcept): Don't instantiate exception
1341 spec from template context.
1342
1343 2014-02-19 Jakub Jelinek <jakub@redhat.com>
1344
1345 PR debug/56563
1346 * cp-objcp-common.c (cp_function_decl_explicit_p): Remove
1347 FUNCTION_FIRST_USER_PARMTYPE (decl) != void_list_node check.
1348
1349 PR c++/60267
1350 * pt.c (tsubst_expr): Handle ANNOTATE_EXPR.
1351
1352 2014-02-18 Paolo Carlini <paolo.carlini@oracle.com>
1353
1354 PR c++/60225
1355 * semantics.c (ensure_literal_type_for_constexpr_object): Use
1356 strip_array_types.
1357
1358 2014-02-18 Paolo Carlini <paolo.carlini@oracle.com>
1359
1360 PR c++/60215
1361 * semantics.c (cxx_eval_constant_expression, [COMPONENT_REF]):
1362 During error recovery allow_non_constant may be false.
1363
1364 2014-02-18 Adam Butcher <adam@jessamine.co.uk>
1365
1366 PR c++/60190
1367 * parser.c (cp_parser_lambda_declarator_opt): Pop template parameter
1368 scope whenever a template parameter list has been started, independent
1369 of whether the function call operator was well-formed or not.
1370
1371 PR c++/60064
1372 * parser.c (cp_parser_member_declaration): Pop fully implicit template
1373 scope for generic friend declarations as well as for non-friends.
1374
1375 2014-02-12 Paolo Carlini <paolo.carlini@oracle.com>
1376
1377 PR c++/60047
1378 * method.c (implicitly_declare_fn): A constructor of a class with
1379 virtual base classes isn't constexpr (7.1.5p4).
1380
1381 2014-02-05 Jan Hubicka <hubicka@ucw.cz
1382
1383 * parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.
1384
1385 2014-02-05 Jakub Jelinek <jakub@redhat.com>
1386
1387 PR c++/58703
1388 * parser.c (cp_parser_omp_declare_reduction): Save and free
1389 declarator_obstack.
1390
1391 2014-02-03 Marc Glisse <marc.glisse@inria.fr>
1392
1393 PR c++/53017
1394 PR c++/59211
1395 * tree.c (handle_init_priority_attribute): Call default_conversion on
1396 the attribute argument.
1397
1398 2014-02-03 Paolo Carlini <paolo.carlini@oracle.com>
1399
1400 PR c++/58871
1401 * method.c (synthesized_method_walk): If vbases is non-null but
1402 is_empty is true, likewise don't worry about the virtual bases.
1403
1404 2014-02-01 Paolo Carlini <paolo.carlini@oracle.com>
1405
1406 PR c++/51219
1407 * typeck2.c (process_init_constructor_record): Just skip unnamed
1408 bit-fields.
1409
1410 2014-01-31 Jason Merrill <jason@redhat.com>
1411
1412 PR c++/59469
1413 * pt.c (mark_decl_instantiated): Call mark_needed.
1414
1415 PR c++/58672
1416 * decl2.c (handle_tls_init): Handle null init fn.
1417
1418 PR c++/55800
1419 * decl2.c (get_tls_init_fn): Copy DECL_EXTERNAL from the variable.
1420
1421 2014-01-31 Paolo Carlini <paolo.carlini@oracle.com>
1422
1423 PR c++/59082
1424 * class.c (build_vfield_ref): Early return error_mark_node if
1425 TYPE_VFIELD (type) is null.
1426 (build_base_path): Check return value of build_vfield_ref.
1427
1428 2014-01-31 Jason Merrill <jason@redhat.com>
1429
1430 PR c++/59646
1431 * call.c (convert_like_real) [ck_aggr]: Set TARGET_EXPR_LIST_INIT_P.
1432 [ck_list]: Check for error_mark_node.
1433 (build_aggr_conv): Set LOOKUP_NO_NARROWING and check_narrowing.
1434
1435 PR c++/57043
1436 * pt.c (fn_type_unification): Don't do DEDUCE_EXACT check
1437 during partial ordering.
1438
1439 2014-01-31 Marek Polacek <polacek@redhat.com>
1440
1441 PR c/59963
1442 * typeck.c (build_function_call_vec): Add dummy arg_loc parameter.
1443
1444 2014-01-30 Jason Merrill <jason@redhat.com>
1445
1446 PR c++/57899
1447 * cp-tree.h (struct saved_scope): Add x_local_specializations.
1448 (local_specializations): New macro.
1449 * pt.c (local_specializations): Remove variable.
1450
1451 2014-01-30 Richard Sandiford <rdsandiford@googlemail.com>
1452
1453 PR c++/58708
1454 * parser.c (make_string_pack): Use double_int::from_buffer.
1455
1456 2014-01-30 Marek Polacek <polacek@redhat.com>
1457
1458 PR c/59940
1459 * typeck.c (build_ptrmemfunc1): Call convert_and_check with
1460 input_location.
1461 * cvt.c (cp_convert_and_check): Call warnings_for_convert_and_check
1462 with input_location.
1463 * call.c (build_conditional_expr_1): Call unsafe_conversion_p with
1464 loc parameter.
1465
1466 2014-01-30 Paolo Carlini <paolo.carlini@oracle.com>
1467
1468 PR c++/58843
1469 * typeck.c (lookup_destructor): Check dtor_type for error_mark_node.
1470
1471 2014-01-30 Paolo Carlini <paolo.carlini@oracle.com>
1472
1473 PR c++/58649
1474 * pt.c (lookup_template_class_1): Check start_enum return value
1475 for error_mark_node.
1476
1477 2014-01-30 Paolo Carlini <paolo.carlini@oracle.com>
1478
1479 * decl.c (duplicate_decls, typename_hash, typename_compare):
1480 Use TYPE_IDENTIFIER.
1481 * error.c (dump_type): Likewise.
1482 * mangle.c (dump_substitution_candidates): Likewise.
1483
1484 2014-01-30 Jason Merrill <jason@redhat.com>
1485
1486 PR c++/59633
1487 * decl2.c (attributes_naming_typedef_ok): New.
1488 * cp-tree.h: Declare it.
1489 * decl.c (grokdeclarator): Check it.
1490 * tree.c (no_linkage_check): Handle VECTOR_TYPE.
1491
1492 2014-01-29 Jason Merrill <jason@redhat.com>
1493
1494 PR c++/59707
1495 * call.c (add_builtin_candidate): Catch dependent types.
1496
1497 PR c++/59989
1498 * pt.c (expand_template_argument_pack): Correct
1499 non_default_args_count calculation.
1500
1501 PR c++/58466
1502 * pt.c (unify_pack_expansion): Call expand_template_argument_pack.
1503
1504 PR c++/59956
1505 * friend.c (do_friend): Pass the TEMPLATE_DECL to add_friend if we
1506 have a friend template in a class template.
1507 * pt.c (tsubst_friend_function): Look through it.
1508 (push_template_decl_real): A friend member template is
1509 primary.
1510
1511 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
1512
1513 PR c++/58846
1514 * decl.c (get_dso_handle_node): Don't crash if dso_handle_node
1515 == error_mark_node.
1516
1517 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
1518
1519 PR c++/58674
1520 * pt.c (instantiate_template_1): Check for error_mark_node the second
1521 argument too.
1522
1523 2014-01-29 Jason Merrill <jason@redhat.com>
1524
1525 PR c++/59916
1526 * optimize.c (maybe_thunk_body): Build a RETURN_EXPR for
1527 cdtor_returns_this case.
1528
1529 PR c++/59315
1530 * decl.c (cxx_maybe_build_cleanup): Call mark_used.
1531
1532 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
1533
1534 PR c++/58702
1535 * semantics.c (finish_omp_reduction_clause): Check type for
1536 error_mark_node.
1537
1538 2014-01-28 Jason Merrill <jason@redhat.com>
1539
1540 PR c++/59791
1541 * pt.c (tsubst_decl) [VAR_DECL]: Allow in unevaluated context.
1542 (tsubst_copy): Use it if lookup fails.
1543
1544 PR c++/59818
1545 * pt.c (tsubst_function_type): Make sure we keep the same function
1546 quals.
1547
1548 PR c++/58701
1549 * semantics.c (build_anon_member_initialization): Stop walking
1550 when we run out of COMPONENT_REFs.
1551
1552 PR c++/58632
1553 * decl.c (lookup_and_check_tag): Ignore template parameters if
1554 scope == ts_current.
1555 * pt.c (check_template_shadow): Don't complain about the injected
1556 class name.
1557
1558 * decl.c (duplicate_decls): Tweak.
1559
1560 PR c++/53756
1561 * mangle.c (write_unqualified_name): Handle operator auto.
1562
1563 2014-01-27 Jason Merrill <jason@redhat.com>
1564
1565 PR c++/59823
1566 Core DR 1138
1567 * call.c (reference_binding): Pass LOOKUP_NO_TEMP_BIND for
1568 list-initialization. A conversion to rvalue ref that involves
1569 an lvalue-rvalue conversion is bad.
1570 (convert_like_real): Give helpful error message.
1571
1572 PR c++/54652
1573 * decl.c (duplicate_decls): Always use oldtype for TYPE_DECL.
1574
1575 PR c++/58504
1576 * pt.c (tsubst_copy_and_build) [TRAIT_EXPR]: Use tsubst for
1577 types.
1578
1579 PR c++/58606
1580 * pt.c (template_parm_to_arg): Call convert_from_reference.
1581 (tsubst_template_arg): Don't strip reference refs.
1582
1583 PR c++/58639
1584 * call.c (build_aggr_conv): Reject value-initialization of reference.
1585
1586 PR c++/58812
1587 PR c++/58651
1588 * call.c (convert_like_real): Give helpful error about excess braces
1589 for ck_rvalue of scalar type.
1590
1591 Core DR 1288
1592 * call.c (reference_binding): Only elide braces if the single
1593 element is reference-related.
1594
1595 PR c++/58814
1596 * typeck.c (cp_build_modify_expr): Make the RHS an rvalue before
1597 stabilizing.
1598
1599 PR c++/58837
1600 * typeck.c (cp_truthvalue_conversion): Use explicit comparison for
1601 FUNCTION_DECL.
1602
1603 PR c++/59097
1604 * decl.c (compute_array_index_type): Don't call
1605 maybe_constant_value for a non-integral expression.
1606
1607 2014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
1608
1609 * call.c (magic_varargs_p): Replaced flag_enable_cilkplus with
1610 flag_cilkplus.
1611 * cp-gimplify.c (cp_genericize): Likewise.
1612 * decl.c (grokfndecl): Likewise.
1613 * parser.c (cp_parser_postfix_expression): Likewise.
1614 (cp_parser_postfix_open_square_expression): Likewise.
1615 (cp_parser_direct_declarator): Likewise.
1616 (is_cilkplus_vector_p): Likewise.
1617 (cp_parser_omp_clause_name): Likewise.
1618 (cp_parser_omp_all_clauses): Likewise.
1619 * pt.c (apply_late_template_attributes): Likewise.
1620 * typeck.c (cp_build_array_ref): Likewise.
1621 (cp_build_compound_expr): Likewise.
1622 (check_return_expr): Likewise.
1623
1624 2014-01-24 Jason Merrill <jason@redhat.com>
1625
1626 PR c++/58550
1627 * decl.c (grokdeclarator): Turn pedwarn about auto return type in
1628 c++11 into error.
1629
1630 PR c++/59886
1631 PR c++/59659
1632 * typeck2.c (process_init_constructor_array): Don't create
1633 RANGE_EXPR yet.
1634
1635 2014-01-24 Jakub Jelinek <jakub@redhat.com>
1636
1637 * typeck2.c (split_nonconstant_init_1): Fix num_split_elts
1638 handling for RANGE_ARRAY case.
1639
1640 2014-01-24 Paolo Carlini <paolo.carlini@oracle.com>
1641
1642 PR c++/57524
1643 * name-lookup.c (push_using_directive): Use timevar_cond_start.
1644
1645 2014-01-23 Marek Polacek <polacek@redhat.com>
1646
1647 PR c/59846
1648 * typeck.c (cp_build_binary_op): Pass location to shorten_compare.
1649
1650 2014-01-23 Marek Polacek <polacek@redhat.com>
1651
1652 PR c/58346
1653 * typeck.c (pointer_diff): Give an error on arithmetic on pointer to
1654 an empty aggregate.
1655
1656 2014-01-23 Jason Merrill <jason@redhat.com>
1657
1658 PR c++/55189
1659 * cp-tree.h (struct language_function): Add infinite_loop and
1660 infinite_loops.
1661 (current_function_infinite_loop): New.
1662 * semantics.c (begin_maybe_infinite_loop, end_maybe_infinite_loop)
1663 (break_maybe_infinite_loop): New.
1664 (finish_while_stmt_cond, finish_while_stmt, begin_do_stmt)
1665 (finish_do_stmt, finish_for_cond, finish_for_stmt)
1666 (begin_range_for_stmt): Use them.
1667 * decl.c (finish_function): Don't warn about missing return
1668 if current_function_infinite_loop.
1669 * pt.c (instantiate_decl): Copy current_function_infinite_loop.
1670 * parser.c (cp_parser_jump_statement): Call break_maybe_infinite_loop.
1671
1672 * call.c (build_op_delete_call): Use make_tree_vector and
1673 release_tree_vector.
1674
1675 2014-01-23 Paolo Carlini <paolo.carlini@oracle.com>
1676
1677 PR c++/58980
1678 * parser.c (cp_parser_enum_specifier): Handle TYPENAME_TYPE as
1679 nested_name_specifier.
1680
1681 2014-01-23 Balaji V. Iyer <balaji.v.iyer@intel.com>
1682
1683 * parser.c (cp_parser_direct_declarator): When Cilk Plus is enabled
1684 see if there is an attribute after function decl. If so, then
1685 parse them now.
1686 (cp_parser_late_return_type_opt): Handle parsing of Cilk Plus SIMD
1687 enabled function late parsing.
1688 (cp_parser_gnu_attribute_list): Parse all the tokens for the vector
1689 attribute for a SIMD-enabled function.
1690 (cp_parser_omp_all_clauses): Skip parsing to the end of pragma when
1691 the function is used by SIMD-enabled function (indicated by NULL
1692 pragma token). Added 3 new clauses: PRAGMA_CILK_CLAUSE_MASK,
1693 PRAGMA_CILK_CLAUSE_NOMASK and PRAGMA_CILK_CLAUSE_VECTORLENGTH
1694 (cp_parser_cilk_simd_vectorlength): Modified this function to handle
1695 vectorlength clause in SIMD-enabled function and #pragma SIMD's
1696 vectorlength clause. Added a new bool parameter to differentiate
1697 between the two.
1698 (cp_parser_cilk_simd_fn_vector_attrs): New function.
1699 (is_cilkplus_vector_p): Likewise.
1700 (cp_parser_late_parsing_elem_fn_info): Likewise.
1701 (cp_parser_omp_clause_name): Added a check for "mask", "nomask"
1702 and "vectorlength" clauses when Cilk Plus is enabled.
1703 (cp_parser_omp_clause_linear): Added a new parameter of type bool
1704 and emit a sorry message when step size is a parameter.
1705 * parser.h (cp_parser::cilk_simd_fn_info): New field.
1706 * decl.c (grokfndecl): Added flag_enable_cilkplus along with
1707 flag_openmp.
1708 * pt.c (apply_late_template_attributes): Likewise.
1709
1710 2014-01-23 Jakub Jelinek <jakub@redhat.com>
1711
1712 PR middle-end/58809
1713 * semantics.c (finish_omp_reduction_clause): Reject
1714 BIT_AND_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR on COMPLEX_TYPEs.
1715
1716 2014-01-22 Ville Voutilainen <ville.voutilainen@gmail.com>
1717
1718 PR c++/59482
1719 * parser.c (cp_parser_class_head): Push the class before parsing
1720 the base-clause, pop after it.
1721
1722 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
1723
1724 * decl2.c (cpp_check): Revert prototype change.
1725
1726 2014-01-17 Paolo Carlini <paolo.carlini@oracle.com>
1727
1728 PR c++/59270
1729 PR c++/58811
1730 * init.c (build_value_init_noctor): Don't pass error_mark_node to
1731 build_value_init.
1732
1733 2014-01-17 Paolo Carlini <paolo.carlini@oracle.com>
1734
1735 PR c++/59269
1736 * init.c (build_value_init_noctor): Assert !TYPE_HAS_COMPLEX_DFLT
1737 only when errorcount == 0.
1738
1739 2014-01-17 Marek Polacek <polacek@redhat.com>
1740
1741 PR c++/59838
1742 * cvt.c (ocp_convert): Don't segfault on non-existing
1743 ENUM_UNDERLYING_TYPE.
1744
1745 2014-01-16 Jason Merrill <jason@redhat.com>
1746
1747 PR c++/59821
1748 * tree.c (bot_manip): Update the location of builtin_LINE and
1749 builtin_FILE calls.
1750
1751 2014-01-14 Jason Merrill <jason@redhat.com>
1752
1753 PR c++/59659
1754 * typeck2.c (massage_init_elt): New.
1755 (process_init_constructor_record)
1756 (process_init_constructor_union): Use it.
1757 (process_init_constructor_array): Use it. Use RANGE_EXPR.
1758 (split_nonconstant_init_1): Handle it.
1759 * semantics.c (cxx_eval_vec_init_1): Use force_rvalue.
1760
1761 2014-01-09 Balaji V. Iyer <balaji.v.iyer@intel.com>
1762
1763 PR c++/59631
1764 * parser.c (cp_parser_postfix_expression): Added a new if-statement
1765 and replaced an existing if-statement with else-if statement.
1766 Changed an existing error message wording to match the one from the C
1767 parser.
1768
1769 2014-01-08 Jason Merrill <jason@redhat.com>
1770
1771 PR c++/59614
1772 * class.c (abi_tag_data): Add tags field.
1773 (check_abi_tags): Initialize it.
1774 (find_abi_tags_r): Support collecting missing tags.
1775 (mark_type_abi_tags): Don't look at template args.
1776 (inherit_targ_abi_tags): New.
1777 (check_bases_and_members): Use it.
1778 * cp-tree.h (ABI_TAG_IMPLICIT): New.
1779 * mangle.c (write_abi_tags): Check it.
1780
1781 2014-01-07 Jason Merrill <jason@redhat.com>
1782
1783 PR c++/58856
1784 * pt.c (num_innermost_template_parms): New.
1785 (get_underlying_template): Use it.
1786
1787 PR c++/58965
1788 * mangle.c (write_guarded_var_name): Handle null DECL_NAME.
1789
1790 2014-01-07 Paolo Carlini <paolo.carlini@oracle.com>
1791
1792 * semantics.c (trait_expr_value, [CPTK_IS_BASE_OF]): Implement
1793 the letter of 20.11.6 about Base and Derived naming the same
1794 class type modulo cv-qualifiers.
1795
1796 2014-01-06 Adam Butcher <adam@jessamine.co.uk>
1797
1798 PR c++/59635
1799 * lambda.c (maybe_add_lambda_conv_op): Handle marking conversion
1800 function as unimplemented for generic lambdas with varargs.
1801
1802 PR c++/59636
1803 * parser.c (cp_parser_template_parameter): Early out with
1804 error_mark_node if parameter declaration was not parsed.
1805
1806 PR c++/59629
1807 * parser.c (cp_parser_lambda_expression): Save/reset/restore
1808 auto_is_implicit_function_template_parm_p around lambda body.
1809
1810 PR c++/59638
1811 * parser.c (cp_parser_init_declarator): Undo fully implicit
1812 template parameter list when declarator is not a function.
1813
1814 2014-01-03 Marc Glisse <marc.glisse@inria.fr>
1815
1816 PR c++/58950
1817 * cvt.c (convert_to_void): Handle VEC_PERM_EXPR and VEC_COND_EXPR.
1818
1819 2014-01-03 Tobias Burnus <burnus@net-b.de>
1820
1821 PR c++/58567
1822 * pt.c (tsubst_omp_for_iterator): Early return for error_mark_node.
1823
1824 2014-01-03 Paolo Carlini <paolo.carlini@oracle.com>
1825
1826 Core DR 1442
1827 PR c++/59165
1828 * parser.c (cp_parser_perform_range_for_lookup): Don't pass true
1829 as include_std to perform_koenig_lookup.
1830 (cp_parser_postfix_expression): Adjust.
1831 * pt.c (tsubst_copy_and_build): Likewise.
1832 * semantics.c (perform_koenig_lookup): Remove bool parameter.
1833 (omp_reduction_lookup): Adjust.
1834 * name-lookup.c (lookup_arg_dependent_1): Remove bool parameter.
1835 (lookup_arg_dependent): Likewise.
1836 (lookup_function_nonclass): Adjust.
1837 * name-lookup.h: Adjust declaration.
1838 * cp-tree.h: Likewise.
1839
1840 2014-01-02 Marc Glisse <marc.glisse@inria.fr>
1841
1842 PR c++/59087
1843 * parser.c (cp_parser_userdef_numeric_literal): Mention
1844 -fext-numeric-literals in the message.
1845
1846 2014-01-02 Marc Glisse <marc.glisse@inria.fr>
1847
1848 PR c++/59641
1849 * call.c (build_conditional_expr_1): Check the return value of
1850 force_rvalue.
1851
1852 2014-01-02 Marc Glisse <marc.glisse@inria.fr>
1853
1854 * call.c (convert_like_real): Check complain.
1855
1856 2014-01-02 Marc Glisse <marc.glisse@inria.fr>
1857
1858 PR c++/59378
1859 * typeck.c (build_x_vec_perm_expr): Handle non-dependent arguments
1860 in templates.
1861
1862 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
1863
1864 Update copyright years
1865
1866 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
1867
1868 * cp-array-notation.c, cp-cilkplus.c, vtable-class-hierarchy.c: Use
1869 the standard form for the copyright notice.
1870 \f
1871 Copyright (C) 2014 Free Software Foundation, Inc.
1872
1873 Copying and distribution of this file, with or without modification,
1874 are permitted in any medium without royalty provided the copyright
1875 notice and this notice are preserved.