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