OSDN Git Service

* Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2011-02-13  Mike Stump  <mikestump@comcast.net>
2
3         * Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy
4         down.
5
6 2011-02-12  Mike Stump  <mikestump@comcast.net>
7
8         * Make-lang.in (build/slashify): Plugify Objective-C++.
9         (cp/parser.o): Likewise.
10         (objcp/plugin/parser.h): Likewise.
11         * parser.c (cp_parser_token_starts_cast_expression): Likewise.
12
13 2011-02-09  Jason Merrill  <jason@redhat.com>
14
15         * decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.
16         * semantics.c (finish_fname): Only return the name if we're in
17         a function.
18
19         * decl.c (build_enumerator): Don't perform integral promotions on
20         non-integral constants.
21
22         * cvt.c (convert_to_void): Handle null op1.
23
24         * class.c (type_has_constexpr_default_constructor): Make sure the
25         caller stripped an enclosing array.
26         * init.c (perform_member_init): Strip arrays before calling it.
27
28         PR c++/47511
29         * semantics.c (potential_constant_expression_1): Handle TEMPLATE_DECL.
30
31 2011-02-03  Dodji Seketeli  <dodji@redhat.com>
32
33         PR c++/47398
34         * tree.c (cp_tree_equal)<TEMPLATE_PARM_INDEX>: Take the number of
35         template parameters in account.
36
37 2011-02-03  Nathan Froyd  <froydnj@codesourcery.com>
38
39         PR c++/46890
40         * parser.c (cp_parser_class_specifier): Fix setting of
41         want_semicolon.
42
43 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
44
45         PR c++/47416
46         * semantics.c (build_data_member_initialization): Handle
47         STATEMENT_LIST always instead of just for CLEANUP_BODY.
48
49 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
50
51         * g++spec.c (lang_specific_driver) [HAVE_LD_STATIC_DYNAMIC] Use
52         LD_STATIC_OPTION, LD_DYNAMIC_OPTION.
53
54 2011-01-29  Dodji Seketeli  <dodji@redhat.com>
55
56         PR c++/47311
57         * cp-tree.h (fixup_template_parms): Declare.
58         * pt.c (end_template_parm_list): Do not fixup template parms here.
59         (fixup_template_parms): Remove static. Fix typo in the
60         comments. Remove useless code statement.
61         (fixup_template_parm): For a template template parameter, fixup
62         its attributes before fixing up its type.
63         * parser.c
64         (cp_parser_template_declaration_after_export): After parsing
65         template parameters fixup their types.
66
67 2011-01-26  Jakub Jelinek  <jakub@redhat.com>
68
69         PR c++/47476
70         * semantics.c (potential_constant_expression_1): Handle
71         TRUTH_XOR_EXPR.
72
73 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
74
75         PR c++/43601
76         * semantics.c (expand_or_defer_fn_1): Handle it.
77         * decl2.c (decl_needed_p): Likewise.
78
79 2011-01-21  Jason Merrill  <jason@redhat.com>
80
81         PR c++/47041
82         * semantics.c (build_constexpr_constructor_member_initializers):
83         Handle trivial copy.
84
85 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
86
87         PR c++/47388
88         * semantics.c (begin_for_stmt): If -fno-for-scope, don't
89         assume init must be NULL if scope is NULL.
90         (begin_range_for_stmt): Likewise.
91
92 2011-01-21  Jason Merrill  <jason@redhat.com>
93
94         PR c++/46552
95         * semantics.c (cxx_eval_constant_expression): Handle OFFSET_REF.
96
97         PR c++/46977
98         * semantics.c (potential_constant_expression_1): Split out from
99         potential_constant_expression.  Add want_rval parm.  Handle
100         template expression forms.  Don't enforce restriction on address
101         of automatic variable here.  Add a couple of diagnostics that
102         had been missing.
103         (require_potential_constant_expression): New entry point.
104         (build_data_member_initialization, register_constexpr_fundef): Adjust.
105         (maybe_constant_value): Check potential_constant_expression.
106         * pt.c (fold_non_dependent_expr_sfinae): Likewise.
107         * tree.c (build_vec_init_expr): Adjust.
108
109 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
110
111         PR c++/47303
112         * decl2.c (finish_anon_union): Only call mangle_decl if TREE_STATIC
113         or DECL_EXTERNAL.
114
115 2011-01-17  Jason Merrill  <jason@redhat.com>
116
117         PR c++/47067
118         * semantics.c (base_field_constructor_elt): New fn.
119         (cxx_eval_bare_aggregate): Use it.
120         (build_data_member_initialization): Leave COMPONENT_REF for
121         vfield inits.
122
123 2011-01-14  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
124
125         * parser.c (cp_parser_range_for): Remove the "unused variable" warning
126         workaround.
127
128 2011-01-15  Giovanni Funchal  <gafunchal@gmail.com>
129             Jonathan Wakely  <jwakely.gcc@gmail.com>
130
131         PR c++/33558
132         * decl.c (grokdeclarator): Reject mutable reference members.
133
134 2011-01-14  Jason Merrill  <jason@redhat.com>
135
136         PR c++/47289
137         * pt.c (coerce_template_parms): Fix error recovery.
138
139         PR c++/46903
140         * typeck2.c (check_narrowing): Only check arithmetic types.
141
142         PR c++/46688
143         * tree.c (build_vec_init_expr): Handle flexible array
144         properly.
145
146 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
147
148         PR c++/47213
149         * cp-tree.h (CLASSTYPE_VISIBILITY): Use
150         TYPE_MAIN_DECL instead of TYPE_NAME.
151         (CLASSTYPE_VISIBILITY_SPECIFIED): Likewise.
152         * decl2.c (determine_visibility): Add check
153         of CLASS_TYPE_P for underlying_type.
154
155 2011-01-12  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
156
157         * cp-tree.h (begin_for_scope): New prototype.
158         (begin_for_stmt): Update prototype.
159         (begin_range_for_stmt): Update prototype.
160         * init.c (build_vec_init): Update call to begin_for_stmt.
161         * parser.c (cp_parser_for): New.
162         (cp_parser_c_for): Add three new parameters.
163         (cp_parser_range_for): Likewise. Most parsing code removed.
164         (cp_parser_iteration_statement): Call cp_parser_for instead of
165         cp_parser_c_for and cp_parser_range_for.
166         (cp_parser_for_init_statement): Add new parameter and return type.
167         (cp_parser_block_declaration): Update call to
168         cp_parser_simple_declaration.
169         (cp_parser_simple_declaration): Add new parameter.
170         Update call to cp_parser_init_declarator.
171         (cp_parser_init_declarator): Add new parameter.
172         * pt.c (tsubst_expr): Update call to begin_for_stmt.
173         * semantics.c (begin_for_scope): New.
174         (begin_for_stmt): Add two new parameters.
175         (begin_range_for_stmt): Likewise.
176
177 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
178
179         * parser.c (cp_parser_objc_at_property_declaration): Improved
180         error message.
181
182 2011-01-11  Dodji Seketeli  <dodji@redhat.com>
183
184         PR debug/46955
185         * cp-lang.c (get_template_innermost_arguments_folded)
186         (get_template_argument_pack_elems_folded)
187         (template_arg_needs_folding, fold_cplus_constants): New static
188         functions.
189         (LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
190         get_template_innermost_arguments_folded.
191         (LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
192         get_template_argument_pack_elems_folded.
193
194 2011-01-11  Jason Merrill  <jason@redhat.com>
195
196         PR c++/46658
197         * init.c (build_new_1): Handle value-init in templates differently.
198
199         PR c++/45520
200         * tree.c (maybe_dummy_object): Check current_class_ref against
201         context, not current_class_type.
202
203 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
204
205         PR objc/47078
206         * parser.c (cp_parser_objc_typename): If the type is unknown, for
207         error recovery purposes behave as if it was not specified so that
208         the default type is used.
209
210 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
211
212         PR c++/47022
213         * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
214         for the second build_x_va_arg argument.
215
216 2011-01-05  Tom Tromey  <tromey@redhat.com>
217
218         * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
219         (lvalue_or_else): Likewise.
220
221 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
222
223         PR target/38662
224         * tree.c (cxx_type_hash_eq):
225         Allow METHOD_TYPE, too.
226
227 \f
228 Copyright (C) 2011 Free Software Foundation, Inc.
229
230 Copying and distribution of this file, with or without modification,
231 are permitted in any medium without royalty provided the copyright
232 notice and this notice are preserved.