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