re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fvisibilit...
[gcc.git] / gcc / cp / ChangeLog
1 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
2
3 PR c++/47213
4 * cp-tree.h (CLASSTYPE_VISIBILITY): Use
5 TYPE_MAIN_DECL instead of TYPE_NAME.
6 (CLASSTYPE_VISIBILITY_SPECIFIED): Likewise.
7 * decl2.c (determine_visibility): Add check
8 of CLASS_TYPE_P for underlying_type.
9
10 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
11
12 * cp-tree.h (begin_for_scope): New prototype.
13 (begin_for_stmt): Update prototype.
14 (begin_range_for_stmt): Update prototype.
15 * init.c (build_vec_init): Update call to begin_for_stmt.
16 * parser.c (cp_parser_for): New.
17 (cp_parser_c_for): Add three new parameters.
18 (cp_parser_range_for): Likewise. Most parsing code removed.
19 (cp_parser_iteration_statement): Call cp_parser_for instead of
20 cp_parser_c_for and cp_parser_range_for.
21 (cp_parser_for_init_statement): Add new parameter and return type.
22 (cp_parser_block_declaration): Update call to
23 cp_parser_simple_declaration.
24 (cp_parser_simple_declaration): Add new parameter.
25 Update call to cp_parser_init_declarator.
26 (cp_parser_init_declarator): Add new parameter.
27 * pt.c (tsubst_expr): Update call to begin_for_stmt.
28 * semantics.c (begin_for_scope): New.
29 (begin_for_stmt): Add two new parameters.
30 (begin_range_for_stmt): Likewise.
31
32 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
33
34 * parser.c (cp_parser_objc_at_property_declaration): Improved
35 error message.
36
37 2011-01-11 Dodji Seketeli <dodji@redhat.com>
38
39 PR debug/46955
40 * cp-lang.c (get_template_innermost_arguments_folded)
41 (get_template_argument_pack_elems_folded)
42 (template_arg_needs_folding, fold_cplus_constants): New static
43 functions.
44 (LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
45 get_template_innermost_arguments_folded.
46 (LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
47 get_template_argument_pack_elems_folded.
48
49 2011-01-11 Jason Merrill <jason@redhat.com>
50
51 PR c++/46658
52 * init.c (build_new_1): Handle value-init in templates differently.
53
54 PR c++/45520
55 * tree.c (maybe_dummy_object): Check current_class_ref against
56 context, not current_class_type.
57
58 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
59
60 PR objc/47078
61 * parser.c (cp_parser_objc_typename): If the type is unknown, for
62 error recovery purposes behave as if it was not specified so that
63 the default type is used.
64
65 2011-01-07 Jakub Jelinek <jakub@redhat.com>
66
67 PR c++/47022
68 * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
69 for the second build_x_va_arg argument.
70
71 2011-01-05 Tom Tromey <tromey@redhat.com>
72
73 * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
74 (lvalue_or_else): Likewise.
75
76 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
77
78 PR target/38662
79 * tree.c (cxx_type_hash_eq):
80 Allow METHOD_TYPE, too.
81
82 \f
83 Copyright (C) 2011 Free Software Foundation, Inc.
84
85 Copying and distribution of this file, with or without modification,
86 are permitted in any medium without royalty provided the copyright
87 notice and this notice are preserved.