7ea4b6d0f2ef3e6b25ea957eda6b33d9021a7fd2
[gcc.git] / gcc / cp / ChangeLog
1 2018-09-18 Marek Polacek <polacek@redhat.com>
2
3 P1064R0 - Allowing Virtual Function Calls in Constant Expressions
4 * call.c (build_over_call): No longer check if we're outside a template
5 function.
6 * class.c (build_vtbl_initializer): Build vtable's constructor with
7 indexes.
8 * constexpr.c (cxx_eval_constant_expression): Don't ignore _vptr's
9 initializer. Handle OBJ_TYPE_REF.
10 (potential_constant_expression_1): Handle OBJ_TYPE_REF.
11 * decl.c (maybe_commonize_var): Bail out for any DECL_ARTIFICIAL.
12 (initialize_artificial_var): Mark the variable as constexpr.
13 (grokdeclarator): Change error to pedwarn. Only warn when
14 pedantic and not C++2a.
15
16 2018-09-18 Paolo Carlini <paolo.carlini@oracle.com>
17
18 PR c++/85065
19 * cp-tree.h (NON_ERROR): New.
20 * pt.c (auto_hash::hash): Use it.
21 (do_auto_deduction): Likewise.
22
23 2018-09-18 Nathan Sidwell <nathan@acm.org>
24
25 PR c++/86881
26 * name-lookup.c (check_local_shadow): Ignore auto types.
27
28 2018-09-17 David Malcolm <dmalcolm@redhat.com>
29
30 * error.c (range_label_for_type_mismatch::get_text): Update for
31 new param.
32
33 2018-09-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
34
35 * typeck2.c (digest_init_r): Fix overlength strings.
36
37 2018-09-13 Ville Voutilainen <ville.voutilainen@gmail.com>
38
39 PR c++/87093
40 * method.c (constructible_expr): We're in an unevaluated context
41 in all cases, not just for class targets.
42
43 2018-09-12 David Malcolm <dmalcolm@redhat.com>
44
45 PR c++/85110
46 * call.c (struct conversion_info): Add "loc" field.
47 (arg_conversion_rejection): Add "loc" param, using it to
48 initialize the new field.
49 (bad_arg_conversion_rejection): Likewise.
50 (explicit_conversion_rejection): Initialize the new field to
51 UNKNOWN_LOCATION.
52 (template_conversion_rejection): Likewise.
53 (add_function_candidate): Pass on the argument location to the new
54 param of arg_conversion_rejection.
55 (add_conv_candidate): Likewise.
56 (build_builtin_candidate): Likewise.
57 (build_user_type_conversion_1): Likewise.
58 (single_z_candidate): New function.
59 (maybe_get_bad_conversion_for_unmatched_call): New function.
60 (complain_about_bad_argument): New function, based on part of
61 convert_for_assignment.
62 (build_new_method_call_1): Split out handling of the "no viable
63 candidates" case into...
64 (complain_about_no_candidates_for_method_call): ...this new
65 function, and use the new functions above to special-case the
66 handling of a single non-viable candidate due to a bad argument.
67 * cp-tree.h (complain_about_bad_argument): New decl.
68 * typeck.c (convert_for_assignment): Split out one error-handling
69 case into complain_about_bad_argument.
70
71 2018-09-09 Cesar Philippidis <cesar@codesourcery.com>
72 Julian Brown <julian@codesourcery.com>
73
74 PR middle-end/86336
75 * semantics.c (finish_omp_clauses): Treat C++ references the same in
76 OpenACC as OpenMP.
77
78 2018-08-28 Martin Liska <mliska@suse.cz>
79
80 * constexpr.c (cxx_eval_call_expression): Add quotes
81 to -fconstexpr-depth=.
82
83 2018-09-10 Marek Polacek <polacek@redhat.com>
84
85 * class.c (build_vtbl_ref): Remove.
86 (build_vtbl_ref_1): Rename to build_vtbl_ref.
87 (build_vfn_ref): Call build_vtbl_ref instead of build_vtbl_ref_1.
88
89 2018-09-08 Marek Polacek <polacek@redhat.com>
90
91 PR c++/87150 - wrong ctor with maybe-rvalue semantics.
92 * call.c (struct conversion): Update commentary.
93 (standard_conversion): Set rvaluedness_matches_p if LOOKUP_PREFER_RVALUE
94 for ck_base.
95
96 2018-09-08 Jason Merrill <jason@redhat.com>
97
98 PR c++/86678 - constexpr function with non-constant after return.
99 * constexpr.c (potential_constant_expression_1): Add jump_target.
100 (breaks): Check for BREAK_STMT.
101 (continues): Check for CONTINUE_STMT.
102
103 2018-09-08 Marek Polacek <polacek@redhat.com>
104
105 * cxx-pretty-print.c (cxx_pretty_printer::statement) <case
106 RANGE_FOR_SMT>: Handle RANGE_FOR_INIT_STMT.
107
108 2018-09-07 Marek Polacek <polacek@redhat.com>
109
110 PR c++/87152 - range-based for loops with initializer broken in templates.
111 * constexpr.c (potential_constant_expression_1) <case RANGE_FOR_STMT>:
112 Recur into RANGE_FOR_INIT_STMT.
113 * cp-tree.def: Add RANGE_FOR_INIT_STMT to RANGE_FOR_STMT.
114 * cp-tree.h (RANGE_FOR_INIT_STMT): Define.
115 * dump.c (cp_dump_tree) <case RANGE_FOR_STMT>: Also dump
116 RANGE_FOR_INIT_STMT.
117 * pt.c (tsubst_expr) <case RANGE_FOR_STMT>: Recur into
118 RANGE_FOR_INIT_STMT.
119 * semantics.c (begin_range_for_stmt): Adjust call to build_stmt.
120 Do put the init statement in RANGE_FOR_INIT_STMT.
121 (finish_range_for_decl): Pop it for templates.
122
123 2018-09-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
124
125 * decl.c (check_initializer): Call cp_complete_array_type.
126
127 2018-09-05 Marek Polacek <polacek@redhat.com>
128
129 PR c++/87109, wrong overload with ref-qualifiers.
130 * call.c (build_user_type_conversion_1): Use NULL instead of 0. Bail
131 out if performing the maybe-rvalue overload resolution and a conversion
132 function is getting called.
133
134 PR c++/86982, -Wreturn-local-addr and std::move and std::forward.
135 * typeck.c (maybe_warn_about_returning_address_of_local): Handle calls
136 to std::move or std::forward.
137 (is_std_forward_p): New function.
138
139 2018-09-05 Pádraig Brady <p@draigbrady.com>
140
141 PR c++/87185
142 * lambda.c (prune_lambda_captures): Protect against const_vars.get
143 returning NULL.
144
145 2018-09-04 Marek Polacek <polacek@redhat.com>
146
147 * cp-tree.h (treat_lvalue_as_rvalue_p): Declare.
148 * except.c (build_throw): Use it. Use CP_TYPE_VOLATILE_P.
149 * typeck.c (treat_lvalue_as_rvalue_p): No longer static. Add PARM_OK
150 parameter.
151 (maybe_warn_pessimizing_move): Adjust treat_lvalue_as_rvalue_p call.
152 (check_return_expr): Likewise.
153
154 2018-09-03 Paolo Carlini <paolo.carlini@oracle.com>
155
156 PR c++/84980
157 * constraint.cc (finish_shorthand_constraint): Early return if the
158 constraint is erroneous.
159
160 2018-09-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
161
162 * decl.c (eval_check_narrowing): Remove.
163 (check_initializer): Move call to braced_list_to_string from here ...
164 * typeck2.c (store_init_value): ... to here.
165 (digest_init_r): Remove handing of signed/unsigned char strings.
166
167 2018-08-31 Nathan Sidwell <nathan@acm.org>
168
169 PR c++/87155
170 PR c++/84707
171 * name-lookup.c (name_lookup::search_namespace): Don't look at
172 inlines when searching for NULL names.
173
174 * decl.c (decls_match): Remove SYSTEM_IMPLICIT_EXTERN_C matching
175 of return types and parms.
176 * parser.c (cp_parser_parameter_declaration_clause): Likewise,
177 '()' always means '(void)'.
178
179 2018-08-29 Jakub Jelinek <jakub@redhat.com>
180
181 PR c++/87095
182 * decl.c (begin_destructor_body): If current_class_type has
183 virtual bases and the primary base is nearly empty virtual base,
184 voidify clearing of vptr and make it conditional on in-charge
185 argument.
186
187 2018-08-29 Paolo Carlini <paolo.carlini@oracle.com>
188
189 PR c++/85265
190 * parser.c (cp_parser_introduction_list): If cp_parser_identifier
191 returns error_mark_node early exit the loop.
192 (cp_parser_template_introduction): Improve error-recovery, remove
193 error call about empty introduction-list.
194
195 2018-08-29 David Malcolm <dmalcolm@redhat.com>
196
197 PR c++/85110
198 * call.c (print_conversion_rejection): Add "fn" param and use it
199 for "no known conversion" messages to underline the pertinent
200 param.
201 (print_z_candidate): Supply "fn" to the new param above.
202
203 2018-08-29 Jakub Jelinek <jakub@redhat.com>
204
205 PR c++/87122
206 * pt.c (tsubst_expr) <case RANGE_FOR_STMT>: If
207 processing_template_decl and decl is structured binding decl, call
208 cp_finish_decomp.
209
210 2018-08-28 Paolo Carlini <paolo.carlini@oracle.com>
211
212 PR c++/86546
213 * decl.c (finish_case_label): If the type is erroneous early
214 return error_mark_node.
215
216 2018-08-27 David Malcolm <dmalcolm@redhat.com>
217
218 PR c++/63392
219 * parser.c (cp_parser_diagnose_invalid_type_name): Add fix-it
220 hint.
221
222 2018-08-27 Jakub Jelinek <jakub@redhat.com>
223
224 PR c++/86993
225 * cp-tree.h (cxx_readonly_error): Add location_t argument.
226 * typeck2.c (cxx_readonly_error): Add LOC argument, pass it to
227 ERROR_FOR_ASSIGNMENT macro and readonly_error. Add LOC argument
228 to ERROR_FOR_ASSIGNMENT macro, use error_at instead of error and
229 pass LOC to it. Formatting fixes.
230 * typeck.c (cp_build_unary_op): Pass location to cxx_readonly_error.
231 (cp_build_modify_expr): Pass loc to cxx_readonly_error.
232 * semantics.c (finish_asm_stmt): Pass input_location to
233 cxx_readonly_error.
234
235 2018-08-27 David Malcolm <dmalcolm@redhat.com>
236
237 PR c++/87091
238 * decl.c (grokdeclarator): Update for conversion of show_caret_p
239 to a tri-state.
240 * error.c (cp_printer): Likewise.
241 * name-lookup.c (maybe_suggest_missing_std_header): Update call to
242 maybe_add_include_fixit to suggest overriding the location, as it
243 is for a note.
244 * parser.c (cp_parser_string_literal): Update for conversion of
245 show_caret_p to a tri-state.
246 (cp_parser_elaborated_type_specifier): Likewise.
247 (set_and_check_decl_spec_loc): Likewise.
248 * pt.c (listify): Update call to maybe_add_include_fixit to not
249 override the location, as it is for an error.
250 * rtti.c (typeid_ok_p): Likewise.
251
252 2018-08-27 Martin Liska <mliska@suse.cz>
253
254 * call.c (build_call_a): Use new function
255 fndecl_built_in_p and remove check for FUNCTION_DECL if
256 possible.
257 (build_cxx_call): Likewise.
258 * constexpr.c (constexpr_fn_retval): Likewise.
259 (cxx_eval_builtin_function_call): Likewise.
260 (cxx_eval_call_expression): Likewise.
261 (potential_constant_expression_1): Likewise.
262 * cp-gimplify.c (cp_gimplify_expr): Likewise.
263 (cp_fold): Likewise.
264 * decl.c (decls_match): Likewise.
265 (validate_constexpr_redeclaration): Likewise.
266 (duplicate_decls): Likewise.
267 (make_rtl_for_nonlocal_decl): Likewise.
268 * name-lookup.c (consider_binding_level): Likewise.
269 (cp_emit_debug_info_for_using): Likewise.
270 * semantics.c (finish_call_expr): Likewise.
271 * tree.c (builtin_valid_in_constant_expr_p): Likewise.
272
273 2018-08-26 Marek Polacek <polacek@redhat.com>
274
275 PR c++/87080
276 * typeck.c (maybe_warn_pessimizing_move): Do nothing in a template.
277
278 PR c++/87029, Implement -Wredundant-move.
279 * typeck.c (treat_lvalue_as_rvalue_p): New function.
280 (maybe_warn_pessimizing_move): Call convert_from_reference.
281 Warn about redundant moves.
282
283 2018-08-24 Marek Polacek <polacek@redhat.com>
284
285 PR c++/67012
286 PR c++/86942
287 * decl.c (grokdeclarator): Disallow functions with trailing return
288 type with decltype(auto) as its type. Also check the function if
289 it's inner declarator doesn't exist
290
291 2018-08-21 Marek Polacek <polacek@redhat.com>
292
293 PR c++/86499
294 * parser.c (cp_parser_lambda_introducer): Give error if a non-local
295 lambda has a capture-default.
296
297 2018-08-21 Paolo Carlini <paolo.carlini@oracle.com>
298
299 * decl.c (check_static_variable_definition): Change to return void.
300
301 2018-08-21 Marek Polacek <polacek@redhat.com>
302
303 PR c++/86981, Implement -Wpessimizing-move.
304 * typeck.c (decl_in_std_namespace_p): New.
305 (is_std_move_p): New.
306 (maybe_warn_pessimizing_move): New.
307 (can_do_nrvo_p): New, factored out of ...
308 (check_return_expr): ... here. Warn about potentially harmful
309 std::move in a return statement.
310
311 PR c++/65043
312 * call.c (standard_conversion): Set check_narrowing.
313 * typeck2.c (check_narrowing): Use CP_INTEGRAL_TYPE_P rather
314 than comparing with INTEGER_TYPE.
315
316 * cp-tree.h: Fix typo.
317
318 2018-08-20 David Malcolm <dmalcolm@redhat.com>
319
320 PR other/84889
321 * call.c (build_user_type_conversion_1): Add auto_diagnostic_group
322 instance(s).
323 (print_error_for_call_failure): Likewise.
324 (build_op_call_1): Likewise.
325 (build_conditional_expr_1): Likewise.
326 (build_new_op_1): Likewise.
327 (build_op_delete_call): Likewise.
328 (convert_like_real): Likewise.
329 (build_over_call): Likewise.
330 (build_new_method_call_1): Likewise.
331 (joust): Likewise.
332 * class.c (check_tag): Likewise.
333 (finish_struct_anon_r): Likewise.
334 (one_inherited_ctor): Likewise.
335 (finalize_literal_type_property): Likewise.
336 (explain_non_literal_class): Likewise.
337 (find_flexarrays): Likewise.
338 (resolve_address_of_overloaded_function): Likewise.
339 * constexpr.c (ensure_literal_type_for_constexpr_object): Likewise.
340 (is_valid_constexpr_fn): Likewise.
341 (cx_check_missing_mem_inits): Likewise.
342 * cp-gimplify.c (cp_genericize_r): Likewise.
343 * cvt.c (maybe_warn_nodiscard): Likewise.
344 * decl.c (warn_extern_redeclared_static): Likewise.
345 (check_redeclaration_exception_specification): Likewise.
346 (check_no_redeclaration_friend_default_args): Likewise.
347 (duplicate_decls): Likewise.
348 (redeclaration_error_message): Likewise.
349 (warn_misplaced_attr_for_class_type): Likewise.
350 * decl2.c (finish_static_data_member_decl): Likewise.
351 (no_linkage_error): Likewise.
352 (cp_warn_deprecated_use): Likewise.
353 * error.c (qualified_name_lookup_error): Likewise.
354 * friend.c (make_friend_class): Likewise.
355 (do_friend): Likewise.
356 * init.c (perform_member_init): Likewise.
357 (build_new_1): Likewise.
358 (build_vec_delete_1): Likewise.
359 (build_delete): Likewise.
360 * lex.c (unqualified_name_lookup_error): Likewise.
361 * name-lookup.c (check_extern_c_conflict): Likewise.
362 (inform_shadowed): New function.
363 (check_local_shadow): Add auto_diagnostic_group instances,
364 replacing goto "inform_shadowed" label with call to subroutine.
365 (set_local_extern_decl_linkage): Add auto_diagnostic_group
366 instance(s).
367 * parser.c (cp_parser_diagnose_invalid_type_name): Likewise.
368 (cp_parser_namespace_name): Likewise.
369 * pt.c (check_specialization_namespace): Likewise.
370 (check_template_variable): Likewise.
371 (warn_spec_missing_attributes): Likewise.
372 (check_explicit_specialization): Likewise.
373 (process_partial_specialization): Likewise.
374 (lookup_template_class_1): Likewise.
375 (finish_template_variable): Likewise.
376 (do_auto_deduction): Likewise.
377 * search.c (check_final_overrider): Likewise.
378 (look_for_overrides_r): Likewise.
379 * tree.c (maybe_warn_parm_abi): Likewise.
380 * typeck.c (cxx_sizeof_expr): Likewise.
381 (cp_build_function_call_vec): Likewise.
382 (cp_build_binary_op): Likewise.
383 (convert_for_assignment): Likewise.
384 (maybe_warn_about_returning_address_of_local): Likewise.
385 * typeck2.c (abstract_virtuals_error_sfinae): Likewise.
386 (check_narrowing): Likewise.
387
388 2018-08-17 David Malcolm <dmalcolm@redhat.com>
389
390 * typeck.c (string_conv_p): Extract location from EXP and use it
391 in preference to input_location when issuing warnings.
392
393 2018-08-15 David Malcolm <dmalcolm@redhat.com>
394
395 * call.c: Include "gcc-rich-location.h".
396 (convert_like_real): Add range label for "invalid conversion"
397 diagnostic.
398 (perform_implicit_conversion_flags): Add type label to the
399 "could not convert" error.
400 * error.c: Include "gcc-rich-location.h".
401 (range_label_for_type_mismatch::get_text): New function.
402 * typeck.c (convert_for_assignment): Add type label to
403 the "cannot convert" error if a location is available.
404
405 2018-08-15 Paolo Carlini <paolo.carlini@oracle.com>
406
407 * decl.c (check_previous_goto_1): When decl_jump_unsafe returns 2
408 emit an error instead of a permerror.
409
410 2018-08-13 Marek Polacek <polacek@redhat.com>
411
412 PR c++/57891
413 * call.c (struct conversion): Add check_narrowing_const_only.
414 (build_converted_constant_expr): Set check_narrowing and
415 check_narrowing_const_only. Give error if expr is error node.
416 (convert_like_real): Pass it to check_narrowing.
417 * cp-tree.h (check_narrowing): Add a default parameter.
418 * decl.c (compute_array_index_type): Use input_location instead of
419 location_of.
420 * pt.c (convert_nontype_argument): Return NULL_TREE if tf_error.
421 * typeck2.c (check_narrowing): Don't warn for instantiation-dependent
422 expressions. Call maybe_constant_value instead of
423 fold_non_dependent_expr. Don't mention { } in diagnostic. Only check
424 narrowing for constants if CONST_ONLY.
425
426 2018-08-13 Martin Sebor <msebor@redhat.com>
427
428 PR tree-optimization/71625
429 * decl.c (check_initializer): Call braced_list_to_string.
430 (eval_check_narrowing): New function.
431 * gcc/cp/typeck2.c (digest_init_r): Accept strings literals
432 as initilizers for all narrow character types.
433
434 2018-08-13 Marek Polacek <polacek@redhat.com>
435
436 P0806R2 - Deprecate implicit capture of this via [=]
437 * lambda.c (add_default_capture): Formatting fixes. Warn about
438 deprecated implicit capture of this via [=].
439
440 PR c++/86915
441 * decl.c (create_array_type_for_decl): Handle null name.
442
443 2018-08-10 Jason Merrill <jason@redhat.com>
444
445 PR c++/86728 - C variadic generic lambda.
446 * parser.c (cp_parser_parameter_declaration): Don't turn 'auto' into
447 a pack if it's followed by a declarator-id.
448
449 2018-08-08 Jakub Jelinek <jakub@redhat.com>
450
451 P0595R1 - is_constant_evaluated
452 * cp-tree.h (enum cp_built_in_function): New.
453 (maybe_constant_init): Add pretend_const_required argument.
454 * typeck2.c (store_init_value): Pass true as new argument to
455 maybe_constant_init.
456 * constexpr.c (constexpr_fn_retval): Check also DECL_BUILT_IN_CLASS
457 for BUILT_IN_UNREACHABLE.
458 (struct constexpr_ctx): Add pretend_const_required field.
459 (cxx_eval_builtin_function_call): Use DECL_IS_BUILTIN_CONSTANT_P
460 macro. Handle CP_BUILT_IN_IS_CONSTANT_EVALUATED. Check also
461 DECL_BUILT_IN_CLASS for BUILT_IN_UNREACHABLE.
462 (cxx_eval_outermost_constant_expr): Add pretend_const_required
463 argument, initialize pretend_const_required field in ctx. If the
464 result is TREE_CONSTANT and non_constant_p, retry with
465 pretend_const_required false if it was true.
466 (is_sub_constant_expr): Initialize pretend_const_required_field in
467 ctx.
468 (cxx_constant_value): Pass true as pretend_const_required to
469 cxx_eval_outermost_constant_expr.
470 (maybe_constant_value): Pass false as pretend_const_required to
471 cxx_eval_outermost_constant_expr.
472 (fold_non_dependent_expr): Likewise.
473 (maybe_constant_init_1): Add pretend_const_required argument, pass it
474 down to cxx_eval_outermost_constant_expr. Pass !allow_non_constant
475 instead of false as strict to cxx_eval_outermost_constant_expr.
476 (maybe_constant_init): Add pretend_const_required argument, pass it
477 down to maybe_constant_init_1.
478 (cxx_constant_init): Pass true as pretend_const_required to
479 maybe_constant_init_1.
480 * cp-gimplify.c (cp_gimplify_expr): Handle CALL_EXPRs to
481 CP_BUILT_IN_IS_CONSTANT_EVALUATED.
482 (cp_fold): Don't fold CP_BUILT_IN_IS_CONSTANT_EVALUATED calls.
483 * decl.c: Include langhooks.h.
484 (cxx_init_decl_processing): Register __builtin_is_constant_evaluated
485 built-in.
486 * tree.c (builtin_valid_in_constant_expr_p): Return true for
487 CP_BUILT_IN_IS_CONSTANT_EVALUATED.
488 * pt.c (declare_integer_pack): Initialize DECL_FUNCTION_CODE.
489
490 PR c++/86836
491 * pt.c (tsubst_expr): For structured bindings, call tsubst_decomp_names
492 before tsubst_init, not after it.
493
494 PR c++/86738
495 * constexpr.c (cxx_eval_binary_expression): For arithmetics involving
496 NULL pointer set *non_constant_p to true.
497 (cxx_eval_component_reference): For dereferencing of a NULL pointer,
498 set *non_constant_p to true and return t.
499
500 2018-08-07 Paolo Carlini <paolo.carlini@oracle.com>
501
502 PR c++/59480, DR 136
503 * decl.c (check_no_redeclaration_friend_default_args): New.
504 (duplicate_decls): Use the latter; also check that a friend
505 declaration specifying default arguments is a definition.
506
507 2018-08-07 Ville Voutilainen <ville.voutilainen@gmail.com>
508
509 PR c++/79133
510 * name-lookup.c (check_local_shadow): Reject captures and parameters
511 with the same name.
512
513 2018-08-06 Marek Polacek <polacek@redhat.com>
514
515 PR c++/86767
516 * constexpr.c (cxx_eval_statement_list): Handle continue.
517
518 2018-08-03 David Malcolm <dmalcolm@redhat.com>
519 Jonathan Wakely <jwakely@redhat.com>
520
521 * decl.c: Include "gcc-rich-location.h".
522 (add_return_star_this_fixit): New function.
523 (finish_function): When warning about missing return statements in
524 functions returning non-void, add a "return *this;" fix-it hint for
525 assignment operators.
526
527 2018-08-03 Jason Merrill <jason@redhat.com>
528
529 PR c++/86706
530 * class.c (build_base_path): Use currently_open_class.
531
532 2018-08-02 David Malcolm <dmalcolm@redhat.com>
533
534 * error.c (cxx_print_error_function): Duplicate "file" before
535 passing it to pp_set_prefix.
536 (cp_print_error_function): Use pp_take_prefix when saving the
537 existing prefix.
538
539 2018-08-02 Richard Biener <rguenther@suse.de>
540
541 PR c++/86763
542 * class.c (layout_class_type): Copy TYPE_TYPELESS_STORAGE
543 to the CLASSTYPE_AS_BASE.
544
545 2018-08-01 Martin Sebor <msebor@redhat.com>
546
547 PR tree-optimization/86650
548 * error.c (cp_printer): Move usage of EXPR_LOCATION (t) and
549 TREE_BLOCK (t) from within percent_K_format to this callsite.
550
551 2018-08-01 Paolo Carlini <paolo.carlini@oracle.com>
552
553 PR c++/86661
554 * class.c (note_name_declared_in_class): Use location_of in permerror
555 instead of DECL_SOURCE_LOCATION (for OVERLOADs).
556
557 2018-07-31 Tom de Vries <tdevries@suse.de>
558
559 PR debug/86687
560 * optimize.c (update_cloned_parm): Copy DECL_BY_REFERENCE.
561
562 2018-07-31 Jakub Jelinek <jakub@redhat.com>
563
564 P1008R1 - prohibit aggregates with user-declared constructors
565 * class.c (check_bases_and_members): For C++2a set
566 CLASSTYPE_NON_AGGREGATE based on TYPE_HAS_USER_CONSTRUCTOR rather than
567 type_has_user_provided_or_explicit_constructor.
568
569 2018-07-31 Martin Liska <mliska@suse.cz>
570
571 PR c++/86653
572 * parser.c (cp_parser_condition): Initialize non_constant_p
573 to false.
574
575 2018-07-28 David Malcolm <dmalcolm@redhat.com>
576
577 * error.c (cp_printer): In the leading comment, move "%H" and "%I"
578 into alphabetical order, and add missing "%G" and "%K". Within
579 the switch statement, move cases 'G', 'H', 'I' and 'K' so that the
580 cases are in alphabetical order.
581
582 2018-07-25 Jakub Jelinek <jakub@redhat.com>
583
584 * cp-tree.h (enum cp_tree_index): Add
585 CPTI_{ABI_TAG,ALIGNED,BEGIN,END,GET,TUPLE_{ELEMENT,SIZE}}_IDENTIFIER
586 and CPTI_{GNU,TYPE,VALUE,FUN,CLOSURE}_IDENTIFIER.
587 (abi_tag_identifier, aligned_identifier, begin_identifier,
588 end_identifier, get__identifier, gnu_identifier,
589 tuple_element_identifier, tuple_size_identifier, type_identifier,
590 value_identifier, fun_identifier, closure_identifier): Define.
591 * decl.c (initialize_predefined_identifiers): Initialize the above
592 identifiers.
593 (get_tuple_size): Use tuple_size_identifier instead of
594 get_identifier ("tuple_size") and value_identifier instead of
595 get_identifier ("value").
596 (get_tuple_element_type): Use tuple_element_identifier instead of
597 get_identifier ("tuple_element") and type_identifier instead of
598 get_identifier ("type").
599 (get_tuple_decomp_init): Use get__identifier instead of
600 get_identifier ("get").
601 * lambda.c (maybe_add_lambda_conv_op): Use fun_identifier instead of
602 get_identifier ("_FUN").
603 * parser.c (cp_parser_lambda_declarator_opt): Use closure_identifier
604 instead of get_identifier ("__closure").
605 (cp_parser_std_attribute): Use gnu_identifier instead of
606 get_identifier ("gnu").
607 (cp_parser_std_attribute_spec): Likewise. Use aligned_identifier
608 instead of get_identifier ("aligned").
609 * class.c (check_abi_tags, inherit_targ_abi_tags): Use
610 abi_tag_identifier instead of get_identifier ("abi_tag").
611
612 PR c++/85515
613 * cp-tree.h (enum cp_tree_index): Add
614 CPTI_FOR_{RANGE,BEGIN,END}{,_}_IDENTIFIER.
615 (for_range__identifier, for_begin__identifier, for_end__identifier,
616 for_range_identifier, for_begin_identifier, for_end_identifier):
617 Define.
618 * decl.c (initialize_predefined_identifiers): Initialize
619 for_{range,begin,end}{,_}_identifier.
620 * parser.c (build_range_temp): Use for_range__identifier instead of
621 get_identifier ("__for_range").
622 (cp_convert_range_for): Use for_begin__identifier and
623 for_end__identifier instead of get_identifier ("__for_begin") and
624 get_identifier ("__for_end").
625 * semantics.c (finish_for_stmt): Rename "__for_{range,begin,end} "
626 local symbols to "__for_{range,begin,end}".
627
628 2018-07-23 Jakub Jelinek <jakub@redhat.com>
629
630 PR c++/86569
631 * cp-gimplify.c (cp_fold): Don't fold comparisons into other kind
632 of expressions other than INTEGER_CST regardless of TREE_NO_WARNING
633 or warn_nonnull_compare.
634
635 2018-07-19 Paolo Carlini <paolo.carlini@oracle.com>
636
637 Revert fix for c++/59480 (and testsuite followup)
638
639 2019-07-18 Paolo Carlini <paolo.carlini@oracle.com>
640
641 PR c++/59480, DR 136
642 * decl.c (check_no_redeclaration_friend_default_args): New.
643 (duplicate_decls): Use the latter; also check that a friend
644 declaration specifying default arguments is a definition.
645
646 2018-07-18 Jakub Jelinek <jakub@redhat.com>
647
648 PR c++/86550
649 * parser.c (cp_parser_decl_specifier_seq): Diagnose invalid type
650 specifier if CP_PARSER_FLAGS_ONLY_MUTABLE_OR_CONSTEXPR.
651
652 2018-07-18 Marek Polacek <polacek@redhat.com>
653
654 PR c++/86190 - bogus -Wsign-conversion warning
655 * typeck.c (cp_build_binary_op): Fix formatting. Add a warning
656 sentinel.
657
658 2018-07-18 Paolo Carlini <paolo.carlini@oracle.com>
659
660 PR c++/59480, DR 136
661 * decl.c (check_no_redeclaration_friend_default_args): New.
662 (duplicate_decls): Use the latter; also check that a friend
663 declaration specifying default arguments is a definition.
664
665 2018-07-18 Paolo Carlini <paolo.carlini@oracle.com>
666
667 * class.c (note_name_declared_in_class): Prefer permerror + inform
668 to a pair of permerrors; use DECL_SOURCE_LOCATION.
669
670 2018-07-18 Richard Biener <rguenther@suse.de>
671
672 PR debug/86523
673 * decl2.c (c_parse_final_cleanups): Call write_out_vars before
674 start_static_storage_duration_function sets current_function_decl.
675
676 2018-07-17 Jason Merrill <jason@redhat.com>
677
678 PR c++/86480 - nested variadic lambda and constexpr if.
679 * pt.c (find_parameter_packs_r) [IF_STMT]: Don't walk into
680 IF_STMT_EXTRA_ARGS.
681 * tree.c (cp_walk_subtrees) [DECLTYPE_TYPE]: Set
682 cp_unevaluated_operand.
683 [ALIGNOF_EXPR] [SIZEOF_EXPR] [NOEXCEPT_EXPR]: Likewise.
684
685 2018-07-16 Paolo Carlini <paolo.carlini@oracle.com>
686
687 * class.c (resolve_address_of_overloaded_function): Don't emit an
688 inform if the matching permerror returns false.
689 * pt.c (check_specialization_namespace): Likewise.
690
691 2018-07-16 Jakub Jelinek <jakub@redhat.com>
692
693 PR c++/3698
694 PR c++/86208
695 * cp-gimplify.c (cp_genericize_r): When using extern_decl_map, or
696 in TREE_USED flag from stmt to h->to.
697
698 2018-07-13 Nathan Sidwell <nathan@acm.org>
699
700 PR c++/86374
701 * pt.c (lookup_template_class_1): Use tsubst_aggr_type for
702 contexts that are classes.
703 * parser.c (cp_parser_template_id): Combine entering_scope decl &
704 initializer.
705
706 2018-07-12 Jakub Jelinek <jakub@redhat.com>
707
708 * decl2.c (cplus_decl_attributes): Don't diagnose vars without mappable
709 type here, instead add "omp declare target implicit" attribute. Add
710 that attribute instead of "omp declare target" also when
711 processing_template_decl.
712 * decl.c (cp_finish_decl): Diagnose vars without mappable type here,
713 and before calling cp_omp_mappable_type call complete_type.
714
715 2018-07-10 Jakub Jelinek <jakub@redhat.com>
716
717 PR sanitizer/86406
718 * cp-gimplify.c (cp_maybe_instrument_return): Skip trailing
719 DEBUG_BEGIN_STMTs.
720
721 PR c++/86443
722 * semantics.c (handle_omp_for_class_iterator): Remove lastp argument,
723 instead of setting *lastp turn orig_declv elt into a TREE_LIST.
724 (finish_omp_for): Adjust handle_omp_for_class_iterator caller.
725 * pt.c (tsubst_omp_for_iterator): Allow OMP_FOR_ORIG_DECLS to contain
726 TREE_LIST for both the original class iterator and the "last" helper
727 var.
728
729 2018-07-09 Paolo Carlini <paolo.carlini@oracle.com>
730
731 * decl.c (grokdeclarator): Use rich_location::add_range in three
732 more places; include gcc-rich-location.h.
733
734 2018-07-07 Aldy Hernandez <aldyh@redhat.com>
735
736 * decl.c (build_enumerator): Change overflow type to overflow_type.
737 * init.c (build_new_1): Same.
738
739 2018-07-05 Nathan Sidwell <nathan@acm.org>
740
741 * cp/decl.c (decls_match): Check SYSTEM_IMPLICIT_EXTERN_C not
742 NO_IMPLICIT_EXTERN_C.
743 * cp/parser.c (cp_parser_parameter_declaration_clause): Likewise.
744
745 2018-07-04 Ville Voutilainen <ville.voutilainen@gmail.com>
746
747 PR c++/86398
748 * method.c (is_trivially_xible): Return false
749 if is_xible_helper returns a NULL_TREE.
750
751 2018-07-03 Paolo Carlini <paolo.carlini@oracle.com>
752
753 * decl.c (min_location): New.
754 (smallest_type_quals_location): Use the latter.
755 (check_concept_fn): Use DECL_SOURCE_LOCATION.
756 (grokdeclarator): Use accurate locations in a number of error
757 messages involving ds_thread, ds_storage_class, ds_virtual,
758 ds_constexpr, ds_typedef and ds_friend; exploit min_location.
759
760 2018-07-03 Marek Polacek <polacek@redhat.com>
761
762 PR c++/86201
763 * typeck.c (cp_build_binary_op): Check c_inhibit_evaluation_warnings.
764
765 2018-07-03 Jason Merrill <jason@redhat.com>
766
767 PR c++/86378 - functional cast in noexcept-specifier.
768 * tree.c (strip_typedefs_expr) [TREE_LIST]: Fix iteration.
769
770 2018-07-02 Paolo Carlini <paolo.carlini@oracle.com>
771
772 * parser.c (set_and_check_decl_spec_loc): Use rich_location::add_range
773 in error message about __thread and thread_local at the same time.
774
775 2018-06-29 Marek Polacek <polacek@redhat.com>
776
777 PR c++/86184
778 * tree.c (cp_save_expr): Don't call save_expr for TARGET_EXPRs.
779
780 2018-06-28 David Malcolm <dmalcolm@redhat.com>
781
782 * parser.c (cp_parser_error_1): After issuing a conflict marker
783 error, consume tokens until the end of the source line.
784
785 2018-06-28 Jason Merrill <jason@redhat.com>
786
787 PR c++/86342 - -Wdeprecated-copy and system headers.
788 * decl2.c (cp_warn_deprecated_use): Don't warn about declarations
789 in system headers.
790
791 2018-06-27 David Malcolm <dmalcolm@redhat.com>
792
793 PR c++/86329
794 * name-lookup.c (consider_binding_level): Filter out names that
795 match anon_aggrname_p.
796
797 2018-06-27 Jason Merrill <jason@redhat.com>
798
799 * name-lookup.c (do_pushtag): If we skip a class level, also skip
800 its template level.
801
802 2018-06-26 Jason Merrill <jason@redhat.com>
803
804 PR c++/86320 - memory-hog with std::array of pair
805 * typeck2.c (process_init_constructor_array): Only compute a
806 constant initializer once.
807
808 PR c++/80290 - memory-hog with std::pair.
809 * pt.c (fn_type_unification): Add convs parameter.
810 (check_non_deducible_conversion): Remember conversion.
811 (check_non_deducible_conversions): New. Do checks here.
812 (type_unification_real): Not here. Remove flags parm.
813 * call.c (add_function_candidate): Make convs a parameter.
814 Don't recalculate the conversion if it's already set.
815 (add_template_candidate_real): Allocate convs here.
816 (good_conversion, conv_flags): New.
817
818 2018-06-26 Jakub Jelinek <jakub@redhat.com>
819
820 PR c++/86291
821 * parser.c (cp_parser_omp_for_loop_init): Change for_block argument
822 type from vec<tree, va_gc> * to vec<tree, va_gc> *&.
823
824 2018-06-23 Paolo Carlini <paolo.carlini@oracle.com>
825
826 * decl.c (bad_specifiers): Add const location_t* parameter and
827 use locations in error messages about 'inline' and 'virtual'.
828 (mark_inline_variable): Add location_t parameter and use it in
829 error_at and pedwarn messages.
830 (grokdeclarator): Use declspecs->locations[ds_constexpr],
831 declspecs->locations[ds_concept], declspecs->locations[ds_virtual],
832 declspecs->locations[ds_inline] in many error messages; adjust
833 bad_specifiers and mark_inline_variable calls.
834 (grokvardecl): Use declspecs->locations[ds_concept] in error message.
835
836 2018-06-22 Jason Merrill <jason@redhat.com>
837
838 PR c++/86219 - ICE with erroneous initializer in template.
839 * constexpr.c (fold_non_dependent_expr): Add complain parm.
840 * call.c, expr.c, init.c, pt.c, semantics.c, typeck.c, typeck2.c:
841 Pass it.
842 * call.c (build_cxx_call): Don't mess with builtins in a template.
843 * typeck2.c (store_init_value): If fold_non_dependent_expr didn't
844 produce a constant value, go back to the uninstantiated form.
845
846 Avoid taking the address of something just because it's in parens.
847 * constexpr.c (same_type_ignoring_tlq_and_bounds_p): New.
848 (cxx_fold_indirect_ref): Use it.
849 (cxx_eval_constant_expression) [VIEW_CONVERT_EXPR]: Use it.
850 * cp-tree.h (REF_PARENTHESIZED_P): Allow VIEW_CONVERT_EXPR.
851 * semantics.c (force_paren_expr): Use VIEW_CONVERT_EXPR instead of
852 static_cast to reference type.
853 (maybe_undo_parenthesized_ref): Handle VIEW_CONVERT_EXPR.
854
855 2018-06-21 Jason Merrill <jason@redhat.com>
856
857 * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PARM_DESCENDANTS.
858
859 * name-lookup.c (do_push_to_top_level): Don't allocate
860 current_lang_base.
861 (do_pop_from_top_level): Release current_lang_base.
862
863 Let -fmem-report see callers of cxx_make_type.
864 * lex.c (cxx_make_type): Add MEM_STAT_DECL.
865 (make_class_type): Likewise.
866 (cxx_make_type_hook): New.
867 * cp-objcp-common.h (LANG_HOOKS_MAKE_TYPE): Use cxx_make_type_hook.
868
869 2018-06-20 Nathan Sidwell <nathan@acm.org>
870
871 PR c++/85634
872 * friend.c (add_friend): Keep lookup sets of tempate sets.
873
874 2018-06-20 Paolo Carlini <paolo.carlini@oracle.com>
875
876 * decl.c (grokfndecl): Add const cp_decl_specifier_seq* parameter;
877 tidy handling of a null location_t argument; use proper location
878 information in a few additional error messages.
879 (grokdeclarator): Update calls.
880
881 2018-06-20 Chung-Lin Tang <cltang@codesourcery.com>
882 Thomas Schwinge <thomas@codesourcery.com>
883 Cesar Philippidis <cesar@codesourcery.com>
884
885 * parser.c (cp_parser_omp_clause_name): Add support for finalize
886 and if_present. Make present_or_{copy,copyin,copyout,create} aliases
887 to their non-present_or_* counterparts. Make 'self' an alias to
888 PRAGMA_OACC_CLAUSE_HOST.
889 (cp_parser_oacc_data_clause): Update GOMP mappings for
890 PRAGMA_OACC_CLAUSE_{COPY,COPYIN,COPYOUT,CREATE,DELETE}. Remove
891 PRAGMA_OACC_CLAUSE_{SELF,PRESENT_OR_*}.
892 (cp_parser_oacc_all_clauses): Handle finalize and if_present clauses.
893 Remove support for present_or_* clauses.
894 (OACC_KERNELS_CLAUSE_MASK): Remove PRESENT_OR_* clauses.
895 (OACC_PARALLEL_CLAUSE_MASK): Likewise.
896 (OACC_DECLARE_CLAUSE_MASK): Likewise.
897 (OACC_DATA_CLAUSE_MASK): Likewise.
898 (OACC_ENTER_DATA_CLAUSE_MASK): Remove PRESENT_OR_* clauses.
899 (OACC_EXIT_DATA_CLAUSE_MASK): Add FINALIZE clause.
900 (OACC_UPDATE_CLAUSE_MASK): Remove SELF, add IF_PRESENT.
901 (cp_parser_oacc_declare): Remove PRESENT_OR_* clauses.
902 * pt.c (tsubst_omp_clauses): Handle IF_PRESENT and FINALIZE.
903 * semantics.c (finish_omp_clauses): Handle IF_PRESENT and FINALIZE.
904
905 2018-06-20 Marek Polacek <polacek@redhat.com>
906
907 PR c++/86240
908 * constexpr.c (cxx_eval_constant_expression): Handle ABSU_EXPR.
909 (fold_simple_1): Likewise.
910 * error.c (dump_expr): Likewise.
911
912 2018-06-20 Nathan Sidwell <nathan@acm.org>
913
914 PR c++/85634
915 * cp-tree.h (lookup_keep): Drop KEEP parm.
916 (lookup_list_keep): Delete.
917 (maybe_get_fns): Declare.
918 * parser.c (cp_parser_primary_expression): Call lookup_keep here.
919 (cp_parser_template_id): Not here ...
920 * decl.c (cp_finish_decl): ... nor here ...
921 * init.c (build_raw_new_expr): ... nor here ...
922 * pt.c (process_template_parm): ... nor here ...
923 * semantics.c (perform_koenig_lookup): Call lookup_keep.
924 (finish_call_expr): Not here.
925 * tree.c (ovl_cache): Delete.
926 (ovl_make, ovl_copy): No cache.
927 (lookup_keep): Always keep.
928 (lookup_list_keep): Delete.
929 (maybe_get_fns): New, broken out of ...
930 (get_fns): ... here. Call it.
931 (built_min_nt_loc, build_min, build_min_non_dep): Drop lookup_keep.
932 (build_min_nt_call_vec): Likewise.
933
934 2018-06-19 Jason Merrill <jason@redhat.com>
935
936 * cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove.
937 * constexpr.c: Use CONSTRUCTOR_NO_CLEARING instead.
938
939 PR c++/86182 - ICE with anonymous union passed to template.
940 * pt.c (tsubst_expr) [DECL_EXPR]: Handle an anonymous union type
941 used to declare a named variable.
942
943 2018-06-18 Jason Merrill <jason@redhat.com>
944
945 * tree.c (cp_expr_location): New.
946 * cp-tree.h (cp_expr_loc_or_loc): New.
947 * call.c, cvt.c, constexpr.c, constraint.cc, cp-gimplify.c, decl.c,
948 error.c, init.c, lex.c, parser.c, pt.c, semantics.c, typeck.c,
949 typeck2.c: Use it instead of EXPR_LOC_OR_LOC.
950
951 * parser.c (cp_parser_lambda_expression): Use a range for
952 LAMBDA_EXPR_LOCATION.
953
954 PR c++/86200 - ICE with unexpanded pack in lambda parameter.
955 * pt.c (find_parameter_packs_r) [LAMBDA_EXPR]: Also look into the
956 function type.
957
958 PR c++/81060 - ICE with unexpanded parameter pack.
959 * pt.c (check_for_bare_parameter_packs): Add loc parameter.
960 * decl.c (grokdeclarator): Call it for qualifying_scope.
961
962 PR c++/86171 - ICE with recursive alias instantiation.
963 * pt.c (tsubst_decl): Handle recursive alias instantiation.
964
965 2018-06-18 Paolo Carlini <paolo.carlini@oracle.com>
966
967 * decl.c (duplicate_decls): Consistently use DECL_SOURCE_LOCATION
968 in errors about redefined default arguments; tidy.
969
970 2018-06-16 Kugan Vivekanandarajah <kuganv@linaro.org>
971
972 * constexpr.c (potential_constant_expression_1): Handle ABSU_EXPR.
973 * cp-gimplify.c (cp_fold): Likewise.
974
975 2018-06-15 Jason Merrill <jason@redhat.com>
976
977 PR c++/86147 - wrong capture for template argument.
978 * expr.c (mark_use): Look through NOP_EXPR.
979
980 * name-lookup.c (do_pushtag): Don't look through complete types, but
981 don't add to them either. Get context from current_binding_level.
982 * pt.c (tsubst_default_argument): Use push_to/pop_from_top_level.
983
984 * decl.c (start_enum): Do compare dependent underlying type.
985
986 PR c++/82882 - ICE with lambda in template default argument.
987 * lambda.c (record_null_lambda_scope): New.
988 * pt.c (tsubst_lambda_expr): Use it.
989 * name-lookup.c (do_pushtag): Don't give a lambda DECL_CONTEXT of a
990 function that isn't open.
991
992 * tree.c (maybe_warn_parm_abi): Inform the location of the class.
993
994 2018-06-14 Marek Polacek <polacek@redhat.com>
995
996 PR c++/86063
997 * decl2.c (cp_check_const_attributes): Skip trees that are not
998 TREE_LISTs.
999
1000 2018-06-14 Jakub Jelinek <jakub@redhat.com>
1001
1002 P0624R2 - Default constructible and assignable stateless lambdas
1003 * method.c (synthesized_method_walk): For C++2a don't mark
1004 sfk_constructor or sfk_copy_assignment as deleted if lambda has
1005 no lambda-captures.
1006
1007 2018-06-14 Paolo Carlini <paolo.carlini@oracle.com>
1008
1009 * decl.c (duplicate_decls): Use DECL_SOURCE_LOCATION in
1010 OPT_Wshadow warning_at.
1011 (grokfndecl): Consistently use the location_t argument in
1012 literal operator diagnostic messages.
1013 (grokdeclarator): Use declspecs->locations[ds_storage_class]
1014 in error_at call.
1015 * decl2.c (finish_static_data_member_decl): Use DECL_SOURCE_LOCATION
1016 in permerror call.
1017
1018 2018-06-13 Jason Merrill <jason@redhat.com>
1019
1020 PR c++/86099 - ICE with trivial copy and non-trivial default ctor.
1021 * constexpr.c (instantiate_cx_fn_r): Don't synthesize trivial
1022 constructors.
1023
1024 PR c++/86094 - wrong code with defaulted move ctor.
1025 * class.c (classtype_has_non_deleted_move_ctor): New.
1026 * tree.c (maybe_warn_parm_abi, type_has_nontrivial_copy_init):
1027 Handle v12 breakage.
1028
1029 2018-06-12 Jason Merrill <jason@redhat.com>
1030
1031 PR c++/86098 - ICE with template placeholder for TTP.
1032 * typeck.c (structural_comptypes) [TEMPLATE_TYPE_PARM]: Check
1033 CLASS_PLACEHOLDER_TEMPLATE.
1034
1035 2018-06-12 Paolo Carlini <paolo.carlini@oracle.com>
1036
1037 * decl2.c (coerce_new_type, coerce_delete_type): Add location_t
1038 parameter and adjust error_at calls.
1039 * decl.c (grok_op_properties): Adjust calls.
1040 * cp-tree.h (oerce_new_type, coerce_delete_type): Adjust decls.
1041
1042 2018-06-12 Marek Polacek <polacek@redhat.com>
1043
1044 Core issue 1331 - const mismatch with defaulted copy constructor
1045 * class.c (check_bases_and_members): When checking a defaulted
1046 function, mark it as deleted rather than giving an error.
1047
1048 2018-06-11 Jason Merrill <jason@redhat.com>
1049
1050 PR c++/85792 -Wctor-dtor-privacy and inherited constructor.
1051 * class.c (maybe_warn_about_overly_private_class): Handle inherited
1052 constructors.
1053
1054 PR c++/85963 - -Wunused-but-set with ?: in template.
1055 * pt.c (tsubst_copy_and_build) [COND_EXPR]: Call mark_rvalue_use.
1056
1057 2018-06-11 Paolo Carlini <paolo.carlini@oracle.com>
1058
1059 * decl.c (grok_op_properties): Consistently use the location
1060 of the decl; remove special casing of POSTINCREMENT_EXPR and
1061 POSTDECREMENT_EXPR wrt default arguments.
1062
1063 2018-06-05 Jason Merrill <jason@redhat.com>
1064
1065 * constexpr.c (cxx_eval_binary_expression): Special case comparison
1066 of pointers to members of the same union.
1067
1068 2018-06-11 Jason Merrill <jason@redhat.com>
1069
1070 PR c++/86094 - wrong code with defaulted move ctor.
1071 * tree.c (type_has_nontrivial_copy_init): Fix move ctor handling.
1072
1073 2018-06-10 Paolo Carlini <paolo.carlini@oracle.com>
1074
1075 * decl.c (grokfndecl): Use the location_t argument in two more places.
1076
1077 2018-06-06 Marek Polacek <polacek@redhat.com>
1078
1079 PR c++/85977
1080 * pt.c (unify): If ELTTYPE has no deducible template parms, skip
1081 deduction from the list elements.
1082 (type_unification_real): Check convertibility of list elements.
1083
1084 2018-06-06 Jason Merrill <jason@redhat.com>
1085
1086 PR c++/86060 - ICE on range for with -std=c++98.
1087 * parser.c (cp_parser_init_statement): Don't clobber *decl after
1088 pedwarn.
1089
1090 PR c++/85710 - ICE with -Wmemset-elt-size.
1091 * semantics.c (finish_call_expr): Call warn_for_memset here.
1092 * parser.c (cp_parser_postfix_expression): Not here.
1093 (literal_integer_zerop): No longer static.
1094 * pt.c (build_non_dependent_expr): Don't wrap CONST_DECL.
1095
1096 2018-06-05 Marek Polacek <polacek@redhat.com>
1097
1098 PR c++/85976
1099 * tree.c (cp_tree_equal): Handle USING_DECL.
1100
1101 2018-06-05 Jason Merrill <jason@redhat.com>
1102
1103 PR c++/85731 - wrong error with qualified-id in template.
1104 * semantics.c (finish_qualified_id_expr): build_qualified_name
1105 for unbound names in the current class.
1106
1107 2018-06-04 Jason Merrill <jason@redhat.com>
1108
1109 PR c++/61806 - missed SFINAE with partial specialization.
1110 * cp-tree.h (deferring_access_check_sentinel): Add deferring_kind
1111 parameter to constructor.
1112 * pt.c (instantiate_class_template_1): Enable access checking
1113 before call to most_specialized_partial_spec.
1114
1115 PR c++/85765 - SFINAE and non-type default template arg.
1116 * pt.c (type_unification_real): Do full semantic processing if
1117 substituting a partial args list replaces all template parms.
1118
1119 2018-06-03 Jason Merrill <jason@redhat.com>
1120
1121 PR c++/85739 - ICE with pointer to member template parm.
1122 * cvt.c (perform_qualification_conversions): Use cp_fold_convert.
1123
1124 2018-06-02 Jason Merrill <jason@redhat.com>
1125
1126 PR c++/85761 - ICE with ill-formed use of const outer variable.
1127 * expr.c (mark_use): Handle location wrappers.
1128
1129 2018-06-01 Jason Merrill <jason@redhat.com>
1130
1131 PR c++/85764 - bogus 'this' not captured error.
1132 * lambda.c (resolvable_dummy_lambda): Use nonlambda_method_basetype.
1133 (nonlambda_method_basetype): Handle NSDMI.
1134
1135 CWG 1581: When are constexpr member functions defined?
1136 * constexpr.c (instantiate_cx_fn_r, instantiate_constexpr_fns): New.
1137 (cxx_eval_outermost_constant_expr): Call instantiate_constexpr_fns.
1138
1139 PR c++/58281 - explicit instantiation of constexpr
1140 * pt.c (mark_decl_instantiated): Clear DECL_EXTERNAL.
1141
1142 * pt.c (instantiate_decl): Any defaulted function is defined.
1143
1144 2018-05-30 Jonathan Wakely <jwakely@redhat.com>
1145
1146 PR c++/77777
1147 * call.c (resolve_args): Use location of expression, not current input
1148 location.
1149
1150 2018-05-30 Ville Voutilainen <ville.voutilainen@gmail.com>
1151
1152 Do not warn about zero-as-null when NULL is used.
1153 * call.c (conversion_null_warnings): Check for pointer
1154 types converted from zero constants.
1155 (convert_like_real): Add a warning sentinel at the end.
1156 * tree.c (maybe_warn_zero_as_null_pointer_constant): Also
1157 check null_node_p.
1158
1159 2018-05-30 Jason Merrill <jason@redhat.com>
1160
1161 PR c++/85807 - ICE with call in template NSDMI.
1162 * init.c (get_nsdmi): Use push_to/pop_from_top_level.
1163 * tree.c (bot_manip): Don't set_flags_from_callee in a template.
1164
1165 PR c++/85873 - constant initializer_list array not in .rodata.
1166 * tree.c (build_target_expr): Set TREE_READONLY.
1167 * call.c (set_up_extended_ref_temp): Set TREE_READONLY.
1168
1169 * parser.c (cp_parser_check_condition_declarator): Handle
1170 cp_error_declarator.
1171
1172 2018-05-30 Jonathan Wakely <jwakely@redhat.com>
1173
1174 * typeck.c (cxx_sizeof_or_alignof_type): Return size_one_node instead
1175 of using it in dead store.
1176
1177 2018-05-29 Jason Merrill <jason@redhat.com>
1178
1179 PR c++/67445 - returning temporary initializer_list.
1180 PR c++/67711 - assigning from temporary initializer_list.
1181 PR c++/48562 - new initializer_list.
1182 * typeck.c (maybe_warn_about_returning_address_of_local): Also warn
1183 about returning local initializer_list.
1184 * cp-tree.h (AUTO_TEMP_NAME, TEMP_NAME_P): Remove.
1185 * call.c (build_over_call): Warn about assignment from temporary
1186 init_list.
1187 * init.c (build_new_1): Warn about 'new std::initializer_list'.
1188 (find_list_begin, maybe_warn_list_ctor): New.
1189 (perform_member_init): Use maybe_warn_list_ctor.
1190
1191 2018-05-29 Marek Polacek <polacek@redhat.com>
1192
1193 PR c++/85883
1194 * init.c (build_new): Handle deducing a class with new
1195 with more than one argument.
1196
1197 2018-05-29 Jakub Jelinek <jakub@redhat.com>
1198
1199 PR c++/85952
1200 * init.c (build_aggr_init): For structured binding initialized from
1201 array call mark_rvalue_use on the initializer.
1202
1203 2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
1204
1205 * decl2.c (start_static_storage_duration_function): Use
1206 splay_tree_delete_pointers.
1207
1208 2018-05-25 Jason Merrill <jason@redhat.com>
1209
1210 PR c++/85815 - reference to member of enclosing template.
1211 * search.c (lookup_base): Use currently_open_class.
1212 (lookup_member): Use it regardless of -fconcepts.
1213 * parser.c (cp_parser_postfix_dot_deref_expression): Check it.
1214
1215 CWG 616, 1213 - value category of subobject references.
1216 * tree.c (lvalue_kind): Fix handling of ARRAY_REF of pointer.
1217
1218 2018-05-24 Jason Merrill <jason@redhat.com>
1219
1220 PR c++/85842 - -Wreturn-type, constexpr if and generic lambda.
1221 * pt.c (tsubst_lambda_expr): Copy current_function_returns_* to
1222 generic lambda.
1223
1224 2018-05-24 Ville Voutilainen <ville.voutilainen@gmail.com>
1225
1226 Pedwarn on a non-standard position of a C++ attribute.
1227 * parser.c (cp_parser_namespace_definition): Pedwarn about attributes
1228 after the namespace name.
1229
1230 2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
1231
1232 * cp-tree.h (INDIRECT_TYPE_P): New.
1233 * call.c (build_trivial_dtor_call, maybe_warn_class_memaccess,
1234 joust): Use it instead of POINTER_TYPE_P.
1235 * class.c (update_vtable_entry_for_fn, find_flexarrays,
1236 * fixed_type_or_null, resolves_to_fixed_type_p): Likewise.
1237 * constexpr.c (cxx_eval_binary_expression, cxx_fold_indirect_ref,
1238 * cxx_eval_increment_expression, potential_constant_expression_1):
1239 Likewise.
1240 * cp-gimplify.c (cp_gimplify_expr, cp_genericize_r): Likewise.
1241 * cp-objcp-common.c (cxx_get_alias_set): Likewise.
1242 * cp-ubsan.c (cp_ubsan_maybe_instrument_member_call,
1243 cp_ubsan_maybe_instrument_downcast): Likewise.
1244 * cvt.c (cp_convert_to_pointer, ocp_convert,
1245 cp_get_fndecl_from_callee, maybe_warn_nodiscard, convert): Likewise.
1246 * cxx-pretty-print.c (cxx_pretty_printer::abstract_declarator,
1247 pp_cxx_offsetof_expression_1): Likewise.
1248 * decl.c (grokparms, static_fn_type): Likewise.
1249 * decl2.c (grokbitfield): Likewise.
1250 * error.c (dump_expr): Likewise.
1251 * except.c (initialize_handler_parm, check_noexcept_r): Likewise.
1252 * init.c (warn_placement_new_too_small): Likewise.
1253 * lambda.c (build_capture_proxy, add_capture): Likewise.
1254 * parser.c (cp_parser_omp_for_loop): Likewise.
1255 * pt.c (convert_nontype_argument, fn_type_unification,
1256 uses_deducible_template_parms, check_cv_quals_for_unify,
1257 dependent_type_p_r): Likewise.
1258 * search.c (check_final_overrider): Likewise.
1259 * semantics.c (handle_omp_array_sections, finish_omp_clauses,
1260 finish_omp_for): Likewise.
1261 * tree.c (cp_build_qualified_type_real): Likewise.
1262 * typeck.c (build_class_member_access_expr,
1263 finish_class_member_access_expr, build_x_indirect_ref,
1264 cp_build_indirect_ref_1, cp_build_binary_op, build_const_cast_1):
1265 Likewise.
1266
1267 2018-05-24 Jason Merrill <jason@redhat.com>
1268
1269 PR c++/85864 - literal template and default template arg.
1270 * pt.c (instantiation_dependent_r): Handle NONTYPE_ARGUMENT_PACK.
1271
1272 2018-05-24 Marek Polacek <polacek@redhat.com>
1273
1274 PR c++/85847
1275 * init.c (build_new_1): Use fold_non_dependent_expr. Use a dedicated
1276 variable for its result. Fix a condition.
1277 (build_new): Use fold_non_dependent_expr. Tweak a condition.
1278
1279 2018-05-23 Jason Merrill <jason@redhat.com>
1280
1281 Fix cast to rvalue reference from prvalue.
1282 * cvt.c (diagnose_ref_binding): Handle rvalue reference.
1283 * rtti.c (build_dynamic_cast_1): Don't try to build a reference to
1284 non-class type. Handle xvalue argument.
1285 * typeck.c (build_reinterpret_cast_1): Allow cast from prvalue to
1286 rvalue reference.
1287 * semantics.c (finish_compound_literal): Do direct-initialization,
1288 not cast, to initialize a reference.
1289
1290 CWG 616, 1213 - value category of subobject references.
1291 * tree.c (lvalue_kind): A reference to a subobject of a prvalue is
1292 an xvalue.
1293 * typeck2.c (build_m_component_ref): Likewise.
1294 * typeck.c (cp_build_addr_expr_1, lvalue_or_else): Remove diagnostic
1295 distinction between temporary and xvalue.
1296
1297 2018-05-23 Marek Polacek <polacek@redhat.com>
1298
1299 Implement P0614R1, Range-based for statements with initializer.
1300 * parser.c (cp_parser_range_based_for_with_init_p): New.
1301 (cp_parser_init_statement): Use it. Parse the optional init-statement
1302 for a range-based for loop.
1303 (cp_parser_skip_to_closing_parenthesis_1): Handle balancing ?:.
1304
1305 2018-05-22 Jason Merrill <jason@redhat.com>
1306
1307 PR c++/81420 - not extending temporary lifetime.
1308 * call.c (extend_ref_init_temps_1): Handle ARRAY_REF.
1309 * class.c (build_base_path): Avoid redundant move of an rvalue.
1310
1311 PR c++/85866 - error with .* in default template arg.
1312 * pt.c (tsubst_copy_and_build): Handle partial instantiation.
1313
1314 2018-05-21 Paolo Carlini <paolo.carlini@oracle.com>
1315
1316 * parser.c (cp_parser_parameter_declaration_list): Remove
1317 bool* parameter.
1318 (cp_parser_parameter_declaration_clause): Adjust.
1319 (cp_parser_cache_defarg): Likewise.
1320
1321 2018-05-21 Paolo Carlini <paolo.carlini@oracle.com>
1322
1323 PR c++/84588
1324 * parser.c (cp_parser_maybe_commit_to_declaration,
1325 cp_parser_check_condition_declarator): New.
1326 (cp_parser_simple_declaration): Use the first above.
1327 (cp_parser_condition): Use both the above; enforce
1328 [stmt.stmt]/2 about the declarator not specifying
1329 a function or an array; improve error-recovery.
1330
1331 2018-05-20 Jason Merrill <jason@redhat.com>
1332
1333 PR libstdc++/85843 - warning in logic_error copy constructor.
1334 * class.c (type_has_user_nondefault_constructor): Check for a
1335 user-provided ctor, not user-declared.
1336
1337 2018-05-19 Jason Merrill <jason@redhat.com>
1338
1339 * pt.c (tsubst_pack_expansion): Sorry rather than abort
1340 on __integer_pack as subexpression of pattern.
1341
1342 2018-05-18 Jason Merrill <jason@redhat.com>
1343
1344 PR c++/58407 - deprecated implicit copy ops.
1345 * call.c (build_over_call): Warn about deprecated trivial fns.
1346 * class.c (classtype_has_user_copy_or_dtor): New.
1347 (type_build_ctor_call): Check TREE_DEPRECATED.
1348 (type_build_dtor_call): Likewise.
1349 * decl2.c (cp_warn_deprecated_use): Move from tree.c.
1350 Add checks. Return bool. Handle -Wdeprecated-copy.
1351 (mark_used): Use it.
1352 * decl.c (grokdeclarator): Remove redundant checks.
1353 * typeck2.c (build_functional_cast): Likewise.
1354 * method.c (lazily_declare_fn): Mark deprecated copy ops.
1355 * init.c (build_aggr_init): Only set TREE_USED if there are
1356 side-effects.
1357
1358 2018-05-18 Cesar Philippidis <cesar@codesourcery.com>
1359
1360 PR c++/85782
1361 * cp-gimplify.c (cp_genericize_r): Call genericize_omp_for_stmt for
1362 OACC_LOOPs.
1363
1364 2018-05-18 Richard Sandiford <richard.sandiford@linaro.org>
1365
1366 * constexpr.c (cxx_eval_constant_expression): Remove FMA_EXPR handling.
1367 (potential_constant_expression_1): Likewise.
1368
1369 2018-05-16 Marek Polacek <polacek@redhat.com>
1370
1371 PR c++/85363
1372 * call.c (set_flags_from_callee): Handle AGGR_INIT_EXPRs too.
1373 * tree.c (bot_manip): Call set_flags_from_callee for
1374 AGGR_INIT_EXPRs too.
1375
1376 2018-05-15 Jason Merrill <jason@redhat.com>
1377
1378 * cp-tree.h (cp_expr): Remove copy constructor.
1379 * mangle.c (struct releasing_vec): Declare copy constructor.
1380
1381 * constexpr.c (cxx_eval_vec_init_1): Pass tf_none if ctx->quiet.
1382
1383 PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue conversion in ?:
1384 * call.c (build_conditional_expr_1): Don't force_rvalue when one arm
1385 is a throw-expression.
1386
1387 2018-05-15 Paolo Carlini <paolo.carlini@oracle.com>
1388
1389 * cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.
1390 (FOR_EACH_CLONE): Update.
1391 * decl.c (grokdeclarator): Use it.
1392 * decl2.c (vague_linkage_p): Likewise.
1393 * mangle.c (mangle_decl): Likewise.
1394 * method.c (lazily_declare_fn): Likewise.
1395 * optimize.c (can_alias_cdtor, maybe_clone_body): Likewise.
1396 * repo.c (repo_emit_p): Likewise.
1397 * tree.c (decl_linkage): Likewise.
1398
1399 2018-05-14 Jason Merrill <jason@redhat.com>
1400
1401 Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier and eh spec.
1402 * tree.c (build_cp_fntype_variant): New.
1403 (build_ref_qualified_type, build_exception_variant)
1404 (strip_typedefs, cxx_copy_lang_qualifiers): Use it.
1405 (cxx_type_hash_eq, cp_check_qualified_type): Check
1406 TYPE_HAS_LATE_RETURN_TYPE.
1407 (cp_build_type_attribute_variant): Check cxx_type_hash_eq.
1408 (cp_build_qualified_type_real): No need to preserve C++ qualifiers.
1409 * class.c (build_clone): Use cxx_copy_lang_qualifiers.
1410 (adjust_clone_args): Likewise.
1411 * decl.c (grokfndecl): Add late_return_type_p parameter. Use
1412 build_cp_fntype_variant.
1413 (grokdeclarator): Pass late_return_type_p to grokfndecl.
1414 (check_function_type): Use cxx_copy_lang_qualifiers.
1415 (static_fn_type): Use cxx_copy_lang_qualifiers.
1416 * decl2.c (build_memfn_type, maybe_retrofit_in_chrg)
1417 (cp_reconstruct_complex_type, coerce_new_type, coerce_delete_type)
1418 (change_return_type): Use cxx_copy_lang_qualifiers.
1419 * mangle.c (write_type): Use cxx_copy_lang_qualifiers.
1420 * parser.c (cp_parser_lambda_declarator_opt): Represent an explicit
1421 return type on the declarator like a normal trailing return type.
1422 * pt.c (tsubst_function_type): Use build_cp_fntype_variant.
1423 (copy_default_args_to_explicit_spec): Use cxx_copy_lang_qualifiers.
1424 * typeck.c (merge_types): Use build_cp_fntype_variant.
1425
1426 2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
1427
1428 * cp-tree.h (TYPE_REF_P): New.
1429 (TYPE_OBJ_P, TYPE_REF_OBJ_P, TYPE_REFFN_P): Update.
1430 * call.c (build_list_conv, build_aggr_conv, standard_conversion,
1431 direct_reference_binding, reference_binding, implicit_conversion,
1432 add_builtin_candidate, build_user_type_conversion_1, build_op_call_1,
1433 build_new_op_1, build_x_va_arg, conv_binds_ref_to_prvalue,
1434 build_over_call, perform_implicit_conversion_flags,
1435 extend_ref_init_temps, type_has_extended_temps): Use it.
1436 * class.c (one_inheriting_sig, check_field_decls,
1437 check_bases_and_members, find_flexarrays, finish_struct,
1438 fixed_type_or_null): Likewise.
1439 * constexpr.c (literal_type_p, cxx_bind_parameters_in_call,
1440 non_const_var_error, cxx_eval_constant_expression,
1441 potential_constant_expression_1): Likewise.
1442 * cp-gimplify.c (omp_var_to_track, omp_cxx_notice_variable,
1443 cp_genericize_r, cxx_omp_privatize_by_reference,
1444 cxx_omp_const_qual_no_mutable, cxx_omp_finish_clause,
1445 cp_fold_maybe_rvalue): Likewise.
1446 * cp-ubsan.c (cp_ubsan_maybe_instrument_downcast): Likewise.
1447 * cvt.c (build_up_reference, convert_to_reference,
1448 convert_from_reference, convert_to_void, noexcept_conv_p,
1449 fnptr_conv_p): Likewise.
1450 * decl.c (poplevel, check_for_uninitialized_const_var,
1451 check_initializer, initialize_local_var, cp_finish_decl,
1452 get_tuple_decomp_init, cp_finish_decomp, grokdeclarator, copy_fn_p,
1453 move_signature_fn_p, grok_op_properties, finish_function): Likewise.
1454 * decl2.c (grok_array_decl, cp_reconstruct_complex_type,
1455 decl_maybe_constant_var_p): Likewise.
1456 * error.c (dump_type_prefix, dump_expr): Likewise.
1457 * except.c (initialize_handler_parm, complete_ptr_ref_or_void_ptr_p,
1458 is_admissible_throw_operand_or_catch_parameter): Likewise.
1459 * expr.c (mark_use): Likewise.
1460 * init.c (build_zero_init_1, build_value_init_noctor,
1461 perform_member_init, diagnose_uninitialized_cst_or_ref_member_1,
1462 build_new, build_delete): Likewise.
1463 * lambda.c (build_lambda_object): Likewise.
1464 * mangle.c (write_expression, write_template_arg): Likewise.
1465 * method.c (forward_parm, do_build_copy_constructor,
1466 do_build_copy_assign, build_stub_object, constructible_expr,
1467 walk_field_subobs): Likewise.
1468 * parser.c (cp_parser_omp_for_loop_init,
1469 cp_parser_omp_declare_reduction_exprs,
1470 cp_parser_omp_declare_reduction): Likewise.
1471 * pt.c (convert_nontype_argument_function, convert_nontype_argument,
1472 convert_template_argument, tsubst_pack_expansion,
1473 tsubst_function_decl, tsubst_decl, tsubst, tsubst_copy_and_build,
1474 maybe_adjust_types_for_deduction, check_cv_quals_for_unify, unify,
1475 more_specialized_fn, invalid_nontype_parm_type_p, dependent_type_p_r,
1476 value_dependent_expression_p, build_deduction_guide): Likewise.
1477 * semantics.c (finish_handler_parms, finish_non_static_data_member,
1478 finish_compound_literal, omp_privatize_field,
1479 handle_omp_array_sections_1, handle_omp_array_sections,
1480 cp_check_omp_declare_reduction, finish_omp_reduction_clause,
1481 finish_omp_declare_simd_methods, cp_finish_omp_clause_depend_sink,
1482 finish_omp_clauses, finish_decltype_type, capture_decltype,
1483 finish_builtin_launder): Likewise.
1484 * tree.c (lvalue_kind, cp_build_reference_type, move,
1485 cp_build_qualified_type_real, stabilize_expr, stabilize_init): Likewise.
1486 * typeck.c (cxx_safe_arg_type_equiv_p, build_class_member_access_expr,
1487 cp_build_indirect_ref_1, convert_arguments, warn_for_null_address,
1488 cp_build_addr_expr_1, maybe_warn_about_useless_cast,
1489 build_static_cast_1, build_static_cast, build_reinterpret_cast_1,
1490 build_const_cast_1, cp_build_c_cast, cp_build_modify_expr,
1491 convert_for_initialization,
1492 maybe_warn_about_returning_address_of_local, check_return_expr,
1493 cp_type_quals, casts_away_constness, non_reference): Likewise.
1494 * typeck2.c (cxx_readonly_error, store_init_value,
1495 process_init_constructor_record, build_x_arrow, build_functional_cast,
1496 add_exception_specifier): Likewise.
1497
1498 2018-05-14 Jason Merrill <jason@redhat.com>
1499
1500 * pt.c (tsubst) [ARRAY_TYPE]: Check valid_array_size_p.
1501 (tsubst_copy_and_build) [NEW_EXPR]: Clear in_decl.
1502
1503 2018-05-11 Jakub Jelinek <jakub@redhat.com>
1504
1505 PR c/85696
1506 * cp-tree.h (cxx_omp_predetermined_sharing_1): New prototype.
1507 * cp-gimplify.c (cxx_omp_predetermined_sharing): New wrapper around
1508 cxx_omp_predetermined_sharing_1. Rename old function to ...
1509 (cxx_omp_predetermined_sharing_1): ... this.
1510 * semantics.c (finish_omp_clauses): Use cxx_omp_predetermined_sharing_1
1511 instead of cxx_omp_predetermined_sharing.
1512
1513 2018-05-10 Jason Merrill <jason@redhat.com>
1514
1515 * decl.c (cp_finish_decl): Don't instantiate auto variable.
1516 (check_static_variable_definition): Allow auto.
1517 * constexpr.c (ensure_literal_type_for_constexpr_object): Likewise.
1518
1519 * cp-tree.h (DECL_CONSTRUCTOR_P): Use DECL_CXX_CONSTRUCTOR_P.
1520 (DECL_DESTRUCTOR_P): Use DECL_CXX_DESTRUCTOR_P.
1521
1522 Core issue 2310 - conversion to base of incomplete type.
1523 * class.c (build_base_path): Check COMPLETE_TYPE_P for source type.
1524
1525 CWG 2267 - list-initialization of reference temporary
1526 * call.c (reference_binding): List-initializing a reference
1527 temporary is copy-list-initialization.
1528
1529 * parser.c (cp_parser_class_head): Use num_template_headers_for_class.
1530
1531 * pt.c (instantiate_decl): Make sure we aren't trying to do a nested
1532 instantiation in template context.
1533
1534 * class.c (vbase_has_user_provided_move_assign): Use
1535 user_provided_p.
1536
1537 * lambda.c (lambda_expr_this_capture): Improve logic.
1538
1539 * decl.c (make_typename_type): s/parameters/arguments/.
1540 * parser.c (cp_parser_nested_name_specifier_opt): Likewise.
1541 * pt.c (make_pack_expansion): Correct error message.
1542
1543 2018-05-10 Jakub Jelinek <jakub@redhat.com>
1544
1545 PR c++/85662
1546 * cp-gimplify.c (cp_fold): Use fold_offsetof rather than
1547 fold_offsetof_1, pass TREE_TYPE (x) as TYPE to it and drop the
1548 fold_convert.
1549
1550 2018-05-10 Eric Botcazou <ebotcazou@adacore.com>
1551
1552 PR c++/85400
1553 * decl2.c (adjust_var_decl_tls_model): New static function.
1554 (comdat_linkage): Call it on a variable.
1555 (maybe_make_one_only): Likewise.
1556
1557 2018-05-09 Paolo Carlini <paolo.carlini@oracle.com>
1558
1559 PR c++/85713
1560 Revert:
1561 2018-05-08 Paolo Carlini <paolo.carlini@oracle.com>
1562
1563 PR c++/84588
1564 * parser.c (cp_parser_parameter_declaration_list): When the
1565 entire parameter-declaration-list is erroneous maybe call
1566 abort_fully_implicit_template.
1567
1568 2018-05-08 Jason Merrill <jason@redhat.com>
1569
1570 PR c++/85706 - class deduction under decltype
1571 * pt.c (for_each_template_parm_r): Handle DECLTYPE_TYPE. Clear
1572 *walk_subtrees whether or not we walked into the operand.
1573 (type_uses_auto): Only look at deduced contexts.
1574
1575 2018-05-08 Paolo Carlini <paolo.carlini@oracle.com>
1576
1577 PR c++/84588
1578 * parser.c (cp_parser_parameter_declaration_list): When the
1579 entire parameter-declaration-list is erroneous maybe call
1580 abort_fully_implicit_template.
1581
1582 2018-05-08 Marek Polacek <polacek@redhat.com>
1583
1584 PR c++/85695
1585 * semantics.c (finish_if_stmt_cond): See through typedefs.
1586
1587 2018-05-07 Jason Merrill <jason@redhat.com>
1588
1589 PR c++/85646 - lambda visibility.
1590 * decl2.c (determine_visibility): Don't mess with template arguments
1591 from the containing scope.
1592 (vague_linkage_p): Check DECL_ABSTRACT_P before looking at a 'tor
1593 thunk.
1594
1595 2018-05-07 Nathan Sidwell <nathan@acm.org>
1596
1597 Remove fno-for-scope
1598 * cp-tree.h (DECL_ERROR_REPORTED, DECL_DEAD_FOR_LOCAL)
1599 (DECL_HAS_SHADOWED_FOR_VAR_P, DECL_SHADOWED_FOR_VAR)
1600 (SET_DECL_SHADOWED_FOR_VAR): Delete.
1601 (decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert)
1602 (check_for_out_of_scope_variable, init_shadowed_var_for_decl):
1603 Don't declare.
1604 * name-lookup.h (struct cp_binding_level): Remove
1605 dead_vars_from_for field.
1606 * cp-lang.c (cp_init_ts): Delete.
1607 (LANG_HOOKS_INIT_TS): Override to cp_common_init_ts.
1608 * cp-objcp-common.c (shadowed_var_for_decl): Delete.
1609 (decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert)
1610 (init_shadowed_var_for_decl): Delete.
1611 * decl.c (poplevel): Remove shadowed for var handling.
1612 (cxx_init_decl_processing): Remove -ffor-scope deprecation.
1613 * name-lookup.c (find_local_binding): Remove shadowed for var
1614 handling.
1615 (check_local_shadow): Likewise.
1616 (check_for_out_of_scope_variable): Delete.
1617 * parser.c (cp_parser_primary_expression): Remove shadowed for var
1618 handling.
1619 * pt.c (tsubst_decl): Remove DECL_DEAD_FOR_LOCAL setting.
1620 * semantics.c (begin_for_scope): Always have a scope.
1621 (begin_for_stmt, finish_for_stmt): Remove ARM-for scope handling.
1622 (begin_range_for_stmt, finish_id_expression): Likewise.
1623
1624 2018-05-07 Jason Merrill <jason@redhat.com>
1625
1626 PR c++/85618 - ICE with initialized VLA.
1627 * tree.c (vla_type_p): New.
1628 * typeck2.c (store_init_value, split_nonconstant_init_1): Check it
1629 rather than array_of_runtime_bound_p.
1630
1631 2018-05-05 Paolo Carlini <paolo.carlini@oracle.com>
1632
1633 * cvt.c (ocp_convert): Early handle the special case of a
1634 null_ptr_cst_p expr converted to a NULLPTR_TYPE_P type.
1635
1636 2018-05-03 Jason Merrill <jason@redhat.com>
1637
1638 PR c++/85600 - virtual delete failure.
1639 * init.c (build_delete): Always save_expr when deleting.
1640
1641 2018-05-03 Nathan Sidwell <nathan@acm.org>
1642
1643 * decl.c (cxx_init_decl_processing): Remove flag_friend_injection.
1644 * name-lookup.c (do_pushdecl): Likewise.
1645
1646 2018-05-02 Paolo Carlini <paolo.carlini@oracle.com>
1647 Jason Merrill <jason@redhat.com>
1648
1649 PR c++/68374
1650 * name-lookup.c (check_local_shadow): Don't handle static old
1651 declarations in the block handling locals shadowing locals.
1652
1653 2018-05-01 Jason Merrill <jason@redhat.com>
1654
1655 PR c++/85587 - error with scoped enum in template.
1656 * semantics.c (finish_qualified_id_expr): Don't return an
1657 unqualified IDENTIFIER_NODE.
1658
1659 2018-04-30 Jason Merrill <jason@redhat.com>
1660
1661 PR c++/85580 - extern "C" and local variables
1662 * name-lookup.c (check_extern_c_conflict): Ignore local decls.
1663
1664 PR c++/84701 - unsigned typeof.
1665 * decl.c (grokdeclarator): Overhaul diagnostics for invalid use
1666 of long/short/signed/unsigned.
1667
1668 PR c++/85305 - pack in lambda init-capture.
1669 * parser.c (cp_parser_initializer): Add subexpression_p parm; don't
1670 check_for_bare_parameter_packs in a subexpression.
1671 (cp_parser_lambda_introducer): Use it.
1672
1673 PR c++/61982 - dead stores to destroyed objects.
1674 * call.c (build_trivial_dtor_call): New, assigns a clobber.
1675 (build_over_call, build_special_member_call): Use it.
1676 * cp-tree.h: Declare it.
1677 * init.c (build_delete): Remove trivial path.
1678
1679 * init.c (build_dtor_call): Use build_special_member_call.
1680 (build_delete): Remove redundant uses of save_addr.
1681
1682 * decl.c (build_clobber_this): Use build_clobber.
1683
1684 2018-04-27 Jakub Jelinek <jakub@redhat.com>
1685
1686 PR c++/85553
1687 * init.c (build_zero_init_1): For zero initialization of
1688 NULLPTR_TYPE_P type use build_int_cst directly.
1689
1690 2018-04-27 David Malcolm <dmalcolm@redhat.com>
1691
1692 PR c++/85515
1693 * name-lookup.c (consider_binding_level): Skip compiler-generated
1694 variables.
1695 * search.c (lookup_field_fuzzy_info::fuzzy_lookup_field): Flatten
1696 nested if statements into a series of rejection tests. Reject
1697 lambda-ignored entities as suggestions.
1698
1699 2018-04-27 Jason Merrill <jason@redhat.com>
1700
1701 * cvt.c (cp_fold_convert): Use convert_ptrmem.
1702 * typeck.c (convert_ptrmem): Add a NOP even if no adjustment.
1703
1704 2018-04-27 Paolo Carlini <paolo.carlini@oracle.com>
1705
1706 PR c++/84691
1707 * decl.c (grokdeclarator): Clear friendp upon definition in local
1708 class definition error.
1709
1710 2018-04-27 Jason Merrill <jason@redhat.com>
1711
1712 PR c++/85545 - ICE with noexcept PMF conversion.
1713 * cvt.c (cp_fold_convert): Pass PMF CONSTRUCTORs to
1714 build_ptrmemfunc.
1715 * typeck.c (build_ptrmemfunc): Don't build a NOP_EXPR for zero
1716 adjustment.
1717 (build_ptrmemfunc_access_expr): Special-case CONSTRUCTORs.
1718
1719 2018-04-27 Nathan Sidwell <nathan@acm.org>
1720
1721 * typeck.c (convert_ptrmem): Move local var decls to initialization.
1722
1723 * cp-tree.h (TEMPLATE_INFO): Fix comments.
1724 (TI_PENDING_TEMPLATE_FLAG): Check TEMPLATE_INFO.
1725 (NON_DEFAULT_TEMPLATE_ARG_COUNT): Wrap line.
1726 (dump, print_other_binding_stacks): Remove declarations.
1727 * name-lookup.c (print_other_binding_stack): Make static.
1728 * pt.c (build_template_decl): Make static.
1729
1730 2018-04-26 Jason Merrill <jason@redhat.com>
1731
1732 PR c++/85545 - ICE with noexcept PMF conversion.
1733 * cvt.c (cp_fold_convert): Handle PMF CONSTRUCTORs directly.
1734
1735 2018-04-25 Nathan Sidwell <nathan@acm.org>
1736
1737 PR c++/85437
1738 PR c++/49171
1739 * cp-tree.h (REINTERPRET_CAST_P): New.
1740 * constexpr.c (cxx_eval_constant_expression) <case NOP_EXPR>:
1741 Reject REINTERPET_CAST_P conversions. Use cplus_expand_constant
1742 for non-trivial PTRMEM_CST cases.
1743 * typeck.c (build_nop_reinterpret): New.
1744 (build_reinterpret_cast_1): Use it. Set REINTERPRET_CAST_P on
1745 NOP_EXPRs returned by cp_convert.
1746
1747 2018-04-23 Jason Merrill <jason@redhat.com>
1748
1749 PR c++/69560 - wrong alignof(double) on x86.
1750 CWG 1879 - Inadequate definition of alignment requirement.
1751 * cp-tree.h (ALIGNOF_EXPR_STD_P): New.
1752 * typeck.c (cxx_sizeof_or_alignof_type): Add std_alignof parm.
1753 (cxx_sizeof_expr, cxx_sizeof_nowarn, cxx_alignas_expr)
1754 (cxx_alignof_expr): Pass it.
1755 * parser.c (cp_parser_unary_expression): Pass it.
1756 * pt.c (tsubst_copy): Copy it.
1757 (tsubst_copy_and_build): Pass it.
1758 * decl.c (fold_sizeof_expr): Pass it.
1759
1760 2018-04-23 Jakub Jelinek <jakub@redhat.com>
1761 Jason Merrill <jason@redhat.com>
1762
1763 PR c++/85470 - wrong error with static data member.
1764 * decl.c (check_initializer): Check DECL_INITIALIZED_IN_CLASS_P.
1765 * typeck2.c (store_init_value): Likewise.
1766
1767 2018-04-20 Jakub Jelinek <jakub@redhat.com>
1768
1769 PR c++/85462
1770 * cp-tree.h (tinst_level): Remove in_system_header_p member,
1771 change refcount member from unsigned char to unsigned short,
1772 add refcount_infinity static data member, adjust comments.
1773 * pt.c (tinst_level::refcount_infinity): Define.
1774 (inc_refcount_use): Remove assert, don't increment if refcount
1775 is already refcount_infinity, adjust comment.
1776 (dec_refcount_use): Remove assert, don't decrement if refcount
1777 is refcount_infinity, adjust comment.
1778 (push_tinst_level_loc): Formatting fix.
1779
1780 2018-04-19 Paolo Carlini <paolo.carlini@oracle.com>
1781
1782 PR c++/84611
1783 * pt.c (lookup_template_class_1): Check pushtag return value for
1784 error_mark_node.
1785
1786 2018-04-19 Alexandre Oliva <aoliva@redhat.com>
1787
1788 PR c++/80290
1789 * cp-tree.h (tinst_level::free): Fix whitespace.
1790
1791 2018-04-18 Paolo Carlini <paolo.carlini@oracle.com>
1792
1793 PR c++/84630
1794 * pt.c (tsubst_lambda_expr): Check begin_lambda_type return value
1795 for error_mark_node.
1796
1797 2018-04-18 Jakub Jelinek <jakub@redhat.com>
1798
1799 PR c++/84463
1800 * typeck.c (cp_build_addr_expr_1): Move handling of offsetof-like
1801 tricks from here to ...
1802 * cp-gimplify.c (cp_fold) <case ADDR_EXPR>: ... here. Only use it
1803 if INDIRECT_REF's operand is INTEGER_CST cast to pointer type.
1804
1805 2018-04-18 Alexandre Oliva <aoliva@redhat.com>
1806
1807 PR c++/80290
1808 * cp-tree.h (struct tinst_level): Split decl into tldcl and
1809 targs. Add private split_list_p, tree_list_p, and not_list_p
1810 inline const predicates; to_list private member function
1811 declaration; free public member function declaration; list_p,
1812 get_node and maybe_get_node accessors, and refcount data
1813 member. Narrow errors to unsigned short.
1814 * error.c (print_instantiation_full_context): Use new
1815 accessors.
1816 (print_instantiation_partial_context_line): Likewise. Drop
1817 const from tinst_level-typed parameter.
1818 * mangle.c (mangle_decl_string): Likewise.
1819 * pt.c (freelist): New template class.
1820 (tree_list_freelist_head): New var.
1821 (tree_list_freelist): New fn, along with specializations.
1822 (tinst_level_freelist_head): New var.
1823 (pending_template_freelist_head): Likewise.
1824 (tinst_level_freelist, pending_template_freelist): New fns.
1825 (tinst_level::to_list, tinst_level::free): Define.
1826 (inc_refcount_use, dec_refcount_use): New fns for tinst_level.
1827 (set_refcount_ptr): New template fn.
1828 (add_pending_template): Adjust for refcounting, freelists and
1829 new accessors.
1830 (neglectable_inst_p): Take a NULL d as a non-DECL.
1831 (limit_bad_template_recursion): Use new accessors.
1832 (push_tinst_level): New overload to create the list.
1833 (push_tinst_level_loc): Make it static, split decl into two
1834 args, adjust tests and initialization to cope with split
1835 lists, use freelist, adjust for refcounting.
1836 (push_tinst_level_loc): New wrapper with the old interface.
1837 (pop_tinst_level): Adjust for refcounting.
1838 (record_last_problematic_instantiation): Likewise.
1839 (reopen_tinst_level): Likewise. Use new accessors.
1840 (instantiate_alias_template): Adjust for split list.
1841 (fn_type_unification): Likewise.
1842 (get_partial_spec_bindings): Likewise.
1843 (instantiate_pending_templates): Use new accessors. Adjust
1844 for refcount. Release pending_template to freelist.
1845 (instantiating_current_function_p): Use new accessors.
1846
1847 2018-04-16 Alexandre Oliva <aoliva@redhat.com>
1848
1849 PR c++/85039
1850 * parser.c (cp_parser_builtin_offset): Reject type definitions.
1851 * mangle.c (nested_anon_class_index): Avoid crash returning -1
1852 if we've seen errors.
1853
1854 2018-04-12 David Malcolm <dmalcolm@redhat.com>
1855
1856 PR c++/85385
1857 * name-lookup.c (macro_use_before_def::maybe_make): New function,
1858 checking that the use is indeed before the definition.
1859 (macro_use_before_def::macro_use_before_def): Make private.
1860 (macro_use_before_def::~macro_use_before_def): Make private. Move
1861 check for UNKNOWN_LOCATION to macro_use_before_def::maybe_make.
1862 (lookup_name_fuzzy): Call macro_use_before_def::maybe_make rather
1863 than using new directly.
1864
1865 2018-04-12 Jason Merrill <jason@redhat.com>
1866
1867 PR c++/85356 - ICE with pointer to member function.
1868 * pt.c (maybe_instantiate_noexcept): Do instantiate in templates if
1869 flag_noexcept_type. Build the new spec within the function context.
1870 * except.c (build_noexcept_spec): Do get constant value in templates
1871 if flag_noexcept_type.
1872 * decl.c (check_redeclaration_exception_specification): Don't
1873 instantiate noexcept on a dependent declaration.
1874
1875 2018-04-12 Marek Polacek <polacek@redhat.com>
1876
1877 PR c++/85258
1878 * constexpr.c (reduced_constant_expression_p): Return false for null
1879 trees.
1880
1881 2018-04-11 Marek Polacek <polacek@redhat.com>
1882
1883 PR c++/85032
1884 * constexpr.c (potential_constant_expression_1): Consider conversions
1885 from classes to literal types potentially constant.
1886
1887 2018-04-10 Paolo Carlini <paolo.carlini@oracle.com>
1888
1889 PR c++/70808
1890 * init.c (build_zero_init_1): Handle NULLPTR_TYPE_P being true of
1891 the type like TYPE_PTR_OR_PTRMEM_P.
1892
1893 2018-04-10 Jason Merrill <jason@redhat.com>
1894
1895 PR debug/65821 - wrong location for main().
1896 * call.c (clear_location_r, convert_default_arg): Revert.
1897 * tree.c (break_out_target_exprs): Add clear_location parm.
1898 (struct bot_data): New.
1899 (bot_manip): Clear location if requested.
1900 * init.c (get_nsdmi): Pass clear_location.
1901
1902 2018-04-10 David Malcolm <dmalcolm@redhat.com>
1903
1904 PR c++/85110
1905 * call.c (get_fndecl_argument_location): Make non-static.
1906 * cp-tree.h (get_fndecl_argument_location): New decl.
1907 * typeck.c (convert_for_assignment): When complaining due to
1908 conversions for an argument, show the location of the parameter
1909 within the decl.
1910
1911 2018-04-10 Jakub Jelinek <jakub@redhat.com>
1912
1913 PR c++/85312 - P0962 cleanup
1914 * parser.c (cp_parser_perform_range_for_lookup): Remove unreachable
1915 diagnostics.
1916
1917 2018-04-10 Jason Merrill <jason@redhat.com>
1918
1919 PR debug/65821 - wrong location for main().
1920 * call.c (clear_location_r): New.
1921 (convert_default_arg): Use it.
1922 * tree.c (bot_manip): Remove builtin_LINE/FILE handling.
1923
1924 PR c++/85285 - ICE with flexible array after substitution.
1925 * pt.c (instantiate_class_template_1): Check for flexible array in
1926 union.
1927
1928 2018-04-09 Paolo Carlini <paolo.carlini@oracle.com>
1929
1930 PR c++/85227
1931 * decl.c (cp_finish_decomp): In a template, if the type is incomplete
1932 issue a pedwarn and defer trying to do bindings.
1933
1934 2018-04-09 Jason Merrill <jason@redhat.com>
1935
1936 PR c++/85279 - dump_expr doesn't understand decltype.
1937 * error.c (dump_expr): Handle DECLTYPE_TYPE.
1938
1939 PR c++/85262 - ICE with redundant qualification on constructor.
1940 * call.c (build_new_method_call_1): Move make_args_non_dependent
1941 after A::A() handling.
1942
1943 PR c++/85277 - ICE with invalid offsetof.
1944 * semantics.c (finish_offsetof): Avoid passing non-DECL to %qD.
1945 Adjust -Winvalid-offsetof diagnostic to say conditionally supported.
1946
1947 PR c++/85264 - ICE with excess template-parameter-list.
1948 * parser.c (cp_parser_check_template_parameters): Add template_id_p
1949 parameter. Don't allow an extra template header if true.
1950 (cp_parser_class_head): Pass template_id_p.
1951 (cp_parser_elaborated_type_specifier): Likewise.
1952 (cp_parser_alias_declaration): Likewise.
1953 (cp_parser_check_declarator_template_parameters): Likewise.
1954
1955 2018-04-09 Jakub Jelinek <jakub@redhat.com>
1956
1957 PR c++/85194
1958 * parser.c (cp_parser_simple_declaration): For structured bindings,
1959 if *maybe_range_for_decl is NULL after parsing it, set it to
1960 error_mark_node.
1961
1962 2018-04-09 Jason Merrill <jason@redhat.com>
1963
1964 PR c++/85256 - ICE capturing pointer to VLA.
1965 * lambda.c (add_capture): Distinguish between variable-size and
1966 variably-modified types.
1967
1968 2018-04-06 Jason Merrill <jason@redhat.com>
1969
1970 PR c++/85214 - ICE with alias, generic lambda, constexpr if.
1971 * pt.c (extract_locals_r): Remember local typedefs.
1972
1973 2018-04-06 David Malcolm <dmalcolm@redhat.com>
1974
1975 PR c++/84269
1976 * name-lookup.c (struct std_name_hint): Move out of
1977 get_std_name_hint; add field "min_dialect".
1978 (get_std_name_hint): Add min_dialect values to all initializers.
1979 Add <any>, <atomic>, <bitset>, <condition_variable>, <functional>,
1980 <future>, <istream>, <iterator>, <ostream>, <mutex>, <optional>,
1981 <shared_mutex>, <string_view>, <thread>, and <variant>.
1982 Add fstream, ifstream, and ofstream to <fstream>.
1983 Add istringstream, ostringstream, and stringstream to <sstream>.
1984 Add basic_string to <string>.
1985 Add tuple_element and tuple_size to <tuple>.
1986 Add declval to <utility>.
1987 Fix ordering of <queue> and <tuple>.
1988 Return a std_name_hint, rather than a const char *.
1989 (get_cxx_dialect_name): New function.
1990 (maybe_suggest_missing_std_header): Detect names that aren't yet
1991 available in the current dialect, and instead of suggesting a
1992 missing #include, warn about the dialect.
1993
1994 2018-04-06 Jakub Jelinek <jakub@redhat.com>
1995
1996 PR c++/85210
1997 * pt.c (tsubst_decomp_names): Return error_mark_node and assert
1998 errorcount is set if tsubst doesn't return a VAR_DECL.
1999
2000 2018-04-06 David Malcolm <dmalcolm@redhat.com>
2001
2002 PR c++/85021
2003 * name-lookup.c (using_directives_contain_std_p): New function.
2004 (has_using_namespace_std_directive_p): New function.
2005 (suggest_alternatives_for): Simplify if/else logic using early
2006 returns. If no candidates were found, and there's a
2007 "using namespace std;" directive, call
2008 maybe_suggest_missing_std_header.
2009 (maybe_suggest_missing_header): Split later part of the function
2010 into..
2011 (maybe_suggest_missing_std_header): New.
2012
2013 2018-04-06 Jason Merrill <jason@redhat.com>
2014
2015 PR c++/85242 - ICE with class definition in template parm.
2016 * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): False if
2017 processing_template_parmlist.
2018
2019 PR c++/85240 - LTO ICE with using of undeduced auto fn.
2020 * cp-gimplify.c (cp_genericize_r): Discard using of undeduced auto.
2021
2022 2018-04-05 Jakub Jelinek <jakub@redhat.com>
2023
2024 PR c++/85209
2025 * pt.c (tsubst_decomp_names): Don't fail or ICE if DECL_CHAIN (decl3)
2026 is not prev, if prev == decl.
2027
2028 PR c++/85208
2029 * decl.c (start_decl): For DECL_DECOMPOSITION_P decls, don't call
2030 maybe_apply_pragma_weak here...
2031 (cp_maybe_mangle_decomp): ... but call it here instead.
2032
2033 2018-04-05 Jason Merrill <jason@redhat.com>
2034
2035 PR c++/85136 - ICE with designated init in template.
2036 * decl.c (maybe_deduce_size_from_array_init): Handle dependent
2037 designated initializer.
2038 (check_array_designated_initializer): Update ce->index with the
2039 constant value.
2040
2041 PR c++/83808 - ICE with VLA initialization.
2042 * typeck2.c (process_init_constructor_array): Don't require a VLA
2043 initializer to have VLA type.
2044
2045 2018-04-05 Paolo Carlini <paolo.carlini@oracle.com>
2046
2047 PR c++/80956
2048 * call.c (convert_like_real): Fail gracefully for a broken
2049 std::initializer_list, missing a definition.
2050
2051 * name-lookup.c (do_pushtag): Tweak message, use %< and %>.
2052
2053 2018-04-05 Paolo Carlini <paolo.carlini@oracle.com>
2054
2055 PR c++/84792
2056 * decl.c (grokdeclarator): Fix diagnostic about typedef name used
2057 as nested-name-specifier, keep type and TREE_TYPE (decl) in sync.
2058
2059 2018-04-05 Jason Merrill <jason@redhat.com>
2060
2061 PR c++/82152 - ICE with class deduction and inherited ctor.
2062 * pt.c (do_class_deduction): Ignore inherited ctors.
2063
2064 PR c++/84665 - ICE with array of empty class.
2065 * decl2.c (cp_check_const_attributes): Use fold_non_dependent_expr.
2066
2067 PR c++/85228 - ICE with lambda in enumerator in template.
2068 * pt.c (bt_instantiate_type_proc): Don't assume
2069 CLASSTYPE_TEMPLATE_INFO is non-null.
2070
2071 2018-04-05 Ville Voutilainen <ville.voutilainen@gmail.com>
2072
2073 Implement P0969
2074 * decl.c (find_decomp_class_base): Check accessibility instead
2075 of declared access, adjust diagnostic.
2076
2077 2018-04-05 Ville Voutilainen <ville.voutilainen@gmail.com>
2078
2079 Implement P0961
2080 * decl.c (get_tuple_decomp_init): Check the templatedness
2081 of a member get.
2082
2083 2018-04-05 Jason Merrill <jason@redhat.com>
2084
2085 PR c++/85200 - ICE with constexpr if in generic lambda.
2086 * pt.c (extract_locals_r): Don't record the local specs of variables
2087 declared within the pattern.
2088
2089 2018-04-05 Alexandre Oliva <aoliva@redhat.com>
2090
2091 PR c++/84979
2092 * pt.c (check_auto_in_tmpl_args): New.
2093 (tsubst_qualified_id): Use it to reject template args
2094 referencing auto for non-type templates.
2095 * parser.c (cp_parser_template_id): Likewise.
2096 * cp-tree.h (check_auto_in_tmpl_args): Declare.
2097 * typeck2.c (build_functional_cast): Report correct location
2098 for invalid use of auto.
2099
2100 2018-04-04 Jason Merrill <jason@redhat.com>
2101
2102 PR c++/85215 - ICE with copy-init from conversion.
2103 * call.c (merge_conversion_sequences): Fix type of direct binding
2104 sequence.
2105
2106 PR c++/84938 - ICE with division by ~-1.
2107 * call.c (set_up_extended_ref_temp): Call cp_fully_fold.
2108
2109 PR c++/84936 - ICE with unexpanded pack in mem-initializer.
2110 * parser.c (cp_parser_mem_initializer_list): Call
2111 check_for_bare_parameter_packs.
2112
2113 2018-04-04 Jakub Jelinek <jakub@redhat.com>
2114
2115 PR inline-asm/85172
2116 * constexpr.c (cxx_eval_builtin_function_call): For calls to
2117 builtin_valid_in_constant_expr_p functions, don't call
2118 cxx_eval_constant_expression if argument is not
2119 potential_constant_expression.
2120
2121 PR c++/85146
2122 * cp-tree.h (calculate_bases, calculate_direct_bases): Add complain
2123 argument.
2124 * semantics.c (calculate_bases): Add complain argument. Use
2125 complete_type_or_maybe_complain instead of just complete_type and
2126 return an empty vector if it fails. Move make_tree_vector () call
2127 after early return. Formatting fixes.
2128 (calculate_direct_bases): Likewise. Call release_tree_vector at the
2129 end.
2130 (dfs_calculate_bases_post, calculate_bases_helper): Formatting fixes.
2131 * pt.c (tsubst_pack_expansion): Adjust calculate_bases and
2132 calculate_direct_bases callers, formatting fixes.
2133
2134 2018-04-04 Jason Merrill <jason@redhat.com>
2135
2136 PR c++/85006 - -fconcepts ICE with A<auto...> return type
2137 * pt.c (tsubst_pack_expansion): Allow unsubstituted auto pack.
2138
2139 PR c++/85200 - ICE with constexpr if in generic lambda.
2140 * tree.c (cp_walk_subtrees): Walk into DECL_EXPR in templates.
2141
2142 PR c++/84221 - bogus -Wunused with attribute and template.
2143 * decl2.c (is_late_template_attribute): Handle unused and used
2144 normally on non-TYPE_DECL.
2145
2146 PR c++/85135 - ICE with omitted template arguments.
2147 * decl.c (grokdeclarator): Catch deduced class type in trailing
2148 return type.
2149
2150 PR c++/85133 - ICE with missing concept initializer.
2151 * decl.c (cp_finish_decl): If a concept initializer is missing, use
2152 true.
2153
2154 PR c++/85118 - wrong error with generic lambda and std::bind.
2155 * call.c (add_template_conv_candidate): Disable if there are any
2156 call operators.
2157
2158 PR c++/85141 - ICE with compound assignment and static member fn.
2159 * typeck.c (cp_build_modify_expr): Call decay_conversion for RHS of
2160 compound assignment.
2161
2162 PR c++/85148 - ICE with 'this' in array NSDMI.
2163 * tree.c (replace_placeholders_r): Use handled_component_p.
2164
2165 2018-04-04 Ville Voutilainen <ville.voutilainen@gmail.com>
2166
2167 PR c++/65923
2168 * decl.c (grokfndecl): Handle standard UDL diagnostics here..
2169 * parser.c (cp_parser_unqualified_id): ..not here.
2170
2171 2018-04-04 Alexandre Oliva <aoliva@redhat.com>
2172
2173 PR c++/84943
2174 * typeck.c (cp_build_addr_expr_1): Mark FUNCTION_DECL as
2175 used.
2176 * decl2.c (mark_used): Return without effects if tf_conv.
2177
2178 2018-04-03 Jason Merrill <jason@redhat.com>
2179
2180 PR c++/85092 - C++17 ICE with unused list constructor.
2181 * call.c (conv_binds_ref_to_prvalue): Also count ck_identity
2182 from a TARGET_EXPR.
2183
2184 PR c++/85113 - ICE with constexpr and __builtin_constant_p.
2185 * constexpr.c (cxx_eval_builtin_function_call): Only defer
2186 __builtin_constant_p if ctx->quiet.
2187
2188 2018-04-03 Paolo Carlini <paolo.carlini@oracle.com>
2189
2190 PR c++/84768
2191 * pt.c (rewrite_template_parm): If the first argument is
2192 error_mark_node return it immediately.
2193 (build_deduction_guide): Check the return value of the
2194 latter for error_mark_node.
2195 (do_class_deduction): Check the return value of the latter.
2196
2197 2018-04-03 Jason Merrill <jason@redhat.com>
2198
2199 * semantics.c (finish_if_stmt_cond): Use
2200 instantiation_dependent_expression_p.
2201
2202 PR c++/85149 - generic lambda and constexpr if.
2203 * pt.c (build_extra_args, add_extra_args): Split from
2204 tsubst_pack_expansion.
2205 (tsubst_expr) [IF_STMT]: Use them.
2206 * cp-tree.h (IF_STMT_EXTRA_ARGS): New.
2207
2208 * typeck.c (merge_types): Limit matching attribute shortcut to
2209 the default case.
2210
2211 2018-04-03 Jakub Jelinek <jakub@redhat.com>
2212
2213 PR c++/85147
2214 * pt.c (fixed_parameter_pack_p_1): Punt if parm is error_mark_node.
2215
2216 PR c++/85140
2217 * name-lookup.c (handle_namespace_attrs): Return early if attributes
2218 is error_mark_node.
2219
2220 PR c++/85134
2221 * decl.c (cp_finish_decl): If ensure_literal_type_for_constexpr_object
2222 fails, after clearing DECL_DECLARED_CONSTEXPR_P don't return early,
2223 instead for static data members clear init and set DECL_EXTERNAL.
2224
2225 2018-04-02 Jason Merrill <jason@redhat.com>
2226
2227 PR c++/64095 - auto... parameter pack.
2228 * parser.c (cp_parser_parameter_declaration): Handle turning autos
2229 into packs here.
2230 (cp_parser_parameter_declaration_list): Not here.
2231
2232 2018-03-31 Alexandre Oliva <aoliva@redhat.com>
2233
2234 PR c++/85027
2235 * class.c (instantiate_type): Peel off SAVE_EXPR before
2236 BASELINK.
2237
2238 2018-03-30 Jason Merrill <jason@redhat.com>
2239
2240 * typeck2.c (process_init_constructor_record): Use
2241 init_list_type_node for the CONSTRUCTOR around an anonymous union
2242 designated initializer.
2243
2244 2018-03-30 Jakub Jelinek <jakub@redhat.com>
2245
2246 PR c++/84791
2247 * semantics.c (finish_omp_reduction_clause): If
2248 OMP_CLAUSE_REDUCTION_PLACEHOLDER is error_mark_node, return true
2249 even if processing_template_decl.
2250
2251 2018-03-29 David Malcolm <dmalcolm@redhat.com>
2252
2253 PR c++/84269
2254 * name-lookup.c (get_std_name_hint): Add names from <memory>,
2255 <tuple>, and <utility>.
2256
2257 2018-03-29 Jason Merrill <jason@redhat.com>
2258
2259 PR c++/85093 - too many template args with pack expansion.
2260 * pt.c (coerce_template_parms): Keep pack expansion args that will
2261 need to be empty.
2262
2263 2018-03-29 Jason Merrill <jason@redhat.com>
2264
2265 * pt.c (build_non_dependent_expr): Propagate expr location.
2266
2267 2018-03-27 Jason Merrill <jason@redhat.com>
2268
2269 PR c++/85060 - wrong-code with call to base member in template.
2270 * search.c (any_dependent_bases_p): Check uses_template_parms
2271 rather than processing_template_decl.
2272
2273 2018-03-29 David Malcolm <dmalcolm@redhat.com>
2274
2275 PR c++/85110
2276 * typeck.c (convert_for_assignment): When complaining due to
2277 conversions for an argument, attempt to use the location of the
2278 argument.
2279
2280 2018-03-28 Paolo Carlini <paolo.carlini@oracle.com>
2281
2282 PR c++/85028
2283 * pt.c (tsubst_default_argument): Early return if the type of the
2284 parameter is erroneous.
2285
2286 2018-03-28 Alexandre Oliva <aoliva@redhat.com>
2287
2288 PR c++/84973
2289 * decl2.c (note_vague_linkage_fn): Don't defer uninstantiated
2290 templates.
2291
2292 PR c++/84968
2293 * tree.c (strip_typedefs_expr): Reject STATEMENT_LISTs.
2294
2295 2018-03-27 Paolo Carlini <paolo.carlini@oracle.com>
2296
2297 PR c++/85067
2298 * method.c (defaulted_late_check): Partially revert r253321 changes,
2299 do not early return upon error.
2300
2301 2018-03-27 Jakub Jelinek <jakub@redhat.com>
2302
2303 PR c++/85077
2304 * cp-gimplify.c (cp_fold) <case CONSTRUCTOR>: For ctors with vector
2305 type call fold to generate VECTOR_CSTs when possible.
2306
2307 PR c++/85076
2308 * tree.c (cp_build_reference_type): If to_type is error_mark_node,
2309 return it right away.
2310
2311 2018-03-27 Volker Reichelt <v.reichelt@netcologne.de>
2312
2313 * search.c (check_final_overrider): Use inform instead of error
2314 for the diagnostics of the overridden functions. Tweak wording.
2315
2316 2018-03-27 Jakub Jelinek <jakub@redhat.com>
2317
2318 PR c++/85068
2319 * class.c (update_vtable_entry_for_fn): Don't ICE if base_binfo
2320 is NULL. Assert if thunk_binfo is NULL then errorcount is non-zero.
2321
2322 2018-03-27 Paolo Carlini <paolo.carlini@oracle.com>
2323 Jason Merrill <jason@redhat.com>
2324
2325 PR c++/84632
2326 * init.c (build_aggr_init): When initializing from array,
2327 reject anything but CONSTRUCTORs and TARGET_EXPRs.
2328 (build_vec_init): Handle separately ARRAY_TYPEs.
2329
2330 2018-03-26 Jason Merrill <jason@redhat.com>
2331
2332 PR c++/85062 - ICE with alignas in wrong place.
2333 * decl.c (grokdeclarator): Ignore attributes on type-specifiers
2334 here.
2335
2336 PR c++/85049 - ICE with __integer_pack.
2337 * pt.c (unify_pack_expansion): Don't try to deduce generated packs.
2338 * cp-tree.h (TEMPLATE_PARM_P): New.
2339
2340 2018-03-23 Jason Merrill <jason@redhat.com>
2341
2342 PR c++/78489 - wrong SFINAE behavior.
2343
2344 PR c++/84489
2345 * pt.c (type_unification_real): Don't defer substitution failure.
2346
2347 2018-03-23 Jakub Jelinek <jakub@redhat.com>
2348
2349 PR c++/85015
2350 * decl.c (compute_array_index_type): Set osize to mark_rvalue_use
2351 result.
2352
2353 PR c++/84942
2354 * pt.c (tsubst_copy_and_build) <case FIX_TRUNC_EXPR>: Replace
2355 cp_build_unary_op call with gcc_unreachable ().
2356
2357 2018-03-23 Marek Polacek <polacek@redhat.com>
2358
2359 PR c++/85045
2360 * cxx-pretty-print.c (cxx_pretty_printer::multiplicative_expression):
2361 Handle EXACT_DIV_EXPR and RDIV_EXPR. Tweak condition.
2362 (cxx_pretty_printer::expression): Handle EXACT_DIV_EXPR and RDIV_EXPR.
2363
2364 2018-03-23 Ville Voutilainen <ville.voutilainen@gmail.com>
2365
2366 Implement P0962
2367 * parser.c (cp_parser_perform_range_for_lookup): Change
2368 the condition for deciding whether to use members.
2369
2370 2018-03-23 Marek Polacek <polacek@redhat.com>
2371
2372 PR c++/85033
2373 * semantics.c (finish_offsetof): Don't allow CONST_DECLs.
2374
2375 2018-03-23 Alexandre Oliva <aoliva@redhat.com>
2376
2377 PR c++/71251
2378 * parser.c (cp_parser_alias_declaration): Call
2379 parser_check_template_parameters.
2380
2381 PR c++/84789
2382 * pt.c (resolve_typename_type): Drop assert that stopped
2383 simplification to template-independent types. Add assert to
2384 verify the initial scope is template dependent.
2385 * parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
2386 Reparse the id expression as a type-name, not a declarator.
2387
2388 PR c++/84729
2389 * init.c (build_vec_init): Error at parenthesized array init.
2390
2391 PR c++/84610
2392 PR c++/84642
2393 PR c++/84942
2394 * cp-tree.h (temp_override): New template class, generalizing
2395 a cleanup that was only used...
2396 * parser.c (cp_parser_parameter_declaration_clause):
2397 ... here for auto_is_implicit_function_template_parm_p.
2398 (cp_parser_gnu_attributes_opt): Use it here as well.
2399 (cp_parser_std_attribute): Likewise.
2400
2401 2018-03-22 Marek Polacek <polacek@redhat.com>
2402
2403 PR c++/84854
2404 * semantics.c (finish_if_stmt_cond): Check if the type of the condition
2405 is boolean.
2406
2407 2018-03-21 Jason Merrill <jason@redhat.com>
2408
2409 PR c++/81311 - wrong C++17 overload resolution.
2410 * call.c (build_user_type_conversion_1): Remove C++17 code.
2411 (conv_binds_ref_to_prvalue): New.
2412 (build_over_call): Handle C++17 copy elision.
2413 (build_special_member_call): Only do C++17 copy elision here if the
2414 argument is already the right type.
2415
2416 2018-03-21 Alexandre Oliva <aoliva@redhat.com>
2417
2418 PR c++/71965
2419 * init.c (build_vec_init): Silence error, former sorry,
2420 without tf_error.
2421
2422 PR c++/84610
2423 PR c++/84642
2424 * parser.c (abort_fully_implicit_template_p): New.
2425 (cp_parser_skip_to_end_of_statement): Use it.
2426 (cp_parser_skip_to_end_of_block_or_statement): Likewise.
2427 (finish_fully_implicit_template_p): Clear
2428 implicit_template_parms and implicit_template_scope.
2429
2430 2018-03-21 Paolo Carlini <paolo.carlini@oracle.com>
2431
2432 PR c++/84972
2433 * decl.c (maybe_deduce_size_from_array_init): Set TREE_TYPE to
2434 error_mark_node when check_array_designated_initializer fails.
2435
2436 2018-03-21 Jakub Jelinek <jakub@redhat.com>
2437
2438 PR c++/84961
2439 * cp-tree.h (genericize_compound_lvalue): Declare.
2440 * typeck.c (genericize_compound_lvalue): New function.
2441 (unary_complex_lvalue, cp_build_modify_expr): Use it.
2442 * semantics.c (finish_asm_stmt): Replace MODIFY_EXPR, PREINCREMENT_EXPR
2443 and PREDECREMENT_EXPR in output and "m" constrained input operands with
2444 COMPOUND_EXPR. Call cxx_mark_addressable on the rightmost
2445 COMPOUND_EXPR operand.
2446
2447 2018-03-21 Nathan Sidwell <nathan@acm.org>
2448
2449 PR c++/85008
2450 * tree.c (decl_linkage): Use DECL_CLONED_FUNCTION_P.
2451 * decl2.c (vague_linkage_p): Likewise.
2452
2453 2018-03-21 David Malcolm <dmalcolm@redhat.com>
2454
2455 PR c++/84994
2456 * constexpr.c (constexpr_fn_retval): Make non-"static".
2457 * cp-tree.h (constexpr_fn_retval): New decl.
2458 * search.c (direct_accessor_p): Update leading comment.
2459 (reference_accessor_p): Likewise.
2460 (field_accessor_p): Replace check that function body is a
2461 RETURN_EXPR with a call to constexpr_fn_retval. Fix
2462 indentation of "field_type" decl.
2463
2464 2018-03-21 Nathan Sidwell <nathan@acm.org>
2465
2466 PR c++/84804
2467 * name-lookup.c (do_pushtag): Permit lambdas to be pushed into
2468 complete classes.
2469
2470 2018-03-21 Martin Sebor <msebor@redhat.com>
2471
2472 PR c++/84850
2473 * call.c (first_non_public_field): New template and function.
2474 (first_non_trivial_field): New function.
2475 (maybe_warn_class_memaccess): Call them.
2476
2477 2018-03-21 David Malcolm <dmalcolm@redhat.com>
2478
2479 PR c++/84892
2480 * search.c (field_accessor_p): Use class_of_this_parm rather than
2481 type_of_this_parm, to check that "this" is a "const T *", rather
2482 than a "T *const".
2483
2484 2018-03-21 Nathan Sidwell <nathan@acm.org>
2485
2486 * class.c (finish_struct_anon_r): Refactor, deprecate anything
2487 other than public non-static data members.
2488 * parser.c (cp_parser_init_declarator): Deprecate attributes after
2489 parenthesized initializer.
2490
2491 PR c++/84836
2492 * name-lookup.c (update_binding): Correct logic for local binding
2493 update.
2494
2495 2018-03-21 Marek Polacek <polacek@redhat.com>
2496
2497 PR c++/71638, ICE with NSDMI and reference.
2498 * constexpr.c (cxx_eval_bare_aggregate): Update constructor's flags
2499 even when we replace an element.
2500
2501 2018-03-20 Marek Polacek <polacek@redhat.com>
2502
2503 PR c++/84978, ICE with NRVO.
2504 * constexpr.c (cxx_eval_constant_expression): Handle the case when
2505 a RESULT_DECL isn't in the hash map.
2506
2507 2018-03-20 Jason Merrill <jason@redhat.com>
2508
2509 PR c++/84978, ICE with NRVO.
2510 * cvt.c (cp_get_fndecl_from_callee): Add fold parameter.
2511 (cp_get_callee_fndecl_nofold): New.
2512 * cp-gimplify.c (cp_genericize_r): Use it instead.
2513 * call.c (check_self_delegation): Likewise.
2514
2515 2018-03-20 Nathan Sidwell <nathan@acm.org>
2516
2517 PR c++/84962
2518 * name-lookup.c (pushdecl_class_level): Push anon-struct's
2519 member_vec, if there is one.
2520
2521 PR c++/84970
2522 * cp-tree.h (lookup_list_keep): Declare.
2523 * tree.c (lookup_list_keep): New, broken out of ...
2524 (build_min): ... here. Call it.
2525 * decl.c (cp_finish_decl): Call lookup_list_keep.
2526
2527 2018-03-19 Jason Merrill <jason@redhat.com>
2528
2529 PR c++/84937 - ICE with class deduction and auto.
2530 * pt.c (rewrite_template_parm): Fix auto handling.
2531
2532 2018-03-19 Marek Polacek <polacek@redhat.com>
2533
2534 PR c++/84925
2535 * pt.c (enclosing_instantiation_of): Check if fn is null.
2536
2537 PR c++/84927
2538 * constexpr.c (cxx_eval_bare_aggregate): Update constructor's flags
2539 as we evaluate the elements.
2540 (cxx_eval_constant_expression): Verify constructor's flags
2541 unconditionally.
2542
2543 2018-03-19 Jason Merrill <jason@redhat.com>
2544
2545 PR c++/71834 - template-id with too few arguments.
2546 * pt.c (coerce_template_parms): Check fixed_parameter_pack_p.
2547
2548 2018-03-19 Nathan Sidwell <nathan@acm.org>
2549
2550 PR c++/84835
2551 * lambda.c (maybe_add_lambda_conv_op): Force C++ linkage.
2552 * pt.c (build_template_decl): Propagate language linkage.
2553
2554 PR c++/84812
2555 * name-lookup.c (set_local_extern_decl_linkage): Defend against
2556 ambiguous lookups.
2557
2558 2018-03-16 Jakub Jelinek <jakub@redhat.com>
2559
2560 PR c/84910
2561 * parser.c (cp_parser_lambda_introducer): Remove trailing space from
2562 diagnostics.
2563 * method.c (synthesize_method): Likewise.
2564 * pt.c (convert_nontype_argument): Likewise.
2565
2566 2018-03-16 Jason Merrill <jason@redhat.com>
2567
2568 PR c++/84720 - ICE with rvalue ref non-type argument.
2569 * pt.c (invalid_nontype_parm_type_p): Prohibit rvalue reference.
2570 (convert_nontype_argument): Revert earlier change.
2571
2572 PR c++/80227 - SFINAE and negative array size.
2573 * decl.c (compute_array_index_type): Use
2574 build_converted_constant_expr and valid_constant_size_p.
2575
2576 PR c++/84906 - silent wrong code with ambiguous conversion.
2577 * call.c (build_user_type_conversion_1): Set need_temporary_p on
2578 ambiguous conversion.
2579 (convert_like_real): Check it.
2580
2581 PR c++/83937 - wrong C++17 handling of init-list ctor argument.
2582 * call.c (build_special_member_call): Don't convert an init-list
2583 argument directly to the class type.
2584
2585 2018-03-16 Jakub Jelinek <jakub@redhat.com>
2586
2587 PR c++/79937
2588 PR c++/82410
2589 * cp-tree.h (CONSTRUCTOR_PLACEHOLDER_BOUNDARY): Define.
2590 (find_placeholder): Declare.
2591 * tree.c (struct replace_placeholders_t): Add exp member.
2592 (replace_placeholders_r): Don't walk into ctors with
2593 CONSTRUCTOR_PLACEHOLDER_BOUNDARY flag set, unless they are equal to
2594 d->exp. Replace PLACEHOLDER_EXPR with unshare_expr (x) rather than x.
2595 (replace_placeholders): Initialize data.exp.
2596 (find_placeholders_r, find_placeholders): New functions.
2597 * typeck2.c (process_init_constructor_record,
2598 process_init_constructor_union): Set CONSTRUCTOR_PLACEHOLDER_BOUNDARY
2599 if adding NSDMI on which find_placeholder returns true.
2600 * call.c (build_over_call): Don't call replace_placeholders here.
2601 * cp-gimplify.c (cp_genericize_r): Set TARGET_EXPR_NO_ELIDE on
2602 TARGET_EXPRs with CONSTRUCTOR_PLACEHOLDER_BOUNDARY set on
2603 TARGET_EXPR_INITIAL.
2604 (cp_fold): Copy over CONSTRUCTOR_PLACEHOLDER_BOUNDARY bit to new
2605 ctor.
2606
2607 2018-03-16 Jason Merrill <jason@redhat.com>
2608
2609 PR c++/83911 - ICE with multiversioned constructor.
2610 * cp-gimplify.c (cp_genericize_r): Replace versioned function with
2611 dispatchere here.
2612 * call.c (build_over_call): Not here.
2613
2614 2018-03-16 Jakub Jelinek <jakub@redhat.com>
2615
2616 PR c++/84874
2617 * decl.c (reshape_init_class): Don't assert d->cur->index == field
2618 if d->cur->index is a FIELD_DECL, instead set field to d->cur->index.
2619
2620 2018-03-15 Jakub Jelinek <jakub@redhat.com>
2621
2622 PR c++/84222
2623 * cp-tree.h (cp_warn_deprecated_use): Declare.
2624 * tree.c (cp_warn_deprecated_use): New function.
2625 * typeck2.c (build_functional_cast): Use it.
2626 * decl.c (grokparms): Likewise.
2627 (grokdeclarator): Likewise. Temporarily push nested class scope
2628 around grokparms call for out of class member definitions.
2629
2630 2018-03-14 Jason Merrill <jason@redhat.com>
2631
2632 PR c++/84820 - no error for invalid qualified-id.
2633 * parser.c (cp_parser_make_indirect_declarator): Don't wrap
2634 cp_error_declarator.
2635
2636 PR c++/84801 - ICE with unexpanded pack in lambda.
2637 * pt.c (check_for_bare_parameter_packs): Don't return early for a
2638 lambda in non-template context.
2639
2640 PR c++/81236 - auto variable and auto function
2641 * pt.c (tsubst_baselink): Update the type of the BASELINK after
2642 mark_used.
2643
2644 2018-03-14 Jason Merrill <jason@redhat.com>
2645
2646 PR c++/83916 - ICE with template template parameters.
2647 * pt.c (convert_template_argument): Don't substitute into type of
2648 non-type parameter if we don't have enough arg levels.
2649 (unify): Likewise.
2650
2651 2018-03-14 Marek Polacek <polacek@redhat.com>
2652
2653 PR c++/84596
2654 * semantics.c (finish_static_assert): Check
2655 instantiation_dependent_expression_p instead of
2656 {type,value}_dependent_expression_p.
2657
2658 2018-03-13 Paolo Carlini <paolo.carlini@oracle.com>
2659 Jason Merrill <jason@redhat.com>
2660
2661 PR c++/82336 - link error with list-init default argument.
2662 * decl.c (check_default_argument): Unshare an initializer list.
2663
2664 2018-03-13 Jakub Jelinek <jakub@redhat.com>
2665
2666 PR c++/84843
2667 * decl.c (duplicate_decls): For redefinition of built-in, use error
2668 and return error_mark_node. For redeclaration, return error_mark_node
2669 rather than olddecl if !flag_permissive.
2670
2671 2018-03-13 Jason Merrill <jason@redhat.com>
2672
2673 PR c++/82565 - ICE with concepts and generic lambda.
2674 * pt.c (instantiate_decl): Clear fn_context for lambdas.
2675
2676 2018-03-13 Jason Merrill <jason@redhat.com>
2677
2678 PR c++/84720 - ICE with rvalue ref non-type argument.
2679 * pt.c (convert_nontype_argument): Handle rvalue references.
2680
2681 PR c++/84839 - ICE with decltype of parameter pack.
2682 * pt.c (tsubst_pack_expansion): Set cp_unevaluated_operand while
2683 instantiating dummy parms.
2684
2685 * parser.c (cp_parser_simple_type_specifier): Pedwarn about auto
2686 parameter even without -Wpedantic.
2687
2688 PR c++/84798 - ICE with auto in abstract function declarator.
2689 * parser.c (cp_parser_parameter_declaration_clause): Check
2690 parser->default_arg_ok_p.
2691
2692 2018-03-13 Jakub Jelinek <jakub@redhat.com>
2693
2694 PR c++/84808
2695 * constexpr.c (find_array_ctor_elt): Don't use elt reference after
2696 first potential CONSTRUCTOR_ELTS reallocation. Convert dindex to
2697 sizetype. Formatting fixes.
2698
2699 2018-03-12 Jason Merrill <jason@redhat.com>
2700
2701 PR c++/84355 - ICE with deduction for member class template.
2702 * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Always substitute into
2703 CLASS_PLACEHOLDER_TEMPLATE.
2704
2705 PR c++/84802 - ICE capturing uninstantiated class.
2706 * lambda.c (build_capture_proxy): Call complete_type.
2707
2708 2018-03-09 Jason Merrill <jason@redhat.com>
2709
2710 PR c++/84770 - ICE with typedef and parameter pack.
2711 * pt.c (verify_unstripped_args_1): Split out from
2712 verify_unstripped_args.
2713
2714 PR c++/84785 - ICE with alias template and default targs.
2715 * pt.c (type_unification_real): Set processing_template_decl if
2716 saw_undeduced == 1.
2717
2718 PR c++/84752 - ICE with capture of constexpr array.
2719 * call.c (standard_conversion): Set rvaluedness_matches_p on the
2720 identity conversion under ck_lvalue.
2721
2722 2018-03-09 Jason Merrill <jason@redhat.com>
2723 Paolo Carlini <paolo.carlini@oracle.com>
2724
2725 PR c++/71169
2726 PR c++/71832
2727 * pt.c (any_erroneous_template_args_p): New.
2728 * cp-tree.h (any_erroneous_template_args_p): Declare it.
2729 * parser.c (cp_parser_class_specifier_1): Use it.
2730
2731 2018-03-09 Jason Merrill <jason@redhat.com>
2732
2733 PR c++/84726 - unnecessary capture of constant vars.
2734 * cp-tree.h (LAMBDA_CAPTURE_EXPLICIT_P)
2735 (LAMBDA_EXPR_CAPTURE_OPTIMIZED): New.
2736 * expr.c (mark_use): Set LAMBDA_EXPR_CAPTURE_OPTIMIZED.
2737 * lambda.c (is_constant_capture_proxy)
2738 (current_lambda_expr, var_to_maybe_prune, mark_const_cap_r)
2739 (prune_lambda_captures): New.
2740 (finish_lambda_function): Call prune_lambda_captures.
2741
2742 2018-03-09 Jason Merrill <jason@redhat.com>
2743 Jakub Jelinek <jakub@redhat.com>
2744
2745 PR c++/84076
2746 * call.c (convert_arg_to_ellipsis): Instead of cp_build_addr_expr
2747 build ADDR_EXPR with REFERENCE_TYPE.
2748 (build_over_call): For purposes of check_function_arguments, if
2749 argarray[j] is ADDR_EXPR with REFERENCE_TYPE created above, use
2750 its operand rather than the argument itself.
2751
2752 2018-03-09 Jakub Jelinek <jakub@redhat.com>
2753
2754 PR c++/84724
2755 * decl.c (duplicate_decls): Don't override __* prefixed builtins
2756 except for __[^b]*_chk, instead issue permerror and for -fpermissive
2757 also a note and return olddecl.
2758
2759 2018-03-09 Nathan Sidwell <nathan@acm.org>
2760
2761 PR c++/84733
2762 * name-lookup.c (do_pushdecl_with_scope): Only clear
2763 current_function_decl when pushing a non-class (i.e. namespace)
2764 scope.
2765
2766 2018-03-08 Jason Merrill <jason@redhat.com>
2767 Jakub Jelinek <jakub@redhat.com>
2768
2769 PR c++/80598
2770 * call.c (build_over_call): In templates set TREE_USED (first_fn) when
2771 not calling mark_used for the benefit of -Wunused-function warning.
2772
2773 2018-03-06 Jason Merrill <jason@redhat.com>
2774
2775 * lambda.c (is_capture_proxy_with_ref): Remove.
2776 * constexpr.c, expr.c, cp-tree.h, semantics.c: Adjust.
2777
2778 2018-03-06 Marek Polacek <polacek@redhat.com>
2779
2780 PR c++/84684
2781 * constexpr.c (cxx_bind_parameters_in_call): Unshare evaluated
2782 arguments.
2783
2784 2018-03-06 Alexandre Oliva <aoliva@redhat.com>
2785
2786 PR c++/84231
2787 * tree.c (lvalue_kind): Use presence/absence of REFERENCE_TYPE
2788 only while processing template decls.
2789 * typeck.c (build_x_conditional_expr): Move wrapping of
2790 reference type around type...
2791 * call.c (build_conditional_expr_1): ... here. Rename
2792 is_lvalue to is_glvalue.
2793 * parser.c (cp_parser_fold_expression): Catch REFERENCE_REF_P
2794 INDIRECT_REF of COND_EXPR too.
2795
2796 PR c++/84593
2797 * init.c (build_zero_init_1): Zero-initialize references.
2798
2799 PR c++/84492
2800 * semantics.c (finish_stmt_expr_expr): Reject unresolved
2801 overloads used as stmt expr values.
2802
2803 2018-03-05 Jason Merrill <jason@redhat.com>
2804
2805 PR c++/84708 - ICE with lambda in local class NSDMI.
2806 * lambda.c (lambda_expr_this_capture): Handle local class NSDMI
2807 context.
2808
2809 2018-03-05 Jakub Jelinek <jakub@redhat.com>
2810
2811 PR c++/84684
2812 * constexpr.c (constexpr_call_hasher::equal): Return false if
2813 lhs->hash != rhs->hash. Change return 1 to return true and
2814 return 0 to return false.
2815
2816 2018-03-05 Nathan Sidwell <nathan@acm.org>
2817
2818 PR c++/84702
2819 * pt.c (process_template_arg): Mark lookup_keep on a default arg.
2820
2821 2018-03-05 Marek Polacek <polacek@redhat.com>
2822
2823 PR c++/84707
2824 * decl.c (duplicate_decls): Check DECL_NAME before accessing
2825 UDLIT_OPER_P.
2826
2827 2018-03-05 Nathan Sidwell <nathan@acm.org>
2828
2829 PR c++/84694
2830 * friend.c (do_friend): Restore check for identifier_p inside
2831 TEMPLATE_ID_EXPR.
2832
2833 2018-03-05 Paolo Carlini <paolo.carlini@oracle.com>
2834
2835 PR c++/84618
2836 * parser.c (cp_parser_lambda_introducer): Reject any capture not
2837 involving a VAR_DECL or a PARM_DECL.
2838
2839 2018-03-05 Pádraig Brady <P@draigBrady.com>
2840 Jason Merrill <jason@redhat.com>
2841 Nathan Sidwell <nathan@acm.org>
2842
2843 PR c++/84497
2844 * decl2.c (get_tls_init_fn): Check TYPE_HAS_TRIVIAL_DFLT too.
2845
2846 2018-03-03 Jason Merrill <jason@redhat.com>
2847
2848 PR c++/84686 - missing volatile loads.
2849 * cvt.c (convert_to_void): Call maybe_undo_parenthesized_ref.
2850
2851 2018-03-03 Paolo Carlini <paolo.carlini@oracle.com>
2852
2853 PR c++/71464
2854 * optimize.c (maybe_thunk_body): Bail out immediately if either
2855 fns[0] or fns[1] is null.
2856
2857 2018-03-02 Marek Polacek <polacek@redhat.com>
2858
2859 PR c++/84578
2860 * constexpr.c (get_array_or_vector_nelts): New.
2861 (cxx_eval_array_reference): Use it.
2862 (cxx_eval_vec_init_1): Likewise.
2863 (cxx_eval_store_expression): Likewise.
2864
2865 2018-03-02 Jason Merrill <jason@redhat.com>
2866
2867 * semantics.c (force_paren_expr): Remove redundant test.
2868
2869 2018-03-02 Marek Polacek <polacek@redhat.com>
2870
2871 PR c++/84663
2872 * decl.c (cp_complete_array_type): Check error_mark_node.
2873
2874 PR c++/84664
2875 * typeck.c (cp_perform_integral_promotions): Check the result of
2876 mark_rvalue_use.
2877
2878 2018-03-02 Jakub Jelinek <jakub@redhat.com>
2879
2880 PR c++/84662
2881 * pt.c (tsubst_copy_and_build) <case TEMPLATE_ID_EXPR>: Use
2882 RETURN instead of return.
2883 <case POINTER_PLUS_EXPR>: Likewise.
2884 <case CONVERT_EXPR>: If op0 is error_mark_node, just return
2885 it instead of wrapping it into CONVERT_EXPR.
2886
2887 2018-03-02 Jason Merrill <jason@redhat.com>
2888
2889 Fix MIPS16 ICE.
2890 * pt.c (type_dependent_expression_p): Check DECL_LANG_SPECIFIC.
2891
2892 2018-03-02 Marek Polacek <polacek@redhat.com>
2893
2894 PR c++/84590
2895 * cp-gimplify.c (cp_fully_fold): Unwrap TARGET_EXPR or a CONSTRUCTOR
2896 wrapped in VIEW_CONVERT_EXPR.
2897
2898 2018-03-01 Martin Sebor <msebor@redhat.com>
2899
2900 PR c++/84294
2901 * decl.c (check_redeclaration_no_default_args): Merge attributes
2902 specified on redeclarations of the same function template.
2903 Remove dead code.
2904
2905 2018-03-01 Marek Polacek <polacek@redhat.com>
2906 Jason Merrill <jason@redhat.com>
2907
2908 PR c++/84582
2909 * semantics.c (force_paren_expr): Create a PAREN_EXPR when in
2910 a template.
2911 (maybe_undo_parenthesized_ref): Unwrap PAREN_EXPR.
2912 * typeck2.c (store_init_value): Call fold_non_dependent_expr instead
2913 of instantiate_non_dependent_expr.
2914 * tree.c (lvalue_kind): Handle PAREN_EXPR like NON_DEPENDENT_EXPR.
2915
2916 2018-03-01 Nathan Sidwell <nathan@acm.org>
2917
2918 PR c++/84434
2919 * name-lookup.c (member_vec_dedup): Remove manually peeled
2920 iteration. Ignore dependent ctor inheritance.
2921
2922 2018-03-01 Jason Merrill <jason@redhat.com>
2923
2924 PR c++/71569 - decltype of template.
2925 * parser.c (cp_parser_decltype_expr): Handle missing template args.
2926
2927 2018-03-01 Marek Polacek <polacek@redhat.com>
2928
2929 PR c++/84596
2930 * constexpr.c (require_rvalue_constant_expression): New function.
2931 * cp-tree.h: Declare it.
2932 * semantics.c (finish_static_assert): Use it instead of
2933 require_potential_rvalue_constant_expression.
2934
2935 2018-03-01 Jason Merrill <jason@redhat.com>
2936 Alexandre Oliva <aoliva@redhat.com>
2937
2938 PR c++/71569 - ICE with redundant args on member variable template.
2939 * decl.c (start_decl): Handle partial specialization of member
2940 variable template.
2941 * pt.c (determine_specialization): Allow partial specialization
2942 of member variable template without specializing enclosing class.
2943 (process_partial_specialization): Improve error message.
2944
2945 2018-02-28 Jason Merrill <jason@redhat.com>
2946
2947 PR c++/71784 - ICE with ref-qualifier and explicit specialization.
2948 * pt.c (determine_specialization): Check ref-qualifier.
2949
2950 2018-02-28 Jakub Jelinek <jakub@redhat.com>
2951
2952 PR c++/84609
2953 * parser.c (cp_parser_attributes_opt): Formatting fix.
2954 (cp_parser_skip_balanced_tokens, cp_parser_skip_gnu_attributes_opt,
2955 cp_parser_skip_std_attribute_spec_seq, cp_parser_skip_attributes_opt):
2956 New functions.
2957 (cp_parser_member_declaration): Use cp_parser_skip_attributes_opt
2958 instead of tentative parse to peek over optional attribute tokens
2959 to check for CPP_COLON after them.
2960
2961 PR c++/83871
2962 PR c++/83503
2963 * pt.c (INCLUDE_STRING): Remove define.
2964 (warn_spec_missing_attributes): Use pretty_printer instead of
2965 std::string. Fix up inform call so that the list of attributes
2966 is in %s argument.
2967
2968 2018-02-28 Martin Sebor <msebor@redhat.com>
2969
2970 PR testsuite/84617
2971 * decl.c (duplicate_decls): Fully merge attributes const, pure,
2972 and malloc.
2973
2974 2018-02-28 Nathan Sidwell <nathan@acm.org>
2975
2976 PR c++/84602
2977 * name-lookup.h (search_anon_aggr): Add defaulted WANT_TYPE arg.
2978 * name-lookup.c (fields_linear_search): Look in an anon-aggr
2979 regardless of want_type.
2980 (search_anon_aggr): Just use get_class_binding_direct.
2981
2982 2018-02-28 Jakub Jelinek <jakub@redhat.com>
2983
2984 * decl.c (cp_finish_decomp): Don't adjust eltscnt when calling
2985 inform_n.
2986
2987 2018-02-27 Martin Sebor <msebor@redhat.com>
2988
2989 * pt.c: Avoid including <string> directly.
2990
2991 2018-02-27 Martin Sebor <msebor@redhat.com>
2992
2993 PR c++/83871
2994 PR c++/83503
2995 * cp-tree.h (warn_spec_missing_attributes): New function.
2996 ((check_explicit_specialization): Add an argument. Call the above
2997 function.
2998 * decl.c (duplicate_decls): Avoid applying primary function template's
2999 attributes to its explicit specializations.
3000 cp/pt.c (warn_spec_missing_attributes): Define.
3001
3002 2018-02-27 HĂĄkon Sandsmark <hsandsmark@gmail.com>
3003
3004 PR c++/71546 - lambda init-capture with qualified-id.
3005 * parser.c (cp_parser_lambda_introducer): Clear scope after
3006 each lambda capture.
3007
3008 2018-02-27 Nathan Sidwell <nathan@acm.org>
3009
3010 PR c++/84426
3011 * name-lookup.h (get_member_slot): Rename ...
3012 (find_member_slot): ... here.
3013 (add_member_slot): New.
3014 * name-lookup.c (member_vec_linear_search): No need to check for
3015 NULL slot.
3016 (get_member_slot): Rename ...
3017 (find_member_slot): ... here. Don't add slot for incomplete class.
3018 (add_member_slot): New.
3019 * class.c (add_method): Adjust get_member_slot rename. Bail out
3020 if push_class_level_binding fails. Create slot and grok
3021 properties once we're committed to insertion.
3022
3023 2018-02-27 Jason Merrill <jason@redhat.com>
3024
3025 PR c++/84489 - dependent default template argument
3026 * pt.c (type_unification_real): Handle early substitution failure.
3027
3028 2018-02-26 Jason Merrill <jason@redhat.com>
3029
3030 PR c++/84560 - ICE capturing multi-dimensional VLA.
3031 * tree.c (array_of_runtime_bound_p): False if the element is
3032 variably-modified.
3033
3034 PR c++/84441 - ICE with base initialized from ?:
3035 * call.c (unsafe_copy_elision_p): Handle COND_EXPR.
3036
3037 PR c++/84520 - ICE with generic lambda in NSDMI.
3038 * lambda.c (lambda_expr_this_capture): Don't look for fake NSDMI
3039 'this' in a generic lambda instantiation.
3040
3041 PR c++/84559 - ICE with constexpr VLA.
3042 * constexpr.c (ensure_literal_type_for_constexpr_object): Check
3043 for constexpr variable with VLA type.
3044
3045 2018-02-26 Jakub Jelinek <jakub@redhat.com>
3046
3047 PR c++/84558
3048 * constexpr.c (cxx_eval_vec_init_1): For reuse, treat NULL eltinit like
3049 a valid constant initializer. Formatting fixes.
3050
3051 2018-02-26 Paolo Carlini <paolo.carlini@oracle.com>
3052
3053 PR c++/84540
3054 * pt.c (tsubst_attributes): Handle correctly tsubst_attribute
3055 returning NULL_TREE.
3056 (apply_late_template_attributes): Likewise.
3057
3058 2018-02-26 Jakub Jelinek <jakub@redhat.com>
3059
3060 PR c++/84557
3061 * parser.c (cp_parser_omp_var_list_no_open): Only call
3062 cp_parser_lookup_name_simple on names satisfying identifier_p.
3063 (cp_parser_oacc_routine): Likewise.
3064
3065 2018-02-26 Jason Merrill <jason@redhat.com>
3066
3067 PR c++/84551 - ICE with concepts and -g.
3068 * parser.c (add_debug_begin_stmt): Do nothing in a concept.
3069
3070 2018-02-26 Marek Polacek <polacek@redhat.com>
3071
3072 PR c++/84325
3073 * tree.c (replace_placeholders_r): Only check TREE_CONSTANT on
3074 non-types.
3075
3076 2018-02-26 Jason Merrill <jason@redhat.com>
3077
3078 PR c++/84447 - ICE with deleted inherited ctor with default arg.
3079 * call.c (build_over_call): Handle deleted functions in one place.
3080
3081 2018-02-26 Paolo Carlini <paolo.carlini@oracle.com>
3082
3083 PR c++/84533
3084 * decl.c (redeclaration_error_message): Don't try to use
3085 DECL_DECLARED_CONSTEXPR_P on CONST_DECLs.
3086
3087 2018-02-26 Paolo Carlini <paolo.carlini@oracle.com>
3088
3089 * lambda.c (build_capture_proxy): Define static.
3090 * cp-tree.h (build_capture_proxy): Remove.
3091
3092 2018-02-26 Marek Polacek <polacek@redhat.com>
3093
3094 PR c++/84537
3095 * name-lookup.c (suggest_alternative_in_explicit_scope): Return false
3096 if name is error node.
3097
3098 2018-02-25 Jason Merrill <jason@redhat.com>
3099
3100 PR c++/84015 - ICE with class deduction and auto template parm.
3101 * pt.c (rewrite_template_parm): Use tf_partial in first tsubst.
3102
3103 2018-02-24 Marek Polacek <polacek@redhat.com>
3104
3105 PR c++/83692
3106 * constexpr.c (maybe_constant_init_1): New function.
3107 (maybe_constant_init): Make it a wrapper around maybe_constant_init_1.
3108 (cxx_constant_init): New function.
3109 * cp-tree.h (cxx_constant_init): Declare.
3110 * typeck2.c (store_init_value): Call cxx_constant_init instead of
3111 cxx_constant_value. Move the maybe_constant_init call under an 'else'.
3112
3113 2018-02-22 Jason Merrill <jason@redhat.com>
3114
3115 PR c++/70468 - ICE with constructor delegation via typedef.
3116 * pt.c (tsubst_initializer_list): Check for other mem-initializers
3117 with constructor delegation.
3118
3119 2018-02-22 Jason Merrill <jason@redhat.com>
3120
3121 PR c++/84424 - ICE with constexpr and __builtin_shuffle.
3122 * constexpr.c (reduced_constant_expression_p): Handle CONSTRUCTOR of
3123 VECTOR_TYPE.
3124
3125 2018-02-22 Marek Polacek <polacek@redhat.com>
3126
3127 PR c++/84493
3128 * parser.c (cp_parser_braced_list): Use require_open instead of
3129 consume_open.
3130
3131 2018-02-21 Jason Merrill <jason@redhat.com>
3132
3133 PR c++/84454 - ICE with pack expansion in signature.
3134 * error.c (find_typenames_r): Also stop on EXPR_PACK_EXPANSION.
3135
3136 2018-02-20 Siddhesh Poyarekar <siddhesh@sourceware.org>
3137
3138 * cp-objcp-common.c (cxx_block_may_fallthru): Add case for
3139 IF_STMT.
3140
3141 2018-02-20 Paolo Carlini <paolo.carlini@oracle.com>
3142
3143 PR c++/84446
3144 * parser.c (cp_parser_init_declarator): Don't call start_lambda_scope
3145 on error_mark_node.
3146
3147 2018-02-20 Jakub Jelinek <jakub@redhat.com>
3148
3149 PR c++/84445
3150 * class.c (fixed_type_or_null) <case CALL_EXPR>: Only test
3151 TREE_HAS_CONSTRUCTOR if instance is not an internal function call.
3152
3153 PR c++/84449
3154 * tree.c (bot_manip): If build_cplus_new or break_out_target_exprs
3155 returns error_mark_node, return it immediately.
3156 (break_out_target_exprs): If cp_walk_tree with bot_manip returns
3157 error_mark_node, return error_mark_node.
3158
3159 PR c++/84455
3160 * pt.c (tsubst_lambda_expr): If not nested, increment temporarily
3161 function_depth to avoid GC during finish_lambda_function.
3162
3163 2018-02-19 Jason Merrill <jason@redhat.com>
3164
3165 PR c++/84429 - ICE capturing VLA.
3166 * lambda.c (build_capture_proxy): Handle reference refs.
3167
3168 2018-02-19 Jakub Jelinek <jakub@redhat.com>
3169
3170 PR c++/84448
3171 * parser.c (cp_parser_binary_expression): For no_toplevel_fold_p, if
3172 either operand is error_mark_node, set current.lhs to that instead of
3173 creating a binary op with error_mark_node operands.
3174
3175 PR c++/84430
3176 * constexpr.c (potential_constant_expression_1): Handle OMP_SIMD.
3177
3178 2018-02-19 Paolo Carlini <paolo.carlini@oracle.com>
3179
3180 PR c++/84348
3181 * decl.c (grokdeclarator): Early return error_mark_node upon
3182 ill-formed friend declaration.
3183
3184 2018-02-16 Marek Polacek <polacek@redhat.com>
3185 Jakub Jelinek <jakub@redhat.com>
3186
3187 PR c++/84192
3188 * constexpr.c (cxx_eval_constant_expression) <case RETURN_EXPR>: Don't
3189 set *jump_target to anything if jump_target is NULL.
3190
3191 2018-02-16 Jason Merrill <jason@redhat.com>
3192
3193 PR c++/84151 - unnecessary volatile load with static member.
3194 * call.c (build_new_method_call_1): Avoid loading from a volatile
3195 lvalue used as the object argument for a static member function.
3196
3197 PR c++/81853 - using-directive and constexpr.
3198 * constexpr.c (cxx_eval_constant_expression): Handle USING_STMT.
3199
3200 PR c++/84420 - ICE with structured binding in lambda.
3201 * lambda.c (is_capture_proxy): Check DECL_DECOMPOSITION_P.
3202
3203 PR c++/83835 - C++17 error with constructor ctors.
3204 * call.c (build_special_member_call): Set TARGET_EXPR_DIRECT_INIT_P.
3205
3206 PR c++/82664 - ICE with reference to function template parm.
3207 * pt.c (convert_nontype_argument_function): Avoid obfuscationg
3208 NOP_EXPRs.
3209
3210 PR c++/82764 - C++17 ICE with empty base
3211 * class.c (build_base_field_1): Set DECL_SIZE to zero for empty base.
3212
3213 2018-02-16 Jason Merrill <jason@redhat.com>
3214
3215 PR c++/84421 - type-dependent if constexpr
3216 * semantics.c (finish_if_stmt_cond): Check type_dependent_expression_p.
3217
3218 2018-02-16 Nathan Sidwell <nathan@acm.org>
3219
3220 Deprecate -ffriend-injection.
3221 * decl.c (cxx_init_decl_processing): Emit warning on option.
3222 * name-lookup.c (do_pushdecl): Emit warning if we push a visible
3223 friend.
3224
3225 2018-02-16 Paolo Carlini <paolo.carlini@oracle.com>
3226
3227 PR c++/82468
3228 * decl.c (check_special_function_return_type): Reject template
3229 template parameter in deduction guide.
3230
3231 2018-02-16 Nathan Sidwell <nathan@acm.org>
3232
3233 PR c++/84375
3234 * name-lookup.c (do_pushdecl): Bail out on bad local friend injection.
3235
3236 2018-02-15 Jason Merrill <jason@redhat.com>
3237
3238 PR c++/83227 - C++17 ICE with init-list derived-to-base conversion.
3239 * call.c (convert_like_real): Don't use the copy-list-initialization
3240 shortcut for ck_base.
3241
3242 PR c++/84045 - ICE with typedef and noexcept.
3243 * except.c (build_noexcept_spec): Use strip_typedefs_expr.
3244
3245 PR c++/84376 - ICE with omitted template arguments.
3246 * pt.c (dguide_name_p): Check for IDENTIFIER_NODE.
3247
3248 PR c++/84368 - wrong error with local variable in variadic lambda.
3249 * pt.c (tsubst_pack_expansion): Fix handling of non-packs in
3250 local_specializations.
3251
3252 2018-02-15 Paolo Carlini <paolo.carlini@oracle.com>
3253
3254 PR c++/84330
3255 * constraint.cc (tsubst_constraint_info): Handle an error_mark_node
3256 as first argument.
3257
3258 2018-02-14 Paolo Carlini <paolo.carlini@oracle.com>
3259
3260 PR c++/84350
3261 * pt.c (do_auto_deduction): Don't check the TREE_TYPE of a null
3262 init, early return.
3263
3264 2018-02-14 Nathan Sidwell <nathan@acm.org>
3265
3266 * decl2.c (mark_vtable_entries): Set input_location to decl's.
3267 (c_parse_final_cleanups): Restore input_location after emitting
3268 vtables.
3269
3270 2018-02-14 Paolo Carlini <paolo.carlini@oracle.com>
3271
3272 * cp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
3273 (do_auto_deduction (tree, tree, tree, tsubst_flags_t,
3274 auto_deduction_context, tree, int): Add defaults.
3275 * pt.c (do_auto_deduction (tree, tree, tree)): Remove definition.
3276 (tsubst_omp_for_iterator): Adjust do_auto_deduction call, forward
3277 tsubst_flags_t argument.
3278 * init.c (build_new): Likewise.
3279
3280 2018-02-13 Jakub Jelinek <jakub@redhat.com>
3281
3282 PR c++/84364
3283 * typeck.c (check_return_expr): Don't emit -Weffc++ warning
3284 about return other than *this in assignment operators if
3285 retval is type dependent expression.
3286
3287 2018-02-13 Paolo Carlini <paolo.carlini@oracle.com>
3288
3289 PR c++/84333
3290 * call.c (build_conditional_expr_1): Use cp_save_expr instead of
3291 save_expr for the G++ extension.
3292
3293 2018-02-13 Jason Merrill <jason@redhat.com>
3294
3295 PR c++/84080 - ICE with return type deduction and specialization.
3296 * pt.c (determine_specialization): Check uses_template_parms.
3297
3298 Fix more variadic capture issues.
3299 * pt.c (find_parameter_packs_r): Also look at explicit captures.
3300 (check_for_bare_parameter_packs): Check current_class_type for
3301 lambda context.
3302 (extract_locals_r): Handle seeing a full instantiation of a pack.
3303 (tsubst_pack_expansion): Likewise. Force lambda capture.
3304 * parser.c (cp_parser_lambda_introducer): Don't
3305 check_for_bare_parameter_packs.
3306
3307 PR c++/84338 - wrong variadic sizeof.
3308 * pt.c (argument_pack_select_arg): Like the macro, but look through
3309 a pack expansion.
3310 (tsubst, tsubst_copy, dependent_template_arg_p): Use it.
3311 (extract_fnparm_pack): Do make_pack_expansion.
3312 (extract_locals_r): Do strip a pack expansion.
3313 * cp-tree.h (ARGUMENT_PACK_SELECT_ARG): Remove.
3314
3315 2018-02-12 Jakub Jelinek <jakub@redhat.com>
3316
3317 PR c++/84341
3318 * parser.c (cp_parser_binary_expression): Use build_min instead of
3319 build2_loc to build the no_toplevel_fold_p toplevel binary expression.
3320
3321 2018-02-12 Nathan Sidwell <nathan@acm.org>
3322
3323 PR c++/84263
3324 * parser.c (cp_parser_decltype): Push and pop
3325 deferring_access_checks. Reorganize to avoid goto.
3326
3327 2018-02-12 Richard Biener <rguenther@suse.de>
3328
3329 PR c++/84281
3330 * constexpr.c (cxx_eval_vec_init_1): Use a RANGE_EXPR to compact
3331 uniform constructors and delay allocating them fully.
3332
3333 2018-02-09 Jason Merrill <jason@redhat.com>
3334
3335 PR c++/84036 - ICE with variadic capture.
3336 Handle variadic capture proxies more like non-variadic.
3337 * lambda.c (build_capture_proxy): Remove workaround.
3338 * pt.c (find_parameter_packs_r): The proxy is a pack.
3339 (instantiate_class_template_1): Remove dead lambda code.
3340 (extract_fnparm_pack): Don't make_pack_expansion.
3341 (extract_locals_r): Don't strip a pack expansion.
3342 (tsubst_pack_expansion): Handle proxy packs. Use
3343 PACK_EXPANSION_EXTRA_ARGS less.
3344 (tsubst_decl) [FIELD_DECL]: Don't register_specialization.
3345 (tsubst_copy) [FIELD_DECL]: Don't retrieve*_specialization.
3346 [VAR_DECL]: Handle ARGUMENT_PACK_SELECT.
3347 (tsubst_expr) [DECL_EXPR]: Handle proxy packs.
3348 (tsubst_copy_and_build) [VAR_DECL]: Handle proxy packs normally.
3349
3350 2018-02-10 Jakub Jelinek <jakub@redhat.com>
3351
3352 PR sanitizer/83987
3353 * tree.c (cp_free_lang_data): Revert 2018-01-23 change.
3354
3355 2018-02-09 Jason Merrill <jason@redhat.com>
3356
3357 PR c++/81917 - ICE with void_t and partial specialization.
3358 * pt.c (instantiate_class_template_1): Set TYPE_BEING_DEFINED before
3359 calling most_specialized_partial_spec.
3360
3361 2018-02-09 Nathan Sidwell <nathan@acm.org>
3362
3363 PR c/84293
3364 * typeck.c (cp_build_indirect_ref_1, build_reinterpret_cast_1):
3365 Pass expr location to strict_aliasing_warning.
3366
3367 2018-02-09 Jason Merrill <jason@redhat.com>
3368
3369 PR c++/84296 - ICE with qualified-id in template.
3370 PR c++/83714
3371 * pt.c (unknown_base_ref_p): New.
3372 (instantiation_dependent_scope_ref_p): Use it instead of
3373 any_dependent_bases_p.
3374
3375 2018-02-09 Marek Polacek <polacek@redhat.com>
3376 Jakub Jelinek <jakub@redhat.com>
3377
3378 PR c++/83659
3379 * constexpr.c (cxx_fold_indirect_ref): Sync some changes from
3380 fold_indirect_ref_1, including poly_*int64. Verify first that
3381 tree_fits_poly_int64_p (op01). Formatting fixes.
3382
3383 2018-02-08 Paolo Carlini <paolo.carlini@oracle.com>
3384
3385 * constexpr.c (cxx_eval_component_reference): Use INDIRECT_REF_P.
3386 * lambda.c (build_capture_proxy): Likewise.
3387 * search.c (field_access_p): Likewise.
3388 * semantics.c (omp_clause_decl, omp_privatize_field,
3389 finish_omp_clauses): Likewise.
3390
3391 2018-02-08 Paolo Carlini <paolo.carlini@oracle.com>
3392
3393 PR c++/83806
3394 * typeck.c (decay_conversion): Use mark_rvalue_use for the special
3395 case of nullptr too.
3396
3397 2018-02-08 Nathan Sidwell <nathan@acm.org>
3398
3399 * class.c (finish_struct): Fix std:initializer_list diagnostic
3400 formatting.
3401
3402 2018-02-08 Paolo Carlini <paolo.carlini@oracle.com>
3403
3404 PR c++/83204
3405 * pt.c (tsubst_copy_and_build): Use force_paren_expr for INDIRECT_REF.
3406
3407 2018-02-07 Jakub Jelinek <jakub@redhat.com>
3408
3409 PR c++/84082
3410 * parser.c (cp_parser_dot_deref_incomplete): New function.
3411 (cp_parser_postfix_dot_deref_expression): Use it.
3412
3413 2018-02-07 David Malcolm <dmalcolm@redhat.com>
3414
3415 PR c++/81610
3416 PR c++/80567
3417 * name-lookup.c (suggest_rid_p): New function.
3418 (lookup_name_fuzzy): Replace enum-rid-filtering logic with call to
3419 suggest_rid_p.
3420
3421 2018-02-07 Jason Merrill <jason@redhat.com>
3422
3423 PR c++/84182 - ICE with captured lambda
3424 PR c++/84181
3425 * pt.c (extract_locals_r, extract_local_specs): New.
3426 (tsubst_pack_expansion): Use them.
3427
3428 2018-02-07 Martin Liska <mliska@suse.cz>
3429
3430 PR c++/84059.
3431 * class.c (add_method): Append argument value.
3432 * cp-tree.h (maybe_version_functions): Add new argument.
3433 * decl.c (decls_match): Call it if a declaration does not
3434 have DECL_FUNCTION_VERSIONED.
3435 (maybe_version_functions): record argument is added.
3436
3437 2018-02-05 Marek Polacek <polacek@redhat.com>
3438
3439 * class.c: Remove unused global variables.
3440 (build_primary_vtable): Don't gather statistics.
3441 (print_class_statistics): Remove.
3442 * cp-tree.h (print_class_statistics): Remove.
3443 * tree.c (cxx_print_statistics): Don't call print_class_statistics.
3444
3445 2018-02-02 Paolo Carlini <paolo.carlini@oracle.com>
3446
3447 * class.c (is_really_empty_class): Use DECL_UNNAMED_BIT_FIELD.
3448 * constexpr.c (cx_check_missing_mem_inits): Likewise.
3449 * decl.c (next_initializable_field, find_decomp_class_base,
3450 cp_finish_decomp): Likewise.
3451 * typeck2.c (process_init_constructor_record): Likewise.
3452
3453 2018-02-02 Jason Merrill <jason@redhat.com>
3454
3455 PR c++/84181 - ICE with lambda parm in template argument.
3456 * tree.c (strip_typedefs_expr): Use cp_tree_operand_length.
3457
3458 2018-02-01 Jason Merrill <jason@redhat.com>
3459
3460 PR c++/84160 - ICE with nested variadic capture.
3461 * lambda.c (is_capture_proxy_with_ref): New.
3462 (insert_capture_proxy): Don't set DECL_CAPTURED_VARIABLE from a
3463 COMPONENT_REF.
3464 * expr.c (mark_use): Use is_capture_proxy_with_ref.
3465 * constexpr.c (potential_constant_expression_1): Likewise.
3466 * semantics.c (process_outer_var_ref): Likewise.
3467
3468 2018-02-01 Marek Polacek <polacek@redhat.com>
3469
3470 PR c++/84125
3471 * typeck.c (build_address): Relax the assert when
3472 processing_template_decl.
3473
3474 2018-02-01 Jason Merrill <jason@redhat.com>
3475
3476 PR c++/84126 - ICE with variadic generic lambda
3477 PR c++/84036
3478 PR c++/82249
3479 * pt.c (tsubst_pack_expansion): Handle function parameter_packs in
3480 PACK_EXPANSION_EXTRA_ARGS.
3481
3482 2018-02-01 Paolo Carlini <paolo.carlini@oracle.com>
3483
3484 PR c++/83796
3485 * call.c (convert_like_real): If w're initializing from {} explicitly
3486 call abstract_virtuals_error_sfinae.
3487
3488 2018-01-31 Jason Merrill <jason@redhat.com>
3489 Jakub Jelinek <jakub@redhat.com>
3490
3491 PR c++/83993
3492 * constexpr.c (cxx_eval_outermost_constant_expr): Build NOP_EXPR
3493 around non-constant ADDR_EXPRs rather than clearing TREE_CONSTANT
3494 on ADDR_EXPR.
3495
3496 2018-01-31 Jakub Jelinek <jakub@redhat.com>
3497
3498 PR c++/83993
3499 * constexpr.c (diag_array_subscript): Emit different diagnostics
3500 if TYPE_DOMAIN (arraytype) is NULL.
3501 (cxx_eval_array_reference, cxx_eval_store_expression): For arrays
3502 with NULL TYPE_DOMAIN use size_zero_node as nelts.
3503
3504 2018-01-31 Paolo Carlini <paolo.carlini@oracle.com>
3505
3506 PR c++/84092
3507 * semantics.c (finish_qualified_id_expr): When handling an
3508 UNBOUND_CLASS_TEMPLATE only adjust qualifying_class and expr.
3509
3510 2018-01-31 Marek Polacek <polacek@redhat.com>
3511
3512 PR c++/84138
3513 * cp-gimplify.c (cp_fold): Check if X is an error node before
3514 calling useless_type_conversion_p.
3515
3516 2018-01-30 Jason Merrill <jason@redhat.com>
3517
3518 PR c++/84091 - ICE with local class in lambda in template.
3519 * decl2.c (determine_visibility): Look for outer containing template
3520 instantiation.
3521
3522 PR c++/84098 - ICE with lambda in template NSDMI.
3523 * pt.c (instantiate_class_template_1): Ignore more lambdas.
3524
3525 2018-01-29 Jason Merrill <jason@redhat.com>
3526
3527 PR c++/68810 - wrong location for reinterpret_cast error.
3528 * cvt.c (cp_convert_to_pointer): Always build a CONVERT_EXPR when
3529 !dofold.
3530
3531 2018-01-29 Marek Polacek <polacek@redhat.com>
3532
3533 PR c++/83996
3534 * constexpr.c (cxx_fold_indirect_ref): Compute ((foo *)&fooarray)[1]
3535 => fooarray[1] in offset_int.
3536
3537 2018-01-29 Jason Merrill <jason@redhat.com>
3538
3539 PR c++/83942 - wrong unused warning with static_cast.
3540 * cvt.c (ocp_convert): Call mark_rvalue_use.
3541
3542 2018-01-26 Jason Merrill <jason@redhat.com>
3543
3544 PR c++/83956 - wrong dtor error with anonymous union
3545 * method.c (walk_field_subobs): Variant members only affect
3546 deletedness.
3547 (maybe_explain_implicit_delete): Pass &deleted_p for diagnostic.
3548
3549 PR c++/84036 - ICE with variadic capture.
3550 PR c++/82249
3551 * pt.c (tsubst_pack_expansion): When optimizing a simple
3552 substitution, pull a single pack expansion out of its pack.
3553
3554 PR c++/82514 - ICE with local class in generic lambda.
3555 * pt.c (regenerated_lambda_fn_p): Remove.
3556 (enclosing_instantiation_of): Don't use it.
3557 (tsubst_function_decl): Call enclosing_instantiation_of.
3558
3559 * pt.c (lookup_template_class_1): Add sanity check.
3560 * name-lookup.c (do_pushtag): Don't add closures to local_classes.
3561
3562 2018-01-25 Jakub Jelinek <jakub@redhat.com>
3563
3564 PR c++/84031
3565 * decl.c (find_decomp_class_base): Ignore unnamed bitfields. Ignore
3566 recursive calls that return ret.
3567 (cp_finish_decomp): Ignore unnamed bitfields.
3568
3569 2018-01-23 Jason Merrill <jason@redhat.com>
3570
3571 PR c++/82249 - wrong mismatched pack length error.
3572 * pt.c (extract_fnparm_pack, tsubst_pack_expansion): Handle
3573 unsubstituted function parameter pack.
3574
3575 2018-01-23 Paolo Carlini <paolo.carlini@oracle.com>
3576
3577 PR c++/83921
3578 * decl.c (check_for_uninitialized_const_var): Not static; add
3579 bool and tsubst_flags_t parameters; adjust to be used both in
3580 constexpr context and not.
3581 * constexpr.c (potential_constant_expression_1): Use the above.
3582 * cp-tree.h (check_for_uninitialized_const_var): Declare.
3583
3584 2018-01-23 Jason Merrill <jason@redhat.com>
3585
3586 PR c++/83947 - ICE with auto declarations.
3587 * pt.c (do_auto_deduction): Don't deduce from an auto decl.
3588 * decl.c (undeduced_auto_decl): Limit to vars and fns.
3589
3590 2018-01-23 David Malcolm <dmalcolm@redhat.com>
3591
3592 PR c++/83974
3593 * pt.c (tsubst_copy_and_build) <CONSTRUCTOR>: Remove early bailout
3594 for pointer to member function types.
3595
3596 2018-01-23 Jakub Jelinek <jakub@redhat.com>
3597
3598 PR sanitizer/83987
3599 * tree.c (cp_free_lang_data): Change DECL_VALUE_EXPR of
3600 DECL_OMP_PRIVATIZED_MEMBER vars to error_mark_node.
3601
3602 2018-01-23 Nathan Sidwell <nathan@acm.org>
3603
3604 PR c++/83988
3605 * pt.c (tsubst_baselink): Remove optype assert.
3606 * ptree.c (cxx_print_xnode): <case BASELINK> Print BASELINK_OPTYPE.
3607
3608 2018-01-23 Jakub Jelinek <jakub@redhat.com>
3609
3610 PR c++/83958
3611 * decl.c (cp_finish_decomp): Diagnose if reference structure binding
3612 refers to incomplete type.
3613
3614 2018-01-23 Nathan Sidwell <nathan@acm.org>
3615
3616 Deprecate ARM-era for scope handling
3617 * decl.c (poplevel): Flag_new_for_scope is a boolean-like.
3618 (cxx_init_decl_processing): Deprecate flag_new_for_scope being
3619 cleared.
3620 * name-lookup.c (check_for_out_of_scope_variable): Deprecate and
3621 cleanup handling.
3622 * semantics.c (begin_for_scope): Flag_new_for_scope is
3623 boolean-like.
3624 (finish_for_stmt, begin_range_for_stmt): Likewise.
3625
3626 2018-01-22 Jason Merrill <jason@redhat.com>
3627
3628 PR c++/83720
3629 * decl2.c (determine_visibility): Fix template_decl handling
3630 instead of blocking it.
3631
3632 PR c++/83720 - ICE with lambda and LTO.
3633 * decl2.c (determine_visibility): Clear template_decl for
3634 function-scope decls. Propagate anonymous linkage from containing
3635 function.
3636
3637 2018-01-22 Marek Polacek <polacek@redhat.com>
3638
3639 PR c++/81933
3640 * typeck2.c (split_nonconstant_init_1): Return false if we didn't
3641 split out anything.
3642
3643 2018-01-22 Ville Voutilainen <ville.voutilainen@gmail.com>
3644
3645 PR c++/83895
3646 * decl.c (grokdeclarator): Don't diagnose extra parens
3647 on typedefs.
3648
3649 2018-01-19 Jakub Jelinek <jakub@redhat.com>
3650
3651 PR c++/81167
3652 * call.c (joust): Use TREE_TYPE (source) if source is
3653 a POINTER_TYPE_P rather than if ! DECL_CONSTRUCTOR_P (w->fn).
3654
3655 PR c++/83919
3656 * typeck.c (convert_for_assignment): Suppress warn_ignored_qualifiers
3657 for direct enum init.
3658 * decl.c (reshape_init): Likewise.
3659
3660 2018-01-19 Marek Polacek <polacek@redhat.com>
3661
3662 * constexpr.c (fold_simple): Simplify.
3663
3664 2018-01-18 Jason Merrill <jason@redhat.com>
3665
3666 PR c++/83714
3667 * search.c (any_dependent_bases_p): Handle null TREE_BINFO.
3668 * pt.c (instantiation_dependent_scope_ref_p): True if
3669 any_dependent_bases_p.
3670
3671 2018-01-18 Paolo Carlini <paolo.carlini@oracle.com>
3672
3673 * cp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIALIZED_P
3674 vs DECL_NONTRIVIALLY_INITIALIZED_P).
3675
3676 2018-01-18 Jason Merrill <jason@redhat.com>
3677
3678 PR c++/82461 - constexpr list-initialized member
3679 * constexpr.c (potential_constant_expression_1): Check
3680 TARGET_EXPR_DIRECT_INIT_P.
3681
3682 2018-01-18 Paolo Carlini <paolo.carlini@oracle.com>
3683
3684 PR c++/81013
3685 * decl.c (xref_basetypes): Early return upon error about derived
3686 union.
3687
3688 2018-01-18 Nathan Sidwell <nathan@acm.org>
3689
3690 PR c++/83160
3691 * cp-tree.h (mark_use): Declare.
3692 * expr.c (mark_use): Make extern.
3693 * call.c (direct_reference_binding): Set inner conv's
3694 rvaluedness_matches_p, if it is an identity.
3695 (convert_like_real): Mark lvalue or rvalue use for identity as
3696 rvaledness_matches_p demands.
3697
3698 2018-01-18 Jakub Jelinek <jakub@redhat.com>
3699
3700 PR c++/83824
3701 * parser.c (attr_chainon): New function.
3702 (cp_parser_label_for_labeled_statement, cp_parser_decl_specifier_seq,
3703 cp_parser_namespace_definition, cp_parser_init_declarator,
3704 cp_parser_type_specifier_seq, cp_parser_parameter_declaration,
3705 cp_parser_gnu_attributes_opt): Use it.
3706 (cp_parser_member_declaration, cp_parser_objc_class_ivars,
3707 cp_parser_objc_struct_declaration): Likewise. Don't reset
3708 prefix_attributes if attributes is error_mark_node.
3709
3710 2018-01-17 Paolo Carlini <paolo.carlini@oracle.com>
3711
3712 PR c++/78344
3713 * decl.c (grokdeclarator): Do not append the error_mark_node
3714 due to an erroneous optional attribute-specifier-seq.
3715
3716 2018-01-17 Jakub Jelinek <jakub@redhat.com>
3717
3718 PR c++/83897
3719 * cp-gimplify.c (cp_maybe_instrument_return): Handle
3720 CLEANUP_POINT_EXPR.
3721
3722 2018-01-17 Paolo Carlini <paolo.carlini@oracle.com>
3723
3724 PR c++/81054
3725 * constexpr.c (ensure_literal_type_for_constexpr_object): Return
3726 error_mark_node when we give an error.
3727 * decl.c (cp_finish_decl): Use the latter.
3728
3729 2018-01-17 Nathan Sidwell <nathan@acm.org>
3730
3731 PR c++/83287
3732 * init.c (build_raw_new_expr): Scan list for lookups to keep.
3733
3734 2018-01-17 David Malcolm <dmalcolm@redhat.com>
3735
3736 PR c++/83814
3737 * expr.c (fold_for_warn): Move from c-common.c, reducing to just
3738 the C++ part. If processing a template, call
3739 fold_non_dependent_expr rather than fully folding.
3740
3741 2018-01-17 Jason Merrill <jason@redhat.com>
3742
3743 PR c++/81067 - redundant NULL warning.
3744 * call.c (convert_like_real): Restore null_node handling.
3745
3746 2018-01-17 Jason Merrill <jason@redhat.com>
3747
3748 PR c++/81843 - ICE with variadic member template.
3749 PR c++/72801
3750 * pt.c (unify_pack_expansion): Don't try to deduce enclosing
3751 template args.
3752
3753 2018-01-17 David Malcolm <dmalcolm@redhat.com>
3754
3755 PR c++/83799
3756 * pt.c (type_dependent_expression_p): Strip any location wrapper
3757 before testing tree codes.
3758 (selftest::test_type_dependent_expression_p): New function.
3759 (selftest::cp_pt_c_tests): Call it.
3760
3761 2018-01-17 Nathan Sidwell <nathan@acm.org>
3762
3763 PR c++/83739
3764 * pt.c (tsubst_expr) <case RANGE_FOR_STMT>: Rebuild a range_for if
3765 this not a final instantiation.
3766
3767 2018-01-16 Jason Merrill <jason@redhat.com>
3768
3769 PR c++/83714 - ICE checking return in template.
3770 * typeck.c (check_return_expr): Call build_non_dependent_expr.
3771
3772 2018-01-16 Jakub Jelinek <jakub@redhat.com>
3773
3774 PR c++/83817
3775 * pt.c (tsubst_copy_and_build) <case CALL_EXPR>: If function
3776 is AGGR_INIT_EXPR rather than CALL_EXPR, set AGGR_INIT_FROM_THUNK_P
3777 instead of CALL_FROM_THUNK_P.
3778
3779 PR c++/83825
3780 * name-lookup.c (member_vec_dedup): Return early if len is 0.
3781 (resort_type_member_vec, set_class_bindings,
3782 insert_late_enum_def_bindings): Use vec qsort method instead of
3783 calling qsort directly.
3784
3785 2018-01-15 Martin Sebor <msebor@redhat.com>
3786
3787 PR c++/83588
3788 * class.c (find_flexarrays): Make a record of multiple flexible array
3789 members.
3790
3791 2018-01-12 Jason Merrill <jason@redhat.com>
3792
3793 PR c++/83186 - ICE with static_cast of list-initialized temporary.
3794 * typeck.c (build_static_cast): Use build_non_dependent_expr.
3795
3796 2018-01-12 Nathan Sidwell <nathan@acm.org>
3797
3798 * cp-tree.h (mark_rvalue_use): Add parm name.
3799 * expr.c (mark_lvalue_use, mark_lvalue_use_nonread): Move next to
3800 mark_rvalue_use.
3801 * call.c (convert_like_real): Fix formatting.
3802
3803 2018-01-11 Jason Merrill <jason@redhat.com>
3804
3805 PR c++/82728 - wrong -Wunused-but-set-variable
3806 PR c++/82799
3807 PR c++/83690
3808 * call.c (perform_implicit_conversion_flags): Call mark_rvalue_use.
3809 * decl.c (case_conversion): Likewise.
3810 * semantics.c (finish_static_assert): Call
3811 perform_implicit_conversion_flags.
3812
3813 2018-01-11 Nathan Sidwell <nathan@acm.org>
3814
3815 * method.c (enum mangling_flags): Delete long-dead enum.
3816
3817 2018-01-10 Paolo Carlini <paolo.carlini@oracle.com>
3818
3819 * parser.c (cp_parser_std_attribute_spec): When
3820 token_pair::require_open / require_close return false simply
3821 return error_mark_node, avoid duplicate cp_parser_error about
3822 expected '(' / ')', respectively.
3823
3824 2018-01-10 David Malcolm <dmalcolm@redhat.com>
3825
3826 PR c++/43486
3827 * call.c (null_ptr_cst_p): Strip location wrappers when
3828 converting from '0' to a pointer type in C++11 onwards.
3829 (conversion_null_warnings): Replace comparison with null_node with
3830 call to null_node_p.
3831 (build_over_call): Likewise.
3832 * cp-gimplify.c (cp_fold): Remove the early bailout when
3833 processing_template_decl.
3834 * cp-lang.c (selftest::run_cp_tests): Call
3835 selftest::cp_pt_c_tests and selftest::cp_tree_c_tests.
3836 * cp-tree.h (cp_expr::maybe_add_location_wrapper): New method.
3837 (selftest::run_cp_tests): Move decl to bottom of file.
3838 (null_node_p): New inline function.
3839 (selftest::cp_pt_c_tests): New decl.
3840 (selftest::cp_tree_c_tests): New decl.
3841 * cvt.c (build_expr_type_conversion): Replace comparison with
3842 null_node with call to null_node_p.
3843 * error.c (args_to_string): Likewise.
3844 * except.c (build_throw): Likewise.
3845 * mangle.c (write_expression): Skip location wrapper nodes.
3846 * parser.c (literal_integer_zerop): New function.
3847 (cp_parser_postfix_expression): Call maybe_add_location_wrapper on
3848 the result for RID_TYPEID. Pass true for new "wrap_locations_p"
3849 param of cp_parser_parenthesized_expression_list. When calling
3850 warn_for_memset, replace integer_zerop calls with
3851 literal_integer_zerop, eliminating the double logical negation
3852 cast to bool. Eliminate the special-casing for CONST_DECL in
3853 favor of the fold_for_warn within warn_for_memset.
3854 (cp_parser_parenthesized_expression_list): Add "wrap_locations_p"
3855 param, defaulting to false. Convert "expr" to a cp_expr, and call
3856 maybe_add_location_wrapper on it when wrap_locations_p is true.
3857 (cp_parser_unary_expression): Call maybe_add_location_wrapper on
3858 the result for RID_ALIGNOF and RID_SIZEOF.
3859 (cp_parser_builtin_offsetof): Likewise.
3860 * pt.c: Include "selftest.h".
3861 (tsubst_copy): Handle location wrappers.
3862 (tsubst_copy_and_build): Likewise.
3863 (build_non_dependent_expr): Likewise.
3864 (selftest::test_build_non_dependent_expr): New function.
3865 (selftest::cp_pt_c_tests): New function.
3866 * tree.c: Include "selftest.h".
3867 (lvalue_kind): Handle VIEW_CONVERT_EXPR location wrapper nodes.
3868 (selftest::test_lvalue_kind): New function.
3869 (selftest::cp_tree_c_tests): New function.
3870 * typeck.c (string_conv_p): Strip any location wrapper from "exp".
3871 (cp_build_binary_op): Replace comparison with null_node with call
3872 to null_node_p.
3873 (build_address): Use location of operand when building address
3874 expression.
3875
3876 2018-01-10 Marek Polacek <polacek@redhat.com>
3877
3878 PR c++/82541
3879 * call.c (build_conditional_expr_1): Check complain before warning.
3880 * pt.c (tsubst_copy_and_build) <case COND_EXPR>: Suppress
3881 -Wduplicated-branches.
3882
3883 2018-01-10 Jakub Jelinek <jakub@redhat.com>
3884
3885 PR c++/81327
3886 * call.c (maybe_warn_class_memaccess): Add forward declaration.
3887 Change last argument from tree * to const vec<tree, va_gc> *, adjust
3888 args uses and check number of operands too. Don't strip away any
3889 nops. Use maybe_constant_value when looking for INTEGER_CST args.
3890 Deal with src argument not having pointer type. Check
3891 tree_fits_uhwi_p before calling tree_to_uhwi. Remove useless
3892 test.
3893 (build_over_call): Call maybe_warn_class_memaccess here on the
3894 original arguments.
3895 (build_cxx_call): Rather than here on converted arguments.
3896
3897 2018-01-10 Paolo Carlini <paolo.carlini@oracle.com>
3898
3899 PR c++/81055
3900 * init.c (build_vec_init): Avoid building an INIT_EXPR with
3901 error_mark_node as second argument.
3902
3903 2018-01-09 Jakub Jelinek <jakub@redhat.com>
3904
3905 PR c++/83734
3906 * constexpr.c (cxx_eval_statement_list): Ignore DEBUG_BEGIN_STMTs
3907 in STATEMENT_LIST. Remove unneeded assert.
3908
3909 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
3910 Alan Hayward <alan.hayward@arm.com>
3911 David Sherwood <david.sherwood@arm.com>
3912
3913 * constexpr.c (cxx_eval_array_reference): Handle polynomial
3914 VECTOR_CST_NELTS.
3915 (cxx_fold_indirect_ref): Handle polynomial TYPE_VECTOR_SUBPARTS.
3916 * call.c (build_conditional_expr_1): Likewise.
3917 * decl.c (cp_finish_decomp): Likewise.
3918 * mangle.c (write_type): Likewise.
3919 * typeck.c (structural_comptypes): Likewise.
3920 (cp_build_binary_op): Likewise.
3921 * typeck2.c (process_init_constructor_array): Likewise.
3922
3923 2018-01-03 Jakub Jelinek <jakub@redhat.com>
3924
3925 PR c++/83555
3926 * typeck.c (build_static_cast_1): For static casts to reference types,
3927 call build_base_path with flag_delete_null_pointer_checks as nonnull
3928 instead of always false. When -fsanitize=null, call
3929 ubsan_maybe_instrument_reference on the NULL reference INTEGER_CST.
3930 * cp-gimplify.c (cp_genericize_r): Don't walk subtrees of UBSAN_NULL
3931 call if the first argument is INTEGER_CST with REFERENCE_TYPE.
3932
3933 2018-01-03 Nathan Sidwell <nathan@acm.org>
3934
3935 PR c++/83667
3936 * method.c (make_alias_for): Copy DECL_CONTEXT.
3937
3938 2018-01-03 Marek Polacek <polacek@redhat.com>
3939
3940 PR c++/83592
3941 * decl.c (grokdeclarator): Don't warn about MVP in typename context.
3942
3943 2018-01-03 Jakub Jelinek <jakub@redhat.com>
3944
3945 PR preprocessor/83602
3946 * name-lookup.c (lookup_name_fuzzy): Don't use macro_use_before_def
3947 for builtin macros.
3948
3949 PR c++/83634
3950 * cp-gimplify.c (cp_fold) <case NOP_EXPR>: If the operand folds to
3951 error_mark_node, return error_mark_node.
3952
3953 Update copyright years.
3954
3955 2018-01-02 Jakub Jelinek <jakub@redhat.com>
3956
3957 PR c++/83556
3958 * tree.c (replace_placeholders_r): Pass NULL as last argument to
3959 cp_walk_tree instead of d->pset. If non-TREE_CONSTANT and
3960 non-PLACEHOLDER_EXPR tree has been seen already, set *walk_subtrees
3961 to false and return.
3962 (replace_placeholders): Pass NULL instead of &pset as last argument
3963 to cp_walk_tree.
3964
3965 2018-01-02 Nathan Sidwell <nathan@acm.org>
3966
3967 * constexpr.c (cxx_bind_parameters_in_call): Remove unneeded local
3968 lval var.
3969 \f
3970 Copyright (C) 2018 Free Software Foundation, Inc.
3971
3972 Copying and distribution of this file, with or without modification,
3973 are permitted in any medium without royalty provided the copyright
3974 notice and this notice are preserved.