re PR c++/64487 (internal compiler error: in fold_offsetof_1, at c-family/c-common...
[gcc.git] / gcc / cp / ChangeLog
1 2015-01-06 Jason Merrill <jason@redhat.com>
2
3 PR c++/64487
4 * semantics.c (finish_offsetof): Handle templates here.
5 * parser.c (cp_parser_builtin_offsetof): Not here.
6
7 PR c++/64496
8 * semantics.c (process_outer_var_ref): Diagnose lambda in local
9 class NSDMI.
10
11 2015-01-06 Ville Voutilainen <ville.voutilainen@gmail.com>
12
13 PR c++/64489
14 * class.c (check_field_decls): Make copy assignment operators
15 complex only in c++98 mode.
16
17 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
18
19 PR c++/31397
20 * class.c (check_for_override): Warn when a virtual function is an
21 override not marked override.
22
23 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
24
25 * class.c (warn_hidden): Use auto_vec<tree> instead of tree_list to
26 hold base_fndecls.
27 (get_basefndecls): Adjust.
28
29 2015-01-05 Jakub Jelinek <jakub@redhat.com>
30
31 Update copyright years.
32
33 2015-01-05 Marek Polacek <polacek@redhat.com>
34
35 PR c/64423
36 * typeck.c (cp_build_array_ref): Pass loc down to
37 warn_array_subscript_with_type_char.
38
39 \f
40 Copyright (C) 2015 Free Software Foundation, Inc.
41
42 Copying and distribution of this file, with or without modification,
43 are permitted in any medium without royalty provided the copyright
44 notice and this notice are preserved.