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