]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/cp/ChangeLog
c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarantee it...
[thirdparty/gcc.git] / gcc / cp / ChangeLog
1 2016-09-01 Martin Sebor <msebor@redhat.com>
2
3 * mangle.c: Increase buffer size to guarantee it fits the output
4 of the formatted function regardless of its arguments.
5
6 2016-09-01 Marek Polacek <polacek@redhat.com>
7
8 PR c/7652
9 * error.c (dump_type): Fix falls through comment.
10 (dump_decl): Likewise.
11 (dump_expr): Likewise.
12
13 2016-08-30 David Malcolm <dmalcolm@redhat.com>
14
15 * parser.c (cp_parser_enclosed_template_argument_list): Add fix-it
16 hint to ">>" within nested template argument list error.
17
18 2016-08-30 David Malcolm <dmalcolm@redhat.com>
19
20 * name-lookup.c (suggest_alternatives_for): Use add_fixit_replace
21 rather than add_fixit_misspelled_id.
22 * parser.c (cp_parser_diagnose_invalid_type_name): Likewise.
23
24 2016-08-29 Jason Merrill <jason@redhat.com>
25
26 PR c++/77379
27 * mangle.c (maybe_check_abi_tags): Add version parm, handle thunks.
28 (mangle_thunk): Add thunk parameter.
29 * method.c (finish_thunk): Pass it.
30 * cp-tree.h: Declare it.
31
32 2016-08-15 Jason Merrill <jason@redhat.com>
33
34 Avoid calling a trivial default constructor.
35 * class.c (default_ctor_p): New.
36 (in_class_defaulted_default_constructor): Use it.
37 (type_has_non_user_provided_default_constructor): Use it.
38 * call.c (build_over_call): Handle trivial default constructor.
39 * cp-tree.h: Declare default_ctor_p.
40
41 PR c++/57728
42 * pt.c (do_type_instantiation): Don't mess with non-user-provided
43 member functions.
44
45 2016-08-25 Marek Polacek <polacek@redhat.com>
46
47 * parser.c (cp_parser_binary_expression): Pass LHS to
48 warn_logical_not_parentheses.
49
50 2016-08-18 Marek Polacek <polacek@redhat.com>
51
52 PR c/7652
53 * call.c (add_builtin_candidate): Add gcc_fallthrough.
54 * cxx-pretty-print.c (pp_cxx_unqualified_id): Likewise.
55 * parser.c (cp_parser_skip_to_end_of_statement): Likewise.
56 (cp_parser_cache_defarg): Likewise.
57
58 2016-08-12 Marek Polacek <polacek@redhat.com>
59
60 PR c/7652
61 * call.c (add_builtin_candidate): Add FALLTHRU.
62 (build_integral_nontype_arg_conv): Adjust fall through comment.
63 (build_new_op_1): Add FALLTHRU.
64 (convert_like_real): Adjust fall through comment.
65 * class.c (fixed_type_or_null): Likewise.
66 * constexpr.c (cxx_eval_constant_expression): Likewise.
67 (potential_constant_expression_1): Likewise. Add FALLTHRU.
68 * cp-gimplify.c (cp_gimplify_expr): Adjust fall through comment.
69 (cp_fold): Add FALLTHRU.
70 * cvt.c (build_expr_type_conversion): Adjust fall through comment.
71 * cxx-pretty-print.c (pp_cxx_unqualified_id): Add FALLTHRU.
72 (pp_cxx_qualified_id): Likewise.
73 (cxx_pretty_printer::constant): Adjust fall through comment.
74 (cxx_pretty_printer::primary_expression): Add FALLTHRU.
75 (pp_cxx_pm_expression): Adjust fall through comment.
76 (cxx_pretty_printer::expression): Add FALLTHRU.
77 (cxx_pretty_printer::declaration_specifiers): Reformat code.
78 (pp_cxx_type_specifier_seq): Adjust fall through comment.
79 (pp_cxx_ptr_operator): Likewise. Add FALLTHRU.
80 * error.c (dump_type): Adjust fall through comment.
81 (dump_decl): Likewise.
82 * mangle.c (write_type): Likewise.
83 * method.c (synthesized_method_walk): Add FALLTHRU.
84 * name-lookup.c (arg_assoc_type): Likewise.
85 * parser.c (cp_lexer_print_token): Adjust fall through comment.
86 (cp_parser_primary_expression): Add FALLTHRU.
87 (cp_parser_operator): Likewise.
88 * pt.c (find_parameter_packs_r): Likewise.
89 (tsubst_aggr_type): Adjust fall through comment.
90 * semantics.c (finish_omp_clauses): Add FALLTHRU.
91 * tree.c (lvalue_kind): Likewise.
92
93 2016-08-12 Alexandre Oliva <aoliva@redhat.com>
94
95 PR debug/63240
96 * cp-objcp-common.c (cp_function_decl_defaulted): New.
97 (cp_function_decl_explicit_p): Const_tree-ify.
98 (cp_function_decl_deleted_p): Likewise.
99 * cp-objcp-common.h (cp_function_decl_defaulted): Declare.
100 (cp_function_decl_explicit_p): Const_tree-ify.
101 (cp_function_decl_deleted_p): Likewise.
102 (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Redefine.
103
104 2016-08-11 Jakub Jelinek <jakub@redhat.com>
105
106 PR c++/72868
107 * constexpr.c (label_matches): Handle case range expressions.
108
109 2016-08-11 Jason Merrill <jason@redhat.com>
110
111 PR c++/73456
112 * logic.cc (non_atomic_constraint_p): Handle EXPR_PACK_EXPANSION.
113
114 2016-08-10 Jason Merrill <jason@redhat.com>
115
116 Implement C++17 constexpr if.
117 * cp-tree.h (IF_STMT_CONSTEXPR_P): New.
118 * name-lookup.c (push_to_top_level, pop_from_top_level_1): Handle it.
119 * parser.h (struct cp_parser): Add in_discarded_stmt field.
120 * parser.c (cp_parser_selection_statement): Handle 'if constexpr'.
121 (cp_parser_jump_statement): Avoid deducing from a discarded return.
122 * pt.c (tsubst_expr): Only instantiate taken branch of constexpr if.
123 * semantics.c (begin_if_stmt): Set the binding level this_entity.
124 (finish_if_stmt_cond): Require the condition of a
125 constexpr if to be constant.
126 * decl.c (level_for_constexpr_if): New.
127 (named_label_entry): Add in_constexpr_if field.
128 (poplevel_named_label_1): Set it.
129 (check_goto): Check it.
130 (check_previous_goto_1): Check level_for_constexpr_if.
131
132 2016-08-09 Jason Merrill <jason@redhat.com>
133
134 PR c++/68703
135 * decl2.c (any_dependent_type_attributes_p): New.
136 * pt.c (dependent_type_p_r, type_dependent_expression_p): Check it.
137 * semantics.c (finish_id_expression): Check it.
138 * typeck.c (finish_class_member_access_expr): Check it.
139
140 PR c++/71712
141 * class.c (check_abi_tags): Don't duplicate tags for conversion ops.
142
143 Adjust mangling of ABI tags on class template member functions.
144 * class.c (missing_abi_tags): New.
145 (check_abi_tags): Don't check template. Add just_checking mode.
146 * mangle.c (abi_flag_at_least, any_abi_below, equal_abi_tags): New.
147 (sorted_abi_tags): Split out from write_abi_tags.
148 (struct releasing_vec): New.
149 (write_unqualified_name): Only look for the primary
150 template for types. Implement backward compatibility.
151
152 PR c++/72849
153 * constexpr.c (cxx_eval_constant_expression): Check
154 COMPLETE_TYPE_P before calling is_really_empty_class.
155 * class.c (is_really_empty_class): Don't call complete_type.
156
157 PR c++/56701
158 * typeck.c (cp_build_addr_expr_1): Remove special *this handling.
159
160 2016-08-09 Jakub Jelinek <jakub@redhat.com>
161
162 PR c++/72809
163 * rtti.c (get_pseudo_ti_index): Return TK_CLASS_TYPE for
164 builtin aggregate types without TYPE_BINFO.
165
166 2016-08-08 Jason Merrill <jason@redhat.com>
167
168 Implement C++17 constexpr lambda.
169 * class.c (finalize_literal_type_property): Handle lambdas.
170 * constexpr.c (is_valid_constexpr_fn): Likewise. No longer static.
171 (explain_invalid_constexpr_fn, cxx_eval_call_expression): Handle
172 lambdas.
173 (cxx_eval_constant_expression): Handle capture proxy.
174 (var_in_constexpr_fn): Don't check for C++14.
175 (var_in_maybe_constexpr_fn): New.
176 (potential_constant_expression_1): Use it. Check DECL_EXPR for
177 declarations not allowed in constexpr function. Handle
178 STATIC_ASSERT, RANGE_FOR_STMT.
179 * decl.c (make_rtl_for_nonlocal_decl): Use var_in_maybe_constexpr_fn.
180 (finish_function): Set DECL_DECLARED_CONSTEXPR_P on lambda members.
181 * lambda.c (begin_lambda_type): Set CLASSTYPE_LITERAL_P.
182 (maybe_add_lambda_conv_op): Clear thunk CALL_EXPR location.
183 (lambda_static_thunk_p): New.
184 * parser.c (cp_keyword_starts_decl_specifier_p): Add RID_CONSTEXPR.
185 (CP_PARSER_FLAGS_ONLY_MUTABLE_OR_CONSTEXPR): New enumerator.
186 (cp_parser_decl_specifier_seq): Handle it.
187 (cp_parser_lambda_declarator_opt): Use cp_parser_decl_specifier_seq.
188 * pt.c (instantiate_class_template_1): Set CLASSTYPE_LITERAL_P.
189 (tsubst_copy_and_build) [CALL_EXPR]: Propagate CALL_FROM_THUNK_P.
190 * error.c (dump_function_decl): Check TFF_NO_TEMPLATE_BINDINGS.
191 (dump_expr) [FUNCTION_DECL]: Pass it.
192
193 2016-08-08 Jason Merrill <jason@redhat.com>
194
195 PR c++/67131
196 * class.c (is_really_empty_class): Call complete_type.
197 * constexpr.c (cxx_eval_constant_expression): Check
198 is_really_empty_class.
199 (potential_constant_expression_1): Likewise. Check for error type.
200
201 2016-08-08 Jakub Jelinek <jakub@redhat.com>
202
203 PR c++/58706
204 * parser.c: Include tree-iterator.h.
205 (cp_parser_omp_for_loop_init): Move lambda DECL_EXPRs from init
206 to FOR_BLOCK.
207 (cp_parser_omp_for_loop): Handle non-STATEMENT_LIST FOR_BLOCK
208 entries.
209
210 2016-08-06 Jonathan Wakely <jwakely@redhat.com>
211
212 * call.c (convert_like_real): Harmonize diagnostics for invalid
213 reference binding.
214
215 2016-08-05 Martin Sebor <msebor@redhat.com>
216
217 * constexpr.c (cxx_eval_store_expression): Remove hyphen from
218 the spelling of "constant-expression" in diagnostic messages
219 for consistency.
220 (cxx_eval_constant_expression): Same.
221 (cxx_eval_outermost_constant_expr): Same.
222 (potential_constant_expression_1): Same.
223
224 2016-08-05 Nathan Sidwell <nathan@acm.org>
225
226 PR c++/68724
227 * pt.c (unify): TRAIT_EXPR is an expr.
228
229 2016-08-04 Paolo Carlini <paolo.carlini@oracle.com>
230
231 PR c++/72800
232 * lambda.c (add_capture): Check lambda_capture_field_type return
233 value for error_mark_node.
234
235 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
236
237 PR c++/72759
238 * pt.c (tsubst_qualified_id): Return error_mark_node if
239 template_args is error_mark_node.
240
241 2016-08-04 Jason Merrill <jason@redhat.com>
242
243 PR c++/72415
244 * pt.c (tsubst_pack_expansion): Pull a single pack expansion out
245 of the TREE_VEC.
246
247 * cp-tree.h (TYPE_UNNAMED_P): Rename from TYPE_ANONYMOUS_P.
248 (TYPE_WAS_UNNAMED): Rename from TYPE_WAS_ANONYMOUS.
249 * class.c, decl.c, decl2.c, error.c, lambda.c, mangle.c,
250 name-lookup.c, parser.c, pt.c, semantics.c, tree.c: Adjust.
251
252 PR c++/72796
253 * typeck.c (finish_class_member_access_expr): Avoid stripping
254 SCOPE_REF to dependent base.
255
256 2016-08-04 Thomas Schwinge <thomas@codesourcery.com>
257
258 * parser.c (cp_ensure_no_oacc_routine): Improve diagnostics.
259 (cp_parser_late_parsing_cilk_simd_fn_info): Fix diagnostics.
260 (cp_parser_late_parsing_oacc_routine, cp_finalize_oacc_routine):
261 Simplify code, and improve diagnostics.
262 (cp_parser_oacc_routine): Likewise. Move pragma context
263 checking...
264 (cp_parser_pragma): ... here.
265
266 * parser.h (struct cp_omp_declare_simd_data): New.
267 (struct cp_parser): Use it for oacc_routine member.
268 * parser.c (cp_ensure_no_oacc_routine, cp_parser_oacc_routine)
269 (cp_parser_late_parsing_oacc_routine, cp_finalize_oacc_routine):
270 Use it. Simplify code.
271 (cp_parser_new): Initialize all members pointing to special
272 parsing data structures.
273 (cp_parser_cilk_simd_fn_vector_attrs): Initialize
274 parser->cilk_simd_fn_info->clauses.
275 (cp_parser_omp_declare_simd): Initialize
276 parser->omp_declare_simd->clauses.
277 (cp_parser_late_parsing_omp_declare_simd): Simplify code.
278
279 2016-08-04 Marek Polacek <polacek@redhat.com>
280
281 PR c++/70229
282 * constexpr.c (check_constexpr_ctor_body_1): Allow typedef
283 declarations.
284
285 2016-08-01 Jason Merrill <jason@redhat.com>
286
287 * mangle.c (mangle_decl): Warn about mangled name change even if
288 DECL_REALLY_EXTERN.
289
290 * mangle.c (get_abi_tags): New.
291 (find_substitution, write_unqualified_name, write_abi_tags)
292 (maybe_check_abi_tags): Use it.
293
294 * mangle.c (mangle_decl): Fix mangled name change warning.
295
296 PR c++/72766
297 * constexpr.c (cxx_eval_pointer_plus_expression): Check constancy
298 of nelts.
299 * cp-gimplify.c (cp_fully_fold): Only maybe_constant_value in
300 C++11 and up.
301
302 2016-07-30 Martin Sebor <msebor@redhat.com>
303
304 PR c++/60760
305 PR c++/71091
306 * constexpr.c (cxx_eval_binary_expression): Reject invalid expressions
307 involving null pointers.
308 (cxx_eval_component_reference): Reject null pointer dereferences.
309 (cxx_eval_indirect_ref): Reject indirecting through null pointers.
310 (cxx_eval_constant_expression): Reject invalid expressions involving
311 null pointers.
312
313 2016-07-29 Marek Polacek <polacek@redhat.com>
314
315 PR c/71926
316 * semantics.c (maybe_convert_cond): Use the location of COND for the
317 parentheses warning.
318
319 2016-07-29 Jason Merrill <jason@redhat.com>
320
321 * decl.c (build_enumerator): Tweak diagnostic.
322
323 PR c++/72457
324 * init.c (expand_aggr_init_1): Only handle value-init of bases.
325 * constexpr.c (build_data_member_initialization): Handle multiple
326 initializers for the same field.
327
328 2016-07-28 Paolo Carlini <paolo.carlini@oracle.com>
329
330 PR c++/71665
331 * decl.c (build_enumerator): Check the type of the enumerator before
332 calling cxx_constant_value.
333
334 2016-07-27 Jason Merrill <jason@redhat.com>
335
336 PR c++/71747
337 * pt.c (get_partial_spec_bindings): Replace tparms and spec_args
338 parameters with spec_tmpl. Call push_tinst_level.
339 (most_specialized_partial_spec): Adjust.
340 (more_specialized_partial_spec): Adjust.
341
342 2016-07-25 Jason Merrill <jason@redhat.com>
343
344 PR c++/65970
345 * cp-gimplify.c (genericize_cp_loop): Revert location change.
346
347 PR c++/71837
348 * lambda.c (add_capture): Leave a pack expansion in a TREE_LIST.
349 (build_lambda_object): Call build_x_compound_expr_from_list.
350 * pt.c (tsubst) [DECLTYPE_TYPE]: Likewise.
351
352 PR c++/71833
353 PR c++/54440
354 * pt.c (coerce_template_parameter_pack): Fix logic for
355 pack index.
356
357 PR c++/65970
358 * constexpr.c (cxx_eval_loop_expr): Count iterations.
359 * cp-gimplify.c (genericize_cp_loop): Use start_locus even for
360 infinite loops.
361
362 PR c++/71972
363 * constexpr.c (cxx_eval_array_reference): Handle looking for the
364 value of an element we're currently modifying.
365
366 2016-07-24 Jason Merrill <jason@redhat.com>
367
368 PR c++/71515
369 * pt.c (resolve_typename_type): Try to avoid calling
370 currently_open_class.
371
372 2016-07-23 Jason Merrill <jason@redhat.com>
373
374 PR c++/66617
375 * call.c (add_list_candidates): Handle VTT parm.
376 (build_new_method_call_1): Likewise.
377
378 PR c++/55922
379 PR c++/63151
380 * init.c (expand_aggr_init_1): Handle list-initialization from {}.
381
382 PR c++/70709
383 * class.c (walk_subobject_offsets): Handle 0-length array.
384
385 PR c++/70778
386 * pt.c (tsubst): Also substitute into the template of a
387 BOUND_TEMPLATE_TEMPLATE_PARM.
388
389 PR c++/71738
390 * pt.c (lookup_template_class_1): Handle getting template from tsubst.
391
392 PR c++/71350
393 * decl.c (reshape_init_r): Check complain for missing braces warning.
394
395 2016-07-22 Jason Merrill <jason@redhat.com>
396
397 PR c++/71576
398 * call.c (convert_like_real): Use lvalue_kind.
399
400 PR c++/71748
401 PR c++/52746
402 * pt.c (tsubst_baselink): Call
403 adjust_result_of_qualified_name_lookup for unqualified
404 destructors.
405
406 2016-07-21 Jason Merrill <jason@redhat.com>
407
408 PR c++/69223
409 * semantics.c (apply_deduced_return_type): Call
410 complete_type_or_else before building the new RESULT_DECL.
411
412 PR c++/71274
413 * decl2.c (maybe_instantiate_decl): Split out from mark_used.
414 (decl_constant_var_p): Use it instead.
415
416 PR c++/71630
417 * pt.c (instantiate_decl): Fix pattern_defined for namespace scope
418 variable templates.
419
420 PR c++/71913
421 * call.c (unsafe_copy_elision_p): It's OK to elide when
422 initializing an unknown object.
423
424 * call.c (build_over_call): Check unsafe_copy_elision_p even for
425 trivial constructors.
426 * method.c (do_build_copy_constructor): Don't copy tail padding
427 even in a trivial constructor.
428
429 2016-07-21 Jakub Jelinek <jakub@redhat.com>
430
431 PR c++/71728
432 * constexpr.c (potential_constant_expression_1) <case GOTO_EXPR>:
433 Replace assert with test, return false if the goto isn't break
434 or continue. Formatting fix.
435
436 2016-07-21 Richard Biener <rguenther@suse.de>
437
438 * vtable-class-hierarchy.c (vtv_generate_init_routine): Set
439 DECL_IGNORED_P.
440
441 2016-07-21 Jakub Jelinek <jakub@redhat.com>
442
443 PR c++/71941
444 * cp-gimplify.c (cp_genericize): For nested cp_genericize calls
445 save/restore bc_label array.
446
447 2016-07-21 Jason Merrill <jason@redhat.com>
448
449 PR c++/70781
450 * parser.c (cp_parser_lambda_expression): Unset OK if there was an
451 error parsing the lambda-declarator.
452
453 PR c++/71896
454 * constexpr.c (cxx_eval_binary_expression): Handle comparison
455 between lowered and unlowered PTRMEM_CST.
456
457 PR c++/65168
458 * typeck.c (cp_truthvalue_conversion): Compare pointers to nullptr.
459 Don't set c_inhibit_evaluation_warnings.
460
461 PR c++/71121
462 * cp-gimplify.c (cp_fully_fold): First call maybe_constant_value.
463
464 2016-07-21 Andrew Sutton <andrew.n.sutton@gmail.com>
465 Jason Merrill <jason@redhat.com>
466
467 Improving concepts performance and diagnostics.
468 PR c++/67565
469 PR c++/67579
470 PR c++/71843
471 * cp-tree.def (CHECK_CONSTR): New.
472 * cp-tree.h (CHECK_CONSTR_CONCEPT): New.
473 (CHECK_CONSTR_ARGS): New.
474 * constraint.cc (make_predicate_constraint): Remove in favor of
475 normalize_expression.
476 (resolve_constraint_check): Actually return error_mark_node when
477 resolution fails.
478 (resolve_variable_concept_check): Perform coercion as if processing
479 a template. Also return errors on resolution failure.
480 (lift_*): Remove all of these functions. Don't unnecessarily inline
481 concepts.
482 (learn_*): Add facilities to memoize implications for subsumption
483 during normalization.
484 (expanding_concept): New.
485 (expand_concept): New. Return the inlined and normalized definition
486 of a concept when needed.
487 (transform_*, xform_*): Rename to normalize_* to better reflect the
488 responsibility of those functions.
489 (normalize_template_id_expression): Check for non-boolean operands
490 when possible. Generate check constraints instead of normal variable
491 references.
492 (normalize_call_expression): Report errors when resolution fails.
493 (check_for_logical_overloads): Rewrite this check to more accurately
494 report the error.
495 (normalize_atom): Check for overloaded calls and invalid types before
496 determining if the expression refers to a concept.
497 (build_constraints): Don't cache normalized constraints or decomposed
498 assumptions.
499 (finish_shorthand_constraint): Return a normalized expression instead
500 of a predicate constraint.
501 (finish_template_introduction): Same.
502 (placeholder_extract_concept_and_args): Rewrite this since we only
503 ever get check constraints here.
504 (equivalent_placeholder_constraints): Rewrite in terms of check
505 constraints, and handle error_mark_nodes correctly.
506 (tsubst_check_constraint, tsubst_expr_constr, tsubst_type_constr)
507 (tsubst_implicit_conversion_constr)
508 (tsubst_argument_deduction_constr, tsubst_exception_constr)
509 (tsubst_parameterized_constraint, tsubst_constraint): New.
510 (tsbust_conjunection): Replace with tsubst_logical_operator and
511 actually generate the right kind of constraint.
512 (tsubst_requirement_body): Reverse the order of substituted arguments
513 so that they appear in the order written (helps diagnostics).
514 (satisfy_check_constraint): New.
515 (satisfy_conjunction): Simplify.
516 (satisfy_disjunction): Same.
517 (satisfy_constraint_1): Handle check constraints.
518 (eval_constr): New (private) global state.
519 (evaluating_constraints_sentinel): New. Manages eval_constr.
520 (satisfy_constraint): Add timing variables.
521 (satisfy_associated_constraints): Add hooks for memoization.
522 (evaluate_function_concept): Build a check constraint instead of
523 normalizing its definition.
524 (evaluate_variable_concept): Same.
525 (evaluate_constraint_expression): Normalize, but in the current
526 declaration processing context.
527 (evaluating_constraints_p): New.
528 (elide_constraint_failure_p): Actually emit constraint_thresh errors.
529 (diagnose_*): Remove artificial indentation. Add a new parameter to
530 each that tracks the current (complete) constraint prior to any
531 substitutions.
532 (diagnose_expression): Removed.
533 (diagnose_call_expression): Same.
534 (diagnose_template_id): Same.
535 (diagnose_template_id): New.
536 (diagnose_logical_constraint): New.
537 (diagnose_expression_constraint): Show the original expression.
538 (diagnose_type_constraint): Show the original type.
539 (diagnose_implicit_conversion_constraint): Be specific about
540 failures, don't re-diagnose a known-to-be-failed substitutions,
541 and manage elisions properly.
542 (diagnose_argument_deduction_constraint): Same.
543 (diagnose_exception_constraint): Same.
544 (diagnose_parameterized_constraint): Same.
545 (constraint_p): Allow EXPR_PACK_EXPANSION.
546 * logic.cc (next_by_distance): Removed. No longer used.
547 (any_p): Renamed from any_of.
548 (term_entry, term_hasher): New.
549 (term_list): Rewrite to include a hash table for quick lookup.
550 Also, make less stateful.
551 (proof_state): Extend to allow goals to be discharged once
552 satisfied.
553 (non_atomic_constraint_p): New.
554 (any_non_atomic_constraints_p): New.
555 (...rest...): Previous implementation completely replaced with an
556 iterative algorithm that opportunistically prunes the search space
557 before committing to using more memory.
558 * parser.c: (cp_parser_type_parameter): Normalize constraints.
559 (cp_parser_explicit_template_declaration): Same.
560 * pt.c: (finish_template_variable): Be less redundant with this error
561 message.
562 (template_args_equal): No longer static.
563 (tsubst_decl): Don't try to find specializations of variables that
564 have already been instantiated.
565 (build_non_dependent_expr): Avoid infinite recursion during concept
566 expansion.
567 (make_constrained_auto): Normalize constraints.
568 (do_auto_deduction): When doing auto deduction from a
569 partial-concept-id, be sure to include the explicit args checking
570 the constraints.
571 (constraint_sat_*): New. Memoize satisfied constraints.
572 (concept_spec_*): New. Memoize expressions associated with a concept
573 specialization.
574 (constraint_memos, concept_memos): New.
575 (lookup_constraint_satisfaction, memoize_constraint_satisfaction): New.
576 (lookup_concept_satisfaction, memoize_concept_satisfaction): New.
577 (get_concept_expansion, save_concept_expansion): New.
578 (hash_subsumption_args): New.
579 (comp_subsumption_args): New.
580 (subsumption_*): New. Memoize parts of the subsumption relation.
581 (lookup_subsumption_result, save_subsumption_result): New.
582 (init_constraint_processing): Initialize memo tables.
583 (get_constraints): Shortcut if !flag_concepts.
584 * decl.c (grokfndecl): Normalize constraints.
585 * error.c (dump_simple_decl): Print "concept" when appropriate.
586 (dump_function_decl): Same.
587 (dump_template_decl): Don't write requirements when we're not
588 printing the header.
589 (dump_expr): Handle fold expressions.
590 * cxx-pretty-print.c (cxx_pretty_printer::expression): Handle
591 fold expressions.
592 (get_fold_operator): New.
593 (pp_cxx_unary_left_fold_expression): New.
594 (pp_cxx_unary_right_fold_expression): New.
595 (pp_cxx_binary_fold_expression): New.
596 (pp_cxx_check_constraint): New.
597 (pp_cxx_*_constraint): Rewrite the grammar of internal constraints
598 to make them easier to read when debugging.
599 * search.c (accessible_p): Don't shortcut when evaluating constraints.
600 * tree.c (cp_tree_equal): Handle CHECK_CONSTR.
601
602 2016-07-20 David Malcolm <dmalcolm@redhat.com>
603
604 PR c/70339
605 PR c/71858
606 * name-lookup.c: Include gcc-rich-location.h, spellcheck-tree.h,
607 and parser.h.
608 (suggest_alternatives_for): If no candidates are found, try
609 lookup_name_fuzzy and report if if finds a suggestion.
610 (consider_binding_level): New function.
611 (lookup_name_fuzzy) New function.
612 * parser.c: Include gcc-rich-location.h.
613 (cp_lexer_next_token_is_decl_specifier_keyword): Move most of
614 logic into...
615 (cp_keyword_starts_decl_specifier_p): ...this new function.
616 (cp_parser_diagnose_invalid_type_name): When issuing
617 "does not name a type" errors, attempt to make a suggestion using
618 lookup_name_fuzzy.
619 * parser.h (cp_keyword_starts_decl_specifier_p): New prototype.
620 * search.c (lookup_field_fuzzy_info::fuzzy_lookup_field): Reject
621 types that are not CLASS_TYPE_P, rather than rejecting individual
622 tree codes.
623
624 2016-07-20 Jakub Jelinek <jakub@redhat.com>
625
626 PR c++/71909
627 * parser.c (cp_parser_save_member_function_body): Consume
628 __transaction_relaxed or __transaction_atomic with optional
629 attribute. Only skip catch with block if try keyword is seen.
630
631 PR c++/50060
632 * constexpr.c (cxx_eval_builtin_function_call): Pass false as lval
633 when evaluating call arguments. Use fold_builtin_call_array instead
634 of fold_build_call_array_loc, return t if it returns NULL. Otherwise
635 check the result with potential_constant_expression and call
636 cxx_eval_constant_expression on it.
637
638 2016-07-19 Jason Merrill <jason@redhat.com>
639
640 PR c++/67164
641 * pt.c (iterative_hash_template_arg, template_args_equal): Don't
642 handle ARGUMENT_PACK_SELECT.
643
644 2016-07-18 Jakub Jelinek <jakub@redhat.com>
645
646 PR c++/70869
647 PR c++/71054
648 * cp-gimplify.c (cp_genericize_r): Revert the 2016-07-07 change.
649 * tree.c (cp_walk_subtrees): For DECL_EXPR on DECL_ARTIFICIAL
650 non-static VAR_DECL, walk the decl's DECL_INITIAL, DECL_SIZE and
651 DECL_SIZE_UNIT.
652
653 PR c++/71835
654 * call.c (build_op_call_1): Use convert_like_with_context only
655 if cand->fn is a decl.
656
657 PR c++/71828
658 * constexpr.c (cxx_eval_constant_expression) <case REALPART_EXPR>:
659 For lval don't use cxx_eval_unary_expression and instead recurse
660 and if needed rebuild the reference.
661
662 PR c++/71826
663 * pt.c (tsubst_baselink): Only set BASELINK_OPTYPE for BASELINK_P.
664
665 PR c++/71822
666 * cp-gimplify.c (cp_gimplify_expr) <case VEC_INIT_EXPR>: Recursively
667 fold *expr_p before genericizing it.
668
669 PR c++/71871
670 * typeck.c (build_x_conditional_expr): Revert the 2012-10-25 change.
671
672 2016-07-15 Jason Merrill <jason@redhat.com>
673
674 PR c++/71495
675 * call.c (convert_like_real): Mask complain.
676 * semantics.c (perform_koenig_lookup): Likewise.
677
678 PR c++/71092
679 * constexpr.c (cxx_eval_call_expression): Fail quietly when cgraph
680 threw away DECL_SAVED_TREE.
681
682 PR c++/71117
683 Core 2189
684 * call.c (add_template_conv_candidate): Disable if there are
685 viable candidates.
686
687 PR c++/71511
688 * typeck2.c (cxx_incomplete_type_diagnostic): Handle DECLTYPE_TYPE.
689
690 PR c++/71513
691 * pt.c (tsubst_attributes): Fix loop logic.
692
693 PR c++/71604
694 PR c++/54430
695 * parser.c (cp_parser_range_for): Modify IDENTIFIER_BINDING directly.
696 (cp_parser_simple_declaration): Diagnose type definition in
697 for-range-declaration.
698
699 PR c++/71711
700 * operators.def: Add *_FOLD_EXPR.
701 * cp-tree.h (FOLD_EXPR_P): Parenthesize.
702 * mangle.c (write_expression): Handle fold-expressions.
703 * pt.c (tsubst_unary_left_fold, tsubst_binary_left_fold)
704 (tsubst_unary_right_fold, tsubst_binary_right_fold): Handle
705 partial instantiation.
706
707 PR c++/71814
708 * mangle.c (write_expression): Handle sizeof... an argument pack.
709
710 PR c++/71718
711 * pt.c (push_tinst_level_loc): Set at_eof before fatal_error.
712
713 PR c++/70824
714 * init.c (constant_value_1): Don't instantiated DECL_INITIAL of
715 artificial variables.
716
717 2016-07-15 Cesar Philippidis <cesar@codesourcery.com>
718
719 * parser.c (cp_parser_oacc_declare): Don't scan for
720 GOMP_MAP_POINTER.
721 * semantics.c (handle_omp_array_sections): Mark data clauses with
722 GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
723 zero-length subarrays.
724
725 2016-07-11 Jason Merrill <jason@redhat.com>
726
727 * decl.c (store_parm_decls): Remove check for void parm.
728
729 2016-07-08 Jason Merrill <jason@redhat.com>
730
731 * cp-tree.h: Unpoison lvalue_p.
732 * call.c, class.c, constexpr.c, cvt.c, init.c, lambda.c, pt.c,
733 tree.c, typeck.c, typeck2.c: Use lvalue_p instead of
734 real_lvalue_p.
735
736 * tree.c (obvalue_p): Rename from lvalue_p.
737 (lvalue_p): Define for c-common.
738 * call.c, cp-tree.h, cvt.c, init.c: Adjust.
739 * typeck.c: Adjust.
740 (cp_build_addr_expr_1): Remove obsolete code.
741
742 * tree.c (glvalue_p): Rename from lvalue_or_rvalue_with_address_p.
743 * call.c, cp-tree.h, typeck.c: Adjust.
744
745 * lambda.c (maybe_add_lambda_conv_op): Fix null object argument.
746
747 P0145R2: Refining Expression Order for C++.
748 * cp-gimplify.c (lvalue_has_side_effects): New.
749 (cp_gimplify_expr): Implement assignment ordering.
750 * call.c (op_is_ordered, build_over_call): Adjust for
751 -fargs-in-order renaming to -fstrong-eval-order.
752 * cp-gimplify.c (cp_gimplify_expr): Likewise.
753
754 2016-07-07 Jakub Jelinek <jakub@redhat.com>
755 Kai Tietz <ktietz70@googlemail.com>
756
757 PR c++/70869
758 PR c++/71054
759 * cp-gimplify.c (cp_genericize_r): For DECL_EXPR for non-static
760 artificial vars, genericize their initializers.
761
762 2016-07-05 David Malcolm <dmalcolm@redhat.com>
763
764 PR c++/62314
765 * parser.c (cp_parser_class_specifier_1): When reporting
766 missing semicolons, use a fixit-hint to suggest insertion
767 of a semicolon immediately after the closing brace,
768 offsetting the reported column accordingly.
769
770 2016-07-04 Jan Beulich <jbeulich@suse.com>
771
772 * lang-specs.h ("@c++-header"): Conditionalize "-o".
773
774 2016-06-29 Thomas Schwinge <thomas@codesourcery.com>
775
776 * parser.c (cp_parser_pragma) <PRAGMA_OMP_CANCELLATION_POINT>:
777 Move pragma context checking into...
778 (cp_parser_omp_cancellation_point): ... here, and improve
779 diagnostic messages.
780 * semantics.c (finish_omp_cancel, finish_omp_cancellation_point):
781 Improve diagnostic messages.
782
783 2016-06-28 Jakub Jelinek <jakub@redhat.com>
784
785 * Make-lang.in: Don't cat ../stage_current if it does not exist.
786
787 2016-06-24 Jason Merrill <jason@redhat.com>
788
789 P0145R2: Refining Expression Order for C++.
790 * typeck.c (cp_build_modify_expr): Leave COMPOUND_EXPR on LHS.
791
792 * tree.c (get_target_expr_sfinae): Handle bit-fields.
793 (build_target_expr): Call mark_rvalue_use.
794
795 2016-06-24 Jakub Jelinek <jakub@redhat.com>
796
797 * call.c (magic_varargs_p): Return 3 for __builtin_*_overflow_p.
798 (build_over_call): For magic == 3, do no conversion only on 3rd
799 argument.
800
801 2016-06-23 Andi Kleen <ak@linux.intel.com>
802
803 * Make-lang.in: Add support for autofdo.
804
805 2016-06-21 Jason Merrill <jason@redhat.com>
806
807 * constraint.cc (constraints_satisfied_p): Keep as many levels of
808 args as our template has levels of parms.
809
810 * pt.c (template_parm_outer_level, uses_outer_template_parms): New.
811 (type_dependent_expression_p): Use uses_outer_template_parms.
812
813 2016-06-20 David Malcolm <dmalcolm@redhat.com>
814
815 * parser.c (cp_parser_string_literal): Convert non-standard
816 concatenation error to directly use a rich_location, and
817 use that to add the location of the first literal to the
818 diagnostic.
819
820 2016-06-17 Paolo Carlini <paolo.carlini@oracle.com>
821
822 * decl.c (validate_constexpr_redeclaration): Change pair of errors
823 to error + inform.
824 * error.c (dump_function_decl): Save the constexpr specifier too.
825
826 2016-06-17 Jakub Jelinek <jakub@redhat.com>
827
828 * tree.c (builtin_valid_in_constant_expr_p): Test for
829 DECL_BUILT_IN_CLASS equal to BUILT_IN_NORMAL instead of just
830 DECL_BUILT_IN.
831 (bot_manip): Likewise.
832 * call.c (magic_varargs_p): Likewise.
833
834 2016-06-17 Paolo Carlini <paolo.carlini@oracle.com>
835
836 * decl.c (grokfndecl): Change pair of errors to error + inform.
837
838 2016-06-17 Jason Merrill <jason@redhat.com>
839
840 PR c++/71209
841 * typeck.c (finish_class_member_access_expr): Avoid "not a base"
842 warning when there are dependent bases.
843
844 2016-06-17 Jakub Jelinek <jakub@redhat.com>
845
846 * semantics.c (handle_omp_array_sections_1): Don't ICE when
847 processing_template_decl when checking for bitfields and unions.
848 Look through REFERENCE_REF_P as base of COMPONENT_REF.
849 (finish_omp_clauses): Look through REFERENCE_REF_P even for
850 array sections with COMPONENT_REF bases.
851
852 2016-06-16 Jakub Jelinek <jakub@redhat.com>
853
854 * parser.c (cp_parser_omp_var_list_no_open): Call
855 convert_from_reference before cp_parser_postfix_dot_deref_expression.
856 * semantics.c (finish_omp_clauses): Don't ICE when
857 processing_template_decl when checking for bitfields and unions.
858 Look through REFERENCE_REF_P as base of COMPONENT_REF.
859
860 2016-06-15 Paolo Carlini <paolo.carlini@oracle.com>
861
862 * decl.c (wrapup_globals_for_namespace): Use DECL_SOURCE_LOCATION and
863 "%qF" in warning_at instead of "%q+F" in warning.
864 (check_redeclaration_exception_specification): Likewise in pedwarn
865 (and error, inform, for consistency).
866 * call.c (joust): Likewise.
867
868 2016-06-15 Paolo Carlini <paolo.carlini@oracle.com>
869
870 PR c++/70202
871 * decl.c (xref_basetypes): Revert r117839 changes; add fix-up
872 code at the end of the for loop; also revert r159637 changes,
873 add back the gcc_assert.
874 * cp-tree.h (xref_basetypes): Adjust declaration.
875 * parser.c (cp_parser_class_head): Adjust xref_basetypes call.
876
877 2016-06-14 David Malcolm <dmalcolm@redhat.com>
878
879 * search.c: Include spellcheck-tree.h rather than spellcheck.h.
880
881 2016-06-14 David Malcolm <dmalcolm@redhat.com>
882
883 * typeck.c: Include "gcc-rich-location.h".
884 (finish_class_member_access_expr): Simplify fixit code by
885 using gcc_rich_location::add_fixit_misspelled_id.
886
887 2016-06-14 Jason Merrill <jason@redhat.com>
888
889 P0145R2: Refining Expression Order for C++.
890 * cp-tree.h (CALL_EXPR_OPERATOR_SYNTAX, CALL_EXPR_ORDERED_ARGS)
891 (CALL_EXPR_REVERSE_ARGS): New.
892 * call.c (build_new_op_1): Set them.
893 (extract_call_expr, op_is_ordered): New.
894 (build_over_call): Set CALL_EXPR_ORDERED_ARGS.
895 * cp-gimplify.c (cp_gimplify_expr) [CALL_EXPR]: Handle new flags.
896 * pt.c (tsubst_copy_and_build): Copy new flags.
897 * semantics.c (simplify_aggr_init_expr): Likewise.
898 * tree.c (build_aggr_init_expr): Likewise.
899 (build_min_non_dep_op_overload): Likewise.
900
901 2016-06-14 Jakub Jelinek <jakub@redhat.com>
902
903 PR c++/71528
904 * decl.c (duplicate_decls): For DECL_INITIALIZED_P non-external
905 olddecl vars, preserve their TREE_READONLY bit.
906
907 PR c++/71516
908 * decl.c (complete_vars): Handle gracefully type == error_mark_node.
909
910 2016-06-14 Paolo Carlini <paolo.carlini@oracle.com>
911
912 * typeck2.c (digest_init_r): Use EXPR_LOC_OR_LOC on init.
913
914 2016-06-13 Paolo Carlini <paolo.carlini@oracle.com>
915
916 * decl.c (grokdeclarator): Fix typo in pedwarn text.
917
918 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
919
920 PR c/71381
921 * parser.c (cp_parser_omp_var_list_no_open) <OMP_CLAUSE__CACHE_>:
922 Loosen checking.
923
924 2016-06-09 Paolo Carlini <paolo.carlini@oracle.com>
925
926 PR c++/71465
927 Revert:
928 2016-06-04 Paolo Carlini <paolo.carlini@oracle.com>
929
930 PR c++/70202
931 * parser.c (cp_parser_class_head): When xref_basetypes fails and
932 emits an error do not zero the type.
933
934 2016-06-08 Paolo Carlini <paolo.carlini@oracle.com>
935
936 * decl.c (maybe_deduce_size_from_array_init): Use
937 DECL_SOURCE_LOCATION in error_at.
938 (layout_var_decl): Likewise.
939 (check_array_initializer): Likewise.
940 (check_initializer): Likewise.
941 (duplicate_decls, check_elaborated_type_specifier): Tidy.
942
943 2016-06-08 Martin Sebor <msebor@redhat.com>
944 Jakub Jelinek <jakub@redhat.com>
945
946 PR c++/70507
947 PR c/68120
948 * constexpr.c: Include gimple-fold.h.
949 (cxx_eval_internal_function): New function.
950 (cxx_eval_call_expression): Call it.
951 (potential_constant_expression_1): Handle integer arithmetic
952 overflow built-ins.
953 * tree.c (builtin_valid_in_constant_expr_p): Handle
954 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
955
956 2016-06-08 Paolo Carlini <paolo.carlini@oracle.com>
957
958 * pt.c (tsubst, case TYPENAME_TYPE): Don't delay checking the
959 return value of tsubst_aggr_type for error_mark_node.
960
961 2016-06-08 Jakub Jelinek <jakub@redhat.com>
962
963 PR c++/71442
964 * pt.c (tsubst_copy): Only set TREE_USED on DECLs.
965
966 2016-06-06 Jakub Jelinek <jakub@redhat.com>
967 Patrick Palka <ppalka@gcc.gnu.org>
968
969 PR c++/70847
970 PR c++/71330
971 PR c++/71393
972 * cp-gimplify.c (cp_fold_r): Set *walk_subtrees = 0 and return NULL
973 right after cp_fold call if cp_fold has returned the same stmt
974 already in some earlier cp_fold_r call.
975 (cp_fold_function): Add pset automatic variable, pass its address
976 to cp_walk_tree.
977
978 2016-06-04 Paolo Carlini <paolo.carlini@oracle.com>
979
980 PR c++/70202
981 * parser.c (cp_parser_class_head): When xref_basetypes fails and
982 emits an error do not zero the type.
983
984 2016-06-03 Patrick Palka <ppalka@gcc.gnu.org>
985
986 PR c++/27100
987 * decl.c (duplicate_decls): Properly copy the
988 DECL_PENDING_INLINE_P, DECL_PENDING_INLINE_INFO and
989 DECL_SAVED_FUNCTION_DATA fields from OLDDECL to NEWDECL.
990
991 2016-06-03 Chung-Lin Tang <cltang@codesourcery.com>
992
993 * semantics.c (finish_omp_clauses): Mark OpenACC reduction
994 arguments as addressable when async clause exists.
995
996 2016-06-02 Jan Hubicka <jh@suse.cz>
997
998 * cp-gimplify.c (genericize_continue_stmt): Force addition of
999 predict stmt.
1000
1001 2016-06-02 Paolo Carlini <paolo.carlini@oracle.com>
1002
1003 * decl.c (xref_tag_1): Change pairs of errors to error + inform.
1004 (start_enum): Likewise.
1005 * parser.c (cp_parser_class_head): Likewise.
1006
1007 2016-06-02 Jakub Jelinek <jakub@redhat.com>
1008
1009 PR c++/71372
1010 * cp-gimplify.c (cp_fold): For INDIRECT_REF, if the folded expression
1011 is INDIRECT_REF or MEM_REF, copy over TREE_READONLY, TREE_SIDE_EFFECTS
1012 and TREE_THIS_VOLATILE flags. For ARRAY_REF and ARRAY_RANGE_REF, copy
1013 over TREE_READONLY, TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE flags
1014 to the newly built tree.
1015
1016 2016-05-31 Jason Merrill <jason@redhat.com>
1017
1018 * pt.c (instantiate_decl): Avoid recalculation.
1019
1020 PR c++/60095
1021 PR c++/69515
1022 PR c++/69009
1023 * pt.c (instantiate_template_1): Don't put the partial
1024 specialization in DECL_TI_TEMPLATE.
1025 (partial_specialization_p, impartial_args): Remove.
1026 (regenerate_decl_from_template): Add args parm.
1027 (instantiate_decl): Look up the partial specialization again.
1028
1029 PR c++/71227
1030 * pt.c (check_explicit_specialization): Give better diagnostic about
1031 specializing a hidden friend.
1032
1033 2016-05-31 Paolo Carlini <paolo.carlini@oracle.com>
1034
1035 PR c++/71248
1036 * decl.c (check_static_variable_definition): Use DECL_SOURCE_LOCATION
1037 to obtain correct locations; avoid redundant diagnostics on
1038 out-of-class definitions.
1039
1040 2016-05-30 Martin Sebor <msebor@redhat.com>
1041
1042 PR c++/71306
1043 * init.c (warn_placement_new_too_small): Handle placement new arguments
1044 that are elements of arrays more carefully. Remove a pointless loop.
1045
1046 2016-05-30 Jakub Jelinek <jakub@redhat.com>
1047
1048 PR c++/71349
1049 * parser.c (cp_parser_omp_for): Don't disallow nowait clause
1050 when combined with target construct.
1051 (cp_parser_omp_parallel): Pass cclauses == NULL as last argument
1052 to cp_parser_omp_all_clauses.
1053
1054 2016-05-30 Paolo Carlini <paolo.carlini@oracle.com>
1055
1056 PR c++/71238
1057 * lex.c (unqualified_name_lookup_error): Take a location too.
1058 (unqualified_fn_lookup_error): Take a cp_expr.
1059 * cp-tree.h (unqualified_name_lookup_error,
1060 unqualified_fn_lookup_error): Adjust declarations.
1061 * semantics.c (perform_koenig_lookup): Adjust
1062 unqualified_fn_lookup_error call, pass the location of
1063 the identifier too as part of a cp_expr.
1064
1065 2016-05-30 Paolo Carlini <paolo.carlini@oracle.com>
1066
1067 PR c++/71099
1068 * parser.c (cp_parser_function_specifier_opt): Use current_class_type
1069 to improve the diagnostic about wrong uses of 'virtual'.
1070
1071 2016-05-29 Paolo Carlini <paolo.carlini@oracle.com>
1072
1073 PR c++/71105
1074 * lambda.c (maybe_add_lambda_conv_op): Early return also when
1075 LAMBDA_EXPR_DEFAULT_CAPTURE_MODE != CPLD_NONE.
1076
1077 2016-05-28 Ville Voutilainen <ville.voutilainen@gmail.com>
1078
1079 Revert:
1080 PR c++/69855
1081 * name-lookup.c (pushdecl_maybe_friend_1): Push local function
1082 decls into the global scope after stripping template bits
1083 and setting DECL_ANTICIPATED.
1084
1085 2016-05-27 Paolo Carlini <paolo.carlini@oracle.com>
1086
1087 PR c++/60385
1088 * name-lookup.c (push_namespace): Return bool, false when pushdecl
1089 fails.
1090 * name-lookup.h (push_namespace): Adjust declaration.
1091 * parser.c (cp_parser_namespace_definition): Check push_namespace
1092 return value.
1093
1094 2016-05-27 Ville Voutilainen <ville.voutilainen@gmail.com>
1095
1096 PR c++/69855
1097 * name-lookup.c (pushdecl_maybe_friend_1): Push local function
1098 decls into the global scope after stripping template bits
1099 and setting DECL_ANTICIPATED.
1100
1101 2016-05-26 Jakub Jelinek <jakub@redhat.com>
1102
1103 * semantics.c (finish_omp_clauses) <case OMP_CLAUSE_SCHEDULE>: Warn
1104 if OMP_CLAUSE_SCHEDULE_CHUNK_EXPR is known not to be positive.
1105
1106 2016-05-26 Patrick Palka <ppalka@gcc.gnu.org>
1107
1108 PR c++/70822
1109 PR c++/70106
1110 * cp-tree.h (REF_PARENTHESIZED_P): Make this flag apply to
1111 SCOPE_REFs too.
1112 * pt.c (tsubst_qualified_id): If REF_PARENTHESIZED_P is set
1113 on the qualified_id then propagate it to the resulting
1114 expression.
1115 (do_auto_deduction): Check REF_PARENTHESIZED_P on SCOPE_REFs
1116 too.
1117 * semantics.c (force_paren_expr): If given a SCOPE_REF, just set
1118 its REF_PARENTHESIZED_P flag.
1119
1120 2016-05-25 Jason Merrill <jason@redhat.com>
1121
1122 PR c++/71173
1123 PR c++/70522
1124 * cp-tree.h (enum tag_types): Add scope_type.
1125 * parser.c (cp_parser_class_name): Use scope_type.
1126 (prefer_type_arg): Handle scope_type.
1127 (cp_parser_lookup_name): Use prefer_type_arg.
1128 * name-lookup.c (lookup_qualified_name): Change bool is_type_p to
1129 int prefer_type, use lookup_flags.
1130 * name-lookup.h: Adjust.
1131
1132 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
1133
1134 * parser.c (cp_parser_oacc_declare): Add support for
1135 GOMP_MAP_FIRSTPRIVATE_POINTER.
1136 * semantics.c (handle_omp_array_sections_1): Replace bool is_omp
1137 argument with enum c_omp_region_type ort. Don't privatize OpenACC
1138 non-static members.
1139 (handle_omp_array_sections): Replace bool is_omp argument with enum
1140 c_omp_region_type ort. Update call to handle_omp_array_sections_1.
1141 (finish_omp_clauses): Add specific errors and warning messages for
1142 OpenACC. Use firsrtprivate pointers for OpenACC subarrays. Update
1143 call to handle_omp_array_sections.
1144
1145 2016-05-24 Jason Merrill <jason@redhat.com>
1146
1147 PR c++/70584
1148 * cp-gimplify.c (cp_fold_maybe_rvalue): Loop in case cp_fold
1149 returns a decl.
1150 (cp_fold) [INDIRECT_REF]: Don't fold to an rvalue.
1151
1152 2016-05-24 Martin Sebor <msebor@redhat.com>
1153
1154 PR c++/71147
1155 * decl.c (layout_var_decl, grokdeclarator): Use complete_or_array_type_p.
1156 * pt.c (instantiate_class_template_1): Try to complete the element
1157 type of a flexible array member.
1158 (can_complete_type_without_circularity): Handle arrays of unknown bound.
1159 * typeck.c (complete_type): Also complete the type of the elements of
1160 arrays with an unspecified bound.
1161
1162 2016-05-24 Paolo Carlini <paolo.carlini@oracle.com>
1163
1164 PR c++/69872
1165 * typeck2.c (check_narrowing): Check pedwarn return value.
1166
1167 2016-05-24 Jakub Jelinek <jakub@redhat.com>
1168
1169 PR c++/71257
1170 * semantics.c (finish_omp_clauses) <case OMP_CLAUSE_LINEAR>:
1171 For OMP_CLAUSE_LINEAR_REF don't require type to be
1172 integral or pointer.
1173
1174 2016-05-24 Richard Biener <rguenther@suse.de>
1175
1176 PR middle-end/70434
1177 PR c/69504
1178 * expr.c (mark_exp_read): Handle VIEW_CONVERT_EXPR.
1179 * constexpr.c (cxx_eval_array_reference): Handle indexed
1180 vectors.
1181 * typeck.c (cp_build_array_ref): Adjust.
1182
1183 2016-05-23 Jason Merrill <jason@redhat.com>
1184
1185 PR c++/70344
1186 * constexpr.c (cxx_eval_call_expression): Check for
1187 fun == current_function_decl again.
1188
1189 PR c++/70584
1190 * cp-gimplify.c (cp_fold) [INDIRECT_REF]: Call
1191 maybe_undo_parenthesized_ref.
1192
1193 PR c++/70735
1194 * pt.c (tsubst_copy): Just return a local variable from
1195 non-template context. Don't call rest_of_decl_compilation for
1196 duplicated static locals.
1197 (tsubst_decl): Set DECL_CONTEXT of local static from another
1198 function.
1199
1200 2016-05-23 Paolo Carlini <paolo.carlini@oracle.com>
1201
1202 PR c++/70972
1203 * method.c (forward_parm): Use cp_build_reference_type.
1204
1205 2016-05-23 Paolo Carlini <paolo.carlini@oracle.com>
1206
1207 PR c++/69095
1208 * parser.c (cp_parser_initializer): Use check_for_bare_parameter_packs.
1209
1210 2016-05-23 Paolo Carlini <paolo.carlini@oracle.com>
1211
1212 * pt.c (check_for_bare_parameter_packs): Improve error message
1213 location for expressions.
1214
1215 2016-05-20 Nathan Sidwell <nathan@acm.org>
1216
1217 * constexpr.c (cxx_bind_parameters_in_call): Avoid gratuitous if
1218 ... goto.
1219 (cxx_eval_call_expression): Fix comment grammar.
1220
1221 2016-05-20 Paolo Carlini <paolo.carlini@oracle.com>
1222
1223 PR c++/70572
1224 * decl.c (cp_finish_decl): Check do_auto_deduction return value
1225 and return immediately in case of erroneous code.
1226
1227 2016-05-19 Marek Polacek <polacek@redhat.com>
1228
1229 PR c++/71075
1230 * pt.c (unify_template_argument_mismatch): Use %qE instead of %qD.
1231
1232 2016-05-19 Jason Merrill <jason@redhat.com>
1233
1234 PR c++/10200
1235 * pt.c (fn_type_unification): Add outer template args if needed.
1236 (type_unification_real): Handle getting full args.
1237
1238 2016-05-19 David Malcolm <dmalcolm@redhat.com>
1239
1240 PR c++/71184
1241 * parser.c (cp_parser_operator): For array new/delete, check that
1242 cp_parser_require returned a non-NULL token before dereferencing
1243 it.
1244
1245 2016-05-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
1246
1247 * decl.c (finish_enum_value_list): Use the specified mode.
1248
1249 2016-05-18 Jason Merrill <jason@redhat.com>
1250
1251 * pt.c (value_dependent_expression_p): Tweak new cases to better
1252 match the wording in the standard.
1253
1254 2016-05-18 Paolo Carlini <paolo.carlini@oracle.com>
1255
1256 PR c++/69793
1257 * parser.c (cp_parser_template_id): Don't call cp_lexer_peek_nth_token
1258 when the previous cp_lexer_peek_token returns CPP_EOF.
1259
1260 2016-05-18 Paolo Carlini <paolo.carlini@oracle.com>
1261
1262 PR c++/70466
1263 * call.c (convert_like_real): Check that we are actually converting
1264 from an init list.
1265
1266 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
1267
1268 * decl.c (grokdeclarator): Remove errmsg and use of
1269 targetm.invalid_return_type.
1270 (grokparms): Remove errmsg and use of
1271 targetm.invalid_parameter_type.
1272
1273 2016-05-13 Jason Merrill <jason@redhat.com>
1274
1275 PR c++/10200
1276 PR c++/69753
1277 * pt.c (tsubst_decl): Use uses_template_parms.
1278 (instantiate_template_1): Handle non-dependent calls in templates.
1279 (value_dependent_expression_p): Handle BASELINK, FUNCTION_DECL.
1280 (type_dependent_expression_p): Only consider innermost template args.
1281 (dependent_template_arg_p): Check enclosing class of a template here.
1282 (dependent_template_p): Not here.
1283 (type_dependent_object_expression_p): New.
1284 * typeck.c (finish_class_member_access_expr): Use it.
1285 * parser.c (cp_parser_postfix_expression): Use it.
1286 (cp_parser_postfix_dot_deref_expression): Use it. Use comptypes
1287 to detect the current instantiation.
1288 (cp_parser_lookup_name): Really implement DR 141.
1289 * search.c (lookup_field_r): Prefer a dependent using-declaration.
1290 (any_dependent_bases_p): Split out from...
1291 * name-lookup.c (do_class_using_decl): ...here.
1292 * call.c (build_new_method_call_1): Use it.
1293 * semantics.c (finish_call_expr): 'this' doesn't make a call dependent.
1294 * tree.c (non_static_member_function_p): Remove.
1295 * typeck2.c (build_x_arrow): Use dependent_scope_p.
1296
1297 * parser.c (cp_parser_postfix_dot_deref_expression): Use
1298 complete_type_or_else for unknown_type_node, too.
1299
1300 2016-05-12 Marek Polacek <polacek@redhat.com>
1301
1302 PR c/70756
1303 * call.c (build_new_op_1): Pass LOC to cp_build_modify_expr.
1304 * cp-tree.h (cp_build_modify_expr): Update declaration.
1305 (cxx_incomplete_type_error, cxx_incomplete_type_diagnostic): New inline
1306 overloads.
1307 * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Pass INPUT_LOCATION to
1308 cp_build_modify_expr.
1309 * decl2.c (set_guard): Likewise.
1310 (handle_tls_init): Likewise.
1311 * init.c (perform_member_init): Likewise.
1312 (expand_virtual_init): Likewise.
1313 (build_new_1): Likewise.
1314 (build_vec_delete_1): Likewise.
1315 (get_temp_regvar): Likewise.
1316 (build_vec_init): Likewise.
1317 * method.c (do_build_copy_assign): Likewise.
1318 (assignable_expr): Likewise.
1319 * semantics.c (finish_omp_for): Likewise.
1320 * typeck.c (cp_build_binary_op): Pass LOCATION to pointer_diff and
1321 cp_pointer_int_sum.
1322 (cp_pointer_int_sum): Add location parameter. Pass it down to
1323 pointer_int_sum.
1324 (pointer_diff): Add location parameter. Use it.
1325 (build_modify_expr): Pass location down to cp_build_modify_expr.
1326 (cp_build_modify_expr): Add location parameter. Use it.
1327 (build_x_modify_expr): Pass location down to cp_build_modify_expr.
1328 * typeck2.c (cxx_incomplete_type_diagnostic,
1329 cxx_incomplete_type_error): Add location parameter.
1330
1331 2016-05-11 Marek Polacek <polacek@redhat.com>
1332
1333 PR c++/71024
1334 * decl.c (duplicate_decls): Call diagnose_mismatched_decls.
1335
1336 2016-05-05 Jakub Jelinek <jakub@redhat.com>
1337
1338 * parser.c (cp_parser_selection_statement): For RID_SWITCH,
1339 pass if_p instead of NULL to cp_parser_implicitly_scoped_statement.
1340
1341 2016-05-04 Marek Polacek <polacek@redhat.com>
1342
1343 * parser.c (cp_parser_selection_statement): Replace OPT_Wparentheses
1344 with OPT_Wdangling_else.
1345
1346 2016-05-03 Martin Sebor <msebor@redhat.com>
1347
1348 PR c++/66561
1349 * tree.c (builtin_valid_in_constant_expr_p): Treat BUILT_IN_FILE,
1350 BUILT_IN_FUNCTION, and BUILT_IN_LINE as constant expressions.
1351
1352 2016-05-03 Marek Polacek <polacek@redhat.com>
1353
1354 PR c/70859
1355 * call.c (build_cxx_call): Pass location and vNULL down to
1356 check_builtin_function_arguments.
1357
1358 2016-05-03 Richard Biener <rguenther@suse.de>
1359
1360 * Make-lang.in (cc1plus-checksum.c): For stage-final re-use
1361 the checksum from the previous stage.
1362
1363 2016-05-02 David Malcolm <dmalcolm@redhat.com>
1364
1365 PR c++/62314
1366 * typeck.c (finish_class_member_access_expr): When
1367 giving a hint about a possibly-misspelled member name,
1368 add a fix-it replacement hint.
1369
1370 2016-05-02 Cesar Philippidis <cesar@codesourcery.com>
1371
1372 * cp-tree.h (finish_omp_clauses): Update prototype.
1373 * parser.c (cp_parser_oacc_all_clauses): Update call to
1374 finish_omp_clauses.
1375 (cp_parser_omp_all_clauses): Likewise.
1376 (cp_parser_omp_for_loop): Likewise.
1377 (cp_omp_split_clauses): Likewise.
1378 (cp_parser_oacc_cache): Likewise.
1379 (cp_parser_oacc_loop): Likewise.
1380 (cp_parser_omp_declare_target):
1381 (cp_parser_cilk_simd_all_clauses): Likewise.
1382 (cp_parser_cilk_for): Likewise.
1383 * pt.c (tsubst_omp_clauses): Replace allow_fields and declare_simd
1384 arguments with enum c_omp_region_type ort.
1385 (tsubst_omp_clauses): Update calls to finish_omp_clauses.
1386 (tsubst_omp_attribute): Update calls to tsubst_omp_clauses.
1387 (tsubst_omp_for_iterator): Update calls to finish_omp_clauses.
1388 (tsubst_expr): Update calls to tsubst_omp_clauses.
1389 * semantics.c (finish_omp_clauses): Replace bool arguments
1390 allow_fields, declare_simd, and is_cilk with bitmask ort.
1391 (finish_omp_for): Update call to finish_omp_clauses.
1392
1393 2016-05-02 David Malcolm <dmalcolm@redhat.com>
1394
1395 PR c++/62314
1396 * parser.c (cp_parser_class_head): Capture the start location;
1397 use it to emit a fix-it insertion hint when complaining
1398 about missing "template <> " in explicit specializations.
1399
1400 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
1401
1402 * init.c (build_new_1): Use shift operators instead of wi:: shifts.
1403
1404 2016-05-02 Richard Biener <rguenther@suse.de>
1405
1406 * decl.c (grokdeclarator): Properly insert a DECL_EXPR for
1407 anonymous VLAs.
1408
1409 2016-04-29 Paolo Carlini <paolo.carlini@oracle.com>
1410
1411 PR c++/66644
1412 * class.c (check_field_decl): Remove final int* parameter, change
1413 the return type to bool; fix logic in order not to reject multiple
1414 initialized fields in anonymous struct.
1415 (check_field_decls): Adjust call.
1416
1417 2016-04-29 Cesar Philippidis <cesar@codesourcery.com>
1418
1419 PR middle-end/70626
1420 * parser.c (cp_parser_oacc_loop): Don't augment mask with
1421 OACC_LOOP_CLAUSE_MASK.
1422 (cp_parser_oacc_kernels_parallel): Update call to
1423 c_oacc_split_loop_clauses.
1424
1425 2016-04-28 Jason Merrill <jason@redhat.com>
1426
1427 Implement C++17 [[nodiscard]] attribute.
1428 PR c++/38172
1429 PR c++/54379
1430 * parser.c (cp_parser_std_attribute): Handle [[nodiscard]].
1431 * tree.c (handle_nodiscard_attribute): New.
1432 (cxx_attribute_table): Add [[nodiscard]].
1433 * cvt.c (cp_get_fndecl_from_callee, cp_get_callee_fndecl): New.
1434 (maybe_warn_nodiscard): New.
1435 (convert_to_void): Call it.
1436
1437 * cvt.c (cp_get_callee): New.
1438 * constexpr.c (get_function_named_in_call): Use it.
1439 * cxx-pretty-print.c (postfix_expression): Use it.
1440 * except.c (check_noexcept_r): Use it.
1441 * method.c (check_nontriv): Use it.
1442 * tree.c (build_aggr_init_expr): Use it.
1443 * cp-tree.h: Declare it.
1444
1445 2015-04-27 Ryan Burn <contact@rnburn.com>
1446 Jeff Law <law@redhat.com>
1447
1448 PR c++/69024
1449 PR c++/68997
1450 * cp-gimplify.c (cp_gimplify_expr): Call cilk_cp_detect_spawn_and_unwrap
1451 instead of cilk_detect_spawn_and_unwrap.
1452 * cp-cilkplus.c (is_conversion_operator_function_decl_p): New.
1453 (find_spawn): New.
1454 (cilk_cp_detect_spawn_and_unwrap): New.
1455 * lambda.c: Include cp-cilkplus.h.
1456 * parser.c: Include cp-cilkplus.h.
1457 * cp-tree.h (cpp_validate_cilk_plus_loop): Move prototype into...
1458 * cp-cilkpus.h: New file.
1459
1460 2016-04-27 Nathan Sidwell <nathan@acm.org>
1461
1462 * constexpr.c (get_fundef_copy): Use the original function for
1463 non-recursive evaluations.
1464 (save_fundef_copy): Always expect a slot to be available.
1465
1466 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
1467
1468 * parser.c (cp_parser_postfix_expression): Call
1469 warn_for_memset instead of warning directly here.
1470
1471 2016-04-26 Patrick Palka <ppalka@gcc.gnu.org>
1472
1473 PR c++/70241
1474 * decl.c (build_enumerator): Set current_access_specifier when
1475 declaring an enumerator belonging to an in-class enumeration.
1476 * parser.c (cp_parser_check_access_in_redecleration): Also
1477 consider in-class enumerations.
1478
1479 2016-04-26 Marek Polacek <polacek@redhat.com>
1480
1481 PR c++/70744
1482 * call.c (build_conditional_expr_1): Call cp_stabilize_reference
1483 instead of stabilize_reference.
1484 (build_over_call): Likewise.
1485 * cp-tree.h (cp_stabilize_reference): Declare.
1486 * tree.c (cp_stabilize_reference): New function.
1487 * typeck.c (cp_build_unary_op): Call cp_stabilize_reference instead of
1488 stabilize_reference.
1489 (unary_complex_lvalue): Likewise.
1490 (cp_build_modify_expr): Likewise.
1491
1492 2016-04-26 Jakub Jelinek <jakub@redhat.com>
1493
1494 PR bootstrap/70704
1495 * pt.c (build_non_dependent_expr): Use flag_checking > 1 instead of
1496 just flag_checking.
1497
1498 2016-04-25 Jason Merrill <jason@redhat.com>
1499
1500 * tree.c (std_attribute_table): New.
1501 (init_tree): Register it.
1502
1503 2016-04-22 Jason Merrill <jason@redhat.com>
1504
1505 * parser.c (cp_parser_perform_range_for_lookup): Decay the array.
1506
1507 2016-04-21 Patrick Palka <ppalka@gcc.gnu.org>
1508
1509 * name-lookup.c (free_saved_scope): New free list of saved_scope
1510 structures.
1511 (push_to_top_level): Attempt to reuse a saved_scope struct
1512 from free_saved_scope instead of allocating a new one each time.
1513 (pop_from_top_level_1): Chain the now-unused saved_scope structure
1514 onto free_saved_scope.
1515
1516 2016-04-21 Paolo Carlini <paolo.carlini@oracle.com>
1517
1518 PR c++/70540
1519 * semantics.c (process_outer_var_ref): Unconditionally return
1520 error_mark_node when mark_used returns false.
1521
1522 2016-04-21 Marek Polacek <polacek@redhat.com>
1523
1524 PR c++/70513
1525 * parser.c (cp_parser_enum_specifier): Check and possibly error for
1526 extra qualification.
1527
1528 2016-04-20 Nathan Sidwell <nathan@acm.org>
1529
1530 PR c++/55635
1531 * init.c (build_vec_delete_1): Protect operator delete call in try
1532 finally.
1533 (build_delete): Likewise.
1534 * optimize.c (build_delete_destructor_body): Likewise.
1535
1536 2016-04-20 Ilya Verbin <ilya.verbin@intel.com>
1537
1538 PR c++/69363
1539 * cp-tree.h (finish_omp_clauses): Add new default argument.
1540 * parser.c (cp_parser_cilk_simd_all_clauses): Use finish_omp_clauses
1541 instead of c_finish_cilk_clauses.
1542 * semantics.c (finish_omp_clauses): Add new argument. Allow
1543 floating-point variables in the linear clause for Cilk Plus.
1544
1545 2016-04-20 Nathan Sidwell <nathan@acm.org>
1546
1547 * semantics.c (finish_compound_lteral): Don't wrap VECTOR_TYPEs in a
1548 TARGET_EXPR.
1549
1550 2016-04-19 Jason Merrill <jason@redhat.com>
1551
1552 PR c++/66543
1553 * expr.c (mark_exp_read): Handle NON_DEPENDENT_EXPR.
1554 * pt.c (make_pack_expansion): Call mark_exp_read.
1555 * semantics.c (finish_id_expression): Call mark_type_use in
1556 unevaluated context.
1557
1558 DR 2137
1559 * call.c (implicit_conversion): If we choose a copy constructor
1560 for list-initialization from the same type, the conversion is an
1561 exact match.
1562
1563 * constexpr.c (breaks): Handle EXIT_EXPR.
1564 (cxx_eval_loop_expr): Handle COMPOUND_EXPR body.
1565 (cxx_eval_constant_expression): Handle EXIT_EXPR, improve handling
1566 of COMPOUND_EXPR.
1567
1568 PR c++/68206
1569 PR c++/68530
1570 * constexpr.c (potential_constant_expression_1): Handle LOOP_EXPR
1571 and GOTO_EXPR.
1572
1573 * pt.c (tsubst_expr): Remove shadowing declaration.
1574 (tsubst_pack_expansion): Add assert.
1575
1576 * semantics.c (add_decl_expr): Use DECL_SOURCE_LOCATION.
1577
1578 PR c++/70522
1579 * name-lookup.c (qualified_lookup_using_namespace): Look through
1580 hidden names.
1581
1582 2016-04-18 Michael Matz <matz@suse.de>
1583
1584 * class.c (build_vtable): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
1585 (layout_class_type): Ditto.
1586 (build_base_field): Use SET_DECL_ALIGN.
1587 (fixup_attribute_variants): Use SET_TYPE_ALIGN.
1588 * decl.c (duplicate_decls): Use SET_DECL_ALIGN.
1589 (record_unknown_type): Use SET_TYPE_ALIGN.
1590 (cxx_init_decl_processing): Ditto.
1591 (copy_type_enum): Ditto.
1592 (grokfndecl): Use SET_DECL_ALIGN.
1593 (copy_type_enum): Use SET_TYPE_ALIGN.
1594 * pt.c (instantiate_class_template_1): Use SET_TYPE_ALIGN.
1595 (tsubst): Ditto.
1596 * tree.c (cp_build_qualified_type_real): Use SET_TYPE_ALIGN.
1597 * lambda.c (maybe_add_lambda_conv_op): Use SET_DECL_ALIGN.
1598 * method.c (implicitly_declare_fn): Use SET_DECL_ALIGN.
1599 * rtti.c (emit_tinfo_decl): Ditto.
1600
1601 2016-04-18 Jason Merrill <jason@redhat.com>
1602
1603 PR c++/70690
1604 PR c++/70528
1605 * class.c (type_maybe_constexpr_default_constructor): New.
1606 (type_has_constexpr_default_constructor): Revert.
1607
1608 2016-04-16 Sandra Loosemore <sandra@codesourcery.com>
1609
1610 PR target/1078
1611
1612 * tree.c (cxx_attribute_table): Remove "com_interface" entry.
1613 (handle_com_interface_attribute): Delete.
1614
1615 2016-04-15 Jason Merrill <jason@redhat.com>
1616
1617 PR c++/70685
1618 * constexpr.c (get_fundef_copy): Handle null *slot.
1619
1620 PR c++/70505
1621 * pt.c (tsubst_baselink): Give the new TEMPLATE_ID_EXPR
1622 unknown_type_node, too.
1623
1624 2016-04-15 Jason Merrill <jason@redhat.com>
1625 Nathan Sidwell <nathan@acm.org>
1626
1627 PR c++/70594
1628 * constexpr.c (constexpr_call_table): Preserve in GC.
1629 (struct fundef_copy, struct fundef_copies_table_t): Delete.
1630 (fundef_copies_table): Preserve in GC. Change to pointer to
1631 tree->tree hash.
1632 (maybe_initialize_fundef_copies_table): Adjust.
1633 (get_fundef_copy): Return a TREE_LIST. Use non-inserting search.
1634 (save_fundef_copy): Adjust for a TREE_LIST.
1635 (cxx_eval_call_expression): Adjust for a fundef_copy TREE_LIST.
1636 (fini_constexpr): New.
1637 * cp-tree.h (fini_constexpr): Declare.
1638 * decl2.c (c_parse_final_cleanups): Call fini_constexpr.
1639
1640 2016-04-15 Jakub Jelinek <jakub@redhat.com>
1641
1642 PR c/70436
1643 * parser.c (cp_parser_pragma): Add IF_P argument, pass it down
1644 where needed.
1645 (cp_parser_declaration_seq_opt, cp_parser_member_specification_opt,
1646 cp_parser_objc_interstitial_code, cp_parser_omp_declare_simd,
1647 cp_parser_oacc_routine): Adjust cp_parser_pragma callers.
1648 (cp_parser_statement): Likewise. Adjust cp_parser_cilk_for caller.
1649 (cp_parser_omp_structured_block): Add IF_P argument, pass it down to
1650 cp_parser_statement.
1651 (cp_parser_oacc_data, cp_parser_oacc_host_data, cp_parser_oacc_loop,
1652 cp_parser_oacc_kernels_parallel, cp_parser_omp_critical,
1653 cp_parser_omp_simd, cp_parser_omp_for, cp_parser_omp_master,
1654 cp_parser_omp_ordered, cp_parser_omp_parallel, cp_parser_omp_single,
1655 cp_parser_omp_task, cp_parser_omp_taskgroup, cp_parser_omp_distribute,
1656 cp_parser_omp_teams, cp_parser_omp_target_data, cp_parser_omp_target,
1657 cp_parser_omp_taskloop, cp_parser_omp_construct,
1658 cp_parser_cilk_grainsize, cp_parser_cilk_simd, cp_parser_cilk_for):
1659 Add IF_P argument, pass it down where needed.
1660 (cp_parser_omp_for_loop): Likewise. Clear IF_P if nbraces.
1661 (cp_parser_omp_sections_scope): Adjust cp_parser_omp_structured_block
1662 calls.
1663
1664 2016-04-14 Jason Merrill <jason@redhat.com>
1665
1666 PR c++/70494
1667 * decl.c (cxx_maybe_build_cleanup): Handle non-decls.
1668 * typeck2.c (split_nonconstant_init_1): Use it.
1669
1670 PR c++/70528
1671 * class.c (type_has_constexpr_default_constructor): Return true
1672 for an implicitly declared constructor.
1673
1674 PR c++/70622
1675 * parser.c (cp_parser_init_declarator): Add auto_result parm.
1676 (cp_parser_simple_declaration): Pass it.
1677 (strip_declarator_types): New.
1678
1679 PR c++/70543
1680 * pt.c (value_dependent_expression_p) [VAR_DECL]: A type-dependent
1681 initializer also makes the variable value-dependent.
1682
1683 PR c++/70648
1684 * constexpr.c (cxx_eval_store_expression): Also copy
1685 CONSTRUCTOR_NO_IMPLICIT_ZERO.
1686
1687 2016-04-14 Martin Sebor <msebor@redhat.com>
1688
1689 PR c++/69517
1690 PR c++/70019
1691 PR c++/70588
1692 * cp-tree.h, decl.c, init.c, typeck2.c: Revert.
1693
1694 2016-04-14 Jason Merrill <jason@redhat.com>
1695
1696 * call.c, decl.c, error.c, cp-tree.h, decl.c: Revert empty
1697 parameter ABI change.
1698
1699 2016-04-13 Martin Sebor <msebor@redhat.com>
1700
1701 PR c++/69517
1702 PR c++/70019
1703 PR c++/70588
1704 * cp-tree.h (throw_bad_array_length, build_vla_check): Declare new
1705 functions.
1706 * decl.c (check_initializer, cp_finish_decl): Call them.
1707 (reshape_init_r): Reject incompletely braced intializer-lists
1708 for VLAs.
1709 * init.c (throw_bad_array_length, build_vla_check)
1710 (build_vla_size_check, build_vla_init_check): Define new functions.
1711 * typeck2.c (split_nonconstant_init_1): Use variably_modified_type_p()
1712 to detect a VLA.
1713 (store_init_value): Same.
1714
1715 2016-04-13 Jason Merrill <jason@redhat.com>
1716
1717 Warn about empty parameter ABI with -Wabi=9.
1718 * call.c (empty_class_msg, mark_for_abi_warning)
1719 (warn_empty_class_abi): New.
1720 (build_call_a): Use them.
1721 * decl.c (store_parm_decls): Use mark_for_abi_warning.
1722 * error.c (pp_format_to_string): New.
1723
1724 Pass empty class parameters like C.
1725 * call.c (pass_as_empty_struct, empty_class_arg): New.
1726 (type_passed_as, build_x_va_arg): Use pass_as_empty_struct.
1727 (build_call_a): Use empty_class_arg.
1728 * cp-tree.h (CPTI_EMPTY_STRUCT, empty_struct_type): New.
1729 * decl.c (cxx_init_decl_processing): Create empty_struct_type.
1730
1731 2016-04-13 Jason Merrill <jason@redhat.com>
1732
1733 PR c++/70627
1734 * decl.c (start_enum): Don't change an existing ENUM_UNDERLYING_TYPE.
1735
1736 2016-04-13 Paolo Carlini <paolo.carlini@oracle.com>
1737
1738 PR c++/70635
1739 * pt.c (resolve_typename_type): Fix typos in infinite recursion
1740 avoidance mechanism.
1741
1742 2016-04-13 Jason Merrill <jason@redhat.com>
1743
1744 PR c++/70634
1745 * pt.c (instantiation_dependent_uneval_expression_p): Split out
1746 from instantiation_dependent_expression_p.
1747 (value_dependent_expression_p): Use it for unevaluated operands.
1748 (instantiation_dependent_r): Don't check value-dependence.
1749 (instantiation_dependent_expression_p): Check
1750 value-dependence of the expression as a whole.
1751 * cp-tree.h: Declare instantiation_dependent_uneval_expression_p.
1752 * semantics.c (finish_decltype_type): Use it.
1753
1754 * constexpr.c (potential_nondependent_constant_expression): New.
1755 (potential_nondependent_static_init_expression): New.
1756 (maybe_constant_value_1, fold_non_dependent_expr)
1757 (maybe_constant_init): Use them.
1758 * pt.c (instantiate_non_dependent_expr_sfinae)
1759 (instantiate_non_dependent_or_null, convert_nontype_argument): Use
1760 them.
1761 * cp-tree.h: Declare them.
1762
1763 2016-04-13 Jakub Jelinek <jakub@redhat.com>
1764
1765 PR c++/70594
1766 * decl.c (pop_labels_1): Removed.
1767 (note_label, sort_labels): New functions.
1768 (pop_labels): During named_labels traversal, just push the slot
1769 pointers into a vector, then qsort it by DECL_UID and only then
1770 call pop_label and chain it into BLOCK_VARS.
1771
1772 2016-04-13 Jason Merrill <jason@redhat.com>
1773
1774 PR c++/70615
1775 * cp-gimplify.c (cp_genericize_r): Expand PTRMEM_CST here.
1776 (cp_gimplify_expr): Not here.
1777
1778 2016-04-12 Patrick Palka <ppalka@gcc.gnu.org>
1779
1780 PR c++/70610
1781 * tree.c (lvalue_kind) [NON_DEPENDENT_EXPR]: Unconditionally
1782 recurse into it.
1783 * typeck.c (build_x_conditional_expr): Unconditionally remember
1784 that the result is an lvalue or xvalue.
1785
1786 2016-04-12 Jason Merrill <jason@redhat.com>
1787
1788 * class.c (is_really_empty_class): A zero-length array is empty.
1789 An unnamed bit-field doesn't make a class non-empty.
1790
1791 2016-04-12 Paolo Carlini <paolo.carlini@oracle.com>
1792
1793 PR c++/68722
1794 * parser.c (cp_parser_cache_defarg): When file ends in default
1795 argument simply return error_mark_node.
1796
1797 2016-04-12 Nathan Sidwell <nathan@acm.org>
1798
1799 PR c++/70501
1800 * constexpr.c (cxx_eval_bare_aggregate): Handle VECTOR_TYPE
1801 similarly to PMF.
1802
1803 2016-04-11 Jason Merrill <jason@redhat.com>
1804
1805 * mangle.c (decl_is_template_id): The template itself counts as a
1806 template-id.
1807
1808 2016-04-08 Patrick Palka <ppalka@gcc.gnu.org>
1809
1810 PR c++/70590
1811 PR c++/70452
1812 * constexpr.c (cxx_eval_outermost_expression): Call unshare_expr
1813 on the result if it's not a CONSTRUCTOR.
1814
1815 2016-04-07 Patrick Palka <ppalka@gcc.gnu.org>
1816
1817 PR c++/70452
1818 * constexpr.c (find_constructor): New function.
1819 (unshare_constructor): New function.
1820 (cxx_eval_call_expression): Use unshare_constructor instead of
1821 unshare_expr.
1822 (find_array_ctor_elt): Likewise.
1823 (cxx_eval_vec_init_1): Likewise.
1824 (cxx_eval_store_expression): Likewise.
1825 (cxx_eval_constant_expression): Likewise.
1826
1827 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
1828
1829 PR c/70436
1830 * cp-tree.h (FOR_EACH_CLONE): Restructure macro to avoid
1831 potentially generating a future -Wparentheses warning in its
1832 callers.
1833
1834 2016-04-06 Jason Merrill <jason@redhat.com>
1835
1836 * class.c (check_abi_tags): Fix function template handling.
1837
1838 2016-04-05 Nathan Sidwell <nathan@acm.org>
1839
1840 PR c++/70512
1841 * class.c (fixup_may_alias): New.
1842 (fixup_attribute_variants): Call it.
1843
1844 2016-04-05 Patrick Palka <ppalka@gcc.gnu.org>
1845
1846 PR c++/70452
1847 * constexpr.c (struct fundef_copy): New struct.
1848 (struct fundef_copies_table_t): New struct.
1849 (fundef_copies_table): New static variable.
1850 (maybe_initialize_fundef_copies_table): New static function.
1851 (get_fundef_copy): New static function.
1852 (save_fundef_copy): New static function.
1853 (cxx_eval_call_expression): Use get_fundef_copy, and
1854 save_fundef_copy.
1855 (constexpr_call_table): Add "deletable" GTY marker.
1856
1857 2016-04-05 Patrick Palka <ppalka@gcc.gnu.org>
1858
1859 PR c++/70452
1860 * cp-tree.h (class cache_map): Remove.
1861 * constexpr.c (cv_cache): Change type to
1862 GTY((deletable)) hash_map<tree, tree> *.
1863 (maybe_constant_value): Adjust following the change to cv_cache.
1864 (clear_cv_cache): New static function.
1865 (clear_cv_and_fold_caches): Use it.
1866 * cp-gimplify.c (fold_cache): Change type to
1867 GTY((deletable)) hash_map<tree, tree> *.
1868 (clear_fold_cache): Adjust following the change to fold_cache.
1869 (cp_fold): Likewise.
1870
1871 2016-04-02 Martin Sebor <msebor@redhat.com>
1872
1873 PR c++/67376
1874 PR c++/70170
1875 PR c++/70172
1876 PR c++/70228
1877 * constexpr.c (diag_array_subscript): New function.
1878 (cxx_eval_array_reference): Detect out of bounds array indices.
1879
1880 2016-04-01 Jason Merrill <jason@redhat.com>
1881
1882 PR c++/70449
1883 PR c++/70344
1884 * pt.c (instantiate_decl): A function isn't fully defined if
1885 DECL_INITIAL is error_mark_node.
1886 * constexpr.c (cxx_eval_call_expression): Likewise.
1887
1888 2016-04-01 Jakub Jelinek <jakub@redhat.com>
1889 Marek Polacek <polacek@redhat.com>
1890
1891 PR c++/70488
1892 * init.c (warn_placement_new_too_small): Test whether
1893 DECL_SIZE_UNIT or TYPE_SIZE_UNIT are integers that fit into uhwi.
1894
1895 2016-04-01 Nathan Sidwell <nathan@acm.org>
1896
1897 PR c++/68475
1898 * decl.c (check_redeclaration_exception_specification): Check
1899 regardless of -fno-exceptions.
1900 * typeck2.c (merge_exception_specifiers): Relax assert by checking
1901 flag_exceptions too.
1902
1903 2016-03-31 Nathan Sidwell <nathan@acm.org>
1904
1905 * decl.c (start_preparsed_function): Remove unnecessary bracing.
1906 (finish_destructor_body): Don't emit operator delete here.
1907
1908 2016-03-31 Nathan Sidwell <nathan@acm.org>
1909
1910 PR c++/70393
1911 * constexpr.c (cxx_eval_store_expression): Keep CONSTRUCTOR
1912 elements in field order.
1913
1914 2016-03-31 Marek Polacek <polacek@redhat.com>
1915
1916 PR c/70297
1917 * decl.c (duplicate_decls): Also set TYPE_ALIGN and TYPE_USER_ALIGN.
1918
1919 2016-03-31 Richard Biener <rguenther@suse.de>
1920
1921 PR c++/70430
1922 * typeck.c (cp_build_binary_op): Fix operand order of vector
1923 conditional in truth op handling.
1924
1925 2016-03-29 Jason Merrill <jason@redhat.com>
1926
1927 PR c++/70353
1928 * decl.c (make_rtl_for_nonlocal_decl): Don't defer local statics
1929 in constexpr functions.
1930
1931 2016-03-28 Jason Merrill <jason@redhat.com>
1932
1933 PR c++/70422
1934 PR c++/64266
1935 PR c++/70353
1936 * decl.c, pt.c, constexpr.c: Revert last patch.
1937
1938 2016-03-25 Jason Merrill <jason@redhat.com>
1939 Martin Liška <mliska@suse.cz>
1940
1941 PR c++/64266
1942 PR c++/70353
1943 Core issue 1962
1944 * decl.c (cp_fname_init): Decay the initializer to pointer.
1945 (cp_make_fname_decl): Set DECL_DECLARED_CONSTEXPR_P,
1946 DECL_VALUE_EXPR, DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P.
1947 Don't call cp_finish_decl.
1948 * pt.c (tsubst_expr) [DECL_EXPR]: Set DECL_VALUE_EXPR,
1949 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. Don't call cp_finish_decl.
1950 * constexpr.c (cxx_eval_constant_expression) [VAR_DECL]:
1951 Handle DECL_VALUE_EXPR.
1952
1953 2016-03-24 Jason Merrill <jason@redhat.com>
1954
1955 PR c++/70386
1956 * constexpr.c (cxx_eval_bare_aggregate): Handle PMFs.
1957
1958 PR c++/70323
1959 * constexpr.c (cxx_eval_call_expression): Don't cache result if
1960 *overflow_p.
1961
1962 2016-03-24 Patrick Palka <ppalka@gcc.gnu.org>
1963
1964 PR c++/62212
1965 * tree.c (build_cplus_array_type): Determine type-dependentess
1966 with uses_template_parms instead of with dependent_type_p.
1967
1968 2016-03-23 Patrick Palka <ppalka@gcc.gnu.org>
1969
1970 PR c++/70347
1971 * typeck.c (process_init_constructor_union): If the initializer
1972 is empty, use the union's NSDMI if it has one.
1973
1974 2016-03-23 Patrick Palka <ppalka@gcc.gnu.org>
1975
1976 PR c++/70332
1977 * pt.c (tsubst_copy) [PARM_DECL]: Handle the use of 'this' in an
1978 NSDMI that's part of an aggregrate initialization.
1979
1980 2016-03-23 Jakub Jelinek <jakub@redhat.com>
1981
1982 PR c++/70001
1983 * constexpr.c (cxx_eval_vec_init_1): Reuse CONSTRUCTOR initializers
1984 for 1..max even for multi-dimensional arrays. Call unshare_expr
1985 on it.
1986
1987 PR c++/70323
1988 * constexpr.c (cxx_eval_constant_expression): Diagnose overflow
1989 on TREE_OVERFLOW constants.
1990
1991 PR c++/70376
1992 * cp-gimplify.c (genericize_omp_for_stmt): Don't walk OMP_FOR_CLAUSES
1993 for OMP_TASKLOOP here.
1994 (cp_genericize_r): Handle OMP_TASKLOOP like OMP_TASK, except do call
1995 genericize_omp_for_stmt instead of cp_walk_tree on OMP_BODY.
1996
1997 2016-03-23 Alexandre Oliva <aoliva@redhat.com>
1998 Jason Merrill <jason@redhat.com>
1999 Jakub Jelinek <jakub@redhat.com>
2000
2001 PR c++/69315
2002 * cp-tree.h (defer_mark_used_calls, deferred_mark_used_calls): Remove.
2003 * decl.c (defer_mark_used_calls, deferred_mark_used_calls): Remove.
2004 (finish_function): Don't set or test them.
2005 * decl2.c (mark_used): Don't handle defer_mark_used_calls.
2006
2007 2016-03-23 Jason Merrill <jason@redhat.com>
2008
2009 PR c++/70344
2010 * constexpr.c (cxx_eval_call_expression): Catch invalid recursion.
2011
2012 2016-03-23 Marek Polacek <polacek@redhat.com>
2013
2014 PR c++/69884
2015 * pt.c (canonicalize_type_argument): Use OPT_Wignored_attributes.
2016
2017 2016-03-22 Ilya Enkovich <enkovich.gnu@gmail.com>
2018
2019 * call.c (build_conditional_expr_1): Always use original
2020 condition type for vector type checks and build.
2021
2022 2016-03-22 Patrick Palka <ppalka@gcc.gnu.org>
2023
2024 PR c++/70096
2025 * pt.c (tsubst_decl): Clear the DECL_MODE of the new decl.
2026
2027 2016-03-22 Patrick Palka <ppalka@gcc.gnu.org>
2028
2029 PR c++/70204
2030 * constexpr.c (non_const_var_error): Check
2031 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P.
2032
2033 2016-03-21 Richard Henderson <rth@redhat.com>
2034
2035 PR c++/70273
2036 * decl.c (notice_forced_label_r): New.
2037 (cp_finish_decl): Use it.
2038
2039 2016-03-21 Jason Merrill <jason@redhat.com>
2040
2041 PR c++/70285
2042 * cp-gimplify.c (cp_fold) [COND_EXPR]: Handle bit-fields.
2043
2044 2016-03-18 Jason Merrill <jason@redhat.com>
2045
2046 PR c++/70139
2047 * constexpr.c (cxx_eval_call_expression): Fix trivial copy.
2048
2049 PR c++/70147
2050 * class.c (vptr_via_virtual_p): New.
2051 (most_primary_binfo): Factor out of build_rtti_vtbl_entries.
2052 * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Don't clear
2053 a vptr from any virtual base in a not-in-charge 'structor.
2054
2055 * decl.c (build_clobber_this): Factor out of
2056 start_preparsed_function and begin_destructor_body. Handle
2057 virtual bases better.
2058
2059 * class.c (build_if_in_charge): Split out from build_base_path.
2060 * init.c (expand_virtual_init, expand_default_init): Use it.
2061 * call.c (build_special_member_call): Use it.
2062
2063 2016-03-18 Jakub Jelinek <jakub@redhat.com>
2064
2065 PR c++/70267
2066 * init.c (build_new_1): Complain and return error_mark_node
2067 if alloc_fn is not _Jv_AllocObject function returning pointer.
2068
2069 2016-03-18 Patrick Palka <ppalka@gcc.gnu.org>
2070
2071 PR c++/70205
2072 * search.c (adjust_result_of_qualified_name_lookup): Don't
2073 update the BASELINK_BINFO of DECL if the second call
2074 to lookup_base fails.
2075
2076 2016-03-18 Patrick Palka <ppalka@gcc.gnu.org>
2077
2078 PR c++/70218
2079 * parser.c (cp_parser_lambda_expression): Move call to
2080 pop_deferring_access_checks ahead of the call to
2081 cp_parser_end_tentative_firewall.
2082
2083 2016-03-17 Jakub Jelinek <jakub@redhat.com>
2084
2085 PR c++/70144
2086 * cp-tree.h (magic_varargs_p): Return int instead of bool.
2087 * call.c (magic_varargs_p): Return int instead of bool, return 2 for
2088 Cilk+ reductions, otherwise 1 for magic varargs and 0 for normal
2089 varargs.
2090 (build_over_call): If magic_varargs_p == 2, call reject_gcc_builtin,
2091 if magic_varargs_p == 1, call decay_conversion
2092 instead of mark_type_use. Don't store error_mark_node arguments to
2093 argarray, instead return error_mark_node.
2094
2095 PR c++/70272
2096 * decl.c (begin_destructor_body): Don't insert clobber if
2097 is_empty_class (current_class_type).
2098
2099 2016-03-17 Marek Polacek <polacek@redhat.com>
2100
2101 PR c++/70194
2102 * typeck.c (warn_for_null_address): New function.
2103 (cp_build_binary_op): Call it.
2104
2105 2016-03-16 Jason Merrill <jason@redhat.com>
2106
2107 PR c++/70259
2108 * decl.c (start_preparsed_function): Don't clobber an empty base.
2109
2110 2016-03-16 Jakub Jelinek <jakub@redhat.com>
2111
2112 PR c++/70147
2113 * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Conditionalize
2114 BINFO_VIRTUAL_P vtable clearing on current_in_charge_parm.
2115
2116 PR c++/70147
2117 * cp-ubsan.c (cp_ubsan_maybe_initialize_vtbl_ptrs): Temporarily
2118 set in_base_initializer.
2119
2120 2016-03-15 Marek Polacek <polacek@redhat.com>
2121
2122 PR c++/70209
2123 * tree.c (strip_typedefs): Call strip_typedefs again on the
2124 DECL_ORIGINAL_TYPE result.
2125
2126 2016-03-15 Jason Merrill <jason@redhat.com>
2127
2128 PR c++/70095
2129 * pt.c (instantiate_decl): Fix call to variable_template_p.
2130
2131 PR c++/70141
2132 * pt.c (for_each_template_parm_r): Always walk into TYPENAME_TYPE.
2133
2134 2016-03-14 Casey Carter <casey@carter.net>
2135 Jason Merrill <jason@redhat.com>
2136
2137 P0184R0: Generalizing the Range-Based For Loop
2138 * parser.c (cp_convert_range_for): Set the type of __end separately.
2139 (cp_parser_perform_range_for_lookup): Allow different begin/end
2140 types if they are comparable.
2141
2142 2016-03-12 Patrick Palka <ppalka@gcc.gnu.org>
2143
2144 PR c++/70106
2145 * semantics.c (force_paren_expr): Just build a PAREN_EXPR when
2146 processing_template_decl and EXPR is a SCOPE_REF.
2147
2148 2016-03-10 Patrick Palka <ppalka@gcc.gnu.org>
2149 Jakub Jelinek <jakub@redhat.com>
2150
2151 PR c++/70001
2152 * constexpr.c (cxx_eval_vec_init_1): For pre_init case, reuse
2153 return value from cxx_eval_constant_expression from earlier
2154 elements if it is valid constant initializer requiring no
2155 relocations.
2156
2157 2016-03-10 Marek Polacek <polacek@redhat.com>
2158
2159 PR c++/70153
2160 * cp-gimplify.c (cp_fold): Handle UNARY_PLUS_EXPR.
2161
2162 2016-03-09 Cesar Philippidis <cesar@codesourcery.com>
2163
2164 * parser.c (cp_parser_oacc_loop): Update cclauses and clauses
2165 when calling c_finish_omp_clauses.
2166
2167 2016-03-08 Jason Merrill <jason@redhat.com>
2168
2169 * parser.c (cp_parser_diagnose_invalid_type_name): Give helpful
2170 diagnostic for use of "concept".
2171 (cp_parser_requires_clause_opt): And "requires".
2172 (cp_parser_type_parameter, cp_parser_late_return_type_opt)
2173 (cp_parser_explicit_template_declaration): Adjust.
2174 * Make-lang.in (check-c++-all): Add "concepts" to std list.
2175
2176 P0036R0: Unary Folds and Empty Parameter Packs
2177 * pt.c (expand_empty_fold): Remove special cases for *,+,&,|.
2178
2179 2016-03-08 Jakub Jelinek <jakub@redhat.com>
2180
2181 PR c++/70135
2182 * constexpr.c (cxx_eval_loop_expr): Forget saved values of SAVE_EXPRs
2183 even after the last iteration of the loop.
2184
2185 * decl.c (duplicate_decls): Fix spelling - becuase -> because.
2186
2187 2016-03-07 Patrick Palka <ppalka@gcc.gnu.org>
2188
2189 PR c++/66786
2190 * pt.c (get_template_info): Handle PARM_DECL.
2191 (template_class_depth): Check DECL_P instead of
2192 VAR_OR_FUNCTION_DECL_P.
2193
2194 2016-03-05 Jason Merrill <jason@redhat.com>
2195
2196 PR c++/67364
2197 * constexpr.c (cxx_eval_store_expression): Replace
2198 CONSTRUCTOR_ELTS in nested CONSTRUCTORs, too.
2199
2200 2016-03-05 Patrick Palka <ppalka@gcc.gnu.org>
2201
2202 PR c++/66786
2203 * pt.c (template_class_depth): Given a lambda type, iterate
2204 into its LAMBDA_TYPE_EXTRA_SCOPE field instead of its
2205 TYPE_CONTEXT. Given a VAR_DECL, iterate into its
2206 CP_DECL_CONTEXT.
2207
2208 2016-03-04 Jason Merrill <jason@redhat.com>
2209
2210 PR c++/69203
2211 * cp-tree.h (COND_EXPR_IS_VEC_DELETE): New.
2212 * init.c (build_vec_delete_1): Set it.
2213 * constexpr.c (potential_constant_expression_1) [COND_EXPR]: Check it.
2214
2215 2016-03-04 Jakub Jelinek <jakub@redhat.com>
2216
2217 * decl.c (start_preparsed_function): Don't emit start clobber at the
2218 start of constructor clones.
2219
2220 PR c++/70035
2221 * cp-tree.h (cp_ubsan_maybe_initialize_vtbl_ptrs): New prototype.
2222 * decl.c (start_preparsed_function): Call
2223 cp_ubsan_maybe_initialize_vtbl_ptrs if needed.
2224 * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs,
2225 cp_ubsan_maybe_initialize_vtbl_ptrs): New functions.
2226
2227 2016-03-04 Jason Merrill <jason@redhat.com>
2228
2229 PR c++/67364
2230 * constexpr.c (cxx_eval_component_reference): Further tweak.
2231
2232 * constexpr.c (struct constexpr_ctx): Add save_exprs field.
2233 (cxx_eval_loop_expr): Discard SAVE_EXPR values before looping.
2234 (cxx_eval_constant_expression) [SAVE_EXPR]: Add it to the set.
2235 (cxx_eval_outermost_constant_expr, is_sub_constant_expr): Initialize.
2236
2237 PR c++/70067
2238 * tree.c (strip_typedefs): Handle TYPENAME_TYPE lookup finding the
2239 same type.
2240
2241 2016-03-03 Jason Merrill <jason@redhat.com>
2242
2243 * method.c (synthesized_method_walk): operator= can also be constexpr.
2244
2245 * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Get
2246 LAMBDA_EXPR_RETURN_TYPE from the instantiated closure.
2247
2248 PR c++/67164
2249 * pt.c (copy_template_args): New.
2250 (tsubst_pack_expansion): Use it.
2251
2252 * call.c (build_aggr_conv): Use get_nsdmi.
2253
2254 PR c++/51406
2255 * typeck.c (build_static_cast_1): Avoid folding back to lvalue.
2256
2257 PR c++/67364
2258 * constexpr.c (cxx_eval_component_reference): Just return an empty
2259 CONSTRUCTOR for an empty class.
2260
2261 2016-03-01 Jason Merrill <jason@redhat.com>
2262
2263 PR c++/70036
2264 * parser.c (cp_parser_requires_clause): Call
2265 check_for_bare_parameter_packs.
2266
2267 PR c++/51489
2268 * constexpr.c (cxx_eval_binary_expression): Don't VERIFY_CONSTANT
2269 the operands.
2270
2271 PR c++/69995
2272 * constexpr.c (cxx_eval_call_expression): Unshare arg.
2273 (cxx_eval_constant_expression) [DECL_EXPR]: Unshare init.
2274 [TARGET_EXPR]: Unshare init.
2275
2276 2016-03-01 Patrick Palka <ppalka@gcc.gnu.org>
2277
2278 PR c++/68948
2279 PR c++/69961
2280 * pt.c (tsubst_baselink): Reinstate the check for an invalid
2281 constructor call.
2282
2283 2016-02-28 Jason Merrill <jason@redhat.com>
2284
2285 PR c++/69995
2286 * constexpr.c (cxx_eval_store_expression): Unshare init.
2287
2288 2016-02-26 Jason Merrill <jason@redhat.com>
2289
2290 PR c++/69958
2291 * pt.c (make_argument_pack): New.
2292 (tsubst_copy) [SIZEOF_EXPR]: Handle partial expansion.
2293 (tsubst_copy_and_build): Likewise.
2294
2295 2016-02-25 Jason Merrill <jason@redhat.com>
2296
2297 PR c++/69889
2298 * cp-tree.h (AGGR_INIT_FROM_THUNK_P): New.
2299 * tree.c (build_aggr_init_expr): Set it.
2300 * semantics.c (simplify_aggr_init_expr): Check it.
2301 * cp-gimplify.c (cp_genericize_r): Don't walk into
2302 a call/aggr_init from a thunk.
2303
2304 PR c++/69842
2305 * method.c (forward_parm): Handle parameter packs.
2306 * lambda.c (maybe_add_lambda_conv_op): Use it for them.
2307
2308 PR c++/67364
2309 * constexpr.c (cxx_eval_component_reference): Don't complain about
2310 unevaluated empty classes.
2311
2312 PR c++/68049
2313 * tree.c (strip_typedefs): Use DECL_ORIGINAL_TYPE.
2314
2315 2016-02-25 Patrick Palka <ppalka@gcc.gnu.org>
2316
2317 PR c++/69736
2318 * cp-tree.h (REF_PARENTHESIZED_P): Adjust documentation.
2319 (maybe_undo_parenthesized_ref): Declare.
2320 * semantics.c (maybe_undo_parenthesized_ref): Split out from
2321 check_return_expr.
2322 (finish_call_expr): Use it.
2323 * typeck.c (check_return_expr): Use it.
2324 * pt.c (tsubst_copy_and_build) [INDIRECT_REF]: Retain the
2325 REF_PARENTHESIZED_P flag.
2326
2327 2016-02-24 Jakub Jelinek <jakub@redhat.com>
2328
2329 PR c++/69922
2330 * class.c (build_base_path): Set TREE_NO_WARNING on the null_test.
2331 Avoid folding it.
2332 * init.c (build_vec_delete_1, build_delete): Don't fold the non-NULL
2333 tests.
2334 * cp-gimplify.c (cp_fold): For TREE_NO_WARNING comparisons with NULL,
2335 unless they are folded into INTEGER_CST, error_mark_node or some
2336 comparison with NULL, avoid folding them and use either the original
2337 comparison or non-folded comparison of folded arguments.
2338 * cp-ubsan.c (cp_ubsan_instrument_vptr): Set TREE_NO_WARNING on the
2339 comparison, don't fold the comparison right away.
2340
2341 2016-02-24 Jason Merrill <jason@redhat.com>
2342
2343 PR c++/69323
2344 * friend.c (make_friend_class): Likewise.
2345 * decl.c (lookup_and_check_tag): Diagnose invalid dependent friend.
2346
2347 2016-02-24 Jason Merrill <jason@redhat.com>
2348
2349 PR c++/69323
2350 * pt.c (instantiate_class_template_1): Set
2351 processing_template_decl before substituting friend_type.
2352
2353 016-02-24 Martin Sebor <msebor@redhat.com>
2354
2355 PR c++/69912
2356 * tree.c (build_ctor_subob_ref): Compare types' main variants
2357 instead of the types as they are.
2358
2359 2016-02-24 Jason Merrill <jason@redhat.com>
2360
2361 * decl.c (start_preparsed_function): Condition ctor clobber on
2362 flag_lifetime_dse > 1.
2363
2364 * cp-gimplify.c (cp_fold): Don't fold constexpr calls if -fno-inline.
2365
2366 2016-02-19 Jason Merrill <jason@redhat.com>
2367
2368 PR c++/69743
2369 * call.c (remaining_arguments): No longer static.
2370 * cp-tree.h: Declare it.
2371 * pt.c (more_specialized_fn): Use it.
2372
2373 2016-02-19 Jakub Jelinek <jakub@redhat.com>
2374 Bernd Edlinger <bernd.edlinger@hotmail.de>
2375
2376 * Make-lang.in: Invoke gperf with -L C++.
2377 * cfns.gperf: Remove prototypes for hash and libc_name_p
2378 inlines.
2379 * cfns.h: Regenerated.
2380 * except.c (nothrow_libfn_p): Adjust.
2381
2382 2016-02-19 Jakub Jelinek <jakub@redhat.com>
2383
2384 PR c++/69850
2385 * rtti.c (ifnonnull): Set TREE_NO_WARNING on the condition, use
2386 NE_EXPR instead of EQ_EXPR and swap last two arguments on COND_EXPR.
2387
2388 2016-02-19 Patrick Palka <ppalka@gcc.gnu.org>
2389
2390 PR c++/68948
2391 * pt.c (tsubst_baselink): Don't diagnose an invalid constructor
2392 call here.
2393 * semantics.c (finish_call_expr): Don't assume a constructor
2394 call is dependent if only the "this" pointer is dependent. When
2395 building a constructor call, always use a dummy object.
2396
2397 2016-02-19 Jakub Jelinek <jakub@redhat.com>
2398
2399 PR c++/69850
2400 * init.c (build_vec_delete_1): Set TREE_NO_WARNING on the NE_EXPR
2401 condition.
2402 * cp-gimplify.c (cp_fold): Propagate TREE_NO_WARNING from binary
2403 operators if folding preserved the binop, just with different
2404 arguments.
2405
2406 PR c++/67767
2407 * parser.c (cp_parser_std_attribute_spec_seq): Don't assume
2408 attr_spec is always single element chain, chain all the attributes
2409 properly together in the right order.
2410
2411 2016-02-18 Jason Merrill <jason@redhat.com>
2412
2413 * mangle.c (maybe_check_abi_tags): Add for_decl parm. Call
2414 mangle_decl.
2415 (mangle_decl): Call maybe_check_abi_tags for function scope.
2416 (mangle_guard_variable): Call maybe_check_abi_tags here.
2417 (write_guarded_var_name): Not here.
2418
2419 2016-02-17 Jason Merrill <jason@redhat.com>
2420
2421 PR c++/65985
2422 * constexpr.c (build_constexpr_constructor_member_initializers):
2423 Handle an additional STATEMENT_LIST.
2424
2425 PR c++/68585
2426 * constexpr.c (cxx_eval_bare_aggregate): Fix 'changed' detection.
2427
2428 PR c++/68679
2429 * decl2.c (reset_type_linkage_2): Look through member templates.
2430
2431 2016-02-17 Jakub Jelinek <jakub@redhat.com>
2432
2433 PR c++/69850
2434 * init.c (build_delete): Set TREE_NO_WARNING on ifexp.
2435
2436 2016-02-17 Jason Merrill <jason@redhat.com>
2437
2438 PR c++/69842
2439 * method.c (forward_parm): Split out from...
2440 (add_one_base_init): ...here.
2441 * lambda.c (maybe_add_lambda_conv_op): Use it.
2442
2443 2016-02-16 Jason Merrill <jason@redhat.com>
2444
2445 PR c++/10200
2446 PR c++/69753
2447 * call.c, cp-tree.h, name-lookup.c, pt.c, search.c, semantics.c,
2448 tree.c, typeck2.c: Revert earlier changes.
2449 * parser.c (cp_parser_lookup_name): Ignore namespace-scope
2450 non-type templates after -> or .
2451
2452 2016-02-16 Jakub Jelinek <jakub@redhat.com>
2453
2454 PR c/69835
2455 * typeck.c (cp_build_binary_op): Revert 2015-09-09 change.
2456
2457 2016-02-16 Jason Merrill <jason@redhat.com>
2458
2459 PR c++/69657
2460 * name-lookup.c (lookup_qualified_name): Add find_hidden parm.
2461 (set_decl_namespace): Pass it. Complain about finding a hidden friend.
2462 * name-lookup.h: Adjust.
2463
2464 2016-02-16 James Norris <jnorris@codesourcery.com>
2465
2466 * parser.c (cp_parser_oacc_data_clause_deviceptr): Remove checking.
2467 * semantics.c (finish_omp_clauses): Add deviceptr checking.
2468
2469 2016-02-15 Jakub Jelinek <jakub@redhat.com>
2470
2471 PR c++/69658
2472 * init.c (expand_default_init): Only call reshape_init
2473 in the direct-initialization from an initializer list case.
2474
2475 2016-02-15 Jason Merrill <jason@redhat.com>
2476
2477 PR c++/69753
2478 * semantics.c (finish_call_expr): Implicit 'this' does not make
2479 the call dependent.
2480 * search.c (any_dependent_bases_p): Split out...
2481 * name-lookup.c (do_class_using_decl): ...from here.
2482 * call.c (build_new_method_call_1): Don't complain about missing object
2483 if there are dependent bases. Tweak error.
2484 * tree.c (non_static_member_function_p): Remove.
2485 * pt.c (type_dependent_expression_p): A member template of a
2486 dependent type is dependent.
2487 * cp-tree.h: Adjust.
2488
2489 PR c++/68890
2490 * constexpr.c (verify_ctor_sanity): Remove CONSTRUCTOR_NELTS check.
2491
2492 2016-02-12 Patrick Palka <ppalka@gcc.gnu.org>
2493
2494 PR c++/69098
2495 * pt.c (lookup_and_finish_template_variable): New function,
2496 extracted from ...
2497 (tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: ... here. Use it.
2498 (tsubst_qualified_id): Consider that EXPR might be a variable
2499 template.
2500 * typeck.c (check_template_keyword): Don't emit an error
2501 if DECL is a variable template.
2502
2503 2016-02-12 Jakub Jelinek <jakub@redhat.com>
2504
2505 * error.c: Spelling fixes - behaviour -> behavior and
2506 neighbour -> neighbor.
2507 * decl.c: Likewise.
2508 * typeck.c (cp_build_binary_op): Fix up behavior spelling in
2509 diagnostics.
2510 * init.c (build_delete): Likewise.
2511
2512 2016-02-11 Jakub Jelinek <jakub@redhat.com>
2513
2514 PR c/69768
2515 * typeck.c (cp_build_binary_op): cp_fully_fold integer_zerop
2516 arguments for -Waddress warning. Fix up formatting.
2517
2518 2016-02-11 Paolo Carlini <paolo.carlini@oracle.com>
2519
2520 PR c++/68726
2521 * pt.c (lookup_template_class_1): Check tsubst return value for
2522 error_mark_node.
2523
2524 2016-02-10 Jason Merrill <jason@redhat.com>
2525
2526 PR c++/68926
2527 * pt.c (resolve_nondeduced_context): Add complain parm.
2528 (do_auto_deduction): Pass it.
2529 * cvt.c (convert_to_void): Likewise.
2530 * decl.c (cp_finish_decl): Likewise.
2531 * init.c (build_new): Likewise.
2532 * rtti.c (get_tinfo_decl_dynamic): Likewise.
2533 * semantics.c (finish_decltype_type): Likewise.
2534 * typeck.c (decay_conversion): Likewise.
2535 * cp-tree.h: Adjust declaration.
2536 * call.c (standard_conversion): Add complain parm, pass it along.
2537 (implicit_conversion): Pass it.
2538
2539 PR c++/69657
2540 * name-lookup.c (ambiguous_decl): Call remove_hidden_names.
2541 (lookup_name_real_1): Likewise.
2542 (remove_hidden_names): Handle non-functions too.
2543
2544 PR c++/10200
2545 * parser.c (cp_parser_lookup_name): When looking for a template
2546 after . or ->, only consider class templates.
2547 (cp_parser_postfix_dot_deref_expression): Handle the current
2548 instantiation. Remember a dependent object expression.
2549 * typeck2.c (build_x_arrow): Handle the current instantiation.
2550
2551 * ptree.c (debug_tree): Implement for cp_expr.
2552
2553 2016-02-08 Patrick Palka <ppalka@gcc.gnu.org>
2554
2555 PR c++/69139
2556 * parser.c (cp_parser_simple_type_specifier): Make the check
2557 for disambiguating between an 'auto' placeholder and an implicit
2558 template parameter more robust.
2559
2560 2016-02-08 Patrick Palka <ppalka@gcc.gnu.org>
2561
2562 PR c++/69283
2563 PR c++/67835
2564 * decl2.c (mark_used): When given a TEMPLATE_DECL, return after
2565 setting its TREE_USED flag.
2566
2567 2016-02-08 Jason Merrill <jason@redhat.com>
2568
2569 PR c++/69657
2570 * name-lookup.c (do_nonmember_using_decl): Leave anticipated
2571 built-ins alone.
2572
2573 2016-02-08 Jakub Jelinek <jakub@redhat.com>
2574
2575 PR c++/59627
2576 * parser.c (cp_parser_omp_declare_reduction): Set assembler name
2577 of the DECL_OMP_DECLARE_REDUCTION_P decls.
2578
2579 2016-02-08 Marek Polacek <polacek@redhat.com>
2580
2581 PR c++/69688
2582 * constexpr.c (clear_cv_and_fold_caches): Renamed from clear_cv_cache.
2583 Call clear_fold_cache.
2584 * cp-tree.h: Adjust declaration.
2585 * decl.c (finish_enum_value_list): Call clear_cv_and_fold_caches
2586 rather than clear_cv_cache and clear_fold_cache.
2587 * typeck2.c (store_init_value): Call clear_cv_and_fold_caches.
2588
2589 2016-02-08 Jason Merrill <jason@redhat.com>
2590
2591 * cp-tree.h (CONV_FOLD, CONV_BACKEND_CONVERT): New.
2592 * cvt.c (convert): Pass CONV_BACKEND_CONVERT.
2593 (ocp_convert): Use *_maybe_fold.
2594 (cp_convert_to_pointer): Add dofold parameter.
2595 * cp-gimplify.c (cp_fold) [CONVERT_EXPR]: Call convert.
2596
2597 2016-02-05 Martin Sebor <msebor@redhat.com>
2598
2599 PR c++/69662
2600 * init.c (find_field_init): New function.
2601 (warn_placement_new_too_small): Call it. Handle one-element arrays
2602 at ends of structures special.
2603
2604 2016-02-05 Jason Merrill <jason@redhat.com>
2605
2606 PR c++/68948
2607 * semantics.c (finish_expr_stmt): If expr is error_mark_node,
2608 make sure we've seen_error().
2609
2610 2016-02-05 Patrick Palka <ppalka@gcc.gnu.org>
2611
2612 PR c++/68948
2613 * pt.c (tsubst_baselink): Diagnose an invalid constructor call
2614 if lookup_fnfields returns NULL_TREE and the name being looked
2615 up has the form A::A.
2616
2617 2016-02-04 Patrick Palka <ppalka@gcc.gnu.org>
2618
2619 * constexpr.c (cxx_eval_binary_expression): Fold equality
2620 comparisons involving PTRMEM_CSTs.
2621
2622 2016-02-04 Jakub Jelinek <jakub@redhat.com>
2623
2624 * class.c (find_flexarrays): Don't declare dom variable.
2625 (diagnose_flexarray): Likewise.
2626
2627 2016-02-02 Martain Sebor <msebor@redhat.com>
2628
2629 PR c++/69251
2630 PR c++/69253
2631 PR c++/69290
2632 PR c++/69277
2633 PR c++/69349
2634 * class.c (walk_subobject_offsets): Avoid testing the upper bound
2635 of a flexible array member for equality to null.
2636 (find_flexarrays): Remove spurious whitespace introduced in r231665.
2637 (diagnose_flexarrays): Avoid checking the upper bound of arrays.
2638 (check_flexarrays): Same.
2639 * decl.c (compute_array_index_type): Avoid special case for flexible
2640 array members.
2641 (grokdeclarator): Avoid calling compute_array_index_type for flexible
2642 array members.
2643 * error.c (dump_type_suffix): Revert changes introduced in r231665
2644 and rendered unnecessary by the changes above.
2645 * pt.c (tsubst): Same.
2646 * tree.c (build_ctor_subob_ref): Handle flexible array members.
2647 * typeck2.c (digest_init_r): Revert changes introduced in r231665.
2648 (process_init_constructor_array): Same.
2649 (process_init_constructor_record): Same.
2650
2651 2016-02-03 Patrick Palka <ppalka@gcc.gnu.org>
2652
2653 PR c++/69056
2654 * pt.c (try_one_overload): Handle comparing argument packs so
2655 that there is no conflict if we deduced more arguments of an
2656 argument pack than were explicitly specified.
2657
2658 2016-01-31 Jakub Jelinek <jakub@redhat.com>
2659 Jason Merrill <jason@redhat.com>
2660
2661 PR c++/68763
2662 * tree.c (strip_typedefs) [FUNCTION_TYPE]: Avoid building a new
2663 function type if nothing is changing.
2664
2665 2016-01-31 Jason Merrill <jason@redhat.com>
2666
2667 PR c++/69009
2668 * pt.c (partial_specialization_p, impartial_args): New.
2669 (instantiate_decl): Call impartial_args.
2670
2671 * mangle.c (maybe_check_abi_tags): New.
2672 (write_guarded_var_name): Call it.
2673 (mangle_ref_init_variable): Call check_abi_tags.
2674
2675 * pt.c (lookup_template_class_1): Don't share TYPE_ATTRIBUTES
2676 between template and instantiation.
2677
2678 2016-01-29 Jakub Jelinek <jakub@redhat.com>
2679
2680 PR debug/66869
2681 * decl.c (wrapup_globals_for_namespace): Warn about unused static
2682 function declarations.
2683
2684 2016-01-29 Marek Polacek <polacek@redhat.com>
2685
2686 PR c++/69509
2687 PR c++/69516
2688 * constexpr.c (cxx_eval_array_reference): Give the "array subscript
2689 out of bound" error earlier.
2690 * init.c (build_vec_init): Change NE_EXPR into GT_EXPR. Update the
2691 commentary.
2692
2693 2016-01-29 Patrick Palka <ppalka@gcc.gnu.org>
2694
2695 * name-lookup.c (begin_scope): After reusing a cp_binding_level
2696 structure, update free_binding_level before the structure's
2697 level_chain field gets cleared, not after.
2698
2699 2016-01-28 Jason Merrill <jason@redhat.com>
2700
2701 PR c++/67407
2702 * search.c (dfs_walk_once, dfs_walk_once_r)
2703 (dfs_walk_once_accessible_r, dfs_walk_once_accessible): Use
2704 hash_set instead of BINFO_MARKED.
2705 (dfs_unmark_r): Remove.
2706
2707 2016-01-28 Patrick Palka <ppalka@gcc.gnu.org>
2708
2709 PR c++/24208
2710 * parser.c (LEXER_DEBUGGING_ENABLED_P): New macro.
2711 (cp_lexer_debugging_p): Use it.
2712 (cp_lexer_start_debugging): Likewise.
2713 (cp_lexer_stop_debugging): Likewise.
2714
2715 2016-01-27 Marek Polacek <polacek@redhat.com>
2716
2717 PR c/68062
2718 * typeck.c (cp_build_binary_op): Promote operand to unsigned, if
2719 needed. Add -Wsign-compare warning.
2720
2721 2016-01-27 Ryan Burn <contact@rnburn.com>
2722
2723 PR cilkplus/69267
2724 * cp-gimplify.c (cilk_cp_gimplify_call_params_in_spawned_fn): Removed
2725 superfluous post_p argument in call to
2726 cilk_gimplify_call_params_in_spawned_fn.
2727
2728 2016-01-27 Marek Polacek <polacek@redhat.com>
2729
2730 PR c++/69379
2731 * constexpr.c (cxx_eval_constant_expression): Handle PTRMEM_CSTs
2732 wrapped in NOP_EXPRs.
2733
2734 2016-01-27 Martin Sebor <msebor@redhat.com>
2735
2736 PR c++/69317
2737 * mangle.c (mangle_decl): Reference the correct (saved) version
2738 of the ABI in -Wabi diagnostics.
2739
2740 2016-01-27 Marek Polacek <polacek@redhat.com>
2741
2742 PR c++/69496
2743 * constexpr.c (cxx_eval_array_reference): Evaluate the number of
2744 elements of the array.
2745
2746 2016-01-26 Jason Merrill <jason@redhat.com>
2747
2748 PR c++/68949
2749 * constexpr.c (register_constexpr_fundef): Keep the un-massaged body.
2750 (cxx_eval_call_expression): Don't look through clones.
2751 * optimize.c (maybe_clone_body): Clear DECL_SAVED_TREE of the alias.
2752 * semantics.c (expand_or_defer_fn_1): Keep DECL_SAVED_TREE of
2753 maybe-in-charge *tor.
2754
2755 2016-01-26 Jason Merrill <jason@redhat.com>
2756
2757 PR c++/68782
2758 * constexpr.c (cxx_eval_bare_aggregate): Update TREE_CONSTANT
2759 and TREE_SIDE_EFFECTS.
2760 (cxx_eval_constant_expression) [CONSTRUCTOR]: Call
2761 verify_constructor_flags.
2762
2763 2016-01-26 Jakub Jelinek <jakub@redhat.com>
2764
2765 PR c++/68357
2766 * cp-gimplify.c (cp_fold): If some operand folds to error_mark_node,
2767 return error_mark_node instead of building trees with error_mark_node
2768 operands.
2769
2770 2016-01-26 David Malcolm <dmalcolm@redhat.com>
2771
2772 PR other/69006
2773 * error.c (print_instantiation_partial_context_line): Add missing
2774 newlines from output for the t == NULL case.
2775 (print_instantiation_partial_context): Remove call to pp_newline.
2776
2777 2016-01-24 Patrick Palka <ppalka@gcc.gnu.org>
2778
2779 Revert:
2780 2016-01-18 Patrick Palka <ppalka@gcc.gnu.org>
2781
2782 PR c++/11858
2783 PR c++/24663
2784 PR c++/24664
2785 * decl.c (grokdeclarator): Don't decay array parameter type to
2786 a pointer type if it's dependent.
2787 (grokparms): Invoke strip_top_quals instead of directly invoking
2788 cp_build_qualified_type.
2789 * pt.c (decay_dependent_array_parm_type): New static function.
2790 (type_unification_real): Call decay_dependent_array_parm_type
2791 to decay a dependent array parameter type to its corresponding
2792 pointer type before unification.
2793 (more_specialized_fn): Likewise.
2794 (get_bindings): Likewise.
2795 * tree.c (cp_build_qualified_type): Trivial typofix in
2796 documentation.
2797
2798 2016-01-23 Martin Sebor <msebor@redhat.com>
2799
2800 PR c++/58109
2801 PR c++/69022
2802 * decl2.c (is_late_template_attribute): Handle dependent argument
2803 to attribute align and attribute vector_size.
2804
2805 2016-01-21 Jason Merrill <jason@redhat.com>
2806
2807 PR c++/69392
2808 * lambda.c (lambda_capture_field_type): Handle 'this' specially
2809 for init-capture, too.
2810
2811 PR c++/65687
2812 * decl.c (type_is_deprecated): Don't look into a typedef.
2813
2814 PR c++/40751
2815 PR c++/64987
2816 * decl.c (copy_type_enum): Respect TYPE_USER_ALIGN.
2817
2818 PR c++/43407
2819 * decl.c (start_enum): Add attributes parameter.
2820 * parser.c (cp_parser_enum_specifier): Pass it.
2821 * pt.c (lookup_template_class_1): Pass it.
2822 * cp-tree.h: Adjust.
2823
2824 2016-01-19 Jason Merrill <jason@redhat.com>
2825
2826 PR c++/59759
2827 * pt.c (convert_template_argument): Handle VAR_DECL properly.
2828
2829 2016-01-19 Marek Polacek <polacek@redhat.com>
2830
2831 PR c++/68586
2832 * constexpr.c (clear_cv_cache): New.
2833 * cp-gimplify.c (clear_fold_cache): New.
2834 * cp-tree.h (clear_cv_cache, clear_fold_cache): Declare.
2835 * decl.c (finish_enum_value_list): Call them.
2836
2837 PR c++/68965
2838 * pt.c (tsubst_copy): Mark elements in expanded vector as used.
2839
2840 2016-01-18 Patrick Palka <ppalka@gcc.gnu.org>
2841
2842 PR c++/11858
2843 PR c++/24663
2844 PR c++/24664
2845 * decl.c (grokdeclarator): Don't decay array parameter type to
2846 a pointer type if it's dependent.
2847 (grokparms): Invoke strip_top_quals instead of directly invoking
2848 cp_build_qualified_type.
2849 * pt.c (decay_dependent_array_parm_type): New static function.
2850 (type_unification_real): Call decay_dependent_array_parm_type
2851 to decay a dependent array parameter type to its corresponding
2852 pointer type before unification.
2853 (more_specialized_fn): Likewise.
2854 (get_bindings): Likewise.
2855 * tree.c (cp_build_qualified_type): Trivial typofix in
2856 documentation.
2857
2858 2016-01-18 Jason Merrill <jason@redhat.com>
2859
2860 * cp-gimplify.c (cp_fold) [CONSTRUCTOR]: Don't clobber the input.
2861
2862 * cp-gimplify.c (cp_fold): Remove unnecessary special cases.
2863
2864 PR c++/68767
2865 * cp-gimplify.c (cp_fold) [COND_EXPR]: Simplify. Do fold COND_EXPR.
2866 (contains_label_1, contains_label_p): Remove.
2867
2868 2016-01-16 Patrick Palka <ppalka@gcc.gnu.org>
2869
2870 PR c++/69091
2871 * pt.c (type_dependent_expression_p): For a function template
2872 specialization, a type is dependent iff any of its template
2873 arguments are.
2874
2875 2016-01-16 Patrick Palka <ppalka@gcc.gnu.org>
2876
2877 * cp-array-notation.c (cp_expand_cond_array_notations): Return
2878 error_mark_node only if find_rank failed, not if it was
2879 successful.
2880
2881 2016-01-16 Patrick Palka <ppalka@gcc.gnu.org>
2882
2883 PR c++/68936
2884 * tree.c (build_min_non_dep_call_vec): Don't retain the
2885 KOENIG_LOOKUP_P flag of the non-dependent expression that's
2886 been built.
2887 (build_min_non_dep_op_overload): Instead, do it here.
2888
2889 2016-01-15 Jakub Jelinek <jakub@redhat.com>
2890
2891 PR bootstrap/68271
2892 * parser.h (cp_token): Remove pragma_kind field. Add comment
2893 with number of unused bits.
2894 * parser.c (eof_token): Remove pragma_kind field initializer.
2895 (cp_lexer_get_preprocessor_token): Don't set pragma_kind
2896 field, don't clear CPP_PRAGMA u.value.
2897 (cp_parser_pragma_kind): New function.
2898 (cp_parser_omp_sections_scope, cp_parser_oacc_kernels_parallel,
2899 cp_parser_omp_construct, cp_parser_initial_pragma,
2900 cp_parser_pragma): Use cp_parser_pragma_kind instead of accessing
2901 pragma_kind field.
2902
2903 2016-01-15 Jason Merrill <jason@redhat.com>
2904
2905 PR c++/68847
2906 * call.c (build_cxx_call): Use fold_non_dependent_expr.
2907
2908 * typeck2.c (cxx_incomplete_type_diagnostic): Use the location of
2909 value.
2910
2911 PR c++/69257
2912 * typeck.c (decay_conversion): Don't call mark_rvalue_use for
2913 array/function-to-pointer conversion. Call
2914 complete_type_or_maybe_complain for lvalue-to-rvalue conversion.
2915 * call.c (convert_like_real): Print call context if
2916 decay_conversion errors.
2917
2918 2016-01-14 Tom de Vries <tom@codesourcery.com>
2919
2920 PR tree-optimization/68773
2921 * parser.c (cp_parser_oacc_declare, cp_parser_omp_declare_target): Don't
2922 set force_output.
2923
2924 2016-01-14 Jason Merrill <jason@redhat.com>
2925
2926 PR c++/69261
2927 * constexpr.c (find_array_ctor_elt): Handle splitting RANGE_EXPR.
2928
2929 2016-01-12 Marek Polacek <polacek@redhat.com>
2930
2931 PR c++/68979
2932 * constexpr.c (cxx_eval_check_shift_p): Use permerror rather than
2933 error_at and adjust the return value.
2934
2935 2016-01-12 Jakub Jelinek <jakub@redhat.com>
2936
2937 PR objc++/68511
2938 PR c++/69213
2939 * cp-gimplify.c (cp_gimplify_expr) <case INIT_EXPR>: Don't return
2940 GS_ERROR whenever seen_error (), only if *expr_p contains
2941 cilk spawn stmt, but cilk_detect_spawn_and_unwrap failed.
2942
2943 PR c++/66808
2944 PR c++/69000
2945 * pt.c (tsubst_decl): If not local_p, clear DECL_TEMPLATE_INFO.
2946
2947 2016-01-11 Jason Merrill <jason@redhat.com>
2948
2949 PR c++/69131
2950 * method.c (walk_field_subobs): Add dtor_from_ctor parm.
2951 (process_subob_fn): Likewise. Don't consider triviality if true.
2952 (synthesize_method_walk): Pass it.
2953
2954 2016-01-11 David Malcolm <dmalcolm@redhat.com>
2955
2956 PR c++/68795
2957 * parser.c (cp_parser_postfix_expression): Initialize
2958 close_paren_loc to UNKNOWN_LOCATION; only use it if
2959 it has been written to by
2960 cp_parser_parenthesized_expression_list.
2961 (cp_parser_parenthesized_expression_list): Document the behavior
2962 with respect to the CLOSE_PAREN_LOC param.
2963
2964 2016-01-11 Jakub Jelinek <jakub@redhat.com>
2965
2966 PR c++/69211
2967 * cp-gimplify.c (cp_fold): If COMPOUND_EXPR or MODIFY_EXPR
2968 folded operands have side-effects, but folding changed any of them,
2969 build a new tree with the folded operands instead of returning the
2970 unfolded tree.
2971
2972 2016-01-09 Marek Polacek <polacek@redhat.com>
2973
2974 PR c++/69113
2975 * decl2.c (comdat_linkage): Only set DECL_COMDAT if TREE_PUBLIC is set.
2976
2977 2016-01-09 Jakub Jelinek <jakub@redhat.com>
2978
2979 PR c++/69164
2980 * class.c (layout_class_type): Use copy_node to copy FIELD_DECLs.
2981
2982 2016-01-08 Jason Merrill <jason@redhat.com>
2983
2984 PR c++/69158
2985 * constexpr.c (cxx_fold_indirect_ref): Handle array type differing
2986 in completion.
2987
2988 2016-01-08 Marek Polacek <polacek@redhat.com>
2989
2990 PR c++/68449
2991 * constexpr.c (cxx_eval_constant_expression): Handle NULL initializer.
2992
2993 2016-01-08 Jason Merrill <jason@redhat.com>
2994
2995 * constexpr.c (cxx_eval_call_expression): Remove convert_to_void
2996 workaround.
2997
2998 PR c++/68983
2999 PR c++/67557
3000 * cvt.c (convert_to_void): Don't strip a TARGET_EXPR of
3001 TREE_ADDRESSABLE type.
3002
3003 PR c++/68983
3004 PR c++/67557
3005 * call.c (unsafe_copy_elision_p): Look through COMPOUND_EXPR.
3006
3007 2016-01-05 Nathan Sidwell <nathan@acm.org>
3008
3009 PR c++/58583
3010 * pt.c (build_non_dependent_expr): Don't try a checking fold when
3011 parsing an nsdmi.
3012
3013 2016-01-04 Jakub Jelinek <jakub@redhat.com>
3014
3015 Update copyright years.
3016 \f
3017 Copyright (C) 2016 Free Software Foundation, Inc.
3018
3019 Copying and distribution of this file, with or without modification,
3020 are permitted in any medium without royalty provided the copyright
3021 notice and this notice are preserved.