PR c++/64496
[official-gcc.git] / gcc / cp / ChangeLog
blob67fd50110a2d0d1bd382d9de4aad2c01e55dc663
1 2015-01-06  Jason Merrill  <jason@redhat.com>
3         PR c++/64496
4         * semantics.c (process_outer_var_ref): Diagnose lambda in local
5         class NSDMI.
7 2015-01-06  Ville Voutilainen  <ville.voutilainen@gmail.com>
9         PR c++/64489
10         * class.c (check_field_decls): Make copy assignment operators
11         complex only in c++98 mode.
13 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
15         PR c++/31397
16         * class.c (check_for_override): Warn when a virtual function is an
17         override not marked override.
19 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
21         * class.c (warn_hidden): Use auto_vec<tree> instead of tree_list to
22         hold base_fndecls.
23         (get_basefndecls): Adjust.
25 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
27         Update copyright years.
29 2015-01-05  Marek Polacek  <polacek@redhat.com>
31         PR c/64423
32         * typeck.c (cp_build_array_ref): Pass loc down to
33         warn_array_subscript_with_type_char.
36 Copyright (C) 2015 Free Software Foundation, Inc.
38 Copying and distribution of this file, with or without modification,
39 are permitted in any medium without royalty provided the copyright
40 notice and this notice are preserved.