OSDN Git Service

2009-12-17 Shujing Zhao <pearly.zhao@oracle.com>
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
2
3         * call.c (build_over_call, build_java_interface_fn_ref): Update
4         cp_build_indirect_ref calls.
5         * typeck2.c (build_m_component_ref): Likewise.
6
7 2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
8
9         * typeck.c (build_indirect_ref): Update the argument.
10         (build_x_indirect_ref): Likewise.
11         (cp_build_indirect_ref): Update the argument and emit the diagnostics
12         for easy translation.
13         (build_class_member_access_expr, build_array_ref,
14         get_member_function_from_ptrfunc): Update calls.
15         * cp-tree.h (build_x_indirect_ref, cp_build_indirect_ref): Update
16         prototypes.
17         * call.c (build_new_op, convert_like_real, build_x_va_arg,
18         build_over_call): Update calls.
19         * class.c (build_base_path, build_simple_base_path, build_vfn_ref):
20         Likewise.
21         * decl.c (start_preparsed_function): Likewise.
22         * except.c (expand_start_catch_block, build_throw): Likewise.
23         * init.c (emit_mem_initializers, expand_virtual_init,
24         expand_virtual_init, build_new_1, build_vec_init, build_delete,
25         build_vec_delete): Likewise.
26         * parser.c (cp_parser_unary_expression): Likewise.
27         * pt.c (tsubst_copy_and_build): Likewise.
28         * rtti.c (build_headof, get_tinfo_decl_dynamic, get_typeid): Likewise.
29         * semantics.c (finish_non_static_data_member, thisify_lambda_field):
30         Likewise.
31         * tree.c (build_dummy_object, stabilize_expr): Likewise.
32         * typeck2.c (build_x_arrow): Likewise.
33
34 2009-12-16  Jason Merrill  <jason@redhat.com>
35
36         PR c++/42387
37         * decl.c (compute_array_index_type): Mark a VLA as dependent.
38
39 2009-12-15  Jason Merrill  <jason@redhat.com>
40
41         PR c++/42358
42         * pt.c (iterative_hash_template_arg): Completely ignore
43         ARGUMENT_PACK_SELECT.
44
45 2009-12-15  Jakub Jelinek  <jakub@redhat.com>
46
47         PR c++/41183
48         * cp-tree.h (current_class_ptr): Give NULL even when cfun
49         has NULL cfun->language.
50
51 2009-12-14  Jason Merrill  <jason@redhat.com>
52
53         PR c++/42364
54         * pt.c (function_parameter_expanded_from_pack_p): Don't require
55         a pack to have a name.
56         (tsubst_decl): Do typedef magic after applying attributes.
57
58 2009-12-15  Paolo Bonzini  <bonzini@gnu.org>
59             Shujing Zhao  <pearly.zhao@oracle.com>
60
61         * Makefile.in (cp/pt.o): Depend on intl.h
62         * call.c (print_z_candidates): Make loop more compact,
63         choose head string depending on number of candidates,
64         extract creation of spaces string to intl.c.
65         * pt.c (print_overloaded_functions): Replace with...
66         (print_candidates_1): ... this rewrite.
67         (print_candidates): Rewrite to call print_candidates_1.
68         (most_specialized_class): Make loop more compact,
69         choose head string depending on number of candidates,
70         and size indents depending on translations.
71
72 2009-12-11  Jason Merrill  <jason@redhat.com>
73
74         PR c++/42219
75         * typeck.c (error_type_p): New.
76         (ptr_reasonably_similar): Use it.
77         * cp-tree.h: Declare it.
78
79 2009-12-11  Dodji Seketeli  <dodji@redhat.com>
80
81         PR c++/42225
82         * typeck.c (incompatible_dependent_typedefs_p): New function.
83         (structural_comptypes): Use it.
84         * cp-tree.h (cp_set_underlying_type): Declare ...
85         * tree.c (cp_set_underlying_type): ... new function.
86         * class.c (build_self_reference): Use cp_set_underlying_type
87         instead of set_underlying_type.
88         * decl2.c (grokfield): Likewise.
89         * name-lookup.c (pushdecl_maybe_friend): Likewise.
90
91 2009-12-11  Dodji Seketeli  <dodji@redhat.com>
92
93         PR c++/42251
94         * pt.c (convert_template_argument): Avoid missing folding of SCOPE_REFs.
95
96 2009-12-10  Jakub Jelinek  <jakub@redhat.com>
97
98         PR c++/42317
99         * decl2.c (cp_write_global_declarations): Clear DECL_EXTERNAL
100         also on all other functions in the same comdat group.
101         * optimize.c (maybe_clone_body): Also optimize virtual implicit
102         dtors.  For virtual comdat dtors tell cgraph that base and deleting
103         dtor are in the same comdat group.
104
105 2009-12-04  Jason Merrill  <jason@redhat.com>
106
107         PR c++/42010
108         * cp-tree.h (DECL_DISCRIMINATOR_SET_P): New.
109         * mangle.c (discriminator_for_local_entity): Check it.
110
111         PR c++/42277
112         * semantics.c (finish_decltype_type): Defer handling of decltype
113         of a non-dependent COMPONENT_REF in a template.
114
115 2009-12-04  Dodji Seketeli  <dodji@redhat.com>
116
117         PR c++/42218
118         * cxx-pretty-print.c (pp_cxx_unqualified_id): Print only innermost
119         template arguments.
120
121 2009-12-03  Jason Merrill  <jason@redhat.com>
122
123         PR c++/41611
124         * decl2.c (get_guard): Don't use the same comdat group as the decl.
125
126         PR c++/42266
127         * cvt.c (convert_from_reference): Do nothing if TREE_TYPE is null.
128
129 2009-12-03  Dodji Seketeli  <dodji@redhat.com>
130
131         PR c++/42217
132         * class.c (remove_zero_width_bit_fields): The width of the bit field is
133         in DECL_SIZE, not in DECL_INITIAL.
134
135 2009-12-03  Jakub Jelinek  <jakub@redhat.com>
136
137         PR c++/42256
138         * optimize.c (maybe_clone_body): Call emit_associated_thunks
139         after expand_or_defer_fn_1.
140
141 2009-12-02  Taras Glek  <taras@mozilla.com>
142
143         * parser.c (cp_parser_class_specifier): Back out my previous change.
144         * semantics.c (begin_class_definition): Back out my previous change.
145
146 2009-12-02  Paolo Bonzini  <bonzini@gnu.org>
147             Shujing Zhao  <pearly.zhao@oracle.com>
148
149         PR c++/29917
150         * call.c (op_error): Accept a boolean to indicate no match/ambiguous
151         match, instead of a string. Callers adjusted.
152
153         PR c++/34836
154         * cp-tree.h (readonly_error_kind): New type.
155         (readonly_error): Adjust prototype with new argument.
156         * typeck2.c (readonly_error): Accept readonly_error_kind as argument
157         and add macro ERROR_FOR_ASSIGNMENT to emit diagnostics.
158         * semantics.c (finish_asm_stmt): Adjust readonly_error call.
159         * typeck.c (cp_build_unary_op, cp_build_modify_expr): Likewise.
160
161         * decl.c (grokparms, grok_op_properties): Put the diagnostics in full
162         sentences for easy translation and wrap the diagnostics into G_() when
163         needed.
164         (create_array_type_for_decl): Likewise.
165         * pt.c (tsubst): Likewise.
166         * typeck2.c (cp_build_unary_op): Wrap diagnostic into _().
167         * rtti.c (build_dynamic_cast_1): Likewise.
168         * Make-lang.in: Adjust.
169
170 2009-12-02  Jakub Jelinek  <jakub@redhat.com>
171
172         * g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag
173         variable.
174         * pt.c (tsubst_pack_expansion): Remove unused first_arg_pack variable.
175         * init.c (build_vec_init): Remove unused size variable.
176         * typeck2.c (check_narrowing): Remove unused was_decl variable.
177         * decl.c (poplevel): Remove unused tmp and real_functionbody
178         variables.
179         (decls_match): Remove unused tree_name variable.
180         (start_decl): Remove unused type variable.
181         * parser.c (cp_parser_type_parameter): Remove unused parameter_list
182         variable.
183         (cp_parser_template_id, cp_parser_explicit_instantiation,
184         cp_parser_declarator): Remove unused token variable.
185         (cp_parser_simple_type_specifier): Remove unused id variable.
186         (cp_parser_parameter_declaration): Remove unused
187         greater_than_is_operator_p variable.
188         (cp_parser_check_declarator_template_parameters): Remove unused
189         member variable.
190         (c_parse_file): Remove unused error_occurred variable.
191         * cp-gimplify.c (cp_gimplify_init_expr): Remove unused slot variable.
192         * typeck.c (cp_build_function_call_vec): Remove unused name variable.
193         * class.c (resolve_address_of_overloaded_function): Remove unused
194         is_reference variable.
195         (build_rtti_vtbl_entries): Remove unused basetype variable.
196         * mangle.c (write_template_param): Remove unused parm_level and
197         parm_type variables.
198
199 2009-12-01  Taras Glek  <taras@mozilla.com>
200
201         * parser.c (cp_parser_class_specifier): Set class location to that
202         of IDENTIFIER_NODE instead of '{' when possible.
203
204 2009-12-01  Taras Glek  <taras@mozilla.com>
205
206         * semantics.c (begin_class_definition): Do not overide locations with less precise ones.
207
208 2009-12-01  Jason Merrill  <jason@redhat.com>
209
210         PR c++/41611
211         * decl2.c (get_guard): Copy DECL_COMDAT.
212         (comdat_linkage): Set DECL_COMDAT unconditionally.
213
214 2009-12-01  Jakub Jelinek  <jakub@redhat.com>
215
216         PR c++/3187
217         * optimize.c (cdtor_comdat_group): New function.
218         (maybe_clone_body): Also optimize DECL_COMDAT base/complete cdtors
219         and in that case put also the deleting dtor in the same comdat group
220         as base and complete dtor if dtor is virtual.
221
222 2009-11-30  Paolo Carlini  <paolo.carlini@oracle.com>
223
224         PR c++/40371
225         * call.c (add_template_candidate_real): Early return NULL if
226         the arglist length is smaller than skip_without_in_chrg; tidy.
227
228 2009-11-30  Dodji Seketeli  <dodji@redhat.com>
229
230         PR c++/42069
231         * pt.c (convert_template_argument): Strip typedefs from SCOPE_REFs.
232
233 2009-11-29  Dodji Seketeli  <dodji@redhat.com>
234
235         PR c++/36408
236         * semantics.c (empty_expr_stmt_p): Handle void_zero_node and fix
237         bad indentation.
238         * pt.c (tsubst_copy_and_build): Fix typo.
239
240 2009-11-29  Jan Hubicka  <jh@suse.cz>
241
242         * optimize.c (maybe_clone_body): Emit thunks associated to alias.
243         * Make-lang.in (method.o): Add dependency on gimple.h.
244         * method.c: Include gimple.h
245         (make_alias_for_thunk): Use same body alias instead of assemble_alias.
246         (use_thunk): Drop codegen; use cgraph_add_thunk; gimplify
247         generic thunks.
248         * semantics.c (expand_or_defer_fn): Emit associated thunks.
249
250 2009-11-28  Dodji Seketeli  <dodji@redhat.com>
251
252         PR c++/36408
253         * cp-tree.h (empty_expr_stmt_p): Declare ...
254         * semantics.c (empty_expr_stmt_p): ... this.
255         * pt.c (tsubst_copy_and_build) <STMT_EXPR>: Use it.
256
257 2009-11-27  Paolo Carlini  <paolo.carlini@oracle.com>
258
259         PR c++/38656
260         * cxx-pretty-print.c (pp_cxx_expression): Handle TEMPLATE_ID_EXPR.
261
262 2009-11-27  Paolo Carlini  <paolo.carlini@oracle.com>
263
264         PR c++/35112
265         * pt.c (print_overloaded_functions): New.
266         (print_candidates): Call the latter.
267         * parser.c (cp_parser_class_name): Do not duplicate the diagnostics
268         after the cp_parser_lookup_name call.
269
270 2009-11-26  Jason Merrill  <jason@redhat.com>
271
272         PR c++/42026, DR 239
273         * parser.c (cp_parser_postfix_expression): A local extern also
274         prevents arg-dependent lookup.
275
276 2009-11-26  Gabriel Dos Reis  <gdr@cs.tamu.edu>
277
278         * decl.c (grokdeclarator): Remove period at end of diagnosic message.
279
280 2009-11-25  Jason Merrill  <jason@redhat.com>
281
282         PR c++/10690
283         * rtti.c (get_tinfo_decl_dynamic): Call resolve_nondeduced_context.
284
285 2009-11-24  Jason Merrill  <jason@redhat.com>
286
287         PR c++/42137
288         * parser.c (cp_parser_mem_initializer_id): Pass typename_type to
289         cp_parser_class_name.
290         (cp_parser_unqualified_id): Same, rather than class_type.
291
292         PR c++/11764
293         * parser.c (cp_parser_expression_statement): Give helpful error
294         for constructor name used as type.
295
296         * pt.c (determine_specialization): Give helpful error about missing
297         "template<>".
298
299 2009-11-23  Jakub Jelinek  <jakub@redhat.com>
300
301         PR middle-end/42095
302         * tree.c: Include cgraph.h.
303         (cp_fix_function_decl_p): Don't return true for same_body aliases.
304         * Make-lang.in (cp/tree.o): Depend on $(CGRAPH_H).
305
306 2009-11-23  Dodji Seketeli  <dodji@redhat.com>
307
308         PR c++/14777
309         * cp-tree.def <TEMPLATE_INFO>: Declare new kind of tree
310         node.
311         * cp-tree.h (struct tree_template_info,
312         struct qualified_typedef_usage_s): New.
313         (cp_tree_node_structure_enum): add TS_CP_TEMPLATE_INFO.
314         (union lang_tree_node): Add template_info.
315         (TI_TEMPLATE, TI_ARGS, TI_TYPEDEFS_NEEDING_ACCESS_CHECKING):
316         Adjust.
317         (build_template_info): Declare.
318         (get_types_needing_access_check): Adjust return type.
319         (add_typedef_to_current_template_for_access_check): Declare.
320         * cp-objcp-common.c (cp_tree_size): Handle TEMPLATE_INFO.
321         * semantics.c (add_typedef_to_current_template_for_access_check):
322         Split from ...
323         (check_accessibility_of_qualified_id): ... here.
324         * decl.c (make_typename_type): Use it.
325         * pt.c (build_template_info): Define.
326         (check_explicit_specialization, find_parameter_packs_r,
327         push_template_decl_real, lookup_template_class,
328         for_each_template_parm_r, tsubst_decl, tsubst): Use
329         build_template_info.
330         (get_types_needing_access_check): Adjust return type.
331         (append_type_to_template_for_access_check_1): Record the
332         location of the usage point of the typedef. Adjust to TEMPLATE_INFO.
333         (append_type_to_template_for_access_check): Add new location
334         parameter. Pass it to append_type_to_template_for_access_check_1.
335         Adjust to TEMPLATE_INFO.
336         (perform_typedefs_access_check): Temporarily set input_location to
337         the usage point of the typedef we are checking access for. Adjust
338         to new TEMPLATE_INFO tree node.
339         * tree.c (bind_template_template_parm): Use build_template_info.
340         * call.c (add_template_candidate_real): Likewise.
341         * decl.c (grokfndecl): Likewise.
342         (cp_tree_node_structure): Handle TEMPLATE_INFO.
343
344 2009-11-20  Jason Merrill  <jason@redhat.com>
345
346         PR c++/9050, DR 147, DR 318
347         * parser.c (cp_parser_lookup_name): If the name matches the explicit
348         class scope, we're naming the constructor.
349         (cp_parser_constructor_declarator_p): Just use cp_parser_unqualified_id
350         if we have a nested-name-specifier.
351         (cp_parser_direct_declarator): Handle getting an overload set as a
352         constructor declarator.
353         (cp_parser_unqualified_id): Avoid looking up the constructor when
354         naming the destructor.
355         (cp_parser_diagnose_invalid_type_name): Give good
356         diagnostic for improper use of constructor as template.
357         * typeck.c (finish_class_member_access_expr): Give good diagnostic
358         about calling constructor.
359
360         * error.c (dump_aggr_type): Don't print A::A for injected-class-name.
361
362 2009-11-20  Simon Martin  <simartin@users.sourceforge.net>
363
364         PR c++/38646
365         * pt.c (process_partial_specialization): Do not turn wrongly located
366         parameter pack arguments into error_mark_node.
367         Split too long lines into two.
368
369 2009-11-20  Paolo Carlini  <paolo.carlini@oracle.com>
370
371         PR c++/42060
372         * except.c (build_throw): Check the tree returned by
373         decay_conversion for error_mark_node.
374
375 2009-11-20  Shujing Zhao  <pearly.zhao@oracle.com>
376
377         PR c++/29017
378         * cp-tree.h (composite_pointer_operation): New type.
379         (composite_pointer_type): Adjust prototype with new argument.
380         * typeck.c (composite_pointer_type): Accept
381         composite_pointer_operation as argument and emit diagnostic to be
382         visible to gettext and checked at compile time.
383         (composite_pointer_type_r): Likewise.
384         (common_pointer_type): Update call to composite_pointer_type.
385         (cp_build_binary_op): Likewise.
386         * call.c (build_conditional_expr): Likewise.
387
388 2009-11-19  Jason Merrill  <jason@redhat.com>
389
390         PR c++/42115
391         * call.c (build_op_delete_call): Don't complain about using
392         op delete (void *, size_t) for placement delete if there's an
393         op delete (void *).
394
395         DR 176 permissiveness
396         * class.c (build_self_reference): Call set_underlying_type.
397         * decl.c (check_elaborated_type_specifier): Don't complain about
398         injected-class-name.
399         (type_is_deprecated): Use TYPE_MAIN_VARIANT.
400         * pt.c (convert_template_argument): Handle injected-class-name used
401         as template template argument.
402         * typeck2.c (abstract_virtuals_error): Use TYPE_MAIN_VARIANT.
403
404         PR c++/561
405         * decl.c (static_fn_type): Split out...
406         (revert_static_member_fn): ...from here.
407         * cp-tree.h: Declare it.
408         * class.c (resolve_address_of_overloaded_function): Use it to compare
409         pointers to member functions.
410         * typeck.c (build_static_cast_1): Call instantiate_type.
411
412 2009-11-18  Shujing Zhao  <pearly.zhao@oracle.com>
413
414         PR c++/40892
415         * error.c (maybe_warn_cpp0x): Accept enum cpp0x_warn_str as argument.
416         (maybe_warn_variadic_templates): Update the maybe_warn_cpp0x calls to
417         match the new declaration.
418         * cp-tree.h (cpp0x_warn_str): New type.
419         (maybe_warn_cpp0x): Adjust prototype with new argument.
420         * call.c (reference_binding): Update the maybe_warn_cpp0x calls.
421         * decl.c (reshape_init_r, check_initializer, grokdeclarator):
422         Likewise.
423         * parser.c (cp_parser_primary_expression)
424         (cp_parser_parenthesized_expression_list, cp_parser_new_initializer)
425         (cp_parser_assignment_expression, cp_parser_condition)
426         (cp_parser_jump_statement, cp_parser_mem_initializer)
427         (cp_parser_simple_type_specifier, cp_parser_elaborated_type_specifier)
428         (cp_parser_enum_specifier, cp_parser_initializer)
429         (cp_parser_pure_specifier, cp_parser_functional_cast): Likewise.
430
431 2009-11-18  Jakub Jelinek  <jakub@redhat.com>
432
433         PR c++/3187
434         * cp-tree.h (expand_or_defer_fn_1): New prototype.
435         * decl2.c (cp_write_global_declarations): Mark as !DECL_EXTERNAL
436         also all same_body aliases.
437         * semantics.c (expand_or_defer_fn): Move most of the function
438         except registering with cgraph to ...
439         (expand_or_defer_fn_1): ... here.  New function.
440         * optimize.c: Include cgraph.h.
441         (maybe_clone_body): If in charge parm is not used and both base
442         and complete clones are created and are not comdat, tell cgraph
443         they have the same body.
444         * Make-lang.in (cp/optimize.o): Depend on $(CGRAPH_H).
445
446 2009-11-17  Paolo Carlini  <paolo.carlini@oracle.com>
447
448         PR c++/42058
449         * typeck2.c (digest_init_r): Check init for error_operand_p.
450         * decl.c (reshape_init_class): Check return value of reshape_init_r
451         for error_mark_node.
452
453 2009-11-17  Jakub Jelinek  <jakub@redhat.com>
454
455         PR c++/42061
456         * call.c (reference_binding): Return NULL for initializer list with
457         error operand inside of it.
458
459         PR c++/42059
460         * typeck.c (cp_build_modify_expr): For initializer list call
461         check_array_initializer to make sure lhs isn't a VLA.
462
463 2009-11-16  Jason Merrill  <jason@redhat.com>
464
465         PR c++/189, c++/9937, c++/13950, DR 176
466         * search.c (lookup_field_r): Allow lookup to find the
467         injected-class-name from a template base.
468         (template_self_reference_p): Remove.
469         * decl.c (make_typename_type): Diagnose ambiguity.  Use
470         maybe_get_template_decl_from_type_decl.
471         * parser.c (cp_parser_template_name): Pass true to is_template
472         rather than use maybe_get_template_decl_from_type_decl.
473         (cp_parser_lookup_name): Use maybe_get_template_decl_from_type_decl.
474         * pt.c (maybe_get_template_decl_from_type_decl): Handle ambiguity.
475         Use DECL_SELF_REFERENCE_P.
476
477         * parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
478         Avoid duplicate ambiguity error.
479         * error.c (dump_decl): Don't say "typedef" for injected-class-name.
480         * pt.c (convert_template_argument): Tweak logic.
481
482 2009-11-16  Paolo Carlini  <paolo.carlini@oracle.com>
483
484         PR c++/42055
485         * pt.c (determine_specialization): Assign to candidates the return
486         value of the chainon called before print_candidates.
487
488 2009-11-16  Paolo Carlini  <paolo.carlini@oracle.com>
489
490         PR c++/32056
491         * decl.h (enum decl_context): Add TPARM enumerator.
492         * decl.c (grokdeclarator): Per 14.1/2, error out if a storage class
493         is specified in a template parameter declaration.
494         * parser.c (cp_parser_template_parameter): Call grokdeclarator with
495         TPARM as third argument.
496
497 2009-11-13  Jason Merrill  <jason@redhat.com>
498
499         PR c++/27425
500         PR c++/34274
501         * pt.c (expand_template_argument_pack): Handle null arg gracefully.
502         (convert_template_argument): Use %T for type.
503
504         PR c++/29363
505         * decl.c (create_implicit_typedef): Set TYPE_STUB_DECL here.
506         (cxx_init_decl_processing): Not here.
507         * name-lookup.c (pushtag): Or here.
508         * pt.c (lookup_template_class): Or here.
509
510         PR c++/35075
511         * pt.c (convert_nontype_argument): Give helpful error about
512         reference variable argument to reference template parameter.
513
514         PR c++/21008, DR 515
515         * semantics.c (finish_non_static_data_member): Don't check
516         derivation in a template.
517
518         PR c++/11987
519         * parser.c (cp_parser_direct_declarator): Give helpful error about
520         trying to define member of a dependent typedef.
521         * pt.c (resolve_typename_type): Don't resolve a typedef typename.
522         * tree.c (typedef_variant_p): New.
523         * cp-tree.h: Declare it.
524
525 2009-11-12  Jason Merrill  <jason@redhat.com>
526
527         PR c++/27078
528         * parser.c (cp_parser_primary_expression): Don't give a duplicate
529         ambiguity error.
530
531         PR c++/39560
532         * decl2.c (build_anon_union_vars): Set DECL_ARTIFICIAL.
533
534         PR c++/37037
535         * decl.c (grokdeclarator): Don't generate a void PARM_DECL.
536
537         PR c++/42013
538         * call.c (build_conditional_expr): Check specifically for folding
539         to CALL_EXPR rather than TREE_SIDE_EFFECTS.
540
541         * typeck.c (cv_qualified_p): New fn.
542         (decay_conversion): Use it.
543         * cp-tree.h: Declare it.
544         * tree.c (rvalue): Use it and cv_unqualified.
545         * init.c (build_aggr_init): Likewise.
546
547         PR c++/42013
548         * call.c (build_conditional_expr): Don't fold a TREE_SIDE_EFFECTS
549         COND_EXPR in unevaluated context.
550
551 2009-11-12  Jan Hubicka  <jh@suse.cz>
552
553         * decl2.c (constrain_visibility): Clear WEAK and COMMON flags.
554
555 2009-11-11  Jason Merrill  <jason@redhat.com>
556
557         PR c++/39131
558         * rtti.c (emit_support_tinfos): Add DFP types.
559
560         * call.c (build_op_delete_call): Downgrade error about
561         placement/non-placement confusion to permerror.
562
563 2009-11-10  Jason Merrill  <jason@redhat.com>
564
565         * call.c (build_op_delete_call): Tweak error.
566
567         PR c++/34158
568         PR c++/36406
569         * call.c (non_placement_deallocation_fn_p): Split out...
570         (build_op_delete_call): ...from here.  Use instantiate_type
571         for placement delete.  Simplify logic.
572         * pt.c (primary_template_instantiation_p): Non-static.
573         * cp-tree.h: Declare it.
574
575 2009-11-09  Jason Merrill  <jason@redhat.com>
576
577         PR c++/41972
578         * parser.c (cp_parser_template_argument): Accept SCOPE_REF around
579         VAR_DECL.
580
581         PR c++/41994
582         * pt.c (tsubst_baselink): tsubst the name.
583
584 2009-11-07  Jason Merrill  <jason@redhat.com>
585
586         PR c++/37920
587         * pt.c (tsubst) [TYPEOF_TYPE]: Set cp_unevaluated_operand.
588
589         PR c++/18451
590         PR c++/40738
591         * cp-tree.h (cp_decl_specifier_seq): Add any_type_specifiers_p.
592         * parser.c (cp_parser_single_declaration): Call
593         cp_parser_parse_and_diagnose_invalid_type_name here, too.
594         (cp_parser_parameter_declaration): And here.
595         (cp_parser_parse_and_diagnose_invalid_type_name): Be
596         less picky about declarator form.  Don't skip to
597         the end of the block if we're in a declarator.
598         (cp_parser_decl_specifier_seq): Set any_type_specifiers_p.
599         (cp_parser_simple_declaration): Check it.
600         (cp_parser_member_declaration): Likewise.
601         (cp_parser_diagnose_invalid_type_name): Tweak error message.
602         (cp_parser_expression_statement): Likewise.
603         * decl2.c (grokfield): Mention decltype instead of typeof.
604
605 2009-11-06  Jason Merrill  <jason@redhat.com>
606
607         PR c++/15946
608         * parser.c (cp_parser_check_template_parameters): Don't talk about
609         specialization at function scope.
610         (cp_parser_diagnose_invalid_type_name): Handle dependent scope.
611         (cp_parser_parse_and_diagnose_invalid_type_name): Likewise.
612         (cp_parser_expression_statement): Suggest typename.
613         * error.c (dump_decl) [SCOPE_REF]: Print the type here.
614         (dump_expr) [SCOPE_REF]: Call it.
615         (dump_type) [UNBOUND_CLASS_TEMPLATE]: Check TFF_UNQUALIFIED_NAME.
616         * cxx-pretty-print.c (pp_cxx_unqualified_id): Print class template
617         args.
618
619         PR c++/9381
620         * decl2.c (build_memfn_type): Preserve attributes.
621         (cp_reconstruct_complex_type): Likewise.
622         (maybe_retrofit_in_chrg): Likewise.
623         * class.c (adjust_clone_args): Likewise.
624         * call.c (standard_conversion): Use build_memfn_type.
625         * pt.c (tsubst): Likewise.
626         * decl.c (build_ptrmem_type): Likewise
627         (check_function_type): Preserve attributes.
628         * tree.c (cp_build_type_attribute_variant): Propagate exception
629         specs on METHOD_TYPE, too.
630         (strip_typedefs): Preserve exception specs and attributes.
631
632 2009-11-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
633
634         PR c++/41536
635         * optimize.c (maybe_clone_body): Copy DECL_ATTRIBUTES and
636         DECL_DISREGARD_INLINE_LIMITS also.
637
638 2009-11-06  Jakub Jelinek  <jakub@redhat.com>
639
640         PR c++/41967
641         * parser.c (cp_parser_omp_for_loop): After diagnosing not perfectly
642         nested loop and parsing statements, don't cp_parser_require }, instead
643         exit the loop if next token is CPP_EOF.
644
645 2009-11-05  Jason Merrill  <jason@redhat.com>
646
647         PR c++/34180
648         * method.c (do_build_copy_constructor): Don't drop cv-quals from
649         the field type.
650
651         PR c++/7046
652         * class.c (finish_struct): Store maximum_field_alignment in
653         TYPE_PRECISION.
654         * pt.c (instantiate_class_template): Set maximum_field_alignment.
655
656         PR c++/34870
657         * name-lookup.c (arg_assoc_class): Call complete_type.
658         * pt.c (instantiate_class_template): Call uses_template_parms
659         instead of dependent_type_p.
660
661         PR c++/41703
662         * pt.c (check_undeduced_parms): New subroutine of...
663         (more_specialized_fn): ...here.  Undeduced template parms can make
664         a template less specialized than another.
665
666 2009-11-04  Jason Merrill  <jason@redhat.com>
667
668         PR c++/39413
669         * search.c (lookup_base): Don't complete_type (base).
670
671         PR c++/35067
672         * method.c (use_thunk): Check DECL_WEAK as well as
673         DECL_ONE_ONLY.
674
675         PR c++/17365, DR 218
676         * name-lookup.c (add_function): Ignore non-functions.
677
678 2009-11-03  Jason Merrill  <jason@redhat.com>
679
680         PR c++/36959
681         * decl2.c (cxx_callgraph_analyze_expr): Don't reference a function
682         just because a static variable in it is needed unless -frepo.
683
684         PR c++/41876
685         * parser.c (cp_parser_type_specifier_seq): Rename is_condition to
686         is_declaration.
687         (cp_parser_exception_declaration): Pass true.
688         (cp_parser_omp_for_loop): Likewise.
689
690         PR c++/41927
691         * typeck.c (build_x_binary_op): Don't do warn_parentheses
692         if we're in a SFINAE context.
693
694         PR c++/41815
695         * call.c (build_call_a): Strip cv-quals from rvalue result.
696
697         PR c++/40944
698         * call.c (initialize_reference): Add complain parm.
699         * typeck.c (convert_for_initialization): Pass it.
700         * decl.c (grok_reference_init): Likewise.
701         * cp-tree.h: Declare it.
702
703         PR c++/40687
704         * pt.c (do_auto_deduction): Diagnose inconsistent deduction.
705
706 2009-11-02  Dodji Seketeli  <dodji@redhat.com>
707
708         PR c++/37093
709         * pt.c (check_valid_ptrmem_cst_expr): New function.
710         (convert_nontype_argument): Use it to output an error for
711         illegal pointer to member expressions used as template arguments.
712
713 2009-11-02  Jason Merrill  <jason@redhat.com>
714
715         Restrict DR 757 change to C++0x mode.
716         * decl2.c (mark_used): Check cxx_dialect.
717         * decl.c (grokfndecl): Do check type linkage in C++98 mode.
718         (grokvardecl): Likewise.
719         * pt.c (check_instantiated_arg): Likewise.
720
721 2009-11-02  Jakub Jelinek  <jakub@redhat.com>
722
723         PR c++/41774
724         * name-lookup.c (handle_namespace_attrs): Pass 1 as last argument to
725         push_visibility.
726         * parser.c (cp_parser_namespace_definition): Pass 1 as argument to
727         pop_visibility.
728         * rtti.c (push_abi_namespace): Pass 2 as last argument to
729         push_visibility.
730         (pop_abi_namespace): Pass 2 as argument to pop_visibility.
731
732 2009-10-31  Jason Merrill  <jason@redhat.com>
733
734         * tree.c (cv_unqualified): New fn.
735         * cp-tree.h: Declare it.
736         * typeck.c (decay_conversion): Use it instead of TYPE_MAIN_VARIANT.
737
738         * rtti.c (tinfo_name): Fix lengths for private case.
739
740 2009-10-31  Jason Merrill  <jason@redhat.com>
741
742         PR c++/41754
743         * call.c (compare_ics): Avoid bad union use when
744         comparing two ck_lists.
745
746 2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
747
748         * mangle.c (mangle_type_string_for_rtti): Reapply 153734.
749         (needs_fake_anon): Likewise.
750         (write_name): Likewise.
751         (write_nested_name): Likewise.
752         * cp-tree.h (mangle_type_string_for_rtti): Likewise.
753         (get_anonymous_namespace): Likewise.
754         * name-lookup.c (get_anonymous_namespace_name): Likewise.
755         * rtti.c (tinfo_name): Likewise, with +1 in the second
756         build_string call fixed.
757         (tinfo_base_init): Likewise.
758
759 2009-10-30  Jason Merrill  <jason@redhat.com>
760
761         Revert:
762         * decl.c (cp_fname_init): Correct build_string argument.
763
764 2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
765
766         * mangle.c (mangle_type_string_for_rtti): Revert 153734.
767         (needs_fake_anon): Likewise.
768         (write_name): Likewise.
769         (write_nested_name): Likewise.
770         * cp-tree.h (mangle_type_string_for_rtti): Likewise.
771         (get_anonymous_namespace): Likewise.
772         * name-lookup.c (get_anonymous_namespace_name): Likewise.
773         * rtti.c (tinfo_name): Likewise.
774         (tinfo_base_init): Likewise.
775
776 2009-10-30  Dodji Seketeli  <dodji@redhat.com>
777
778         PR c++/41863
779         * pt.c (iterative_hash_template_arg): articifial parms
780         don't have DECL_PARM_INDEX set. Do not hash it.
781
782 2009-10-28  Jerry Quinn  <jlquinn@optonline.net>
783
784         * mangle.c (mangle_type_string_for_rtti): Revert r149964.
785         (needs_fake_anon): Likewise.
786         (write_name): Likewise.
787         (write_nested_name): Likewise.
788         * cp-tree.h (mangle_type_string_for_rtti): Likewise.
789         (get_anonymous_namespace): Likewise.
790         * name-lookup.c (get_anonymous_namespace_name): Likewise.
791         * rtti.c (tinfo_name): Insert '*' in front of private names.
792         (tinfo_base_init): Use it.
793
794 2009-10-28  Jason Merrill  <jason@redhat.com>
795
796         Core issue 812, 861
797         * name-lookup.c (set_decl_namespace): Deal properly with inline
798         namespaces.
799         (qualified_lookup_using_namespace): Overhaul.
800         * pt.c (print_candidates): Handle getting an OVERLOAD.
801
802 2009-10-28  Jason Merrill  <jason@redhat.com>
803
804         * decl.c (cp_fname_init): Correct build_string argument.
805
806 2009-10-27  Jason Merrill  <jason@redhat.com>
807
808         Allow no-capture lambdas to convert to function pointer.
809         * semantics.c (maybe_add_lambda_conv_op): New.
810         * parser.c (cp_parser_lambda_expression): Call it.
811         (cp_parser_lambda_declarator_opt): Make op() static if
812         no captures.
813         * mangle.c (write_closure_type_name): Adjust.
814         * semantics.c (finish_this_expr): Adjust.
815         * decl.c (grok_op_properties): Allow it.
816         * call.c (build_user_type_conversion_1): Handle static conversion op.
817         (build_op_call): And op().
818
819 2009-10-26  Jakub Jelinek  <jakub@redhat.com>
820
821         PR debug/41828
822         * cp-lang.c (cxx_dwarf_name): Return NULL instead of
823         <anonymous ...> for anonymous aggregate names.
824
825 2009-10-26  Jason Merrill  <jason@redhat.com>
826
827         PR c++/38796, Core issue 906
828         * cp-tree.h (DECL_DEFAULTED_OUTSIDE_CLASS_P): New.
829         (DECL_DEFAULTED_IN_CLASS_P): New.
830         * class.c (user_provided_p): Non-static.
831         (check_methods): Use it.
832         (check_bases_and_members): Check defaulted fns.
833         (defaultable_fn_p): Move and rename to...
834         * method.c (defaultable_fn_check): ...this.
835         (defaulted_late_check): New.
836         * pt.c (tsubst_decl): Call it.
837         * decl2.c (grokfield): Adjust.
838         * decl.c (cp_finish_decl): Adjust.
839         (grok_special_member_properties): Use user_provided_p.
840
841 2009-10-26  Dodji Seketeli  <dodji@redhat.com>
842
843         PR c++/41785
844         * pt.c (template_args_equal): Handle comparison of
845         an ARGUMENT_PACK_SELECT node with the arguments node it selects into.
846         * cp-tree.def: Fix a typo in the description of TYPE_PACK_EXPANSION.
847
848 2009-10-26  Dodji Seketeli  <dodji@redhat.com>
849
850         PR c++/41020
851         * decl.c (decls_match): Use DECL_IS_BUILTIN instead of
852         DECL_BUILT_IN.
853
854 2009-10-23  Dodji Seketeli  <dodji@redhat.com>
855
856         PR c++/40808
857         * mangle.c (write_template_args): Allow mangling of empty template
858         argument list. Updated function comments.
859
860 2009-10-23  Jason Merrill  <jason@redhat.com>
861
862         * semantics.c (lambda_expr_this_capture): Use thisify_lambda_field.
863
864         * semantics.c (outer_lambda_capture_p): New fn.
865         (thisify_lambda_field): Factor out...
866         (add_default_capture): ...from here.
867         (finish_id_expression): Use them.
868
869         Core issue 899
870         * call.c (add_function_candidate): Only permit explicit conversion
871         ops if copy ctor was called with a single argument.
872
873         * call.c (initialize_reference): Tweak error message.
874
875 2009-10-21  Jakub Jelinek  <jakub@redhat.com>
876
877         * mangle.c (finish_mangling_get_identifier): Use
878         obstack_base (mangle_obstack) instead of name_base.
879
880 2009-10-19  Jakub Jelinek  <jakub@redhat.com>
881
882         * parser.c (cp_lexer_print_token, cp_parser_is_string_literal,
883         cp_parser_string_literal, cp_parser_primary_expression): Likewise.
884         (cp_lexer_get_preprocessor_token): Use C_LEX_STRING_JOIN instead
885         of C_LEX_RAW_STRINGS.
886
887 2009-10-15  Jason Merrill  <jason@redhat.com>
888
889         PR c++/38888
890         * error.c (dump_template_bindings): Wrap argument packs in {}.
891
892         PR c++/38798
893         * parser.c (CP_PARSER_FLAGS_NO_TYPE_DEFINITIONS): New.
894         (cp_parser_type_specifier): Don't try to parse a class-specifier
895         or enum-specifier in that case.
896         (cp_parser_trailing_type_id): New.
897         (cp_parser_late_return_type_opt): Call it.
898         (cp_parser_type_id_1): Add is_trailing_return parm.
899         (cp_parser_type_specifier_seq): Likewise.
900
901 2009-10-14  Jason Merrill  <jason@redhat.com>
902
903         PR c++/39866
904         * call.c (print_z_candidates): Don't print deleted candidates.
905         (print_z_candidate): Note deleted candidates.
906
907 2009-10-14  Larry Evans  <cppljevans@suddenlink.net>
908
909         PR c++/40092
910         * tree.c (cp_tree_equal): Add test for TEMPLATE_PARM_PARAMETER_PACK
911         equality.
912
913 2009-10-12  Jason Merrill  <jason@redhat.com>
914
915         PR c++/37875
916         * parser.c (cp_parser_decltype): Set greater_than_is_operator_p.
917
918         PR c++/37766
919         * pt.c (type_unification_real): Call convert_template_argument
920         for function default template arguments.
921         (check_default_tmpl_args): Suggest -std=c++0x when function default
922         template args seen in C++98 mode.
923
924 2009-10-11  Jason Merrill  <jason@redhat.com>
925
926         PR c++/37204
927         * typeck.c (build_reinterpret_cast_1): Handle rvalue refs
928         properly.
929
930 2009-10-11  Richard Guenther  <rguenther@suse.de>
931
932         * tree.c (cp_free_lang_data): Drop anonymous aggregate names.
933
934 2009-10-08  Jason Merrill  <jason@redhat.com>
935
936         PR c++/36816
937         * pt.c (maybe_adjust_types_for_deduction): Do rvalue ref adjustment
938         even when DEDUCE_EXACT.
939
940         PR c++/37177
941         * pt.c (resolve_nondeduced_context): New.
942         * cvt.c (convert_to_void): Call it.
943         * semantics.c (finish_decltype_type): Likewise.
944         * typeck.c (decay_conversion): Here too.
945         * pt.c (tsubst_decl): Don't clobber input_location.
946         Don't register a bad specialization.
947
948 2009-10-07  Gabriel Dos Reis  <gdr@cs.tamu.edu>
949
950         * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.
951
952 2009-10-07  Jason Merrill  <jason@redhat.com>
953
954         PR c++/39863
955         * pt.c (tsubst_pack_expansion): Don't do anything now if we
956         have incomplete packs of different lengths.
957
958         PR c++/41038
959         * tree.c (build_qualified_name): Call convert_from_reference.
960
961 2009-10-06  Jason Merrill  <jason@redhat.com>
962
963         Fix lookup of initialized captures in unevaluated context.
964         * cp-tree.h (DECL_NORMAL_CAPTURE_P): New.
965         * name-lookup.c (qualify_lookup): Check it.
966         * parser.c (cp_parser_lambda_introducer): Pass explicit_init_p
967         to add_capture.
968         * semantics.c (add_capture): Set DECL_NORMAL_CAPTURE_P
969         on captures without explicit init.
970         (add_default_capture): Pass explicit_init_p.
971
972         Fix capture by copy of types with explicit copy constructor.
973         * cp-tree.h (TARGET_EXPR_DIRECT_INIT_P): New.
974         (DIRECT_INIT_EXPR_P): New.
975         * typeck.c (convert_for_initialization): Just return if
976         DIRECT_INIT_EXPR_P.
977         * semantics.c (build_lambda_object): Use
978         TARGET_EXPR_DIRECT_INIT_P for normal captures.
979
980 2009-10-05  Jason Merrill  <jason@redhat.com>
981
982         * parser.c: Mark lambda_scope and lambda_count for PCH.
983
984 2009-10-03  Jason Merrill  <jason@redhat.com>
985
986         PR c++/41553
987         * parser.c (cp_parser_lambda_introducer): Avoid infinite loop on
988         parse error.
989
990 2009-10-02  Jason Merrill  <jason@redhat.com>
991
992         * mangle.c (write_unnamed_type_name): Implement.
993         (local_class_index): Split out from...
994         (discriminator_for_local_entity): ...here.
995         (nested_anon_class_index): New.
996         * cp-tree.h (TYPE_FUNCTION_SCOPE_P): New.
997
998 2009-10-02  Janis Johnson  <janis187@us.ibm.com>
999
1000         * call.c (convert_arg_to_ellipsis): Avoid promoting decimal32
1001         to double.
1002
1003 2009-10-01  Jason Merrill  <jason@redhat.com>
1004
1005         * parser.c (cp_parser_lambda_expression): Compute visibility.
1006         (no_linkage_lambda_type_p): Remove.
1007         * cp-tree.h: Remove declaration.
1008         * tree.c (no_linkage_check): Don't call it.  Don't check template
1009         args.  Don't check TREE_PUBLIC Types.
1010
1011 2009-10-01  Gabriel Dos Reis  <gdr@cse.tamu.edu>
1012             Jason Merrill <jason@redhat.com>
1013
1014         * decl.c (grokdeclarator): Set constexprness before announcing
1015         friendship.
1016
1017 2009-10-01  Gabriel Dos Reis  <gdr@cs.tamu.edu>
1018
1019         * decl.c (record_builtin_java_type): Undo unintended change.
1020         (cxx_init_decl_processing): Likewise.
1021
1022 2009-10-01  Jason Merrill  <jason@redhat.com>
1023
1024         * pt.c (register_specialization): Push DECL_SOURCE_LOCATION to the
1025         clones.
1026
1027         * decl.c (grok_special_member_properties): Only adjust
1028         TYPE_HAS_COMPLEX_* if the function is defaulted in the class body.
1029         (cp_finish_decl): Push DECL_DELETED_FN/DECL_DEFAULTED_FN to the
1030         clones.
1031
1032 2009-09-30  Gabriel Dos Reis  <gdr@cs.tamu.edu>
1033
1034         * decl.c (check_for_uninitialized_const_var): Check constexpr
1035         variables too.
1036         (grokdeclarator): Handle `constexpr'.
1037         (check_tag_decl): Reject `constexpr'.
1038         (check_function_type): Check constexpr functions.
1039         * cp-tree.h (ds_constexpr): New cp_decl_spec enumerator.
1040         (CLASSTYPE_LITERAL_P): New.
1041         (lang_type_class::is_literal): New.
1042         (lang_type_class::dummy): Adjust width.
1043         (literal_type_p): Declare.
1044         * parser.c (cp_parser_check_decl_spec): Print it.
1045         (cp_parser_decl_specifier_seq): Accept "constexpr".
1046         * semantics.c (validate_constexpr_fundecl): Define.
1047         (literal_type_p): Define.
1048
1049 2009-09-30  Jason Merrill  <jason@redhat.com>
1050
1051         * semantics.c (lambda_expr_this_capture): Fix default capture
1052         of explicit capture of 'this'.
1053
1054 2009-09-30  Jason Merrill  <jason@redhat.com>
1055
1056         * parser.c (cp_parser_lambda_expression): Don't add __ to __this.
1057
1058 2009-09-30  Jason Merrill  <jason@redhat.com>
1059
1060         * cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.
1061
1062 2009-09-29  John Freeman  <jfreeman08@gmail.com>
1063             Jason Merrill  <jason@redhat.com>
1064
1065         Add support for lambda-expressions as per N2927.
1066         * cp-tree.def (VEC_INIT_EXPR, LAMBDA_EXPR): New.
1067         * cp-tree.h (LAMBDA_TYPE_P, LAMBDA_FUNCTION_P): New.
1068         (LAMBDA_EXPR_DEFAULT_CAPTURE_MODE): New.
1069         (LAMBDA_EXPR_DEFAULT_CAPTURE_LIST): New.
1070         (LAMBDA_EXPR_THIS_CAPTURE, LAMBDA_EXPR_CAPTURES_THIS_P): New.
1071         (LAMBDA_EXPR_MUTABLE_P, LAMBDA_EXPR_DEDUCE_RETURN_TYPE_P): New.
1072         (LAMBDA_EXPR_RETURN_TYPE, LAMBDA_EXPR_LOCATION): New.
1073         (LAMBDA_EXPR_EXTRA_SCOPE, LAMBDA_EXPR_DISCRIMINATOR): New.
1074         (struct tree_lambda_expr): New.
1075         (union lang_tree_node): Add lambda_expression.
1076         (struct lang_type_class): Add lazy_move_ctor flag, lambda_expr field.
1077         (CLASSTYPE_LAZY_MOVE_CTOR, CLASSTYPE_LAMBDA_EXPR): New.
1078         (LAMBDA_TYPE_EXTRA_SCOPE, VEC_INIT_EXPR_SLOT): New.
1079         (VEC_INIT_EXPR_INIT, DECLTYPE_FOR_LAMBDA_CAPTURE): New.
1080         (DECLTYPE_FOR_LAMBDA_RETURN): New.
1081         (enum special_function_kind): Add sfk_move_constructor.
1082         (LAMBDANAME_PREFIX, LAMBDANAME_FORMAT, LAMBDANAME_P): New.
1083         * parser.c (cp_parser_lambda_expression, cp_parser_lambda_introducer)
1084         (cp_parser_lambda_declarator_opt, cp_parser_lambda_body): New.
1085         (start_lambda_scope, record_lambda_scope, finish_lambda_scope): New.
1086         (no_linkage_lambda_type_p): New.
1087         (cp_parser_primary_expression): Recognize lambda expression.
1088         (cp_parser_init_declarator): Note lambda scope.
1089         (cp_parser_function_definition_after_declarator): Likewise.
1090         (cp_parser_late_parsing_default_args): Likewise.
1091         (cp_parser_skip_to_closing_parenthesis): Skip to end of lambda capture
1092         lists, too.
1093         (cp_parser_parameter_declaration): Don't defer lambda default args.
1094         * semantics.c (finish_non_static_data_member, finish_id_expression):
1095         Handle default capture for lambda expressions.
1096         (finish_this_expr): Handle 'this' keyword inside of lambda expressions.
1097         (outer_automatic_var_p): New.
1098         (finish_decltype_type): Handle decltypes within lambda expressions.
1099         (classtype_has_nothrow_assign_or_copy_p): Synthesized move constructor.
1100         (build_lambda_expr, build_lambda_object, begin_lambda_type)
1101         (lambda_return_type, lambda_capture_field_type, apply_lambda_return_type)
1102         (capture_decltype, add_capture, add_default_capture)
1103         (lambda_expr_this_capture): New.
1104         * mangle.c (write_unnamed_type_name): New. Incomplete.
1105         (write_closure_type_name): New.
1106         (write_unqualified_name): Recognize unnamed, closure types.
1107         (write_type): Do not write decltypes from lambda expressions.
1108         (decl_mangling_context): New.
1109         (write_name): Use it.  Handle PARM_DECL scope.
1110         (write_prefix): Likewise.  Handle VAR_DECL/FIELD_DECL scope.
1111         (write_compact_number): Factor out from...
1112         (write_expression, write_template_param): ...here.
1113         (discriminator_for_local_entity): Recognize lambdas.
1114         (write_local_name): Handle PARM_DECL scope.
1115         * typeck.c (structural_comptypes): Compare decltypes from lambda
1116         expressions.
1117         (check_return_expr): Deduce lambda return type from multiple return
1118         statements.
1119         * class.c (add_implicitly_declared_members): Add lazy move constructor
1120         for lambda types.
1121         (check_bases_and_members): Delete default constructor and assignment
1122         operator for lambda types.
1123         (maybe_note_name_used_in_class): Do not confuse lambda expression with
1124         defining a class.
1125         * decl.c (reshape_init_r): Array copy.
1126         (grokfndecl): Synthesized move constructor.
1127         (cp_tree_node_structure): Lambda expression.
1128         * method.c (use_thunk): Synthesized move constructor.
1129         (do_build_copy_constructor): Likewise.
1130         (locate_copy): Likewise.
1131         (implicitly_declare_fn): Likewise.
1132         * cp-objcp-common.c (cp_tree_size): Handle LAMBDA_EXPR.
1133         * error.c (dump_aggr_type): Recognize lambda type.
1134         (dump_function_decl): Recognize lambda function.
1135         (function_category): Likewise.
1136         (dump_function_name): Hide lambda name.
1137         * tree.c (build_array_copy, move): New.
1138         (special_function_p): Synthesized move constructor.
1139         (no_linkage_check): Handle lambdas.
1140         * search.c (lookup_fnfields_1): Synthesized move constructor.
1141         * cp-gimplify.c (cp_gimplify_init_expr, cp_gimplify_expr):
1142         Handle VEC_INIT_EXPR.
1143         * typeck2.c (digest_init_r): Array copy.
1144         * pt.c (get_template_info): Don't touch typedefs.
1145         (instantiate_decl): Don't resubstitute artificial decls.
1146         (tsubst_decl, tsubst, tsubst_copy_and_build): Handle lambdas.
1147         (lookup_template_class): Don't fall back on name lookup.
1148         * name-lookup.c (make_lambda_name): New.
1149         (pushdecl_class_level): Handle default capture for lambda expressions.
1150         (qualify_lookup): Handle decltypes within lambda expressions.
1151         (pushtag): Handle ts_within_enclosing_non_class in function scope.
1152
1153 2009-09-28  Janis Johnson  <janis187@us.ibm.com>
1154
1155         * mangle.c (write_builtin_type): Support decimal float types.
1156
1157 2009-09-28  Richard Henderson  <rth@redhat.com>
1158
1159         * cp-objcp-common.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.
1160
1161 2009-09-24  Jakub Jelinek  <jakub@redhat.com>
1162
1163         * method.c (make_thunk, make_alias_for): Don't set
1164         DECL_NO_STATIC_CHAIN.
1165         * decl.c (builtin_function_1, grokfndecl): Likewise.
1166         * lex.c (build_lang_decl): Likewise.
1167
1168 2009-09-23  Dodji Seketeli  <dodji@redhat.com>
1169
1170         PR debug/41065
1171         * decl.c (cp_finish_decl): Record the types used by the global
1172         variable declaration we've just parsed.
1173
1174 2009-09-22  Dodji Seketeli  <dodji@redhat.com>
1175
1176         * cp-lang.c (LANG_HOOKS_FUNCTION_PARAMETER_PACK_P,
1177         LANG_HOOKS_FUNCTION_PARM_EXPANDED_FROM_PACK_P,
1178         LANG_HOOKS_GET_GENERIC_FUNCTION_DECL): Initialize these
1179         hooks for the c++ FE.
1180         * cp-tree.h (function_parameter_pack_p, get_function_template_decl,
1181         function_parameter_expanded_from_pack_p): Declare ...
1182         * pt.c (function_parameter_pack_p, get_function_template_decl,
1183         function_parameter_expanded_from_pack_p): ... new hooks.
1184         (get_template_info): Make this more robust.
1185         (template_args_variadic_p, make_ith_pack_parameter_name): Add a new
1186         line between comment and function.
1187         (get_template_argument_pack_elems): Fix comment.
1188         (tsubst_decl): Arguments of function parameter packs are not
1189         parameter packs themselves.
1190
1191 2009-09-21  Jason Merrill  <jason@redhat.com>
1192
1193         PR c++/41421
1194         * tree.c (trivial_type_p): Fix logic.
1195
1196 2009-09-21  Jason Merrill  <jason@redhat.com>
1197
1198         * name-lookup.c (push_class_level_binding): Sanity check.
1199
1200 2009-09-18  Jason Merrill  <jason@redhat.com>
1201
1202         * decl2.c (determine_visibility): Make anonymous types internal.
1203         (mark_used): Complain about types without linkage used in
1204         decls with internal linkage.
1205         (vague_linkage_fn_p): Split out from...
1206         * decl.c (maybe_commonize_var): ...here.
1207         (grokdeclarator): Adjust linkage when a typedef gives linkage name.
1208         * tree.c (no_linkage_check): Check the enclosing class and template
1209         arguments.
1210
1211         * cp-tree.h (TYPE_NAMESPACE_SCOPE_P): New.
1212
1213         * pt.c (get_pattern_parm): New.
1214         (listify): Split out from...
1215         (listify_autos): ...here.
1216         (unify): Deduce std::initializer_list for T.
1217         * call.c (build_over_call): Warn about it.
1218
1219 2009-09-17  Andrew Pinski  <pinskia@gcc.gnu.org>
1220
1221         PR c++/39365
1222         * typeck.c (cp_build_unary_op): Check TREE_CODE for bools instead of
1223         using same_type_p.
1224         (convert_for_assignment): Likewise.
1225         * cvt.c (type_promotes_to): Likewise.
1226
1227 2009-09-14  Richard Henderson  <rth@redhat.com>
1228             Jakub Jelinek  <jakub@redhat.com>
1229
1230         * cp-tree.h (finish_asm_stmt): Update decl.
1231         * parser.c (cp_parser_asm_definition): Parse asm goto.
1232         (cp_parser_asm_label_list): New.
1233         * pt.c (tsubst_copy_asm_operands): Don't recurse on labels.
1234         (tsubst_expr): Handle asm labels.
1235         * semantics.c (finish_asm_stmt): Add and use labels parameter.
1236
1237 2009-09-14  Richard Henderson  <rth@redhat.com>
1238
1239         * except.c (init_exception_processing): Don't call
1240         default_init_unwind_resume_libfunc.
1241         (cp_protect_cleanup_actions): Return the decl to call.
1242         (build_exc_ptr): Use __builtin_eh_pointer.
1243         * optimize.c (clone_body): Set eh_lp_nr, not eh_region.
1244
1245 2009-09-13  Richard Guenther  <rguenther@suse.de>
1246         Rafael Avila de Espindola  <espindola@google.com>
1247
1248         * except.c (init_exception_processing): Do not set
1249         lang_eh_runtime_type.
1250         (choose_personality_routine): Do not set eh_personality_decl,
1251         set pragma_java_exceptions.
1252         * cp-lang.c (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
1253         (LANG_HOOKS_EH_PERSONALITY): Likewise.
1254         (cp_eh_personality_decl): New.
1255         (cp_eh_personality): Likewise.
1256         * Make-lang.in (cp-lang.o): Add $(EXPR_H) and $(EXCEPT_H)
1257         dependencies.
1258
1259 2009-09-13  Wei Guozhi  <carrot@google.com>
1260
1261         PR c++/3187
1262         * cp/optimize.c (build_delete_destructor_body): New function.
1263         (maybe_clone_body): Call build_delete_destructor_body for
1264         deleting destructor.
1265
1266 2009-09-10  Jason Merrill  <jason@redhat.com>
1267
1268         * repo.c (extract_string, get_base_filename, init_repo): constify.
1269
1270 2009-09-09  Jason Merrill  <jason@redhat.com>
1271
1272         * error.c (find_typenames_r): Also add decltypes.
1273
1274 2009-09-09  Paolo Carlini  <paolo.carlini@oracle.com>
1275
1276         PR c++/28293
1277         * decl2.c (grokfield): Check for explicit template argument lists.
1278
1279 2009-09-09  Jack Howarth  <howarth@bromo.med.uc.edu>
1280
1281         PR bootstrap/41180
1282         * Make-lang.in: Remove redundant code from linkage for darwin10.
1283
1284 2009-09-08  Paolo Carlini  <paolo.carlini@oracle.com>
1285
1286         PR c++/39923
1287         * decl.c (build_init_list_var_init): Check return value of
1288         perform_implicit_conversion.
1289
1290 2009-09-08  Jason Merrill  <jason@redhat.com>
1291
1292         * class.c (currently_open_class): Make sure we're dealing with the
1293         main variant.
1294
1295         * cp-tree.h (enum overload_flags): Remove OP_FLAG.
1296         * method.c (lazily_declare_fn): Check for dtorness in ABI warning.
1297
1298         * name-lookup.c (is_class_level): Remove.
1299         (push_binding_level, leave_scope, resume_scope): Adjust.
1300         (pushlevel_class): Adjust.
1301         (poplevel_class): Make sure we're on class_binding_level.
1302
1303         * decl.c (grokmethod): Rename from start_method.
1304         (finish_method): Remove.
1305         * cp-tree.h: Adjust.
1306         * parser.c (cp_parser_save_member_function_body): Adjust.
1307
1308 2009-09-03  Doug Kwan  <dougkwan@google.com>
1309
1310         * tree.c (cp_fix_function_decl_p): New.
1311         (cp_free_lang_data): New.
1312
1313 2009-09-03  Diego Novillo  <dnovillo@google.com>
1314
1315         * Make-lang.in (decl2.o): Add dependency on $(POINTER_SET_H).
1316         * decl2.c: Include pointer-set.h.
1317         (collect_candidates_for_java_method_aliases): New.
1318         (cp_write_global_declarations): Call it.
1319         Add local variable CANDIDATES.  If set, call
1320         build_java_method_aliases.
1321         (build_java_method_aliases): Add argument CANDIDATES.
1322         Use it to determine if FNDECL should get a hidden alias.
1323         * cp-objcp-common.h (LANG_HOOKS_FREE_LANG_DATA): Define.
1324         * cp-tree.h (cp_free_lang_data): Declare.
1325
1326 2009-09-03  Richard Guenther  <rguenther@suse.de>
1327
1328         * method.c (use_thunk): Use cgraph_finalize_function to hand
1329         off thunks to the cgraph.
1330         * semantics.c (emit_associated_thunks): Do not emit thunks
1331         for really extern functions.
1332
1333 2009-09-03  Diego Novillo  <dnovillo@google.com>
1334
1335         * cp-lang.c (lang_hooks): Remove const qualifier.
1336
1337 2009-09-02  Jason Merrill  <jason@redhat.com>
1338
1339         * semantics.c (describable_type): Don't pretend to be in a template.
1340
1341         * ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the expression.
1342
1343 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
1344
1345         * cp-tree.h (TFF_NO_OMIT_DEFAULT_TEMPLATE_ARGUMENTS): New.
1346         * cp-lang.c (cxx_dwarf_name): Pass it.
1347         * error.c (count_non_default_template_args): Take flags as
1348         argument.  Adjust all callers.  Skip counting of default
1349         arguments if the new flag is given.
1350
1351 2009-09-01  Dodji Seketeli  <dodji@redhat.com>
1352
1353         PR bootstrap/41205
1354         * pt.c (make_ith_pack_parameter_name): Don't use strnlen that is a
1355         GNU extension.
1356
1357 2009-09-01  Richard Guenther  <rguenther@suse.de>
1358
1359         * cp-objcp-common.c (cp_expr_size): Use tree_expr_size.
1360         * cp-objcp-common.h (LANG_HOOKS_EXPR_SIZE): Do not define.
1361
1362 2009-09-01  Richard Guenther  <rguenther@suse.de>
1363
1364         * cp-objcp-common.h (LANG_HOOKS_MARK_ADDRESSABLE): Remove.
1365
1366 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
1367
1368         PR debug/30161
1369         * cp-tree.h (get_template_info): Parameter should be const.
1370         (CLASSTYPE_SPECIALIZATION_OF_PRIMARY_TEMPLATE_P): Fix typo.
1371         (get_template_argument_pack_elems,
1372         get_primary_template_innermost_parameters,
1373         get_template_innermost_arguments, template_template_parameter_p):
1374         Declare ...
1375         * pt.c (get_template_argument_pack_elems,
1376         get_template_innermost_parameters, get_template_innermost_arguments,
1377         template_template_parameter_p):
1378         ... New C++ front end implementation of new language hooks.
1379         (primary_template_instantiation_p): New private helper.
1380         (make_ith_pack_parameter_name): Use snprintf and strnlen instead of
1381         printf and strlen.
1382         (get_template_info): Const-ify parameter.
1383         * cp-lang.c (LANG_HOOKS_GET_INNERMOST_GENERIC_PARMS,
1384         LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS,
1385         LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS,
1386         LANG_HOOKS_GENERIC_TYPE_PARAMETER_DECL_P): Initialize these
1387         interfaces for the C++ front-end.
1388
1389 2009-08-31  Jason Merrill  <jason@redhat.com>
1390
1391         PR c++/41127
1392         * parser.c (cp_parser_enum_specifier): Make sure the : is followed by a
1393         type-specifier-seq before we commit.
1394
1395 2009-08-28  Richard Guenther  <rguenther@suse.de>
1396
1397         PR lto/41058
1398         * cp-gimplify.c (cp_genericize_r): Do not leak zero-sized stores
1399         into the generic IL.
1400
1401 2009-08-27  Richard Guenther  <rguenther@suse.de>
1402
1403         * class.c (build_vtbl_ref_1): Remove excess vertical space.
1404         * Make-lang.in (CXX_TREE_H): Remove c-common.def dependency
1405         tracked by $(TREE_H).
1406         * semantics.c (expand_or_defer_fn): Zero DECL_SAVED_TREE.
1407
1408 2009-08-26  Jason Merrill  <jason@redhat.com>
1409
1410         * call.c (build_builtin_candidate): Don't set LOOKUP_ONLYCONVERTING
1411         if we're contextually converting to bool.
1412         (build_conditional_expr): Likewise.
1413         * typeck.c (condition_conversion): Likewise.
1414
1415         * call.c (build_conditional_expr): Fix logic errors.
1416         (build_new_op): Remove dead COND_EXPR handling.
1417
1418 2009-08-24  Jason Merrill  <jason@redhat.com>
1419
1420         * cp-tree.h (DECL_DEFERRED_FN): Remove.
1421         (struct lang_decl_fn): Remove deferred flag.
1422         * class.c (build_clone): Don't set it.
1423         * decl2.c (note_vague_linkage_fn): Don't check or set it.
1424         (mark_used): Don't check it.
1425         * method.c (make_thunk, make_alias_for): Don't set it.
1426
1427         * decl2.c (mark_used): Streamline logic.
1428
1429         PR c++/41109
1430         PR c++/41110
1431         PR c++/41134
1432         * cp-tree.h (DECL_ODR_USED): New macro.
1433         (struct lang_decl_base): Add odr_used flag.
1434         * decl.c (duplicate_decls): Propagate it.  Use it for error.
1435         * pt.c (register_specialization): Use it for error.
1436         * decl2.c (mark_used): Use it as gating flag rather than TREE_USED.
1437         (cp_write_global_declarations): Use it for error.
1438         (tree_used_ok): Remove.
1439         * cp-tree.h: Remove tree_used_ok.
1440         * call.c (build_call_a): Don't call it.
1441         * init.c (build_offset_ref): Likewise.
1442
1443 2009-08-21  Jakub Jelinek  <jakub@redhat.com>
1444
1445         PR c++/41131
1446         * tree.c (lvalue_p_1) <case CONST_DECL>: Return clk_none if
1447         not TREE_STATIC.
1448
1449 2009-08-19  Jason Merrill  <jason@redhat.com>
1450
1451         PR c++/41119
1452         PR c++/41120
1453         * decl2.c (mark_used): Increment function_depth during synthesis.
1454         * parser.c (cp_parser_default_argument): Not here.
1455
1456 2009-08-19  Jakub Jelinek  <jakub@redhat.com>
1457
1458         * method.c (use_thunk): Call free_after_compilation after
1459         assemble_end_function.
1460
1461 2009-08-17  Richard Guenther  <rguenther@suse.de>
1462
1463         * decl.c (build_ptrmemfunc_type): Keep variant chain intact.
1464         Avoid useless copy.
1465         (finish_enum): Keep variant chain intact.
1466         * tree.c (cp_build_reference_type): Likewise.
1467
1468 2009-08-16  Jason Merrill  <jason@redhat.com>
1469
1470         Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL
1471         and VAR_DECL, so mark_used only has effect the first time.
1472         * decl2.c (mark_used): Just return if TREE_USED is already set.
1473         Don't set TREE_USED if cp_unevaluated_operand is set.
1474         (tree_used_ok): New fn.
1475         * init.c (build_offset_ref): Check it instead of TREE_USED.
1476         * call.c (build_call_a): Likewise.
1477         * cp-tree.h: Declare it.
1478         (DECL_NO_LINKAGE_CHECKED): No longer needed.
1479         (struct lang_decl_base): Remove no_linkage_checked bitfield.
1480
1481         * decl2.c (finish_static_data_member_decl): Don't set TREE_USED.
1482
1483         * decl2.c (mark_used): It's ok to synthesize for default args now.
1484
1485 2009-08-10  Jason Merrill  <jason@redhat.com>
1486
1487         Implement DR 757: It's OK for a decl to use a type without linkage
1488         so long as the decl is defined in the current translation unit.
1489         * decl2.c (no_linkage_decls): New vector.
1490         (mark_used): Add decls that use types with no linkage.
1491         (cp_write_global_declarations): Check that they are defined.
1492         (decl_defined_p, no_linkage_error): New fns.
1493         * cp-tree.h (DECL_NO_LINKAGE_CHECKED): New macro.
1494         (struct lang_decl_base): Add flag.
1495         * decl.c (grokfndecl): Don't check type linkage.
1496         (grokvardecl): If the type has no linkage, just make sure
1497         DECL_LANG_SPECIFIC is set.
1498         * pt.c (check_instantiated_arg): Don't check type linkage.
1499         * name-lookup.c (is_local_extern): New fn.
1500         * name-lookup.h: Declare it.
1501
1502 2009-08-05  Jason Merrill  <jason@redhat.com>
1503
1504         PR c++/40948
1505         * init.c (build_vec_init): Evaluate the initializer before
1506         starting the initialization try block.
1507
1508 2009-08-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1509
1510         PR c++/36069
1511         * typeck.c (convert_for_assignment): Do not warn for any boolean
1512         variant. Use explicit location.
1513
1514 2009-08-04  Dodji Seketeli  <dodji@redhat.com>
1515
1516         PR c++/39987
1517         * pt.c (tsubst_default_argument): Let access checks of the
1518         default argument happen in the context of the current function.
1519
1520 2009-08-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1521
1522         PR c++/16696
1523         * call.c (build_new_op): Only try prefix operator if -fpermissive,
1524         otherwise just error.
1525
1526 2009-08-04  Dodji Seketeli  <dodji@redhat.com>
1527
1528         PR debug/39706
1529         * error.c (lang_decl_name): Print qualified names for decls
1530         in  namespace scope.
1531
1532 2009-08-03  Jason Merrill  <jason@redhat.com>
1533             Jakub Jelinek  <jakub@redhat.com>
1534
1535         PR c++/40948
1536         * init.c (build_vec_init): Look through a TARGET_EXPR around a
1537         CONSTRUCTOR.
1538
1539 2009-07-31  Jason Merrill  <jason@redhat.com>
1540             Douglas Gregor  <doug.gregor@gmail.com>
1541
1542         Remove implicit binding of lvalues to rvalue references (N2831)
1543         * call.c (convert_class_to_reference): Binding an lvalue to an
1544         rvalue reference is bad.  If the user-defined conversion is bad,
1545         set bad_p before merging conversions.
1546         (maybe_handle_ref_bind): Don't push down bad_p.
1547         (reference_binding): Binding an lvalue to an rvalue reference is bad.
1548         (convert_like_real): Give a helpful error about binding lvalue
1549         to rvalue reference.
1550         (reference_related_p): No longer static.
1551         * typeck.c (build_typed_address): New.
1552         (build_static_cast_1): Add static_cast from lvalue to &&.
1553         * cp-tree.h: Adjust.
1554
1555 2009-07-31  Jason Merrill  <jason@redhat.com>
1556
1557         * call.c (reference_binding): Rename lvalue_p to is_lvalue.
1558         Do direct binding of "rvalues" in memory to rvalue references.
1559         * tree.c (lvalue_p_1): Can't be both non-addressable lvalue and
1560         "rvalue" in memory.
1561         * typeck.c (build_static_cast_1): Do direct binding of memory
1562         "rvalues" to rvalue references.
1563         * cvt.c (cp_fold_convert): New.
1564         * cp-tree.h: Declare it.
1565
1566 2009-07-31  Jason Merrill  <jason@redhat.com>
1567
1568         * typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.
1569         * tree.c (rvalue): Use cp_build_qualified_type, not TYPE_MAIN_VARIANT.
1570
1571 2009-07-29  Jason Merrill  <jason@redhat.com>
1572
1573         PR c++/14912
1574         * cp-tree.h (enum tsubst_flags): Add tf_no_class_instantiations.
1575         * error.c (count_non_default_template_args): Pass it.
1576         * pt.c (tsubst) [TYPENAME_TYPE]: Don't complete type if it's set.
1577
1578 2009-07-29  Richard Guenther  <rguenther@suse.de>
1579
1580         PR c++/40834
1581         * cp-gimplify.c (cp_genericize_r): Properly walk the BIND_EXPR
1582         vars.
1583
1584 2009-07-26  Simon Martin  <simartin@users.sourceforge.net>
1585
1586         PR c++/40749
1587         * decl.c (grokdeclarator): Do not set TREE_NO_WARNING for functions
1588         with a qualified return type.
1589
1590 2009-07-24  Jason Merrill  <jason@redhat.com>
1591
1592         Core issue 901
1593         * call.c (build_op_delete_call): If this is for a new-expression
1594         and the op delete is deleted, do nothing.
1595
1596         Core issue 702
1597         * call.c (compare_ics): Give list-initialization of std::init_list
1598         priority over conversion to scalar, too.
1599
1600 2009-07-22  Jason Merrill  <jason@redhat.com>
1601
1602         * mangle.c (mangle_type_string_for_rtti): Rename to be clearer.
1603         (needs_fake_anon): New.
1604         (write_name): Check it.
1605         (write_nested_name): Add a fake anonymous namespace scope if true.
1606         * name-lookup.c (get_anonymous_namespace_name): No longer static.
1607         * rtti.c, cp-tree.h: Adjust.
1608
1609 2009-07-22  Richard Guenther  <rguenther@suse.de>
1610
1611         PR c++/40799
1612         * cp-gimplify.c (cp_gimplify_expr): Move handling of using
1613         related exprs to ...
1614         (cp_genericize_r): ... genericization stage.
1615         (cp_genericize): Adjust.
1616
1617 2009-07-21  Jason Merrill  <jason@redhat.com>
1618
1619         Core issue 934
1620         * call.c (reference_binding): Implement binding to { }.
1621         (initialize_reference): Binding temporary to non-const && is fine.
1622         * decl.c (grok_reference_init): Remove error for CONSTRUCTOR.
1623
1624         * decl.c (reshape_init_r): { T } is not an aggregate initializer
1625         for class T.
1626
1627 2009-07-17  Richard Guenther  <rguenther@suse.de>
1628
1629         PR c/40401
1630         * decl.c (finish_function): Do not emit unused result warnings
1631         from here.
1632         * cp-objcp-common.h (LANG_HOOKS_POST_GIMPLIFY_PASS): Use
1633         c_warn_unused_result_pass.
1634         * semantics.c (expand_or_defer_fn): Adjust assertion about IL status.
1635         * optimize.c (clone_body): Clone in GENERIC.
1636         (maybe_clone_body): Do not clear DECL_SAVED_TREE.
1637         * decl2.c (cp_write_global_declarations): Fix body test.
1638         Do not call cgraph_optimize.
1639         * Make-lang.in (optimize.o): Add tree-iterator.h dependency.
1640         * method.c (use_thunk): Register thunk with
1641         cgraph_finalize_function.
1642         * error.c (function_category): Guard access of DECL_LANG_SPECIFIC.
1643
1644 2009-07-17  Richard Guenther  <rguenther@suse.de>
1645
1646         * init.c (build_vec_delete_1): Do not set DECL_REGISTER on the
1647         temporary pointer.
1648
1649 2009-07-17  Aldy Hernandez  <aldyh@redhat.com>
1650             Manuel López-Ibáñez  <manu@gcc.gnu.org>
1651
1652         PR 40435 
1653         * typeck.c, init.c, class.c, method.c, rtti.c, except.c, error.c,
1654         tree.c, cp-gimplify.c, cxx-pretty-print.c, pt.c, semantics.c,
1655         call.c, cvt.c, mangle.c: Add location argument to
1656         fold_{unary,binary,ternary}, fold_build[123], build_call_expr,
1657         build_size_arg, build_fold_addr_expr, build_call_array,
1658         non_lvalue, size_diffop, fold_build1_initializer,
1659         fold_build2_initializer, fold_build3_initializer,
1660         fold_build_call_array, fold_build_call_array_initializer,
1661         fold_single_bit_test, omit_one_operand, omit_two_operands,
1662         invert_truthvalue, fold_truth_not_expr, build_fold_indirect_ref,
1663         fold_indirect_ref, combine_comparisons, fold_builtin_*,
1664         fold_call_expr, build_range_check, maybe_fold_offset_to_address,
1665         round_up, round_down.
1666
1667 2009-07-16  Jason Merrill  <jason@redhat.com>
1668
1669         PR libstdc++/37907
1670         Split POD into "standard-layout" and "trivial" as per N2230,
1671         Support std::is_standard_layout and std::is_trivial traits.
1672         * cp-tree.h (enum cp_trait_kind): Add CPTK_IS_STD_LAYOUT,
1673         CPTK_IS_TRIVIAL.
1674         (struct lang_type_class): Add non_std_layout.
1675         (CLASSTYPE_NON_STD_LAYOUT): New.
1676         * class.c (check_bases): Set it.
1677         (check_field_decls): Likewise.
1678         (check_bases_and_members): Likewise.
1679         * parser.c (cp_parser_primary_expression): Handle RID_IS_STD_LAYOUT,
1680         RID_IS_TRIVIAL.
1681         (cp_parser_trait_expr): Likewise.
1682         * semantics.c (trait_expr_value): Handle CPTK_IS_STD_LAYOUT,
1683         CPTK_IS_TRIVIAL.
1684         (finish_trait_expr): Likewise.
1685         * tree.c (scalarish_type_p, trivial_type_p, std_layout_type_p): New.
1686         (pod_type_p): Use them.
1687         (type_has_nontrivial_copy_init, type_has_nontrivial_default_init): New.
1688
1689         Adjust bits of the language that no longer refer to POD types.
1690         * call.c (convert_arg_to_ellipsis): Use type_has_nontrivial_copy_init
1691         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1692         (build_x_va_arg): Likewise.
1693         (call_builtin_trap): Remove.
1694         * decl.c (declare_local_label): Use type_has_nontrivial_default_init
1695         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1696         (cp_finish_decl): Likewise.
1697         (check_previous_goto_1, check_goto): Adjust error.
1698         * typeck.c (build_class_member_access_expr): Check
1699         CLASSTYPE_NON_STD_LAYOUT rather than CLASSTYPE_NON_POD_P.
1700
1701 2009-07-14  Taras Glek  <tglek@mozilla.com>
1702             Rafael Espindola  <espindola@google.com>
1703
1704         * Make-lang.in: Added CP_PLUGIN_HEADERS and
1705         c.install-target to export cp-tree.h cxx-pretty-print.h
1706         name-lookup.h headers for plugins.
1707
1708 2009-07-14  Jason Merrill  <jason@redhat.com>
1709
1710         PR c++/37276
1711         * decl.c (decls_match): A non-extern-C declaration doesn't match
1712         a builtin extern-C declaration.
1713
1714         PR c++/40746
1715         * name-lookup.c (qualified_lookup_using_namespace): Don't stop
1716         looking in used namespaces just because we found something on
1717         another branch.
1718
1719         PR c++/40740
1720         * semantics.c (perform_koenig_lookup): Handle empty template args.
1721
1722         * call.c (build_over_call): Use can_trust_pointer_alignment.
1723
1724 2009-07-14  Dodji Seketeli  <dodji@redhat.com>
1725
1726         PR debug/40705
1727         PR c++/403057
1728         * decl2.c (grokfield): Don't call set_underlying_type on typedef
1729         decls that are type names.
1730
1731 2009-07-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1732
1733         PR C++/22154
1734         * parser.c (cp_parser_elaborated_type_specifier): Accept typename in
1735         front of qualified names.
1736
1737 2009-07-12  Jason Merrill  <jason@redhat.com>
1738
1739         PR c++/36628
1740         * tree.c (rvalue): Use lvalue_or_rvalue_with_address_p.
1741
1742         PR c++/37206
1743         * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.
1744         * tree.c (lvalue_p_1): Return it.  Remove
1745         treat_class_rvalues_as_lvalues parm.
1746         (real_lvalue_p): Disallow pseudo-lvalues here.
1747         (lvalue_or_rvalue_with_address_p): New fn.
1748         * call.c (initialize_reference): Use it instead of real_lvalue_p.
1749
1750         PR c++/40689
1751         * init.c (build_new_1): Handle initializer list as array initializer.
1752         (build_vec_init): Likewise.
1753         * typeck.c (cp_build_modify_expr): Likewise.
1754         * typeck2.c (process_init_constructor_array): Error rather than abort
1755         if too many initializers.
1756
1757 2009-07-10  Jakub Jelinek  <jakub@redhat.com>
1758
1759         PR c++/40502
1760         * error.c (cp_print_error_function): Check for NULL block.
1761
1762 2008-07-09  Simon Martin  <simartin@users.sourceforge.net>
1763             Jason Merrill  <jason@redhat.com>
1764
1765         * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1766         append_type_to_template_for_access_check_1): Use CLASS_TYPE_P.
1767
1768 2009-07-09  Dodji Seketeli  <dodji@redhat.com>
1769
1770         PR c++/40684
1771         * pt.c (type_unification_real): Use tsubst_template_arg instead
1772         of tsubst to substitute default template arguments.
1773
1774 2009-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1775
1776         PR c++/31246
1777         * init.c (build_new_1): Set TREE_NO_WARNING for compiler-generated
1778         code.
1779         * cp-gimplify.c (genericize_eh_spec_block): Likewise.
1780         
1781
1782 2009-07-07  Jason Merrill  <jason@redhat.com>
1783
1784         PR c++/35828
1785         * pt.c (tsubst_decl): Don't abort if we didn't change anything
1786         in a TEMPLATE_DECL's args.
1787
1788 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1789
1790         * semantics.c (finalize_nrv_r): Replace EXPR_LOCUS by
1791         EXPR_LOCATION.
1792         
1793 2009-07-07  Jason Merrill  <jason@redhat.com>
1794
1795         PR c++/37816
1796         * decl.c (build_enumerator): Don't add enumerators for a
1797         scoped enum to the enclosing class.
1798
1799         PR c++/40639
1800         * decl.c (start_enum): Allow dependent underlying type.
1801
1802         PR c++/40633
1803         * decl.c (finish_enum): Finish scope even in a template.
1804
1805 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1806
1807         * init.c: Replace %J by an explicit location. Update all calls.
1808         * decl.c: Likewise.
1809         * typeck2.c: Likewise.
1810         * pt.c: Likewise.
1811         * name-lookup.c: Likewise.
1812         
1813 2009-07-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1814
1815         * decl.c: Replace %H by an explicit location. Update all calls.
1816         * except.c: Likewise.
1817         * semantics.c: Likewise.
1818         * parser.c: Likewise.
1819
1820 2009-07-06  Simon Martin  <simartin@users.sourceforge.net>
1821
1822         PR c++/40557
1823         * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1824         append_type_to_template_for_access_check_1): Use
1825         RECORD_OR_UNION_CODE_P.
1826
1827 2009-07-04  Jason Merrill  <jason@redhat.com>
1828
1829         * pt.c (retrieve_specialization): Don't get confused by a
1830         using-declaration that brings in another instance of this template
1831         from a base class.
1832
1833         * ptree.c (cxx_print_type): Fix logic.
1834
1835         * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.
1836
1837         PR c++/40619
1838         * cp-tree.h (struct lang_decl_parm): New.
1839         (struct lang_decl): Add it.
1840         (LANG_DECL_PARM_CHECK): New.
1841         (DECL_PARM_INDEX): New.
1842         * decl2.c (parm_index): Remove.
1843         * lex.c (retrofit_lang_decl): Handle parms.
1844         (cxx_dup_lang_specific_decl): Likewise.
1845         * mangle.c (write_expression): Adjust.
1846         * tree.c (cp_tree_equal): Adjust.
1847         (decl_linkage): Only check DECL_COMDAT for functions and variables.
1848         * parser.c (cp_parser_parameter_declaration_list): Set
1849         DECL_PARM_INDEX.
1850         * pt.c (iterative_hash_template_arg): Hash it.
1851
1852 2009-07-03  Jason Merrill  <jason@redhat.com>
1853
1854         * cp-tree.h (struct lang_decl): Overhaul.
1855         (struct lang_decl_flags): Remove.
1856         (struct lang_decl_base): New.
1857         (struct lang_decl_min): New.
1858         (struct lang_decl_fn): New.
1859         (struct lang_decl_ns): New.
1860         (CAN_HAVE_FULL_LANG_DECL_P): Replace with LANG_DECL_HAS_MIN.
1861         (LANG_DECL_MIN_CHECK): New.
1862         (LANG_DECL_FN_CHECK): New.
1863         (LANG_DECL_NS_CHECK): New.
1864         (STRIP_TEMPLATE): New.
1865         (NON_THUNK_FUNCTION_CHECK): Remove.
1866         (DECL_DECLARES_FUNCTION_P): New.
1867         (lots): Adjust.
1868         * lex.c (retrofit_lang_decl, cxx_dup_lang_specific_decl): Adjust.
1869         * decl.c (push_local_name, duplicate_decls): Adjust.
1870         * decl2.c (start_objects): Don't set u2sel.
1871         * semantics.c (finish_omp_threadprivate): Adjust.
1872         * class.c (build_clone): Don't do much on TEMPLATE_DECLs.
1873         (decl_cloned_function_p): Out-of-line implementation of macros.
1874         (clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P.
1875         * mangle.c (write_unqualified_name): Don't check function flags
1876         on non-functions.
1877         * method.c (make_alias_for): Don't set DECL_CLONED_FUNCTION.
1878         * pt.c (build_template_decl): Don't set function flags.
1879         (check_default_tmpl_args): Check that it's a function.
1880         (instantiate_template): Use DECL_ABSTRACT_ORIGIN to find the
1881         cloned template.
1882
1883         * pt.c (tsubst_decl) [FUNCTION_DECL]: Don't tsubst
1884         DECL_CLONED_FUNCTION.
1885
1886         * cp-tree.h (struct lang_type_class): Move sorted_fields here.
1887         * class.c (finish_struct_1): Adjust.
1888         * ptree.c (cxx_print_decl, cxx_print_type): Adjust.
1889         * search.c (lookup_field_1): Adjust.
1890
1891         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Remove.
1892         * decl.c (finish_method): Don't add to it.
1893         * class.c (fixup_pending_inline): Remove.
1894         (fixup_inline_methods): Remove.
1895         (finish_struct_1): Don't call it.
1896
1897         * error.c (dump_function_name): Handle null name.
1898
1899 2009-07-02  Mark Mitchell  <mark@codesourcery.com>
1900
1901         * typeck.c (cp_build_binary_op): Move warnings about use of NULL
1902         in arithmetic earlier and allow comparisions of NULL with
1903         pointers-to-members.
1904
1905 2009-07-02  Jason Merrill  <jason@redhat.com>
1906
1907         Use hash tables for template specialization lookup.
1908         * pt.c (struct spec_entry): New type.
1909         (decl_specializations, type_specializations): New hash tables.
1910         (register_specialization, retrieve_specialization): Use them.
1911         (reregister_specialization, lookup_template_class): Use them.
1912         (eq_specializations, hash_tmpl_and_args, hash_specialization): New.
1913         (iterative_hash_template_arg): New.
1914         (init_template_processing): New
1915         (process_partial_specialization): Don't look to see if we already
1916         have this partial specialization.
1917         (maybe_process_partial_specialization): Handle reassigning
1918         full specializations when we get an explicit specialization
1919         of the partial instantiation.
1920         (tsubst_friend_function): Adjust specialization reassignment code.
1921         (instantiate_template): Only do one lookup.
1922         (instantiate_decl): Don't do any lookup.
1923         * cp-tree.h: Declare init_template_processing.
1924         * decl.c (duplicate_decls): Pass args to reregister_specialization.
1925
1926 2009-07-01  Jason Merrill  <jason@redhat.com>
1927
1928         * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.
1929
1930         * pt.c (register_specialization): Use duplicate_decls to merge
1931         the argument with a previous specialization.
1932         (check_explicit_specialization): Call register_specialization to
1933         merge the TEMPLATE_DECL with a previous version.
1934         (determine_specialization): Return the args even if fn is a template.
1935
1936 2009-07-01  Ian Lance Taylor  <iant@google.com>
1937
1938         * g++spec.c (lang_specific_driver): Bump num_args by 1.
1939
1940 2009-06-30  Jason Merrill  <jason@redhat.com>
1941
1942         PR c++/40595
1943         * pt.c (tsubst_pack_expansion): Handle unexpanded packs in an
1944         EXPR_PACK_EXPANSION.
1945
1946 2009-06-29  Jason Merrill  <jason@redhat.com>
1947
1948         PR c++/40274
1949         * error.c (dump_template_parms): Pass all args to
1950         count_non_default_template_args.
1951         (count_non_default_template_args): Pull out the inner ones.
1952
1953 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
1954
1955         * decl.c (duplicate_decls): Re-indent.
1956
1957 2009-06-25  Ian Lance Taylor  <iant@google.com>
1958
1959         * call.c (avoid_sign_compare_warnings): New static function.
1960         (build_new_op): Call it.
1961         * typeck.c (cp_build_binary_op): Don't call warn_sign_compare if
1962         TREE_NO_WARNING is set on either operand.
1963
1964 2009-06-25  Ian Lance Taylor  <iant@google.com>
1965
1966         * g++spec.c (SKIPOPT): define.
1967         (lang_specific_driver): Handle -static-libstdc++.  Only add
1968         LIBSTDCXX_STATIC if we add LIBSTDCXX.
1969
1970 2009-06-25  Ian Lance Taylor  <iant@google.com>
1971
1972         * cvt.c (convert_to_void): Only warn about COND_EXPR if neither
1973         the second nor third operand has side effects.
1974
1975 2009-06-25  Ian Lance Taylor  <iant@google.com>
1976
1977         * parser.c (cp_parser_binary_expression): Increment
1978         c_inhibit_evaluation_warnings while parsing the right hand side of
1979         "true || x" or "false && x".
1980         * typeck.c (cp_build_binary_op): Only call warn_for_sign_compare
1981         if c_inhibit_evaluation_warnings is zero.
1982
1983 2009-06-24  Jason Merrill  <jason@redhat.com>
1984
1985         * error.c (dump_decl): Do say "typedef" for the injected class name.
1986
1987         * pt.c (lookup_template_class): Use currently_open_class,
1988         compare template args later.
1989
1990         PR c++/40342
1991         * decl.c (decls_match): Check DECL_TI_TEMPLATE too.
1992         * class.c (resolve_address_of_overloaded_function): Fix typo.
1993
1994 2009-06-18  Aldy Hernandez  <aldyh@redhat.com>
1995
1996         * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
1997         * decl.c (finish_decl): Remove.
1998         (declare_global_var): Replace finish_decl with cp_finish_decl.
1999         (start_method): Same.
2000         * rtti.c (emit_tinfo_decl): Same.
2001         * pt.c (tsubst_expr): Same.
2002         (instantiate_decl): Same.
2003         * decl2.c (grokbitfield): Same.
2004         * name-lookup.c (pushdecl_top_level_1): Same.
2005         * cp-tree.h: Remove finish_decl.
2006
2007 2009-06-16  David Edelsohn  <edelsohn@gnu.org>
2008
2009         * g++-spec.c (LIBSTDCXX_STATIC): Default to NULL.
2010         (lang_specific_driver): Always allocate extra argument.
2011         Add LIBSTDCXX_STATIC to arglist if defined and linking
2012         statically.
2013
2014 2009-06-16  Ian Lance Taylor  <iant@google.com>
2015
2016         * Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.
2017         (cp/semantics.o): Depend upon gt-cp-semantics.h.
2018
2019 2009-06-16  Ian Lance Taylor  <iant@google.com>
2020
2021         * parser.c (cp_unevaluated_operand): Define global variable.
2022         (cp_parser_question_colon_clause): Increment
2023         c_inhibit_evaluation_warnings when evaluating an expression which
2024         will never be executed.
2025         (cp_parser_decltype): Increment cp_unevaluated_operand and
2026         c_inhibit_evaluation_warnings, not skip_evaluation.
2027         (cp_parser_sizeof_operand): Likewise.
2028         (cp_parser_enclosed_template_argument_list): Save
2029         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
2030         skip_evaluation.
2031         * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
2032         Add unevaluated_operand and inhibit_evaluation_warnings fields.
2033         (cp_unevaluated_operand): Declare.
2034         * name-lookup.c (push_to_top_level): Save cp_unevaluated_operand
2035         and c_inhibit_evaluation_warnings rather than skip_evaluation.
2036         (pop_from_top_level): Restore cp_unevaluated_operand and
2037         c_inhibit_evaluation_warnings rather than skip_evaluation.
2038         * class.c (build_base_path): Check cp_unevaluated_operand rather
2039         than skip_evaluation.
2040         * typeck.c (build_class_member_access_expr): Likewise.
2041         (cp_build_binary_op): Don't warn about bad shift counts if
2042         c_inhibit_evaluation_warnings is non-zero.
2043         * pt.c (coerce_template_parms): Save state of
2044         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
2045         skip_evaluation.
2046         (tsubst_aggr_type): Likewise.
2047         (tsubst_pack_expansion): Check cp_unevaluated_operand rather than
2048         skip_evaluation.
2049         (tsubst_copy): Likewise.
2050         (tsubst): Set cp_unevaluated_operand and
2051         c_inhibit_evaluation_warnings, not skip_evaluation.
2052         (tsubst_copy_and_build): Likewise.
2053         * call.c (convert_arg_to_ellipsis): Check cp_unevaluated_operand
2054         rather than skip_evaluation.
2055         * decl2.c (mark_used): Likewise.
2056         * semantics.c (finish_non_static_data_member): Likewise.
2057         * cvt.c (cp_convert_and_check): Check
2058         c_inhibit_evaluation_warnings rather than skip_evaluation.
2059         * mangle.c (write_type): Set cp_unevaluated_operand rather than
2060         skip_evaluation.
2061
2062 2009-06-15  Ian Lance Taylor  <iant@google.com>
2063
2064         * parser.c (cp_parser_direct_declarator): Add braces around
2065         variables declared before label.
2066
2067 2009-06-15  Rafael Avila de Espindola  <espindola@google.com>
2068
2069         * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Remove.
2070         * cp-tree.h (cxx_comdat_group): Change signature.
2071         * decl.c (duplicate_decls): Use DECL_COMDAT_GROUP.
2072         (cxx_comdat_group): Change signature.
2073         * decl2.c (comdat_linkage, maybe_make_one_only): Update call to
2074         make_decl_one_only.
2075         (constrain_visibility, get_guard): Use DECL_COMDAT_GROUP.
2076         * method.c (use_thunk): Update call to make_decl_one_only.
2077         * optimize.c (maybe_clone_body): Use DECL_COMDAT_GROUP
2078
2079 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
2080
2081         * typeck.c (cp_build_binary_op): Pass location to overflow_warning.
2082         (build_modify_expr): New arg.
2083         * semantics.c (finish_unary_op_expr): Pass location to
2084         overflow_warning.
2085         (handle_omp_for_class_iterator): Pass location to build_modify_expr.
2086         * typeck.c (cxx_sizeof_or_alignof_type): Pass location to
2087         c_sizeof_or_alignof_type.
2088         (build_array_ref): New argument.
2089         (build_compound_expr): Same.
2090         (build_const_cast): Same.
2091         (build_ptrmemfunc): Pass location to build_c_cast.
2092         * init.c (avoid_placement_new_aliasing): Pass location to
2093         build_stmt.
2094         (build_vec_delete_1): Pass location to cp_build_modify_expr,
2095         build_compound_expr.
2096         * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
2097         * decl.c (poplevel): Pass location to c_build_bind_expr.
2098         (finish_case_label): Pass location to build_case_label.
2099         (finish_constructor_body): Same.
2100         (finish_destructor_body): Pass location to build_stmt.
2101         (cxx_maybe_build_cleanup): Same, but to build_compound_expr.
2102         * call.c (build_new_op): Pass location to build_array_ref.
2103         (build_x_va_arg): Pass location to build_va_arg.
2104         * except.c (expand_end_catch_block): Pass location to
2105         build_stmt.
2106         * cp-tree.h (build_array_ref): New argument.
2107         (build_compound_expr): Same.
2108         (build_c_cast): Same.
2109         * cp-gimplify.c (gimplify_if_stmt): Pass location on down.
2110         (gimplify_switch_stmt): Same.
2111         * typeck2.c (split_nonconstant_init_1): Same.
2112         * pt.c (tsubst_copy): Same.
2113         * semantics.c (add_decl_expr): Same.
2114         (do_poplevel): Same.
2115         (push_cleanup): Same.
2116         (finish_goto_stmt): Same.
2117         (finish_expr_stmt): Same.
2118         (begin_if_stmt): Same.
2119         (begin_while_stmt): Same.
2120         (begin_do_stmt): Same.
2121         (finish_return_stmt): Same.
2122         (begin_for_stmt): Same.
2123         (finish_break_stmt): Same.
2124         (finish_continue_stmt): Same.
2125         (begin_switch_stmt): Same.
2126         (begin_try_block): Same.
2127         (begin_handler): Same.
2128         (finish_asm_stmt): Same.
2129         (finish_label_stmt): Same.
2130         (finish_stmt_expr_expr): Same.
2131         (finalize_nrv_r): Same.
2132         (finish_omp_atomic): Same.
2133         * name-lookup.c (do_using_directive): Same.
2134         * decl2.c (grok_array_decl): Same.
2135         * parser.c (cp_parser_cast_expression): Same.
2136         (cp_parser_selection_statement): Same.
2137         (cp_parser_implicitly_scoped_statement): Same.
2138         (cp_parser_objc_selector_expression): Same.
2139         (cp_parser_objc_synchronized_statement): Same.
2140         (cp_parser_objc_throw_statement): Same.
2141         (cp_parser_omp_critical): Same.
2142         (cp_parser_omp_master): Same.
2143         * typeck.c (build_function_call): Add location argument.
2144         * init.c: Add location argument to all build_decl calls.
2145         * class.c: Same.
2146         * method.c: Same.
2147         * rtti.c: Same.
2148         * tree.c: Same.
2149         * pt.c: Same.
2150         * semantics.c: Same.
2151         * lex.c: Same.
2152         * decl2.c: Same.
2153         * cp-gimplify.c: Same.
2154         * decl.c: Same.
2155         (cp_make_fname_decl): Add location argument.  Pass location ot
2156         build_decl.
2157         (finish_case_label): Same.
2158         * cp-tree.h (finish_case_label): Add location argument.
2159         * parser.c (cp_parser_label_for_labeled_statement): Pass location to
2160         finish_case_label.
2161         
2162 2009-06-09  Jason Merrill  <jason@redhat.com>
2163
2164         PR c++/40381
2165         * decl2.c (mark_used): Return after complaining about deleted fn.
2166
2167 2009-06-08  Jason Merrill  <jason@redhat.com>
2168
2169         * parser.c (cp_parser_type_id_1): 'auto' type is ok with a
2170         late-specified return type.
2171
2172 2009-06-08  Jakub Jelinek  <jakub@redhat.com>
2173
2174         PR c++/40373
2175         * call.c (check_dtor_name): Return false even if
2176         get_type_value (name) is error_mark_node.
2177
2178         PR c++/40370
2179         PR c++/40372
2180         * parser.c (cp_parser_direct_declarator): Don't set TREE_SIDE_EFFECTS
2181         on error_mark_node.  Check for VLAs outside of function context
2182         before check whether to wrap bounds into a NOP_EXPR with
2183         TREE_SIDE_EFFECTS.
2184
2185 2009-06-08  Alexandre Oliva  <aoliva@redhat.com>
2186
2187         * repo.c (get_base_filename): Use aux_base_name rather than
2188         alternate temporary file during second compare debug compilation.
2189         (finish_repo): Skip during -fcompare-debug-second.
2190
2191 2009-06-06  Ian Lance Taylor  <iant@google.com>
2192
2193         * parser.c (cp_parser_label_for_labeled_statement): Support
2194         attribute on labels if immediately followed by semicolon.
2195         * semantics.c (finish_label_stmt): Return new label.
2196         * pt.c (tsubst_expr): Handle attributes for LABEL_EXPR.
2197
2198 2009-06-03  Ian Lance Taylor  <iant@google.com>
2199
2200         * Make-lang.in (cc1plus-checksum.o): Depend upon $(CONFIG_H) and
2201         $(SYSTEM_H).
2202
2203 2009-06-02  Mark Mitchell  <mark@codesourcery.com>
2204
2205         * decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.
2206
2207 2009-06-02  Jason Merrill  <jason@redhat.com>
2208
2209         PR c++/40308
2210         PR c++/40311
2211         * typeck.c (cp_build_modify_expr): Always pass init-lists to the
2212         conversion code.
2213         * call.c (implicit_conversion): Allow init-list conversion to scalar
2214         during direct-initialization, too.  Mark the conversion bad if it
2215         has too many levels of braces.
2216         (convert_like_real): And give a helpful error.
2217
2218         PR c++/40306
2219         PR c++/40307
2220         * decl.c (cp_finish_decl): Handle auto deduction from ().
2221         * typeck.c (build_x_indirect_ref): Handle dereferencing an operand
2222         with dependent type that is known to be a pointer.
2223
2224 2009-06-02  Simon Martin  <simartin@users.sourceforge.net>
2225
2226         PR c++/38089
2227         * pt.c (register_specialization): Properly setup DECL_CONTEXT for
2228         specializations in an invalid namespace.
2229
2230 2009-06-01  Aldy Hernandez  <aldyh@redhat.com>
2231
2232         * error.c (print_instantiation_partial_context): Print column
2233         numbers.
2234
2235 2009-05-29  Ian Lance Taylor  <iant@google.com>
2236
2237         * error.c (cp_printer): Don't use va_arg with enum type.
2238
2239 2009-05-28  Dodji Seketeli  <dodji@redhat.com>
2240
2241         PR c++/39754
2242         * cp-tree.h (canonical_type_variant): Remove this function declaration.
2243         (strip_typedefs): New function declaration.
2244         * tree.c (strip_typedefs): New function definition.
2245         (canonical_type_variant): Remove function definition.
2246         * cvt.c (convert_from_reference): No need to use
2247         canonical_type_variant.
2248         * typeck.c (cp_build_indirect_ref): Likewise.
2249         * error.c (dump_template_bindings): Use strip_typedefs instead of
2250         canonical_type_variant.
2251         * pt.c (convert_template_argument, unify): Likewise.
2252         * mangle.c (canonicalize_for_substitution): Don't use
2253         canonical_type_variant.
2254
2255 2009-05-27  Jason Merrill  <jason@redhat.com>
2256
2257         * call.c (implicit_conversion): Handle conversion from
2258         initializer-list to scalar.
2259         (convert_like_real): Likewise.  Avoid crashing on list
2260         initialization with bad conversions.
2261         (can_convert): Use LOOKUP_EXPLICIT.
2262         (can_convert_arg_bad): Add flags parm.
2263         * cp-tree.h: Adjust.
2264         * typeck.c (convert_for_assignment): Pass flags.
2265
2266 2009-05-27  Ian Lance Taylor  <iant@google.com>
2267
2268         * Make-lang.in (g++$(exeext)): Change $(COMPILER) to $(LINKER).
2269         (cc1plus-dummy$(exeext), cc1plus$(exeext)): Likewise.
2270
2271 2009-05-26  Ian Lance Taylor  <iant@google.com>
2272
2273         * Make-lang.in (g++spec.o): Use $(COMPILER).
2274         (g++$(exeext), cc1plus-dummy$(exeext)): Likewise.
2275         (cc1plus$(exeext)): Likewise.
2276
2277 2009-05-26  Dodji Seketeli  <dodji@redhat.com>
2278
2279         PR c++/40007
2280         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Remove this accessor.
2281         (TI_TYPEDEFS_NEEDING_ACCESS_CHECKING): New accessor.
2282         (get_types_needing_access_check): Declare new entry point.
2283         * pt.c (append_type_to_template_for_access_check_1,
2284         get_types_needing_access_check): New functions.
2285         (perform_typedefs_access_check): Accept FUNCTION_DECLs and
2286         RECORD_TYPEs rather than TEMPLATE_DECLs. Use the new
2287         get_types_needing_access_check, no more
2288         MEMBER_TYPES_NEEDING_ACCESS_CHECK.
2289         (instantiate_class_template): Set input_location to the source
2290         location of the most specialized template definition.
2291         Perform access check using the RECORD_TYPE of the template, not its
2292         associated most generic TEMPLATE_DECL.
2293         (append_type_to_template_for_access_check): Augment function
2294         comments. Use the new get_types_needing_access_check, not
2295         MEMBER_TYPE_NEEDING_ACCESS_CHECK. Use the new
2296         append_type_to_template_for_access_check_1 subroutine.
2297
2298 2009-05-22  Jason Merrill  <jason@redhat.com>
2299
2300         PR c++/38064
2301         * typeck.c (cp_build_binary_op): Allow ENUMERAL_TYPE in
2302         arithmetic comparisons.
2303         (cp_common_type): Handle scoped enums.
2304
2305         * call.c (promoted_arithmetic_type_p): Don't use INTEGRAL_TYPE_P.
2306         (add_builtin_candidate, add_builtin_candidates): Likewise.
2307         (convert_like_real): Likewise.
2308         * class.c (check_bitfield_decl): Likewise.
2309         * decl.c (check_static_variable_definition): Likewise.
2310         (compute_array_index_type): Likewise.
2311         * decl2.c (grokbitfield): Likewise.
2312         * init.c (build_new_1): Likewise.
2313         * pt.c (convert_nontype_argument): Likewise.
2314         (current_instantiation): Likewise.
2315         * tree.c (pod_type_p): Likewise.
2316         * typeck.c (build_static_cast_1): Likewise.
2317         (build_reinterpret_cast_1): Likewise.
2318
2319 2009-05-22  Richard Guenther  <rguenther@suse.de>
2320
2321         PR middle-end/38964
2322         * init.c (avoid_placement_new_aliasing): Remove.
2323         (build_new_1): Do not call it.
2324
2325 2009-05-22  Mark Mitchell  <mark@codesourcery.com>
2326
2327         * decl2.c (decl_needed_p): Consider dllexport'd functions needed.
2328         * semantics.c (expand_or_defer_fn): Similarly.
2329
2330 2009-05-20  Ian Lance Taylor  <iant@google.com>
2331
2332         * parser.c (cp_parser_postfix_expression): Change args to a vec.
2333         Release it when done.
2334         (tree_vector): Define typedef.  Define VEC functions.
2335         (cp_parser_parenthesized_expression_list): Change return type to
2336         vec.  Change all callers.
2337         (cp_parser_new_expression): Change placement and initializer to
2338         vecs.  Release them when done.
2339         (cp_parser_new_placement): Change return type to vec.  Change all
2340         callers.
2341         (cp_parser_new_initializer): Likewise.
2342         * typeck.c (build_function_call_vec): Just call
2343         cp_build_function_call_vec.
2344         (cp_build_function_call): Just build a vec and call
2345         cp_build_function_call_vec.
2346         (cp_build_function_call_vec): New function based on old
2347         cp_build_function_call.
2348         (convert_arguments): Remove nargs and argarray parameters.  Change
2349         values to a vec.  Change caller.
2350         (build_x_compound_expr_from_vec): New function.
2351         (cp_build_modify_expr): Build vec to pass to
2352         build_special_member_call.
2353         * call.c (struct z_candidate): Add first_arg field.  Change args
2354         field to vec.
2355         (convert_class_to_reference): Handle first argument separately.
2356         (add_candidate): Add first_arg parameter.  Change args parameter
2357         to vec.  Change all callers.
2358         (add_function_candidate, add_conv_candidate): Likewise.
2359         (add_template_candidate_real, add_template_candidate): Likewise.
2360         (add_template_conv_candidate): Likewise.
2361         (build_user_type_conversion_1): Handle first argument separately.
2362         (resolve_args): Change return type and parameter type to vecs.
2363         Change all callers.
2364         (perform_overload_resolution): Change args parameter to vec.
2365         Change all callers.
2366         (build_new_function_call, build_operator_new_call): Likewise.
2367         (add_candidates): Likewise.
2368         (build_op_call): New globally visible function, built from and
2369         replacing static function build_object_call.
2370         (build_new_op): Don't handle CALL_EXPR.  Build vec, not tree_list,
2371         of arguments.
2372         (build_op_delete_call): Build vec to pass to
2373         cp_build_function_call_vec.
2374         (build_temp): Build vec to pass to build_special_member_call.
2375         (convert_like_real): Likewise.
2376         (perform_direct_initialization_if_possible): Likewise.
2377         (build_over_call): Handle first_arg field.  Use build_call_array
2378         rather than build_call_list.
2379         (build_special_member_call): Change args parameter to vec.  Change
2380         all callers.
2381         (build_new_method_call): Likewise.
2382         * init.c (expand_default_init): Change parms to vec.
2383         (build_raw_new_expr): Change placement and init to vecs.  Change
2384         all callers.
2385         (build_new_1, build_new): Likewise.
2386         * class.c (resolve_address_of_overloaded_function): Build array to
2387         pass to fn_type_unification.
2388         * pt.c (tsubst_copy_and_build): For NEW_EXPR build vecs to pass to
2389         build_new.  For CALL_EXPR create a vec rather than a tree_list;
2390         expand a pack if necessary.
2391         (fn_type_unification): Change args parameter to const tree *.  Add
2392         nargs parameter.  Change all callers.
2393         (type_unification_real): Likewise.
2394         (unify): Build array to pass to type_unification_real.
2395         (get_bindings): Build array to pass to fn_type_unification.
2396         (any_type_dependent_arguments_p): Change args parameter to a vec.
2397         Change all callers.
2398         (make_args_non_dependent): Renamed from build_non_dependent_args.
2399         Change return type to void.  Change parameter type to vec.  Change
2400         all callers.
2401         (do_auto_deduction): Pass an array to type_unification_real.
2402         * semantics.c (perform_koenig_lookup): Change args to vec.  Change
2403         all callers.
2404         (finish_call_expr): Change args to vec.  Change all callers.  Call
2405         build_op_call instead of passing CALL_EXPR to build_new_op.
2406         (cxx_omp_create_clause_info): Allocate vec to pass to
2407         build_special_member_call.
2408         * decl2.c (build_offset_ref_call_from_tree): Change args parameter
2409         to vec.  Change all callers.
2410         * name-lookup.c (lookup_function_nonclass): Likewise.
2411         (struct arg_lookup): Change args to vec.
2412         (arg_assoc_namespace): Handle args as a vec.
2413         (arg_assoc_args_vec): New static function.
2414         (lookup_arg_dependent): Change args parameter to vec.  Change all
2415         callers.
2416         * method.c (do_build_assign_ref): Allocate vec to pass to
2417         build_special_member_call.
2418         * except.c (build_throw): Likewise.
2419         * typeck2.c (build_functional_cast): Likewise.
2420         * cvt.c (ocp_convert): Likewise.
2421         * tree.c (build_min_non_dep_call_vec): Change last parameter to
2422         vec.  Change all callers.
2423         * cp-tree.h: Update declarations.
2424         * name-lookup.h: Update declarations.
2425
2426 2009-05-20  Sandra Loosemore  <sandra@codesourcery.com>
2427
2428         * typeck.c (default_conversion): Check targetm.promoted_type.
2429         * decl.c (grokdeclarator): Check targetm.invalid_return_type.
2430         (grokparms): Check targetm.invalid_parameter_type.
2431         * cvt.c (ocp_convert): Check targetm.convert_to_type.
2432         (build_expr_type_conversion): Check targetm.promoted_type.
2433
2434 2009-05-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2435
2436         * typeck.c (build_binary_op): Allow % on integal vectors.
2437
2438 2009-05-18  Jason Merrill  <jason@redhat.com>
2439
2440         Implement explicit conversions ops as specified in N2437.
2441         * decl.c (grokdeclarator): Handle explicit conversion ops.
2442         (check_initializer): Pass flags to store_init_value.
2443         * decl2.c (maybe_emit_vtables): Likewise.
2444         * init.c (expand_aggr_init_1): Likewise.
2445         * call.c (convert_class_to_reference): Take flags parm,
2446         check DECL_NONCONVERTING_P.
2447         (build_user_type_conversion_1): Check DECL_NONCONVERTING_P.
2448         (add_builtin_candidates): Simplify getting type of conversion.
2449         (build_object_call): Likewise.  Check DECL_NONCONVERTING_P.
2450         (implicit_conversion): Pass through LOOKUP_ONLYCONVERTING.
2451         (reference_binding): Take flags parm.  Direct-initialize copy parm.
2452         (add_function_candidate): Direct-initialize the copy parm.
2453         (add_conv_candidate): Use LOOKUP_IMPLICIT, not LOOKUP_NORMAL.
2454         (build_builtin_candidate): Add LOOKUP_ONLYCONVERTING.
2455         (conditional_conversion): Likewise.
2456         (convert_like_real): Only complain about DECL_NONCONVERTING_P
2457         constructors.
2458         (perform_implicit_conversion_flags): Add flags parm to
2459         perform_implicit_conversion.  Improve diagnostics.
2460         * cp-tree.h (LOOKUP_IMPLICIT): New macro.
2461         (LOOKUP_COPY_PARM): New bit macro.
2462         * cvt.c (build_expr_type_conversion): Check DECL_NONCONVERTING_P.
2463         * typeck.c (convert_for_assignment): Take flags parm, pass it to
2464         perform_implicit_conversion_flags.
2465         (cp_build_modify_expr): Pass flags to convert_for_assignment.
2466         (convert_for_initialization): Likewise.
2467         * typeck2.c (store_init_value): Take flags parm, pass to
2468         digest_init_flags.
2469         (digest_init_flags): Add flags parm to digest_init.
2470         (digest_init_r): Take flags parm, pass to convert_for_initialization.
2471         (process_init_constructor_array): Pass it.
2472         (process_init_constructor_record): Likewise.
2473         (process_init_constructor_union): Likewise.
2474
2475 2009-05-16  Jason Merrill  <jason@redhat.com>
2476
2477         PR c++/40139
2478         * pt.c (tsubst_qualified_id): Retain the type if we aren't dealing
2479         with a dependent type.  Actually look up the destructor.
2480         * semantics.c (finish_id_expression): Fix logic.
2481         (finish_qualified_id_expr): Don't try to use 'this' if we aren't in
2482         a function.
2483         * typeck.c (build_x_unary_op): Diagnose taking the address of a
2484         constructor or destructor.
2485         * tree.c (get_first_fn): Handle OFFSET_REF.
2486
2487 2009-05-17  Joseph Myers  <joseph@codesourcery.com>
2488
2489         * tree.c (cxx_printable_name_internal): Allow consecutive
2490         translated and untranslated cached copies of the name of the
2491         current function.
2492
2493 2009-05-15  Ian Lance Taylor  <iant@google.com>
2494
2495         * cp-tree.h (enum cp_lvalue_kind_flags): Rename from
2496         cp_lvalue_kind.  Change all uses.
2497         (enum base_access_flags): Rename from enum base_access.  Change
2498         all uses.
2499         * parser.c (enum cp_parser_flags): Remove enum tag.
2500
2501 2009-05-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2502
2503         PR 16302
2504         * call.c (build_new_op): Update calls to warn_logical_operator.
2505
2506 2009-05-14  Ian Lance Taylor  <iant@google.com>
2507
2508         * class.c (layout_class_type): Change itk to unsigned int.
2509         * decl.c (finish_enum): Change itk to unsigned int.
2510         * parser.c (cp_parser_check_decl_spec): Change ds to int.  Remove
2511         casts.
2512
2513 2009-05-13  David Mandelin <dmandelin@mozilla.com>:
2514
2515         * decl.c (duplicate_decls): Preserve parameter attributes.
2516
2517 2009-05-10  Jan Hubicka  <jh@suse.cz>
2518
2519         * decl2.c (cxx_callgraph_analyze_expr): Use
2520         cgraph_mark_address_taken.
2521
2522 2009-05-10  Joseph Myers  <joseph@codesourcery.com>
2523
2524         * call.c (name_as_c_string): Call type_as_string_translate.
2525         Translate identifiers to locale character set.
2526         * cp-tree.h (lang_decl_name): Update prototype.
2527         (type_as_string_translate, decl_as_string_translate,
2528         cxx_printable_name_translate): Declare.
2529         * cxx-pretty-print.c (M_): Define.
2530         (pp_cxx_unqualified_id, pp_cxx_canonical_template_parameter): Mark
2531         English fragments for conditional translation with M_.
2532         * decl.c (grokdeclarator): Translate identifiers to locale
2533         character set for diagnostics.
2534         * error.c (M_): Define.
2535         (dump_template_bindings, dump_type, dump_aggr_type,
2536         dump_type_prefix, dump_global_iord, dump_simple_decl, dump_decl,
2537         dump_function_decl, dump_template_parms, dump_expr,
2538         dump_binary_op, op_to_string, assop_to_string): Mark English
2539         fragments for conditional translation with M_.
2540         (type_as_string): Disable translation of identifiers.
2541         (type_as_string_translate): New.
2542         (expr_as_string): Disable translation of identifiers.
2543         (decl_as_string): Disable translation of identifiers.
2544         (decl_as_string_translate): New.
2545         (lang_decl_name): Add parameter translate.
2546         (args_to_string): Call type_as_string_translate.
2547         (cp_print_error_function): Call cxx_printable_name_translate.
2548         (print_instantiation_full_context,
2549         print_instantiation_partial_context): Call
2550         decl_as_string_translate.
2551         * parser.c (cp_lexer_get_preprocessor_token): Use %qE for
2552         identifier in diagnostic.
2553         * tree.c (cxx_printable_name): Change to
2554         cxx_printable_name_internal.  Add parameter translate.
2555         (cxx_printable_name, cxx_printable_name_translate): New wrappers
2556         round cxx_printable_name_internal.
2557
2558 2009-05-08  H.J. Lu  <hongjiu.lu@intel.com>
2559
2560         PR c/36892
2561         * call.c (build_call_a): Updated warn_deprecated_use call.
2562         (build_over_call): Likewise.
2563         * decl.c (grokdeclarator): Likewise.
2564         (grokparms): Likewise.
2565         * semantics.c (finish_id_expression): Likewise.
2566         * typeck.c (build_class_member_access_expr): Likewise.
2567         (finish_class_member_access_expr): Likewise.
2568
2569 2009-05-06  Dodji Seketeli  <dodji@redhat.com>
2570
2571         PR c++/17395
2572         * pt.c (tsubst_copy) <case PARM_DECL>: We don't want to tsubst the
2573         whole list of PARM_DECLs, just the current one.
2574
2575 2009-05-05  Shujing Zhao  <pearly.zhao@oracle.com>
2576
2577         * cp-tree.h:
2578         (opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
2579         mangle_compound_literal): Remove unused declarations.
2580         (build_vfield_ref, cxx_print_statistics, clone_function_decl,
2581         adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
2582         pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
2583         check_for_out_of_scope_variable, print_other_binding_stack,
2584         maybe_push_decl, cxx_mark_addressable, force_target_expr,
2585         build_target_expr_with_type, finish_case_label,
2586         cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
2587         check_template_keyword, cxx_omp_predetermined_sharing,
2588         cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
2589         cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
2590         cxx_omp_privatize_by_reference): Rearrange the declarations line to
2591         match the comment that indicates the .c file which the functions are
2592         defined.
2593         (cxx_print_xnode, cxx_print_decl, cxx_print_type,
2594         cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.
2595
2596 2009-05-05  Nathan Sidwell  <nathan@codesourcery.com>
2597
2598         * typeck.c (cp_build_compound_expr): Require RHS to have a known
2599         type.
2600         * class.c (resolve_address_of_overloaded_function): Use
2601         OVL_CURRENT for error message.
2602         (instantiate_type): Forbid COMPOUND_EXPRs and remove code dealing
2603         with them.  Do not copy the node.
2604
2605 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
2606
2607         PR c++/40013
2608         * pt.c (tsubst): If magic NOP_EXPR with side-effects has no type,
2609         set it from its operand's type after tsubst_expr.
2610
2611 2009-05-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2612
2613         PR c++/28152
2614         * parser.c (cp_lexer_get_preprocessor_token):  Do not store the
2615         canonical spelling for keywords.
2616         (cp_parser_attribute_list): Use the canonical spelling for
2617         keywords in attributes.
2618
2619 2009-05-01  Joseph Myers  <joseph@codesourcery.com>
2620
2621         * cxx-pretty-print.c (is_destructor_name, pp_cxx_unqualified_id,
2622         pp_cxx_template_keyword_if_needed, pp_cxx_postfix_expression,
2623         pp_cxx_new_expression, pp_cxx_delete_expression,
2624         pp_cxx_unary_expression, pp_cxx_assignment_operator,
2625         pp_cxx_assignment_expression, pp_cxx_expression,
2626         pp_cxx_function_specifier, pp_cxx_decl_specifier_seq,
2627         pp_cxx_simple_type_specifier, pp_cxx_type_specifier_seq,
2628         pp_cxx_exception_specification, pp_cxx_direct_declarator,
2629         pp_cxx_ctor_initializer, pp_cxx_type_id, pp_cxx_statement,
2630         pp_cxx_namespace_alias_definition, pp_cxx_template_parameter,
2631         pp_cxx_canonical_template_parameter, pp_cxx_template_declaration,
2632         pp_cxx_declaration, pp_cxx_typeid_expression,
2633         pp_cxx_va_arg_expression, pp_cxx_offsetof_expression,
2634         pp_cxx_trait_expression): Mostly use pp_string and
2635         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2636         for non-identifiers.  Mark English strings for translation.
2637         * cxx-pretty-print.h (pp_cxx_ws_string): Define.
2638         * error.c (dump_template_parameter, dump_template_bindings,
2639         dump_type, dump_aggr_type, dump_type_prefix, dump_simple_decl,
2640         dump_decl, dump_template_decl, dump_function_decl,
2641         dump_parameters, dump_exception_spec, dump_template_parms,
2642         dump_expr, dump_binary_op, dump_unary_op, op_to_string,
2643         assop_to_string, args_to_string, cp_print_error_function,
2644         print_instantiation_full_context,
2645         print_instantiation_partial_context): Mostly use pp_string and
2646         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2647         for non-identifiers.  Mark English strings for translation.
2648         (dump_global_iord): Mark strings for translation; use longer
2649         strings instead of substituting single words.
2650         (function_category): Return a format string marked for
2651         translation, not a single word or phrase to substitute in a longer
2652         phrase.
2653
2654 2009-04-28  Ben Elliston  <bje@au.ibm.com>
2655
2656         PR c++/35652
2657         Revert:
2658
2659         2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2660
2661         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
2662
2663 2009-04-27  Ian Lance Taylor  <iant@google.com>
2664
2665         * semantics.c (finish_omp_clauses): Change type of c_kind to enum
2666         omp_clause_code.
2667
2668 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
2669
2670         PR c++/39875
2671         * cvt.c (convert_to_void) <case INDIRECT_REF>: Only warn about
2672         -Wunused-value if implicit.
2673
2674 2009-04-24  Ian Lance Taylor  <iant@google.com>
2675
2676         * call.c (build_temp): Change 0 to enum constant.
2677         * cp-tree.h (cp_lvalue_kind): Typedef to int rather than enum
2678         type.
2679         * cp-gimplify.c (cp_gimplify_expr): Add cast to enum type.
2680         * decl2.c (constrain_visibility): Likewise.
2681         * parser.c (cp_lexer_get_preprocessor_token): Likewise.
2682         (cp_parser_flags): Typedef to int rather than enum type.
2683         (cp_parser_expression_stack_entry): Change prec field to enum
2684         cp_parser_prec.
2685
2686         * typeck.c (build_modify_expr): Add lhs_origtype parameter.
2687         Change all callers.
2688
2689 2009-04-22  Dodji Seketeli  <dodji@redhat.com>
2690
2691         PR c++/39639
2692         * parser.c (cp_parser_template_argument_list): Display an error
2693         when an ellipsis is not preceded by a parameter pack. Also, warn
2694         about variadic templates usage without -std=c++0x.
2695
2696 2009-04-21  Taras Glek <tglek@mozilla.com>
2697
2698         * cp-tree.h: Update GTY annotations to new syntax.
2699         * decl.c: Likewise.
2700         * mangle.c: Likewise.
2701         * name-lookup.c: Likewise.
2702         * name-lookup.h: Likewise.
2703         * parser.c: Likewise.
2704         * pt.c: Likewise.
2705         * rtti.c: Likewise.
2706         * semantics.c: Likewise.
2707         * typeck2.c: Likewise.
2708
2709 2009-04-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2710
2711         PR c++/14875
2712         * parser.c (cp_parser_error): Pass token->flags to c_parse_error.
2713
2714 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2715
2716         PR c++/35711
2717         * typeck.c (check_for_casting_away_constness): We diagnose casting
2718         away any qualifiers not just constness.
2719         (casts_away_constness): Mention that it handles more than just
2720         constness.
2721         
2722 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2723
2724         * ChangeLog, ChangeLog-1993, ChangeLog-1994, ChangeLog-1995,
2725         ChangeLog-1996, ChangeLog-1997, ChangeLog-1998, ChangeLog-1999,
2726         ChangeLog-2000, ChangeLog-2001, ChangeLog-2002, ChangeLog-2003,
2727         ChangeLog-2004, ChangeLog-2005, ChangeLog-2006, ChangeLog-2007,
2728         ChangeLog-2008, ChangeLog.ptr, ChangeLog.tree-ssa, NEWS,
2729         cfns.gperf: Add copyright and license notices.
2730         * cfns.h: Regenerate.
2731         * ChangeLog, ChangeLog-2004: Correct dates.
2732
2733 2009-04-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2734
2735         PR 16202
2736         * tree.c (lvalue_p_1): Use const_tree.
2737         Use CONST_CAST_TREE to avoid warning.
2738         (lvalue_p): Returns bool, receives const_tree.
2739
2740 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2741
2742         PR c++/13358
2743         * parser.c (cp_parser_check_decl_spec): Drop redundant flags.
2744         * error.c (pedwarn_cxx98): New.
2745         * cp-tree.h (pedwarn_cxx98): Declare.
2746
2747 2009-04-20  Le-Chun Wu  <lcwu@google.com>
2748
2749         PR c++/39803
2750         * init.c (build_vec_init): Set TREE_NO_WARNING on the
2751         compiler-generated INDIRECT_REF expression.
2752
2753 2009-04-20  Ian Lance Taylor  <iant@google.com>
2754
2755         * typeck.c (build_function_call_vec): New function.
2756         (cp_build_function_call): Only pass first parameter to
2757         objc_rewrite_function_call.
2758         (build_modify_expr): Add rhs_origtype parameter.  Change all
2759         callers.
2760         * decl.c (finish_decl): Add origtype parameter.  Change all
2761         callers.
2762         * semantics.c (finish_call_expr): Pass VEC to
2763         resolve_overloaded_builtin.
2764
2765 2009-04-20  Ian Lance Taylor  <iant@google.com>
2766
2767         * cp-tree.h (base_access): Change typedef to int.
2768         * parser.c (cp_parser_omp_flush): Change 0 to OMP_CLAUSE_ERROR.
2769         (cp_parser_omp_threadprivate): Likewise.
2770         * pt.c (unify_pack_expansion): Add casts to enum type.
2771
2772 2009-04-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2773
2774         PR c/32061
2775         PR c++/36954
2776         * call.c (build_new_op): Save the original codes of operands
2777         before folding.
2778
2779 2009-04-18  Kazu Hirata  <kazu@codesourcery.com>
2780
2781         * cp-tree.h: Remove the prototype for insert_block.
2782         * decl.c (insert_block): Remove.
2783
2784 2009-04-16  Ian Lance Taylor  <iant@google.com>
2785
2786         * cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.
2787         (tsubst_flags_t): Change typedef from enum type to int.
2788
2789 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
2790
2791         * decl.c (check_initializer): Use TYPE_VECTOR_OPAQUE
2792         instead of targetm.vector_opaque_p.
2793
2794 2009-04-15  Le-Chun Wu  <lcwu@google.com>
2795
2796         PR c++/39551
2797         * call.c (build_over_call): Set TREE_NO_WARNING on the
2798         compiler-generated INDIRECT_REF expression.
2799         * cvt.c (convert_to_void): Emit warning when stripping off
2800         INDIRECT_REF.
2801
2802 2009-04-14  Diego Novillo  <dnovillo@google.com>
2803
2804         * parser.c (cp_parser_type_specifier_seq): Move call to
2805         invoke_plugin_callbacks ...
2806         (cp_parser_type_specifier_seq): ... here.
2807
2808 2009-04-14  Le-Chun Wu  <lcwu@google.com>
2809
2810         * Make-lang.in: Modify dependencies of files including plugin.h.
2811         * decl.c (finish_function): Call invoke_plugin_callbacks.
2812         * parser.c (cp_parser_type_specifier): Call invoke_plugin_callbacks.
2813
2814 2009-04-14  Jason Merrill  <jason@redhat.com>
2815
2816         PR c++/39763
2817         * name-lookup.c (pushdecl_maybe_friend): Avoid all warnings
2818         about shadowing by tentative parms.
2819
2820 2009-04-13  Jason Merrill  <jason@redhat.com>
2821
2822         PR c++/39480
2823         * call.c (build_over_call): Don't call memcpy if the target is
2824         the same as the source.
2825
2826 2009-04-13  Jason Merrill  <jason@redhat.com>
2827
2828         PR c++/39750
2829         * pt.c (uses_template_parms): Handle CONSTRUCTOR.
2830
2831 2009-04-12  Jason Merrill  <jason@redhat.com>
2832
2833         PR c++/39742
2834         * call.c (joust): Don't crash on variadic fn.
2835
2836 2009-04-10  Jason Merrill  <jason@redhat.com>
2837
2838         PR c++/28301
2839         * parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
2840         if we see a close brace without an open brace.
2841
2842 2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2843
2844         * parser.c (cp_parser_class_specifier): Remove the unused
2845         has_trailing_semicolon.
2846
2847 2009-04-10  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2848
2849         PR  c++/20118
2850         * parser.c (cp_parser_check_template_parameters): Take a
2851         cp_declarator parameter.
2852         (cp_parser_elaborated_type_specifier): Update to
2853         cp_parser_check_template_parameters.
2854         (cp_parser_class_head): Likewise.
2855         (cp_parser_check_declarator_template_parameters): Likewise.
2856         (cp_parser_check_template_parameters): Handle first the non-error
2857         conditions. Give more accurate diagnostics if a declarator is
2858         given. 
2859
2860 2009-04-08  Jason Merrill  <jason@redhat.com>
2861
2862         PR c++/25185
2863         * error.c (dump_aggr_type): Chase template typedefs if
2864         -fno-pretty-templates.
2865
2866 2009-04-08  Dodji Seketeli  <dodji@redhat.com>
2867
2868         PR c++/39637
2869         * parser.c (cp_parser_enumerator_definition): Make sure the
2870         initializer of the enumerator doesn't contain any bare parameter pack.
2871
2872 2009-04-07  Jason Merrill  <jason@redhat.com>
2873
2874         PR c++/34691
2875         * name-lookup.c (merge_functions): Keep multiple extern "C" functions.
2876         * call.c (joust): Complain about mismatched default arguments
2877         in extern "C" functions.
2878         * class.c (resolve_address_of_overloaded_function): Handle multiple
2879         extern "C" functions.
2880         * pt.c (resolve_overloaded_unification): Likewise.
2881
2882 2009-04-07  Jason Merrill  <jason@redhat.com>
2883
2884         PR c++/25185
2885         * error.c (dump_function_decl): Don't pretty-print templates
2886         if -fno-pretty-templates.
2887         (count_non_default_template_args): Print all args if
2888         -fno-pretty-templates.
2889
2890 2009-04-06  Jason Merrill  <jason@redhat.com>
2891
2892         PR c++/35146
2893         * pt.c (fn_type_unification): For DEDUCE_EXACT check that
2894         the deduced template arguments give us the parameter types
2895         we're looking for.
2896
2897 2009-04-05  Giovanni Bajo <giovannibajo@libero.it>
2898             Jason Merrill  <jason@redhat.com>
2899
2900         PR c++/14912
2901         * error.c (count_non_default_template_args): New fn.
2902         (dump_template_parms): Call it.
2903         (dump_template_argument_list): Call it.  Add parms parm.
2904         (dump_template_argument): Adjust call to dump_template_argument_list.
2905         (dump_type, dump_decl): Likewise.
2906         (dump_template_bindings): Refactor logic.
2907
2908 2009-04-03  Jason Merrill  <jason@redhat.com>
2909
2910         PR c++/25185
2911         * error.c (dump_template_bindings): Look through typedefs in
2912         typename results.
2913         (dump_type) [TYPENAME_TYPE]: Print the typedef name if any.
2914         (find_typenames_r): Also collect typedefs.
2915         * pt.c (unify): Strip typedefs.
2916
2917         PR c++/39608
2918         * semantics.c (finish_id_expression): Don't assume a dependent
2919         member of the current instantiation isn't a valid integral
2920         constant expression.  Check dependent_scope_p.
2921         * pt.c (dependent_scope_p): Check TYPE_P.
2922         (tsubst_copy): If args is null, just return.
2923
2924 2009-04-02  Jason Merrill  <jason@redhat.com>
2925
2926         PR c++/25185
2927         * error.c (find_typenames, find_typenames_r): New fns.
2928         (dump_function_decl): Call find_typenames.
2929         (dump_template_bindings): Print typenames as well.
2930         * pt.c (tsubst): Non-static.
2931         * cp-tree.h: Declare it.
2932
2933 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
2934
2935         PR c++/26693
2936         * decl2.c (grokfield): when a typedef appears in a
2937         class, create the typedef variant type node for it.
2938         (save_template_attributes): Creating typedef variant type node
2939          here is now useless.
2940         * decl.c (grokdeclarator): If the typedef'ed struct/class was
2941         anonymous, set the proper type name to all its type variants.
2942         (xref_basetypes) : Fixup the variant types after setting
2943         TYPE_BINFO on REF.
2944         * name-lookup.c (pushdecl_maybe_friend): Reuse the
2945         set_underlying_type function to install typedef variant types.
2946         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
2947         macro.
2948         (append_type_to_template_for_access_check): New entry points.
2949         * semantics.c (check_accessibility_of_qualified_id):
2950         When a typedef that is a member of a class appears in a template,
2951         add it to the template. It will be ...
2952         * class.c (finish_struct_bits): Split type variant fixup into ...
2953         (fixup_type_variants): A new entry point.
2954         * pt.c (instantiate_class_template, instantiate_template ): ... access
2955         checked at template instantiation time.
2956         (resolve_type_name_type): The type name should be the name of the
2957         main type variant.
2958         (retrieve_specialization): Specializations of template typedefs aren't
2959         to looked up in DECL_TEMPLATE_INSTANTIATIONS (tmpl).
2960         (append_type_to_template_for_access_check): New entry point.
2961         (tsubst_decl): For typedefs, build the variant type from the correct
2962         original type.
2963         (get_class_bindings): Fix function comment.
2964         (perform_typedefs_access_check): New entry point.
2965
2966 2009-03-31  Jason Merrill  <jason@redhat.com>
2967
2968         PR c++/34691
2969         * name-lookup.c (pushdecl_maybe_friend): Diagnose mismatched
2970         extern "C" declarations.
2971
2972         C++ DR 613
2973         * semantics.c (finish_non_static_data_member): Allow such references
2974         without an associated object in sizeof/decltype/alignof.
2975
2976         * ptree.c (cxx_print_decl): Pretty-print full name of
2977         function/template.
2978         (cxx_print_type): Pretty-print full name of class.
2979
2980         * decl.c (grokdeclarator): Reject pointer to qualified function
2981         type.
2982
2983         PR c++/37806, core issue 547
2984         * typeck.c (cp_apply_type_quals_to_decl): Don't apply any quals
2985         to a typedef.
2986         * tree.c (cp_build_qualified_type_real): Don't apply restrict to a 
2987         function type.
2988         * decl.h (enum decl_context): Add TEMPLATE_TYPE_ARG.
2989         * decl.c (groktypename): Add is_template_arg parameter.
2990         (grokdeclarator): Allow function cv-quals on a template type arg.
2991         * parser.c (cp_parser_new_type_id, cp_parser_type_id): Add
2992         is_template_arg argument in calls to groktypename.
2993         * cp-tree.h: Adjust prototype.
2994         * error.c (dump_type_prefix, dump_type_suffix): Fix plain 
2995         FUNCTION_TYPE printing.
2996         
2997         * mangle.c (write_expression): Mangle dependent name as
2998         source-name.
2999
3000         PR c++/38030, 38850, 39070
3001         * pt.c (type_dependent_expression_p_push): New fn.
3002         (tsubst_copy_and_build) [CALL_EXPR]: Only do arg-dep lookup when the
3003         substitution makes the call non-dependent.  Preserve koenig_p.
3004         * parser.c (cp_parser_postfix_expression): Only do arg-dep lookup
3005         for non-dependent calls.
3006         * semantics.c (finish_call_expr): Revert earlier changes.
3007         * cp-tree.h: Revert change to finish_call_expr prototype.
3008
3009 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
3010
3011         PR preprocessor/34695
3012         * cp-tree.h (cp_cpp_error): Remove.
3013         * error.c (cp_cpp_error): Remove.
3014         * parser.c (cp_lexer_new_main): Set done_lexing instead of
3015         client_diagnostic and error callback.
3016
3017 2009-03-28  Paolo Bonzini  <bonzini@gnu.org>
3018
3019         * cp/cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
3020         * cp/cp-objcp-common.c (cxx_staticp): Remove.
3021         * cp/cp-tree.h (cxx_staticp): Remove.
3022
3023 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
3024
3025         PR c++/39554
3026         * parser.c (cp_parser_postfix_expression): Don't call
3027         warning_if_disallowed_function_p.
3028
3029 2009-03-27  Jan Hubicka  <jh@suse.cz>
3030
3031         * except.c (choose_personality_routine): Set terminate_node to abort
3032         for java exceptions.
3033
3034 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
3035             Jakub Jelinek  <jakub@redhat.com>
3036
3037         PR debug/37959
3038         * cp-objcp-common.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
3039         (cp_function_decl_explicit_p): New prototype.
3040         * cp-objcp-common.c (cp_function_decl_explicit_p): New function.
3041
3042 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3043
3044         PR c++/38638
3045         * parser.c (cp_parser_elaborated_type_specifier): If we have a
3046         typename tag and don't have either a TYPE_DECL or a
3047         TEMPLATE_ID_EXPR, set the type to NULL.
3048
3049 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
3050
3051         PR c++/37647
3052         * decl.c (grokdeclarator): Reject [con|de]stuctors in a non-class
3053         scope.
3054
3055 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
3056
3057         PR c++/29727
3058         * decl.c (check_array_designated_initializer): Handle error_mark_node.
3059
3060 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3061
3062         PR c++/35652
3063         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
3064
3065 2009-03-26  Andrew Haley  <aph@redhat.com>
3066
3067         PR C++/39380
3068         * decl2.c (possibly_inlined_p): If java exceptions are in use
3069         don't inline a decl unless it is explicitly marked inline.
3070         * lex.c: (pragma_java_exceptions): New variable.
3071         (handle_pragma_java_exceptions): Set pragma_java_exceptions.
3072         * cp-tree.h (pragma_java_exceptions): Declare new variable.
3073
3074 2009-03-24  Jason Merrill  <jason@redhat.com>
3075
3076         PR c++/28274
3077         * name-lookup.c (pushdecl_maybe_friend): Check default args later.
3078
3079 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
3080
3081         PR c/39495
3082         * semantics.c (handle_omp_for_class_iterator): Swap cond operands and
3083         code if iter is the second operand.
3084         * parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
3085         argument.  If it is set, don't build the toplevel expression with
3086         build_x_binary_op, but build2.
3087         (cp_parser_assignment_expression,  cp_parser_omp_for_incr): Adjust
3088         callers.
3089         (cp_parser_omp_for_cond): Don't assume the first operand of the
3090         comparison must be decl.
3091
3092 2009-03-23  Jason Merrill  <jason@redhat.com>
3093
3094         PR c++/37729
3095         * pt.c (make_fnparm_pack): Split out from...
3096         (instantiate_decl): ...here.
3097         (tsubst_pack_expansion): Handle being called in a late-specified
3098         return type.
3099
3100         PR c++/39526
3101         * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
3102         a parm with a parm.
3103
3104 2009-03-20  Jason Merrill  <jason@redhat.com>
3105
3106         PR c++/28879
3107         * parser.c (cp_parser_direct_declarator): In a template, wrap 
3108         non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
3109         * pt.c (tsubst): Preserve it in a partial instantiation.
3110         (dependent_type_p_r): Don't check value_dependent_expression_p.
3111         * decl.c (compute_array_index_type): Don't check
3112         value_dependent_expression_p if TREE_SIDE_EFFECTS.
3113
3114         C++ core issue 703
3115         * typeck2.c (check_narrowing): Don't complain about loss of 
3116         precision when converting a floating-point constant.
3117
3118 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
3119
3120         PR c/39495
3121         * parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
3122         (cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.
3123
3124 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
3125
3126         * parser.c (struct cp_token): Reorder fields for 64-bit hosts.
3127         (eof_token): Adjust.
3128
3129 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
3130
3131         PR c++/39425
3132         * parser.c (cp_parser_explicit_specialization): Don't skip the
3133         rest of the specialization when begin_specialization returns
3134         false.
3135
3136 2009-03-17  Jason Merrill  <jason@redhat.com>
3137
3138         * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
3139         (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
3140         * pt.c (check_explicit_specialization): Likewise.
3141         (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
3142         local specialization.
3143         * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
3144         * decl2.c (parm_index): New fn.
3145         * semantics.c (finish_decltype_type): Don't use describable_type.
3146         * mangle.c (write_expression): Likewise.  Mangle ALIGNOF_EXPR.
3147         Give a sorry for unsupported codes rather than crash.  Mangle
3148         conversions with other than 1 operand.  New mangling for PARM_DECL.
3149         * operators.def (ALIGNOF_EXPR): Mangle as "az".
3150
3151 2009-03-17  Jing Yu  <jingyu@google.com>
3152
3153         PR middle-end/39378
3154         * method.c (use_thunk): Change is_thunk from crtl to cfun.
3155
3156 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
3157
3158         PR c++/39475
3159         * semantics.c (check_trait_type): New.
3160         (finish_trait_expr): Use it.
3161
3162 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
3163
3164         * name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
3165         instead of calling imported_module_or_decl debug hook if
3166         building_stmt_tree ().
3167         * cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
3168         is a NAMESPACE_DECL.
3169
3170         PR debug/37890
3171         * name-lookup.c (do_namespace_alias): Don't call global_decl debug
3172         hook at function scope.
3173
3174         PR debug/39471
3175         * cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
3176         on IMPORTED_DECL.
3177
3178 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
3179
3180         PR c++/39371
3181         * semantics.c (finish_switch_cond): Don't call get_unwidened.
3182         * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
3183         instead of TREE_TYPE (cond).
3184
3185 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
3186
3187         PR c++/39060
3188         * parser.c (cp_parser_late_parsing_default_args): Continue
3189         the loop when cp_parser_assignment_expression returns
3190         error_mark_node.
3191
3192 2009-03-07  Jason Merrill  <jason@redhat.com>
3193
3194         PR c++/39367
3195         * init.c (build_new_1): Don't use a VLA type.
3196         (build_vec_init): Handle getting a pointer for BASE.
3197
3198 2009-03-06  H.J. Lu  <hongjiu.lu@intel.com>
3199
3200         PR c++/37520
3201         * cp-tree.h: Check NO_DOT_IN_LABEL before NO_DOLLAR_IN_LABEL
3202         when mangling symbols.
3203
3204 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
3205
3206         PR c++/33492
3207         * error.c (dump_expr): Don't try to print THROW_EXPRs in full.
3208
3209 2009-03-06  Alexandre Oliva  <aoliva@redhat.com>
3210
3211         * decl.c (record_builtin_java_type): Use canonicalized integer
3212         types.
3213
3214 2009-03-04  Jason Merrill  <jason@redhat.com>
3215
3216         PR c++/38908
3217         * class.c (is_really_empty_class): New fn.
3218         * cp-tree.h: Declare it.
3219         * cp-objcp-common.c (cp_expr_size): Use it.
3220
3221         PR c++/13549
3222         * semantics.c (perform_koenig_lookup): Handle TEMPLATE_ID_EXPR.
3223         * parser.c (cp_parser_postfix_expression): Call it for 
3224         TEMPLATE_ID_EXPR.
3225         * tree.c (is_overloaded_fn): Look through TEMPLATE_ID_EXPR.
3226         (get_first_fn): Likewise.
3227
3228         PR c++/9634
3229         PR c++/29469
3230         PR c++/29607
3231         Implement DR 224.
3232         * decl.c (make_typename_type): Do look inside currently open classes.
3233         * parser.c (cp_parser_lookup_name): Likewise.
3234         (cp_parser_template_name): Likewise.
3235         * pt.c (dependent_scope_p): New function.
3236         * cp-tree.h: Declare it.
3237         * class.c (currently_open_class): Return fast if T isn't a class.
3238
3239 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
3240
3241         PR c++/37789
3242         * parser.c (cp_parser_mem_initializer): Return error_mark_node
3243         if cp_parser_mem_initializer_id returns error_mark_node.
3244
3245 2009-02-24  Richard Guenther  <rguenther@suse.de>
3246
3247         PR c++/39242
3248         * pt.c (instantiate_decl): Do not instantiate extern, non-inline
3249         declared functions.
3250
3251 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
3252
3253         PR c++/36411
3254         * pt.c (coerce_template_template_parms): Return 0 if parameter
3255         is error_mark_node.
3256
3257 2009-02-23  Jason Merrill  <jason@redhat.com>
3258
3259         * pt.c (unify): Call maybe_adjust_types_for_deduction when
3260         deducing from an initializer list.
3261
3262 2009-02-20  Jason Merrill  <jason@redhat.com>
3263
3264         PR c++/39225
3265         * decl.c (grokdeclarator): Handle ~identifier.
3266
3267 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
3268
3269         PR target/39175
3270         * decl2.c (determine_visibility): If visibility changed and
3271         DECL_RTL has been already set, call make_decl_rtl to update symbol
3272         flags.
3273
3274 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
3275
3276         PR c++/39188
3277         * cp-tree.h (maybe_commonize_var): New.
3278
3279         * decl.c (maybe_commonize_var): Make it extern.
3280
3281         * decl2.c (finish_anon_union): Call maybe_commonize_var.
3282
3283 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
3284
3285         PR c++/39219
3286         * parser.c (cp_parser_enum_specifier): Apply all attributes.
3287
3288 2009-02-18  Jason Merrill  <jason@redhat.com>
3289
3290         * cfns.h: Tweak pathname for cfns.gperf.
3291
3292 2009-02-13  Jason Merrill  <jason@redhat.com>
3293
3294         PR c++/39070
3295         * semantics.c (finish_call_expr): Change koenig_p parm to int.
3296         If -1, don't set KOENIG_LOOKUP_P but do keep hidden candidates.
3297         * cp-tree.h: Adjust prototype.
3298         * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Pass -1.
3299
3300 2009-02-12  Jason Merrill  <jason@redhat.com>
3301
3302         PR c++/38950
3303         * pt.c (unify)[TEMPLATE_PARM_INDEX]: Convert to the tsubsted type.
3304
3305 2009-02-11  Jason Merrill  <jason@redhat.com>
3306
3307         PR c++/39153
3308         * decl2.c (cp_write_global_declarations): 
3309         Check DECL_DEFAULTED_FN, not DECL_ARTIFICIAL.
3310
3311         PR c++/30111
3312         * init.c (build_value_init_noctor): Split out from...
3313         (build_value_init): ...here.
3314         (expand_aggr_init_1): Handle value-initialization.
3315         * cp-tree.h: Add declaration.
3316         * class.c (type_has_user_provided_constructor): 
3317         Handle non-class arguments.
3318
3319 2009-02-10  Jason Merrill  <jason@redhat.com>
3320
3321         PR c++/38649
3322         * class.c (defaultable_fn_p): Handle ... properly.
3323
3324         PR c++/36744
3325         * tree.c (lvalue_p_1): Condition rvalue ref handling on
3326         treat_class_rvalues_as_lvalues, too.
3327
3328 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
3329
3330         PR c++/34397
3331         * typeck.c (build_x_array_ref): New.
3332         * cp-tree.h: Declare it.
3333         * pt.c (tsubst_copy_and_build): Use it for case ARRAY_REF.
3334
3335 2009-02-09  Jason Merrill  <jason@redhat.com>
3336
3337         PR c++/39109
3338         * semantics.c (simplify_aggr_init_expr): Do zero-initialization here.
3339         * init.c (build_value_init): Not here. Don't build a TARGET_EXPR.
3340         * tree.c (get_target_expr): Handle AGGR_INIT_EXPR.
3341         * cp-gimplify.c (cp_gimplify_init_expr): Remove special handling
3342         for build_value_init TARGET_EXPR.
3343         * cp-tree.h (AGGR_INIT_ZERO_FIRST): New macro.
3344
3345 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
3346
3347         PR c++/35147
3348         PR c++/37737
3349         * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Check TREE_VEC_LENGTH.
3350
3351 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
3352
3353         PR c++/39095
3354         * operators.def: Use COMPONENT_REF code for ->/pt operator again,
3355         remove ./dt operator.
3356         * mangle.c (write_expression): Handle COMPONENT_REF after handling
3357         ADDR_EXPR, for COMPONENT_REF without ARROW_EXPR inside of it
3358         write_string ("dt") instead of using operators.def.
3359
3360 2009-02-03  Jason Merrill  <jason@redhat.com>
3361
3362         * typeck.c (cp_build_unary_op): Only complain about taking address
3363         of main if pedantic.
3364
3365 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
3366
3367         PR inline-asm/39059
3368         * parser.c (cp_parser_primary_expression): Reject FIXED_CSTs.
3369
3370         PR c++/39056
3371         * typeck2.c (digest_init_r): Don't call process_init_constructor
3372         for COMPLEX_TYPE.
3373
3374 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
3375
3376         PR c++/36897
3377         * pt.c (convert_nontype_argument_function): Expect expr to be an
3378         ADDR_EXPR.
3379
3380         PR c++/37314
3381         * typeck.c (merge_types): Call resolve_typename_type if only
3382         one type is a typename.
3383
3384 2009-02-02  Jason Merrill  <jason@redhat.com>
3385
3386         PR c++/39054
3387         * parser.c (cp_parser_unqualified_id): Don't wrap error_mark_node 
3388         in BIT_NOT_EXPR.
3389
3390 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
3391
3392         PR c++/39053
3393         * parser.c (cp_parser_pure_specifier): If there are no tokens left
3394         do not call cp_lexer_consume_token.
3395
3396 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3397
3398         PR c++/39028
3399         * parser.c (cp_parser_already_scoped_statement): Handle __label__
3400         declarations.
3401
3402 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
3403
3404         PR c++/33465
3405         * error.c (dump_expr): Handle FIX_TRUNC_EXPR and FLOAT_EXPR.
3406
3407 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
3408
3409         PR c++/38655
3410         * error.c (dump_type_prefix, dump_type_suffix): Handle FIXED_POINT_TYPE.
3411
3412 2009-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
3413
3414         * typeck.c (invalid_nonstatic_memfn_p): Use
3415         DECL_NONSTATIC_MEMBER_FUNCTION_P.
3416
3417 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
3418
3419         PR c++/37554
3420         * call.c (build_over_call): If convert_for_arg_passing returns
3421         error_mark_node unconditionally return it.
3422
3423 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
3424
3425         * class.c (check_field_decls): Also inherit packed for bitfields
3426         regardless of their type.
3427
3428 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
3429
3430         PR c++/38930
3431         * decl2.c (grokfield): Reverting changes of PR c++/26693
3432         (save_template_attributes): Likewise.
3433         * decl.c (grokdeclarator): Likewise.
3434         * name-lookup.c (pushdecl_maybe_friend): Likewise.
3435         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Likewise.
3436         (append_type_to_template_for_access_check): Likewise.
3437         * semantics.c (check_accessibility_of_qualified_id): Likewise.
3438         * pt.c (instantiate_class_template, instantiate_template ): Likewise.
3439         (tsubst): Likewise.
3440         (resolve_type_name_type): Likewise.
3441         (append_type_to_template_for_access_check): Likewise.
3442
3443 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
3444
3445         PR c++/26693
3446         * decl2.c (grokfield): when a typedef appears in a
3447         class, create the typedef variant type node for it.
3448         (save_template_attributes): Creating typedef variant type node
3449          here is now useless.
3450         * decl.c (grokdeclarator): If the typedef'ed struct/class was
3451         anonymous, set the proper type name to all its type variants.
3452         * name-lookup.c (pushdecl_maybe_friend): Reuse the
3453         set_underlying_type function to install typedef variant types.
3454         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
3455         macro.
3456         (append_type_to_template_for_access_check): New entry points.
3457         * semantics.c (check_accessibility_of_qualified_id):
3458         When a typedef that is a member of a class appears in a template,
3459         add it to the template. It will be ...
3460         * pt.c (instantiate_class_template, instantiate_template ): ... access
3461         checked at template instantiation time.
3462         (tsubst): Handle the case of being called with NULL args.
3463         (resolve_type_name_type): The type name should be the name of the
3464         main type variant.
3465         (append_type_to_template_for_access_check): New entry point.
3466
3467 2009-01-19  Jason Merrill  <jason@redhat.com>
3468
3469         PR c++/23287
3470         * parser.c (cp_parser_unqualified_id): In a template,
3471         accept ~identifier.
3472         * typeck.c (lookup_destructor): Handle IDENTIFIER_NODE.
3473
3474 2009-01-16  Jason Merrill  <jason@redhat.com>
3475
3476         PR c++/38877
3477         * tree.c (lvalue_p_1): Allow non-fields in COMPONENT_REF.
3478         * init.c (build_new): Don't call describable_type unless we
3479         have an auto.
3480
3481         PR c++/29470
3482         * pt.c (tsubst_decl) [USING_DECL]: Propagate access flags.
3483
3484         PR c++/38579
3485         * search.c (protected_accessible_p): N doesn't vary.
3486
3487 2009-01-15  Jason Merrill  <jason@redhat.com>
3488
3489         PR c++/38850
3490         * pt.c (tsubst_copy_and_build): Tell finish_call_expr to
3491         accept hidden friends.
3492
3493 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3494
3495         PR C++/29388
3496         * decl.c (grokdeclarator): Check for a non namespace/class context.
3497
3498 2009-01-15  Jason Merrill  <jason@redhat.com>
3499
3500         PR c++/36334
3501         PR c++/37646
3502         * tree.c (lvalue_p_1): Handle BASELINK.  A COMPONENT_REF to
3503         a function isn't necessarily an lvalue. Take tree, not const_tree.
3504         (lvalue_p, real_lvalue_p): Take tree, not const_tree.
3505         * typeck.c (lvalue_or_else): Likewise.
3506         * cp-tree.h: Adjust prototypes.
3507
3508 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
3509
3510         PR c++/38357
3511         * pt.c (tsubst): Check for NULL args.
3512
3513 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
3514
3515         PR c++/38636
3516         * name-lookup.c (pushtag): Don't create members to types that are not
3517         being created.
3518
3519 2009-01-14  Nick Clifton  <nickc@redhat.com>
3520
3521         PR c++/37862
3522         * parser.c: Pass cp_id_kind computed in
3523         cp_parser_postfix_dot_deref_expression to
3524         cp_parser_primary_expression.
3525
3526 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
3527
3528         PR c++/38795
3529         * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR,
3530         STATIC_CAST_EXPR, CONST_CAST_EXPR and DYNAMIC_CAST_EXPR the same
3531         as CAST_EXPR.
3532
3533 2009-01-12  Jason Merrill  <jason@redhat.com>
3534             Steve Ellcey  <sje@cup.hp.com>
3535
3536         PR c++/35109
3537         * name-lookup.c (lookup_name_real): Keep looking past a hidden 
3538         binding.
3539
3540 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
3541
3542         PR c++/36019
3543         * pt.c (parameter_of_template_p): New function.
3544         * cp-tree.h: Declare it.
3545         * name-lookup.c (binding_to_template_parms_of_scope_p): New
3546         function.
3547         (outer_binding): Take template parameters in account when looking for
3548         a name binding.
3549
3550 2009-01-12  Jason Merrill  <jason@redhat.com>
3551
3552         PR c++/31488
3553         * tree.c (pod_type_p): Return 1 for structs created by the back end.
3554
3555 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
3556
3557         PR c/32041
3558         * parser.c (cp_parser_builtin_offsetof): Allow `->' in
3559         offsetof member-designator, handle it as `[0].'.
3560
3561         PR c++/38794
3562         * decl.c (start_function): If grokdeclarator hasn't returned
3563         FUNCTION_DECL nor error_mark_node, issue diagnostics.
3564
3565 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
3566
3567         PR c++/36254
3568         * cp-gimplify.c (genericize_if_stmt): Renamed from ...
3569         (gimplify_if_stmt): ... this.
3570         (cp_gimplify_expr): Don't handle IF_STMT here.
3571         (cp_genericize_r): Call genericize_if_stmt for IF_STMT.
3572
3573 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
3574
3575         PR c++/38648
3576         * typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.
3577
3578         PR c++/36695
3579         * typeck2.c (build_functional_cast): Check for reference type and NULL
3580         PARMS.
3581
3582 2009-01-09  Steve Ellcey  <sje@cup.hp.com>
3583
3584         * typeck.c (cp_build_unary_op): Check for ERROR_MARK.
3585
3586 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
3587
3588         PR c++/35335
3589         * error.c (dump_expr): Handle EXPR_STMT like BIND_EXPR.
3590
3591 2009-01-09  John F. Carr  <jfc@mit.edu>
3592
3593         PR c++/37877
3594         * parser.c (cp_parser_class_specifier): Clear
3595         parser->in_unbraced_linkage_specification_p while parsing class
3596         specifiers.
3597
3598 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
3599
3600         PR c++/38725
3601         * semantics.c (finish_goto_stmt): Convert destination to
3602         void *.
3603
3604 2009-01-06  Jason Merrill  <jason@redhat.com>
3605
3606         PR c++/35297
3607         PR c++/35477
3608         PR c++/35784
3609         PR c++/36846
3610         PR c++/38276
3611         * pt.c (check_default_tmpl_args): Don't complain about
3612         out-of-order parameter packs in the enclosing class
3613         or parameter packs after default args.
3614         (coerce_template_parms): If we have more than one
3615         parameter pack, don't flatten argument packs.
3616         (template_args_equal): Handle argument packs.
3617         (comp_template_args): Don't flatten argument packs.
3618         (check_instantiated_arg): Split out from...
3619         (check_instantiated_args): Here.  Handle arg packs.
3620         (convert_template_argument): Just check that nontype argument
3621         packs have the right type.
3622
3623 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
3624
3625         PR c++/38472
3626         * typeck.c (type_after_usual_arithmetic_conversions): Fix a typo.
3627
3628 2009-01-05  Jason Merrill  <jason@redhat.com>
3629
3630         PR c++/38698
3631         * typeck2.c (process_init_constructor_union): Handle union with
3632         no fields.
3633
3634         * mangle.c (write_expression): Remove mangling for zero-operand
3635         casts.
3636
3637         PR c++/38701
3638         * decl.c (cp_finish_decl): Clear DECL_INITIAL for invalid
3639         defaulting.
3640
3641         PR c++/38702
3642         * class.c (defaultable_fn_p): Only operator== can be a copy
3643         assignment operator.
3644
3645 2009-01-02  Jason Merrill  <jason@redhat.com>
3646
3647         PR c++/38698
3648         * typeck2.c (process_init_constructor_union): Handle excess
3649         initializers.
3650         (process_init_constructor_record): Likewise.
3651
3652         PR c++/38684
3653         * typeck2.c (digest_init_r): Don't use process_init_constructor
3654         for non-aggregate classes.
3655
3656 \f
3657 Copyright (C) 2009 Free Software Foundation, Inc.
3658
3659 Copying and distribution of this file, with or without modification,
3660 are permitted in any medium without royalty provided the copyright
3661 notice and this notice are preserved.