/cp
[official-gcc.git] / gcc / cp / ChangeLog
blob3ee050ce7536bb80922088e72bf44a373de1c786
1 2015-04-29  Paolo Carlini  <paolo.carlini@oracle.com>
3         PR c++/64667
4         * init.c (perform_member_init): Handle references for -Winit-self.
6 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
8         * pt.c (tsubst_expr) <OMP_TARGET_UPDATE>: Use
9         OMP_TARGET_UPDATE_CLAUSES instead of OMP_CLAUSES.
11 2015-04-28  Jason Merrill  <jason@redhat.com>
13         PR c++/65896
14         * constexpr.c (cxx_eval_store_expression): Don't try to actually
15         store an empty class.
17         PR c++/65656
18         * constexpr.c (cxx_eval_builtin_function_call): Fix
19         __builtin_constant_p.
21         PR c++/50800
22         * tree.c (strip_typedefs): Add remove_attributes parm.
23         (strip_typedefs_expr): Likewise.
24         (apply_identity_attributes): New subroutine of strip_typedefs.
25         * pt.c (canonicalize_type_argument): Let strip_typedefs handle attrs.
26         (convert_nontype_argument, unify): Likewise.
27         * cp-tree.h: Adjust.
29         PR c++/65734
30         * class.c (fixup_attribute_variants): Respect TYPE_USER_ALIGN.
32 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
34         * class.c (layout_class_type): Remove check if
35         PCC_BITFIELD_TYPE_MATTERS is defined.
37 2015-04-27  Jim Wilson  <jim.wilson@linaro.org>
39         * Make-lang.in (c++.mostlyclean): Remove xg++, g++-cross, and cc1plus.
41 2015-04-24  Jason Merrill  <jason@redhat.com>
43         PR c++/50800
44         * typeck.c (structural_comptypes): Don't check TYPE_REF_CAN_ALIAS_ALL.
46         * constexpr.c (potential_constant_expression_1) [MINUS_EXPR]:
47         Remove obsolete code.
48         [NE_EXPR]: Likewise.
50 2015-04-23  Jason Merrill  <jason@redhat.com>
52         PR c++/65646
53         * pt.c (check_explicit_specialization): Don't
54         SET_DECL_TEMPLATE_SPECIALIZATION for a variable with no template
55         headers.
56         * decl.c (grokvardecl): Revert earlier fix.
58 2015-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
60         PR c++/65801
61         * typeck2.c (check_narrowing): In C++11 mode too, -Wno-narrowing
62         suppresses the diagnostic.
64 2015-04-20  Ville Voutilainen  <ville.voutilainen@gmail.com>
66         Reject trailing return type for an operator auto().
67         * decl.c (grokdeclarator): Reject trailing return types for
68         all conversion operators, don't handle conversion operators
69         in the previous checks that deal with auto.
71 2015-04-20  Ilya Verbin  <ilya.verbin@intel.com>
73         * parser.c (cp_parser_omp_target_update): Add missed %> to error_at ().
75 2015-04-16  Paolo Carlini  <paolo.carlini@oracle.com>
77         * class.c (resolve_address_of_overloaded_function, instantiate_type):
78         Rename tsubst_flags_t parameter flags -> complain.
80 2015-04-16  Paolo Carlini  <paolo.carlini@oracle.com>
82         * call.c (build_op_delete_call, build_over_call): Check mark_used
83         return value.
84         * class.c (resolve_address_of_overloaded_function): Likewise.
85         * decl.c (cxx_maybe_build_cleanup): Likewise.
86         * pt.c (gen_elem_of_pack_expansion_instantiation, tsubst_baselink,
87         tsubst_qualified_id, tsubst_copy, tsubst_copy_and_build): Likewise.
88         * rtti.c (build_dynamic_cast_1): Likewise.
89         * semantics.c (process_outer_var_ref): Likewise.
90         * typeck.c (build_class_member_access_expr,
91         cp_build_function_call_vec, cp_build_addr_expr_1): Likewise.
93 2015-04-15  Jason Merrill  <jason@redhat.com>
95         * constexpr.c (cxx_eval_store_expression): Ignore clobbers.
96         (build_constexpr_constructor_member_initializers): Loop to find
97         the BIND_EXPR.
98         * decl.c (start_preparsed_function): Clobber the object at the
99         beginning of a constructor.
101         * decl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLIC is set.
102         * method.c (implicitly_declare_fn): Likewise.
103         * decl2.c (vague_linkage_p): Check TREE_PUBLIC first.
105         * decl2.c (determine_visibility): Use get_template_info.
107 2015-04-15  Jason Merrill  <jason@redhat.com>
108             Marek Polacek  <polacek@redhat.com>
110         PR c++/65727
111         * lambda.c (lambda_expr_this_capture): In unevaluated context go
112         through the normal loop, just don't capture.
113         (maybe_resolve_dummy): Handle null return.
115 2015-04-15  Paolo Carlini  <paolo.carlini@oracle.com>
117         * call.c (enforce_access): Emit error + inform.
119 2015-04-15  Marek Polacek  <polacek@redhat.com>
121         * constexpr.c (use_new_call): Remove #define.
122         (lookup_parameter_binding): Remove function.
123         (cxx_bind_parameters_in_call): Remove unused code.
124         (cxx_eval_call_expression): Likewise.
125         (cxx_eval_constant_expression): Likewise.
127 2015-04-14  Mikhail Maltsev  <maltsevm@gmail.com>
129         * tree.c (replace_placeholders_t): Remove unused type.
130         (replace_placeholders): Remove unused pset.
132 2015-04-14  Jason Merrill  <jason@redhat.com>
134         * pt.c (lookup_template_class_1): Use coerce_innermost_template_parms.
136         PR c++/65695
137         * cvt.c (cp_fold_convert): Avoid wrapping PTRMEM_CST in NOP_EXPR.
139         PR c++/65721
140         * name-lookup.c (do_class_using_decl): Complain about specifying
141         the current class even if there are dependent bases.
143 2015-04-14  David Krauss  <david_work@me.com>
145         PR c++/59766
146         * decl.c (grokdeclarator): Do not flag friends with deduced return.
148 2015-04-14  Momchil Velikov  <momchil.velikov@gmail.com>
149             Jason Merrill  <jason@redhat.com>
151         PR c++/60994
152         * parser.c (cp_parser_class_name): Add enum_ok parameter.
153         (cp_parser_qualifying_entity): Use it instead of cp_parser_type_name.
154         (cp_parser_diagnose_invalid_type_name): Don't assume a template is
155         a class template.
157 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
159         PR c++/65736
160         * constexpr.c (cxx_eval_pointer_plus_expression): Don't fold for VLAs,
161         don't fold if op01 isn't divisible by TYPE_SIZE_UNIT.  Convert
162         the expression to the original type at the end.
164 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
166         PR c++/65690
167         * tree.c (cp_build_qualified_type_real): Copy TYPE_ALIGN and
168         TYPE_USER_ALIGN.
170         PR c++/65690
171         * tree.c (build_cplus_array_type): Layout type before variants are
172         set, but copy over TYPE_SIZE and TYPE_SIZE_UNIT from the main
173         variant.
175 2015-04-03  Paolo Carlini  <paolo.carlini@oracle.com>
177         PR c++/64085
178         * lambda.c (add_capture): Use dependent_type_p for capture by
179         reference too.
181 2015-04-02  Marek Polacek  <polacek@redhat.com>
183         PR c++/65642
184         * constexpr.c (cxx_eval_pointer_plus_expression): Call
185         cxx_eval_constant_expression on the first operand.
187 2015-04-01  Jason Merrill  <jason@redhat.com>
189         PR c++/65625
190         * decl.c (make_typename_type): Handle seeing a variable template.
192 2015-04-01  Paolo Carlini  <paolo.carlini@oracle.com>
194         PR c++/56100
195         * pt.c (instantiating_current_function_p): New.
196         * name-lookup.c (pushdecl_maybe_friend_1): Use it.
197         * cp-tree.h (instantiating_current_function_p): Declare.
199 2015-04-01  Jason Merrill  <jason@redhat.com>
201         PR c++/65646
202         * decl.c (grokvardecl): Don't call check_explicit_specialization
203         for non-template members of a class template.
205 2015-04-01  Marek Polacek  <polacek@redhat.com>
207         PR c++/65554
208         * class.c (finish_struct): Require that the second field of a
209         user-defined initializer_list be of size type.
211 2015-03-31  Marek Polacek  <polacek@redhat.com>
213         PR c++/65390
214         * tree.c (build_cplus_array_type): Use dependent_type_p rather than
215         checking for constness.
217 2015-03-30  Marek Polacek  <polacek@redhat.com>
219         PR c++/65398
220         * constexpr.c (cxx_fold_indirect_ref): Don't perform the
221          *(&A[i] p+ j) => A[i + j] transformation here.
222         (cxx_eval_pointer_plus_expression): New function.
223         (cxx_eval_constant_expression): Use it here.
225 2015-03-27  Tobias Burnus  <burnus@net-b.de>
227         PR c/65586
228         * parser.c (cp_parser_omp_for, cp_parser_omp_parallel,
229         cp_parser_omp_distribute, cp_parser_omp_teams, cp_parser_omp_target,
230         cp_parser_omp_declare): Don't show error for skipped omp pragmas with
231         -fopenmp-simd.
233 2015-03-27  Marek Polacek  <polacek@redhat.com>
235         PR c++/65556
236         * semantics.c (finish_switch_cond): If the unlowered type is not an
237         enum, use the type of the condition.
239 2015-03-27  Jason Merrill  <jason@redhat.com>
241         PR c++/65509
242         * decl.c (make_rtl_for_nonlocal_decl): Don't defer static
243         constants.
245 2015-03-26  Mikhail Maltsev  <maltsevm@gmail.com>
247         PR c++/65154
248         * init.c (build_vec_init): Fix initializing aggregates
249         with empty init list.
251 2015-03-26  Jason Merrill  <jason@redhat.com>
253         PR c++/65525
254         * constexpr.c (potential_constant_expression_1): Handle MEM_REF.
256 2015-03-25  Marek Polacek  <polacek@redhat.com>
258         PR c++/65558
259         * name-lookup.c (handle_namespace_attrs): Ignore abi_tag attribute
260         on an anonymous namespace.
262 2015-03-25  Marek Polacek  <polacek@redhat.com>
264         PR c++/61670
265         * class.c (remove_zero_width_bit_fields): Check for null DECL_SIZE.
267 2015-03-24  Jason Merrill  <jason@redhat.com>
269         PR c++/65046
270         * cp-tree.h (NAMESPACE_IS_INLINE): Remove.
271         * parser.c (cp_parser_namespace_definition): Don't set it.
272         * name-lookup.c (handle_namespace_attrs): Check
273         DECL_NAMESPACE_ASSOCIATIONS instead.
275         PR c++/65498
276         * pt.c (get_mostly_instantiated_function_type): Just return the
277         type of the partially instantiated template in DECL_TI_TEMPLATE.
279 2015-03-20  Marek Polacek  <polacek@redhat.com>
281         PR c++/65398
282         * constexpr.c (cxx_fold_indirect_ref): Transform *(&A[i] p+ j) into
283         A[i + j].
285 2015-03-20  Marek Polacek  <polacek@redhat.com>
287         PR c++/65072
288         * typeck.c (lookup_anon_field): Make sure we're dealing with the main
289         variant.
291 2015-03-19  Jason Merrill  <jason@redhat.com>
293         PR c++/65046
294         Automatically propagate ABI tags to variables and functions
295         from their (return) type.
296         * class.c (check_tag): Handle variables and functions.
297         (mark_or_check_attr_tags): Split out from find_abi_tags_r.
298         (mark_or_check_tags): Likewise.
299         (mark_abi_tags): Use it.  Rename from mark_type_abi_tags.
300         (check_abi_tags): Add single argument overload for decls.
301         Handle inheriting tags for decls.
302         * mangle.c (write_mangled_name): Call it.
303         (mangle_return_type_p): Split out from write_encoding.
304         (unmangled_name_p): Split out from write_mangled_name.
305         (write_mangled_name): Ignore abi_tag on namespace.
306         * cp-tree.h (NAMESPACE_IS_INLINE): Replace NAMESPACE_ABI_TAG.
307         * parser.c (cp_parser_namespace_definition): Set it.
308         * name-lookup.c (handle_namespace_attrs): Use arguments. Warn
309         about abi_tag attribute on non-inline namespace.
310         * tree.c (check_abi_tag_args): Split out from handle_abi_tag_attribute.
311         (handle_abi_tag_attribute): Allow tags on variables.
313 2015-03-19  Jakub Jelinek  <jakub@redhat.com>
315         * decl2.c (cplus_decl_attributes): Also add "omp declare target"
316         attribute for DECL_EXTERNAL VAR_DECLs.
318 2015-03-18  Paolo Carlini  <paolo.carlini@oracle.com>
320         PR c++/65340
321         * call.c (build_over_call): Pass the tsubst_flags_t argument to
322         mark_used.
323         * decl2.c (mark_used): Inline the require_deduced_type call and
324         guard the error call.
326 2015-03-16  Jason Merrill  <jason@redhat.com>
328         PR c++/65061
329         * parser.c (cp_parser_template_name): Call strip_using_decl.
331 2015-03-16  Marek Polacek  <polacek@redhat.com>
333         DR 1688
334         PR c++/65327
335         * decl.c (grokdeclarator): Allow volatile and constexpr together.
337 2015-03-12  Paolo Carlini  <paolo.carlini@oracle.com>
339         PR c++/65323
340         * decl.c (check_default_argument): Don't call
341         maybe_warn_zero_as_null_pointer_constant.
343 2015-03-11  Aldy Hernandez  <aldyh@redhat.com>
345         * cp-gimplify.c (simple_empty_class_p): New.
346         * cp-gimplify.c (cp_gimplify_expr): Handle RETURN_EXPR.  Abstract
347         the code for empty class copies into simple_empty_class_p, and
348         adapt it to handle COMPOUND_EXPRs.
350 2015-03-10  Paolo Carlini  <paolo.carlini@oracle.com>
352         PR c++/65370
353         * decl.c (duplicate_decls): Call check_redeclaration_no_default_args
354         only if the location of newdecl doesn't match the location of olddecl.
356 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
358         PR c++/65127
359         * parser.c (parsing_nsdmi): Don't return true if current_class_ptr
360         is not a PARM_DECL.
362 2015-03-10  Jason Merrill  <jason@redhat.com>
364         PR c++/65333
365         DR 1558
366         * pt.c (dependent_type_p_r): Check both class and alias template args.
368 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
370         PR c/65120
371         * parser.c (cp_parser_binary_expression): Check for tcc_comparison
372         before preparing arguments to warn_logical_not_parentheses.
373         Use maybe_constant_value on rhs.
375 2015-03-09  Jason Merrill  <jason@redhat.com>
377         PR c++/65339
378         * call.c: Don't call maybe_resolve_dummy when calling a constructor.
380 2015-03-09  Jakub Jelinek  <jakub@redhat.com>
382         PR c/65120
383         * parser.c (cp_parser_binary_expression): Don't warn for
384         !!x == y or !b == y where b is bool.
386 2015-03-06  Aldy Hernandez  <aldyh@redhat.com>
388         * ptree.c (cxx_print_lambda_node): New.
389         (cxx_print_xnode): Handle LAMBDA_EXPR.
391 2015-03-03  Aldy Hernandez  <aldyh@redhat.com>
393         PR c++/65295
394         * constexpr.c (cxx_eval_constant_expression): Remove assert in
395         RESULT_DECL handling.
397 2015-02-26  Marek Polacek  <polacek@redhat.com>
399         PR c++/65202
400         * constexpr.c (cxx_eval_constant_expression): Don't evaluate
401         a RETURN_EXPR if its operand is null.
403 2015-02-25  Jason Merrill  <jason@redhat.com>
405         PR c++/65209
406         * decl2.c (constrain_visibility) [VISIBILITY_ANON]: Clear
407         DECL_COMDAT.
408         (constrain_visibility_for_template): Handle reference arguments.
410         PR debug/58315
411         * decl.c (start_preparsed_function): Use create_artificial_label
412         for cdtor_label.
414 2015-02-17  Paolo Carlini  <paolo.carlini@oracle.com>
415             Jakub Jelinek  <jakub@redhat.com>
417         PR c++/65075
418         * constexpr.c (check_constexpr_bind_expr_vars): Allow
419         implicit typedefs for lambda types.
421 2015-02-13  Paolo Carlini  <paolo.carlini@oracle.com>
423         PR c++/60894
424         * decl.c (lookup_and_check_tag): Use strip_using_decl.
426 2015-02-13  Jason Merrill  <jason@redhat.com>
428         PR c++/65054
429         * pt.c (template_args_equal): Look through conversions here.
430         * tree.c (cp_tree_equal): Not here.
432 2015-02-13  Paolo Carlini  <paolo.carlini@oracle.com>
434         PR c++/60211
435         * parser.c (cp_parser_pragma): Diagnose PRAGMA_IVDEP at
436         pragma_external context.
438 2015-02-13  Jason Merrill  <jason@redhat.com>
440         PR c++/65051
441         * call.c (reference_binding): Don't look for bad conversion
442         if TO is incomplete.
444 2015-02-13  Paolo Carlini  <paolo.carlini@oracle.com>
446         PR c++/64970
447         * decl.c (make_typename_type): Pass tsubst_flags_t argument
448         to lookup_template_class.
450 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
452         PR ipa/65034
453         * decl.c (start_preparsed_function): Use void_type_node instead
454         of NULL_TREE as LABEL_DECL type.
456 2015-02-12  Jason Merrill  <jason@redhat.com>
458         PR c++/64898
459         * mangle.c (write_mangled_name): Fix test for variable template
460         instantiation.
462         * decl.c (begin_destructor_body): Condition clobber on
463         -flifetime-dse.
465 2015-02-12 Andrea Azzarone <azzaronea@gmail.com>
467         PR c++/64959
468         * parser.c (lookup_literal_operator): Return all candidates.
469         (cp_parser_userdef_char_literal): Simplify error handling.
470         (cp_parser_userdef_numeric_literal):  Pass tf_warning_or_error.
471         (cp_parser_userdef_string_literal): Pass tf_warning_or_error.
472         Also give higher priority to standard string UDL operator.
474 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
476         PR debug/55541
477         * cp-tree.h (BLOCK_OUTER_CURLY_BRACE_P): Define.
478         * decl.c (poplevel): If functionbody, try not to create an extra
479         BLOCK for function body and use subblocks as that, if it is non-NULL
480         and doesn't have siblings.  Set BLOCK_OUTER_CURLY_BRACE_P flag.
481         (outer_curly_brace_block): Use BLOCK_OUTER_CURLY_BRACE_P flag.
483         PR sanitizer/64984
484         * except.c (check_noexcept_r): Return NULL for internal
485         calls.
487 2015-02-10  Jason Merrill  <jason@redhat.com>
489         PR c++/64994
490         * constexpr.c (cxx_eval_call_expression): Walk the clone list.
492 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
494         PR ipa/64982
495         * method.c (use_thunk): Do not check for stdarg thunks.
497 2015-02-06  Jason Merrill  <jason@redhat.com>
499         PR c++/64899
500         * init.c (build_vec_init): Handle default-initialized array with
501         constexpr default constructor.
503 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
505         PR c/64824
506         PR c/64868
507         * parser.c (cp_parser_omp_atomic): Handle RDIV_EXPR.
509 2015-02-03  Paolo Carlini  <paolo.carlini@oracle.com>
511         PR c++/64877
512         * typeck.c (cp_build_binary_op): Avoid spurious -Waddress warnings
513         for generated expressions.
515 2015-02-02  Ville Voutilainen  <ville.voutilainen@gmail.com>
517         PR c++/64901
518         * decl.c (duplicate_decls): Also duplicate DECL_FINAL_P and
519         DECL_OVERRIDE_P.
521 2015-02-02  Jason Merrill  <jason@redhat.com>
523         * tree.c (handle_abi_tag_attribute): Diagnose invalid arguments.
525 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
527         * class.c, except.c, parser.c, pt.c: All callers of fatal_error
528         changed to pass input_location as first argument.
530 2015-01-29  Jakub Jelinek  <jakub@redhat.com>
532         PR c++/64717
533         * cp-ubsan.c (cp_ubsan_instrument_vptr): Don't wrap vptr
534         into SAVE_EXPR.
536 2015-01-29  Jason Merrill  <jason@redhat.com>
538         PR c++/49508
539         * semantics.c (finish_return_stmt): Suppress -Wreturn-type on
540         erroneous return statement.
542         PR c++/64521
543         * repo.c (repo_emit_p): It's OK for a clone to be extern at this
544         point.
546 2015-01-27  Caroline Tice  <cmtice@google.com>
548         Committing VTV Cywin/Ming patch for Patrick Wollgast
549         * vtable-class-hierarchy.cc (vtv_generate_init_routine): Add
550         check for not TARGET_PECOFF at the VTV_PREINIT_PRIORITY checks.
552 2015-01-27  Jason Merrill  <jason@redhat.com>
554         PR c++/58597
555         * lambda.c (maybe_add_lambda_conv_op): Check cfun rather than
556         current_function_decl.
558         PR c++/63889
559         * pt.c (finish_template_variable): Move from semantics.c.
560         Handle multiple template arg levels.  Handle coercion here.
561         (lookup_template_variable): Not here.
563 2015-01-23  Jason Merrill  <jason@redhat.com>
565         PR c++/64314
566         PR c++/57510
567         * typeck2.c (split_nonconstant_init_1): Remove a sub-CONSTRUCTOR
568         that has been completely split out.
570         PR c++/64701
571         * constexpr.c (cxx_eval_constant_expression): Don't crash on C++
572         statement codes.
574         PR c++/64727
575         * constexpr.c (cxx_eval_constant_expression): Allow for lvalue use
576         of CONST_DECL.
578 2015-01-21  Jason Merrill  <jason@redhat.com>
580         PR c++/64603
581         * constexpr.c (cxx_eval_constant_expression): Only shortcut
582         constant CONSTRUCTORs.
584         PR c++/64647
585         * constexpr.c (ensure_literal_type_for_constexpr_object): Don't
586         give a hard error in a template instantiation.
588 2015-01-21  Richard Biener  <rguenther@suse.de>
590         PR middle-end/64313
591         * decl.c (duplicate_decls): Call set_builtin_decl_declared_p
592         for builtins the user declared correctly.
594 2015-01-16  Paolo Carlini  <paolo.carlini@oracle.com>
596         PR c++/58614
597         * pt.c (unify): When BRACE_ENCLOSED_INITIALIZER_P (arg), handle
598         TREE_TYPE (elt) == error_mark_node.
600 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
602         PR tree-optimization/62053
603         * tree.c (build_cplus_array_type): Layout type after variants are set.
605 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
607         * cp-gimplify.c (cp_genericize_r): Call
608         cp_ubsan_maybe_instrument_member_call for member calls.
609         (cp_ubsan_check_member_access_r): New function.
610         (cp_genericize_tree): Call cp_ubsan_instrument_member_accesses.
611         * cp-tree.h (cp_ubsan_maybe_instrument_member_call,
612         cp_ubsan_instrument_member_accesses,
613         cp_ubsan_maybe_instrument_downcast,
614         cp_ubsan_maybe_instrument_cast_to_vbase): New prototypes.
615         * cp-ubsan.c: New file.
616         * Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-ubsan.o.
617         * constexpr.c (cxx_eval_call_expression): Return void_node
618         for IFN_UBSAN_VPTR.
619         (potential_constant_expression_1): Return true for
620         UBSAN_NULL, UBSAN_BOUNDS and UBSAN_VPTR internal calls.
621         * typeck.c (build_class_member_access_expr): Provide locus
622         for COMPONENT_REFs.
623         (build_static_cast_1): Instrument downcasts.
624         * class.c (build_base_path): For -fsanitize=vptr and !fixed_type_p
625         add ubsan instrumentation for virtual_access.
626         * call.c: Include internal-fn.h.
627         (set_flags_from_callee): Handle internal calls.
629 2015-01-15  Momchil Velikov  <momchil.velikov@gmail.com>
631         PR c++/59366
632         * name-lookup.c (pushdecl_maybe_friend_1): Hide friend functions
633         and function templates, declared only in the class.
634         * decl.c (duplicate_decls): Reveal hidden friend functions or
635         function templates, if they are redeclared outside the class.
637 2015-01-15  Jason Merrill  <jason@redhat.com>
639         PR c++/64356
640         * constexpr.c (cxx_eval_binary_expression): Fix pasto.
642         PR c++/63283
643         * constexpr.c (potential_constant_expression_1): Handle reference
644         args in templates.
646 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
647             James Norris  <jnorris@codesourcery.com>
648             Cesar Philippidis  <cesar@codesourcery.com>
649             Ilmir Usmanov  <i.usmanov@samsung.com>
650             Jakub Jelinek  <jakub@redhat.com>
652         * parser.c: Include "gomp-constants.h".
653         (cp_parser_omp_clause_map): Use enum gomp_map_kind instead of enum
654         omp_clause_map_kind.  Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.
655         Use OMP_CLAUSE_SET_MAP_KIND.
656         (cp_parser_omp_construct, cp_parser_pragma): Handle
657         PRAGMA_OACC_CACHE, PRAGMA_OACC_DATA, PRAGMA_OACC_ENTER_DATA,
658         PRAGMA_OACC_EXIT_DATA, PRAGMA_OACC_KERNELS, PRAGMA_OACC_PARALLEL,
659         PRAGMA_OACC_LOOP, PRAGMA_OACC_UPDATE, PRAGMA_OACC_WAIT.
660         (cp_parser_omp_clause_name): Handle "async", "copy", "copyout",
661         "create", "delete", "deviceptr", "host", "num_gangs",
662         "num_workers", "present", "present_or_copy", "pcopy",
663         "present_or_copyin", "pcopyin", "present_or_copyout", "pcopyout",
664         "present_or_create", "pcreate", "vector_length", "wait".
665         (OACC_DATA_CLAUSE_MASK, OACC_ENTER_DATA_CLAUSE_MASK)
666         (OACC_EXIT_DATA_CLAUSE_MASK, OACC_KERNELS_CLAUSE_MASK)
667         (OACC_LOOP_CLAUSE_MASK, OACC_PARALLEL_CLAUSE_MASK)
668         (OACC_UPDATE_CLAUSE_MASK, OACC_WAIT_CLAUSE_MASK): New macros.
669         (cp_parser_omp_var_list_no_open): Handle OMP_CLAUSE__CACHE_.
670         (cp_parser_oacc_data_clause, cp_parser_oacc_data_clause_deviceptr)
671         (cp_parser_oacc_clause_vector_length, cp_parser_oacc_wait_list)
672         (cp_parser_oacc_clause_wait, cp_parser_omp_clause_num_gangs)
673         (cp_parser_omp_clause_num_workers, cp_parser_oacc_clause_async)
674         (cp_parser_oacc_all_clauses, cp_parser_oacc_cache)
675         (cp_parser_oacc_data, cp_parser_oacc_enter_exit_data)
676         (cp_parser_oacc_kernels, cp_parser_oacc_loop)
677         (cp_parser_oacc_parallel, cp_parser_oacc_update)
678         (cp_parser_oacc_wait): New functions.
679         * cp-tree.h (finish_oacc_data, finish_oacc_kernels)
680         (finish_oacc_parallel): New prototypes.
681         * semantics.c: Include "gomp-constants.h".
682         (handle_omp_array_sections): Handle GOMP_MAP_FORCE_DEVICEPTR.  Use
683         GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
684         OMP_CLAUSE_SET_MAP_KIND.
685         (finish_omp_clauses): Handle OMP_CLAUSE_ASYNC,
686         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_WAIT, OMP_CLAUSE__CACHE_.
687         Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.
688         (finish_oacc_data, finish_oacc_kernels, finish_oacc_parallel): New
689         functions.
691 2015-01-14  Paolo Carlini  <paolo.carlini@oracle.com>
693         PR c++/58671
694         * decl2.c (var_defined_without_dynamic_init): Handle gracefully
695         self-initialization.
697 2015-01-13  Jason Merrill  <jason@redhat.com>
699         PR c++/64356
700         PR libstdc++/58777
701         * constexpr.c (cxx_eval_binary_expression): Don't VERIFY_CONSTANT
702         pointer expressions.
703         (cxx_eval_increment_expression): Likewise.
705         PR c++/64514
706         * pt.c (coerce_template_parameter_pack): Return NULL for a
707         zero-length fixed parameter pack with a pack expansion arg.
709         PR c++/64520
710         * pt.c (unify): Don't try to deduce to std::initializer_list<T...>.
712 2015-01-12  Jason Merrill  <jason@redhat.com>
714         PR c++/64547
715         * constexpr.c (cxx_eval_call_expression): A call to a void
716         function doesn't need to return a value.
718 2015-01-09  Michael Collison  <michael.collison@linaro.org>
720         * call.c: Include hash-set.h, machmode.h, vec.h, double-int.h,
721         input.h, alias.h, symtab.h, options.h, fold-const.h,
722         wide-int.h, and inchash.h due to flattening of tree.h.
723         * class.c: Ditto.
724         * constexpr.c: Ditto.
725         * cp-array-notation.c: Ditto.
726         * cp-gimplify.c: Ditto.
727         * cp-lang.c: Ditto.
728         * cp-objcp-common.c: Ditto.
729         * cvt.c: Ditto.
730         * decl2.c: Ditto.
731         * decl.c: Ditto.
732         * dump.c: Ditto.
733         * error.c: Ditto.
734         * except.c: Ditto.
735         * expr.c: Ditto.
736         * friend.c: Ditto.
737         * init.c: Ditto.
738         * lambda.c: Ditto.
739         * lex.c: Ditto.
740         * mangle.c: Ditto.
741         * name-lookup.c: Ditto.
742         * optimize.c: Ditto.
743         * parser.c: Ditto.
744         * pt.c: Ditto.
745         * ptree.c: Ditto.
746         * repo.c: Ditto.
747         * rtti.c: Ditto.
748         * search.c: Ditto.
749         * semantics.c: Ditto.
750         * tree.c: Ditto.
751         * typeck2.c: Ditto.
752         * typeck.c: Ditto.
754 2015-01-08  Jason Merrill  <jason@redhat.com>
756         * cp-gimplify.c (cp_genericize): Use do_ubsan_in_current_function.
757         * decl.c (compute_array_index_type): Likewise.
758         * init.c (build_vec_init): Likewise.
759         * typeck.c (cp_build_binary_op): Likewise.
761 2015-01-08  Jason Merrill  <jason@redhat.com>
763         * init.c (build_vec_init): Call ubsan_instrument_bounds to check
764         whether an initializer-list is too big for a VLA.
765         (throw_bad_array_length): Remove.
766         * cp-tree.h: Remove prototype.
768 2015-01-08  Paolo Carlini  <paolo.carlini@oracle.com>
770         PR c++/60753
771         * decl.c (grokfndecl): Add bool parameter.
772         (grokdeclarator): Adjust calls.
773         (start_decl): Don't set DECL_DELETED_FN here.
775 2015-01-06  Jason Merrill  <jason@redhat.com>
777         * parser.c (cp_parser_nested_name_specifier_opt): Diagnose invalid
778         template-ids.
780         PR c++/64455
781         * pt.c (type_dependent_expression_p): Handle variable templates.
782         * constexpr.c (potential_constant_expression_1): Use it.
784         PR c++/64487
785         * semantics.c (finish_offsetof): Handle templates here.
786         * parser.c (cp_parser_builtin_offsetof): Not here.
788         PR c++/64496
789         * semantics.c (process_outer_var_ref): Diagnose lambda in local
790         class NSDMI.
792 2015-01-06  Ville Voutilainen  <ville.voutilainen@gmail.com>
794         PR c++/64489
795         * class.c (check_field_decls): Make copy assignment operators
796         complex only in c++98 mode.
798 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
800         PR c++/31397
801         * class.c (check_for_override): Warn when a virtual function is an
802         override not marked override.
804 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
806         * class.c (warn_hidden): Use auto_vec<tree> instead of tree_list to
807         hold base_fndecls.
808         (get_basefndecls): Adjust.
810 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
812         Update copyright years.
814 2015-01-05  Marek Polacek  <polacek@redhat.com>
816         PR c/64423
817         * typeck.c (cp_build_array_ref): Pass loc down to
818         warn_array_subscript_with_type_char.
821 Copyright (C) 2015 Free Software Foundation, Inc.
823 Copying and distribution of this file, with or without modification,
824 are permitted in any medium without royalty provided the copyright
825 notice and this notice are preserved.