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