OSDN Git Service

PR c++/48322
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2011-11-20  Jason Merrill  <jason@redhat.com>
2
3         PR c++/48322
4         * cp-tree.h (PACK_EXPANSION_EXTRA_ARGS): New.
5         * cp-tree.def (EXPR_PACK_EXPANSION): Add an operand for it.
6         * pt.c (tsubst_pack_expansion): Set and use it.
7         (iterative_hash_template_arg): Hash it.
8         (template_args_equal): Compare it.
9         (comp_template_args_with_info): Handle nulls.
10         * tree.c (cp_walk_subtrees): Walk it.
11         * typeck.c (structural_comptypes): Compare it.
12         * ptree.c (cxx_print_type): Print it.
13
14         * pt.c (type_unification_real): Set input_location
15         during default arg instantiation.
16
17 2011-11-20  Paolo Carlini  <paolo.carlini@oracle.com>
18
19         PR c++/51230
20         * pt.c (unify_inconsistency): Handle non-type parameters better.
21         * error.c (dump_expr): Handle TEMPLATE_TEMPLATE_PARM.
22
23 2011-11-20  Dodji Seketeli  <dodji@redhat.com>
24
25         PR c++/51194
26         * pt.c (lookup_template_class_1): Go out early if the type of the
27         template is error_mark_node.
28
29 2011-11-19  Paolo Carlini  <paolo.carlini@oracle.com>
30
31         PR c++/51216
32         * semantics.c (potential_constant_expression_1): Handle IF_STMT,
33         DO_STMT, FOR_STMT, and WHILE_STMT.
34
35 2011-11-18  Fabien ChĂȘne  <fabien@gcc.gnu.org>
36
37         PR c++/51188
38         * search.c (lookup_field_1): Handle USING_DECLs for the storted
39         case.
40
41 2011-11-18  Paolo Carlini  <paolo.carlini@oracle.com>
42
43         PR c++/51150
44         * pt.c (tsubst_copy_and_build): Handle FIX_TRUNC_EXPR.
45
46 2011-11-18  Dodji Seketeli  <dodji@redhat.com>
47
48         PR c++/51191
49         * pt.c (primary_template_instantiation_p): Don't forget to
50         consider alias declarations.
51
52 2011-11-17  Jason Merrill  <jason@redhat.com>
53
54         PR c++/51186
55         * decl.c (grokdeclarator): Improve C++98 trailing return diagnostic.
56
57         N3203
58         * class.c (add_implicitly_declared_members): Update move
59         conditions.
60
61         PR c++/51137
62         * class.c (build_base_path): Don't do calculation in templates.
63
64 2011-11-15  Torvald Riegel  <triegel@redhat.com>
65
66         * parser.c (cp_parser_transaction_expression): Require parentheses
67         when parsing transaction expressions.
68
69 2011-11-14  Ed Smith-Rowland  <3dw4rd@verizon.net>
70
71         PR c++/51107
72         * typeck.c (check_literal_operator_args): Add processing_specialization
73         to check for void template fn. Test for exact arity for non-template fn.
74
75 2011-11-14  Fabien ChĂȘne  <fabien@gcc.gnu.org>
76
77         PR c++/6936
78         PR c++/25994
79         PR c++/26256
80         PR c++/30195
81         * search.c (lookup_field_1): Look through USING_DECL.
82         (lookup_field_r): Call lookup_fnfields_slot instead of
83         lookup_fnfields_1.
84         * semantics.c (finish_member_declaration): Remove the check that
85         prevents USING_DECLs from being verified by
86         pushdecl_class_level. Call add_method for using declarations that
87         designates functions if the using declaration is in a template
88         class. Set DECL_IGNORED_P on class-scope using declarations.
89         * typeck.c (build_class_member_access_expr): Handle USING_DECLs.
90         * class.c (check_field_decls): Keep using declarations.
91         (add_method): Remove two diagnostics about conflicting using
92         declarations.
93         * parser.c (cp_parser_nonclass_name): Handle USING_DECLs.
94         * decl.c (start_enum): Call xref_tag whenever possible.
95         * cp-tree.h (strip_using_decl): Declare, and reident the previous
96         function.
97         * name-lookup.c (strip_using_decl): New function.
98         (supplement_binding_1): Call strip_using_decl on decl and
99         bval. Perform most of the checks with USING_DECLs stripped.  Also
100         check that the target decl and the target bval does not refer to
101         the same declaration. Allow pushing an enum multiple times in a
102         template class. Adjustment to diagnose using redeclarations. Call
103         diagnose_name_conflict.
104         (push_class_level_binding): Call strip_using_decl on decl and
105         bval. Perform most of the checks with USING_DECLs stripped. Return
106         true if both decl and bval refer to USING_DECLs and are dependent.
107         (diagnose_name_conflict): New function.
108
109 2011-11-12  Jason Merrill  <jason@redhat.com>
110
111         PR c++/986
112         * call.c (set_up_extended_ref_temp): Warn about references
113         bound to non-static reference members.
114         * init.c (perform_member_init): Pass in the member.
115
116         PR c++/51060
117         * cp-gimplify.c (cp_gimplify_expr): Leave clobbers alone.
118
119 2011-11-11  Ed Smith-Rowland  <3dw4rd@verizon.net>
120
121         PR c++/50976
122         * typeck.c (check_literal_operator_args): Reorganize test for string
123         operators so size_t search depends on finding string first.
124
125 2011-11-10  Jason Merrill  <jason@redhat.com>
126
127         PR c++/50372
128         * pt.c (convert_nontype_argument_function): Allow decls with
129         internal linkage in C++11.
130         (convert_nontype_argument): Likewise.
131
132         PR c++/50973
133         * decl2.c (mark_used): Defer synthesis of virtual functions.
134         * method.c (use_thunk): Make sure the target function has
135         DECL_INTERFACE_KNOWN.
136
137         PR c++/51079, DR 495
138         * call.c (joust): Check the second conversion sequence
139         before checking templates.
140
141 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
142
143         PR c++/50837
144         * pt.c (tsubst_copy_and_build) [IDENTIFIER_NODE]: In C++11 mode
145         pass allow_non_integral_constant_expression_p = true to
146         finish_id_expression.
147
148 2011-11-09  Jason Merrill  <jason@redhat.com>
149
150         PR c++/50972
151         * pt.c (maybe_instantiate_noexcept): Check the return value of
152         push_tinst_level.
153
154         PR c++/51046
155         * parser.c (cp_parser_range_for): check_for_bare_parameter_packs.
156
157         PR c++/51029
158         * class.c (build_base_path): Don't ICE in fold_non_dependent_expr.
159
160         * Make-lang.in (check_g++_parallelize): Add dg-torture.exp.
161         (check-c++0x): Obsolete.
162
163         * pt.c (invalid_nontype_parm_type_p): Avoid printing "<type error>".
164
165         * pt.c (convert_nontype_argument): Only integral arguments
166         get early folding.
167
168         * parser.c (cp_parser_alias_declaration): Don't do semantic
169         processing if parsing failed.
170
171 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
172
173         PR c++/51045
174         * init.c (build_new_1, build_vec_delete_1, build_delete):
175         Use nullptr_node.
176
177 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
178
179         PR c++/51047
180         * search.c (lookup_member): Change to take also a tsubst_flags_t
181         parameter.
182         (lookup_field, lookup_fnfields): Adjust calls.
183         * typeck.c (lookup_destructor, finish_class_member_access_expr,
184         build_ptrmemfunc_access_expr): Likewise.
185         * class.c (handle_using_decl, maybe_note_name_used_in_class):
186         Likewise.
187         * pt.c (resolve_typename_type): Likewise.
188         * semantics.c (lambda_function): Likewise.
189         * parser.c (cp_parser_perform_range_for_lookup,
190         cp_parser_lookup_name): Likewise.
191         * friend.c (make_friend_class): Likewise.
192         * name-lookup.c (pushdecl_maybe_friend_1, get_class_binding,
193         do_class_using_decl, lookup_qualified_name): Likewise.
194         * cp-tree.h (lookup_member): Adjust declaration.
195
196 2011-11-09  Dodji Seketeli  <dodji@redhat.com>
197
198         PR c++/51043
199         * cp-tree.h (TYPE_ALIAS_P, TYPE_TEMPLATE_INFO): Don't crash on
200         NULL TYPE_NAME.
201
202         PR c++/51027
203         * parser.c (cp_parser_alias_declaration): Require ';' at the end
204         of the declaration.
205
206 2011-11-09  Dodji Seketeli  <dodji@redhat.com>
207
208         PR debug/51032
209         * decl2.c (check_member_template): Accept alias templates and ...
210         * parser.c (cp_parser_alias_declaration): ... use it here.
211
212 2011-11-08  Jason Merrill  <jason@redhat.com>
213
214         PR c++/50835
215         * typeck.c (build_x_conditional_expr): Preserve lvalue/xvalueness.
216         * tree.c (lvalue_kind) [NON_DEPENDENT_EXPR]: Return clk_ordinary
217         in C++98.
218
219 2011-11-08  Richard Guenther  <rguenther@suse.de>
220
221         PR middle-end/51010
222         * error.c (dump_expr): Handle SSA_NAMEs.
223
224 2011-11-07  Richard Henderson  <rth@redhat.com>
225             Aldy Hernandez  <aldyh@redhat.com>
226             Torvald Riegel  <triegel@redhat.com>
227
228         Merged from transactional-memory.
229
230         * call.c (build_new_function_call): Call tm_malloc_replacement.
231         * class.c (check_bases): Compute transaction attributes for the
232         class based on its base classes.
233         (look_for_tm_attr_overrides, set_one_vmethod_tm_attributes,
234         set_method_tm_attributes): New.
235         (finish_struct_1): Call set_method_tm_attributes.
236         * cp-tree.h (begin_transaction_stmt, finish_transaction_stmt,
237         build_transaction_expr): Declare.
238         (TRANSACTION_EXPR_IS_STMT): New.
239         * decl.c (push_cp_library_fn): Set attribute to transaction_safe.
240         * except.c (do_get_exception_ptr): Apply transaction_pure.
241         (do_begin_catch): Mark _ITM_cxa_begin_catch transaction_pure and
242         record as transactional-memory wrapper.
243         (do_end_catch): Similarly for _ITM_cxa_end_catch.
244         (do_allocate_exception): Similarly for _ITM_cxa_allocate_exception.
245         (build_throw): Similarly for _ITM_cxa_throw. Make __cxa_rethrow pure.
246         * parser.h (struct cp_parser): Add in_transaction flag.
247         * parser.c (enum non_integral_constant): Add NIC_TRANSACTION.
248         (cp_parser_non_integral_constant_expression): Handle NIC_TRANSACTION.
249         (enum required_token): Add transaction tokens.
250         (cp_parser_transaction, cp_parser_transaction_expression,
251         cp_parser_function_transaction, cp_parser_transaction_cancel,
252         cp_parser_txn_attribute_opt): New.
253         (cp_parser_unary_expression): Handle RID_TRANSACTION*.
254         (cp_parser_statement, cp_parser_function_definition_after_declarator,
255         cp_parser_token_starts_function_definition_p): Same.
256         (cp_parser_required_error): Handle RT_TRANSACTION*.
257         * pt.c (tsubst_expr): Handle TRANSACTION_EXPR.
258         * semantics.c (begin_transaction_stmt, finish_transaction_stmt,
259         build_transaction_expr): New.
260
261 2011-11-08  Dodji Seketeli  <dodji@redhat.com>
262
263         Fix context handling of alias-declaration
264         * decl.c (start_decl): Update comment.
265         * error.c (dump_alias_template_specialization): Dump the context
266         of the specialization.
267         * parser.c (cp_parser_alias_declaration): Call pop_scope on the
268         pushed scope yielded by start_decl.
269
270 2011-11-08  Paolo Carlini  <paolo.carlini@oracle.com>
271
272         PR c++/50864
273         * parser.c (cp_parser_postfix_dot_deref_expression): Reject invalid
274         uses of '->' and '.' as postfix-expression in namespace scope.
275
276 2011-11-07  Jason Merrill  <jason@redhat.com>
277
278         PR c++/50848
279         * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Don't crash
280         if lookup finds a non-function.
281
282         PR c++/50863
283         * parser.c (cp_parser_initializer_list): Parse C99
284         array designators tentatively.
285
286         PR c++/50870
287         * pt.c (tsubst_copy): Handle NAMESPACE_DECL.
288         (tsubst_copy_and_build) [COMPONENT_REF]: Handle a still-dependent
289         object.
290
291 2011-11-07  Paolo Carlini  <paolo.carlini@oracle.com>
292
293         * pt.c (tsubst_copy_and_build): Fix qualified_name_lookup_error
294         call in case COMPONENT_REF.
295
296 2011-11-07  Jason Merrill  <jason@redhat.com>
297             Dodji Seketeli  <dodji@redhat.com>
298
299         Support C++11 alias-declaration
300         PR c++/45114
301         * cp-tree.h (TYPE_DECL_ALIAS_P, TYPE_ALIAS_P)
302         (DECL_TYPE_TEMPLATE_P, DECL_ALIAS_TEMPLATE_P): New accessor
303         macros.
304         (TYPE_TEMPLATE_INFO): Get template info of an alias template
305         specializations from its TYPE_DECL.
306         (SET_TYPE_TEMPLATE_INFO): Set template info of alias template
307         specializations into its TYPE_DECL.
308         (DECL_CLASS_TEMPLATE_P): Re-write using the new
309         DECL_TYPE_TEMPLATE_P.
310         (enum cp_decl_spec): Add new ds_alias enumerator.
311         (alias_type_or_template_p, alias_template_specialization_p):
312         Declare new functions.
313         * parser.c (cp_parser_alias_declaration): New static function.
314         (cp_parser_check_decl_spec): Add "using" name for the `alias'
315         declspec.
316         (cp_parser_type_name): Update comment.  Support simple-template-id
317         representing alias template specializations in c++0x mode.
318         (cp_parser_qualifying_entity): Update comment.  Use
319         cp_parser_type_name.
320         (cp_parser_block_declaration): Handle alias-declaration in c++11.
321         Update comment.
322         (cp_parser_template_id): Handle specializations of alias
323         templates.
324         (cp_parser_member_declaration): Add alias-declaration production
325         to comment.  Support alias-declarations.
326         (cp_parser_template_declaration_after_export): Handle alias
327         templates in c++11.
328         * decl.c (make_typename_type, make_unbound_class_template): Accept
329         alias templates.
330         (grokdeclarator): Set TYPE_DECL_ALIAS_P on alias
331         declarations.
332         * decl2.c (grokfield): Move template creation after setting up the
333         TYPE_DECL of the alias, so that the TEMPLATE_DECL of the alias
334         template actually carries the right type-id of the alias
335         declaration.
336         * pt.c (alias_type_or_template_p)
337         (alias_template_specialization_p): Define new public functions.
338         (maybe_process_partial_specialization): Reject partial
339         specializations of alias templates.
340         (primary_template_instantiation_p): Consider alias template
341         instantiations.
342         (push_template_decl_real): Assert that TYPE_DECLs of alias
343         templates are different from those of class template.  Store
344         template info onto the TYPE_DECL of the alias template.
345         (convert_template_argument): Strip aliases from template
346         arguments.
347         (lookup_template_class_1): Handle the creation of the
348         specialization of an alias template.
349         (tsubst_decl): Create a substituted copy of the TYPE_DECL of an
350         member alias template.
351         (tsubst): Handle substituting into the type of an alias template.
352         Handle substituting UNBOUND_CLASS_TEMPLATE into
353         BOUND_TEMPLATE_TEMPLATE_PARM.
354         (do_type_instantiation): Better diagnostics when trying to
355         explicitely instantiate a non-class template.
356         * search.c (lookup_field_1, lookup_field_r): Support looking up
357         alias templates.
358         * semantics.c (finish_template_type): For instantiations of alias
359         templates, return the TYPE_DECL of the actual alias and not the
360         one of the aliased type.
361         * error.c (dump_alias_template_specialization): New static
362         function.
363         (dump_type): Handle printing of alias templates and their
364         specializations.  templates.
365         (dump_aggr_type): For specialization of alias templates, fetch
366         arguments from the right place.
367         (dump_decl): Print an alias-declaration like `using decl = type;'
368         (dump_template_decl):  Support printing of alias templates.
369
370 2011-11-07  Jason Merrill  <jason@redhat.com>
371
372         PR c++/35688
373         * decl2.c (constrain_visibility): Return void.  Add tmpl parm
374         which gives the constraint priority over an attribute.
375         (constrain_visibility_for_template, determine_visibility): Adjust.
376         * pt.c (instantiate_class_template_1): Call determine_visibility.
377
378         PR c++/33255
379         * decl.c (save_function_data): Clear local_typedefs.
380
381         * decl.c (cp_finish_decl): Only make_tree_vector if we're calling
382         check_initializer.
383
384 2011-11-06  Jason Merrill  <jason@redhat.com>
385
386         PR c++/35688
387         * decl2.c (constrain_visibility): Check decl_has_visibility_attr
388         rather than DECL_VISIBILITY_SPECIFIED.
389
390 2011-11-06  Paolo Carlini  <paolo.carlini@oracle.com>
391
392         PR c++/47695
393         * decl2.c (mark_used): Early return false after error or sorry.
394         * cp-tree.h (mark_used): Adjust declaration.
395         * semantics.c (finish_id_expression): Check mark_used return value.
396
397 2011-11-05  Jason Merrill  <jason@redhat.com>
398
399         PR c++/48370
400         * decl.c (cp_finish_decl): Mostly revert previous change.
401
402 2011-11-04  Jason Merrill  <jason@redhat.com>
403
404         PR c++/26714
405         * init.c (perform_member_init): Strip TARGET_EXPR around NSDMI.
406         Do temporary lifetime extension.
407
408         PR c++/48370
409         * decl.c (cp_finish_decl): Run cleanups in the right order.
410
411 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
412
413         PR c++/50608
414         * semantics.c (finish_offsetof): Adjust call to fold_offsetof.
415         * typeck.c (cp_build_addr_expr_1): Call fold_offsetof_1.
416
417 2011-11-04  Paolo Carlini  <paolo.carlini@oracle.com>
418
419         * typeck.c (build_indirect_ref): Use ATTRIBUTE_UNUSED.
420         * mangle.c (write_unnamed_type_name): Likewise.
421
422 2011-11-04  Magnus Fromreide  <magfr@lysator.liu.se>
423
424         * parser.c (cp_parser_enumerator_list): Do not warn about
425         trailing commas in C++0x mode.
426
427 2011-11-04  Olivier Goffart  <olivier@woboq.com>
428             Jason Merrill  <jason@redhat.com>
429
430         PR c++/50965
431         * class.c (check_field_decls): NSDMI makes a class non-aggregate.
432
433 2011-11-04  Paolo Carlini  <paolo.carlini@oracle.com>
434
435         PR c++/48420
436         * call.c (conversion_null_warnings): For 'false' to NULL pointer,
437         just check that TREE_TYPE (expr) is a BOOLEAN_TYPE.
438
439 2011-11-04  Ed Smith-Rowland  <3dw4rd@verizon.net>
440
441         PR c++/50941
442         * parser.c (cp_parser_userdef_string_literal): Fix string length.
443
444 2011-11-04  Jason Merrill  <jason@redhat.com>
445
446         PR c++/48370
447         * call.c (extend_ref_init_temps, extend_ref_init_temps_1): New.
448         (set_up_extended_ref_temp): Use it.  Change cleanup parm to VEC.
449         (initialize_reference): Just call convert_like.
450         * decl.c (grok_reference_init): Just call initialize_reference.
451         (build_init_list_var_init): Remove.
452         (check_initializer): Change cleanup parm to VEC.  Handle references
453         like other types.  Call perform_implicit_conversion instead
454         of build_init_list_var_init.  Don't use build_aggr_init for
455         aggregate initialization of arrays.
456         (cp_finish_decl): Change cleanup to VEC.
457         * typeck2.c (store_init_value): Call extend_ref_init_temps.
458         Use build_vec_init for non-constant arrays.
459         * init.c (expand_aggr_init_1): Adjust.
460         (build_vec_init): Avoid re-converting an initializer
461         that's already digested.
462         * mangle.c (mangle_ref_init_variable): Add a discriminator.
463         * cp-tree.h: Adjust.
464         * typeck.c (convert_for_initialization): Adjust.
465         * decl2.c (maybe_emit_vtables): Adjust.
466
467 2011-11-02  Jason Merrill  <jason@redhat.com>
468
469         PR c++/50930
470         * init.c (build_aggr_init): Don't set LOOKUP_ONLYCONVERTING
471         if the initializer has TARGET_EXPR_DIRECT_INIT_P.
472         (expand_default_init): An initializer with TARGET_EXPR_DIRECT_INIT_P
473         or TARGET_EXPR_LIST_INIT_P doesn't need more processing.
474         * tree.c (bot_manip): Propagate TARGET_EXPR_IMPLICIT_P,
475         TARGET_EXPR_LIST_INIT_P, TARGET_EXPR_DIRECT_INIT_P.
476         * call.c (convert_like_real): Set TARGET_EXPR_DIRECT_INIT_P
477         as appropriate on list-value-initialization.
478
479         * parser.c (cp_parser_decl_specifier_seq): Change "C++0x" to
480         "C++11" in warnings.
481         (cp_lexer_get_preprocessor_token): Likewise.
482         (cp_parser_binary_expression): Likewise.
483
484 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
485
486         PR c++/50810
487         * typeck2.c (check_narrowing): Adjust OPT_Wnarrowing diagnostics.
488         (digest_init_r): Call check_narrowing irrespective of the C++ dialect.
489         * decl.c (check_initializer): Likewise.
490         * semantics.c (finish_compound_literal): Likewise.
491
492 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
493
494         PR c++/50956
495         * typeck.c (build_const_cast_1): Fix -Wcast-qual for false
496         comp_ptr_ttypes_const.
497
498 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
499
500         * Make-lang.in (g++spec.o): Pass SHLIB instead of SHLIB_LINK.
501
502 2011-11-01  Paolo Carlini  <paolo.carlini@oracle.com>
503
504         PR c++/44277
505         * cvt.c (cp_convert_to_pointer): Warn for zero as null pointer
506         constant.
507         * typeck.c (cp_truthvalue_conversion): Handle pointers and member
508         function pointers under c_inhibit_evaluation_warnings; use
509         nullptr_node for data member pointers.
510         (cp_build_binary_op): Tweak, just forward to cp_convert op1,
511         either a nullptr_node or an integer_zero_node.
512         (build_ptrmemfunc): Use nullptr_node.
513         * init.c (build_zero_init_1): Likewise.
514
515 2011-11-01  Jason Merrill  <jason@redhat.com>
516
517         PR c++/50500
518         DR 1082
519         * search.c (lookup_fnfields_idx_nolazy): Split out from...
520         (lookup_fnfields_1): ...here.
521         (lookup_fnfields_slot_nolazy): Use it.
522         * cp-tree.h: Declare it.
523         * class.c (type_has_move_assign): Use it.
524         (type_has_user_declared_move_assign): Likewise.
525
526 2011-10-31  Jason Merrill  <jason@redhat.com>
527
528         PR c++/50920
529         * class.c (check_field_decl): Change c++0x in diags to c++11.
530         * error.c (maybe_warn_cpp0x): Likewise.
531         * parser.c (cp_parser_diagnose_invalid_type_name): Likewise.
532         * pt.c (check_default_tmpl_args): Likewise.
533
534 2011-10-31   Diego Novillo  <dnovillo@google.com>
535
536         * mangle.c (get_mangled_id): Factor from ...
537         (mangle_decl): ... here.
538         Call get_mangled_id.
539
540 2011-10-25  Gerald Pfeifer  <gerald@pfeifer.com>
541
542         * NEWS (GCC 2.95): Refer to GNU/Linux instead of Linux.
543         (EGCS 1.0): Ditto.
544
545 2011-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
546
547         PR c++/50901
548         * call.c (build_new_op_1): Handle ABS_EXPR together with the
549         other unary EXPR.
550
551 2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
552
553         Revert:
554         2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
555
556         PR c++/50864
557         * pt.c (tsubst_copy_and_build): Fix qualified_name_lookup_error
558         call in case COMPONENT_REF.
559
560 2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
561
562         * pt.c (unify_pack_expansion): Initialize bad_old_arg and bad_new_arg.
563
564 2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
565
566         PR c++/50864
567         * pt.c (tsubst_copy_and_build): Fix qualified_name_lookup_error
568         call in case COMPONENT_REF.
569
570 2011-10-27  Jason Merrill  <jason@redhat.com>
571
572         * semantics.c (cxx_eval_outermost_constant_expr): Check
573         cp_has_mutable_p.
574         (cxx_eval_component_reference): Check DECL_MUTABLE_P.
575
576 2011-10-27  Roberto Agostino Vitillo  <ravitillo@lbl.gov>
577
578         PR c++/30066
579         * decl2.c (determine_hidden_inline): New function.
580         (determine_visibility): fvisibility-inlines-hidden affects inline
581         functions.
582
583 2011-10-27  Dodji Seketeli  <dodji@redhat.com>
584
585         * cp-tree.h (DECL_DECLARES_TYPE_P): Fix comment.
586
587 2011-10-26  Jason Merrill  <jason@redhat.com>
588
589         * typeck.c (check_literal_operator_args): Avoid building types.
590
591 2011-10-26  Ed Smith-Rowland  <3dw4rd@verizon.net>
592
593         Implement C++11 user-defined literals.
594         * cp-objcp-common.c: (cp_tree_size) Return size of USERDEF_LITERAL tree.
595         * cp-tree.h: (UDLIT_OP_*, UDLIT_OPER_P): Literal operator
596         name tools. New tree code for user-defined literals.
597         * cxx-pretty-print.h: (pp_cxx_userdef_literal) New.
598         * cxx-pretty-print.c: (pp_cxx_userdef_literal) New.
599         (pp_cxx_primary_expression, pp_cxx_expression): Use it.
600         * decl.c: (cp_tree_node_structure): Return new tree code.
601         (duplicate_decls): Check for raw vs. template operator conflicts.
602         (grokfndecl, grokdeclarator): New checks for literal operators.
603         * error.c: (dump_expr): Warn about user-defined literals
604         in C++98 mode. (dump_function_name): Pretty printing.
605         * mangle.c: (write_literal_operator_name): New.
606         (write_unqualified_id, write_unqualified_name): Use it.
607         * parser.c: (cp_parser_operator): Handle operator"".
608         (cp_parser_userdef_char_literal, cp_parser_userdef_numeric_literal,
609         cp_parser_userdef_string_literal): New.
610         (cp_parser_primary_expression): Handle new user-defined literal tokens
611         with new functions.
612         * semantics.c: (potential_constant_expression_1): Add
613         user-defined literals.
614         * typeck.c (check_raw_literal_operator,
615         check_literal_operator_args): New.
616
617 2011-10-26  Paolo Carlini  <paolo.carlini@oracle.com>
618
619         * typeck.c (cp_build_addr_expr_1): Use BASELINK_P.
620         * class.c (instantiate_type): Likewise.
621         * pt.c (convert_nontype_argument_function, uses_template_parms,
622         tsubst_copy, resolve_nondeduced_context, type_dependent_expression_p):
623         Likewise.
624         * semantics.c (finish_decltype_type): Likewise.
625         * decl2.c (mark_used): Likewise.
626         * name-lookup.c (arg_assoc): Likewise.
627
628 2011-10-26  Paolo Carlini  <paolo.carlini@oracle.com>
629
630         PR c++/50870
631         * typeck.c (non_reference): Pass NULL_TREE through.
632
633 2011-10-25  Jason Merrill  <jason@redhat.com>
634
635         PR c++/50866
636         PR c++/41449
637         * semantics.c (maybe_cleanup_point_expr_void): No longer static.
638         * typeck2.c (split_nonconstant_init_1): Use it.
639         * cp-tree.h: Declare it.
640         * decl.c (wrap_cleanups_r): Stop at CLEANUP_POINT_EXPR.
641
642         PR c++/49996
643         * tree.c (stabilize_init): Stabilize scalar elements of a
644         CONSTRUCTOR, too.
645
646 2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
647
648         PR c++/50858
649         * typeck.c (composite_pointer_type_r): Check return value of
650         composite_pointer_type_r for error_mark_node.
651
652 2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
653
654         PR c++/50861
655         * pt.c (tsubst_copy_and_build): Check return value of
656         tsubst_copy_and_build for error_mark_node.
657
658 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
659
660         PR c++/50841
661         Revert:
662         2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
663
664         PR c++/50810
665         * typeck2.c (check_narrowing): Adjust OPT_Wnarrowing diagnostics.
666         (digest_init_r): Call check_narrowing irrespective of the C++ dialect.
667         * decl.c (check_initializer): Likewise.
668         * semantics.c (finish_compound_literal): Likewise.
669
670 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
671
672         PR c++/50810
673         * typeck2.c (check_narrowing): Adjust OPT_Wnarrowing diagnostics.
674         (digest_init_r): Call check_narrowing irrespective of the C++ dialect.
675         * decl.c (check_initializer): Likewise.
676         * semantics.c (finish_compound_literal): Likewise.
677
678 2011-10-21  Paolo Carlini  <paolo.carlini@oracle.com>
679
680         PR c++/45385
681         * init.c (build_vec_init): Early return error_mark_node if
682         maxindex is -1.
683
684 2011-10-21  Paolo Carlini  <paolo.carlini@oracle.com>
685
686         PR c++/31423
687         * typeck2.c (cxx_incomplete_type_diagnostic): Improve error message
688         for invalid use of member function.
689
690 2011-10-21  Ville Voutilainen  <ville.voutilainen@gmail.com>
691
692         PR c++/50811
693         * parser.c (cp_parser_class_head): Parse virt-specifiers
694         regardless of whether an id is present
695
696 2011-10-20  Jason Merrill  <jason@redhat.com>
697
698         PR c++/41449
699         * typeck2.c (split_nonconstant_init_1): Handle EH cleanup of
700         initialized subobjects.
701
702 2011-10-19  Paolo Carlini  <paolo.carlini@oracle.com>
703
704         PR c++/13657
705         * class.c (instantiate_type): Fix error message.
706
707 2011-10-19  Jason Merrill  <jason@redhat.com>
708
709         PR c++/50793
710         * tree.c (bot_manip): Propagate AGGR_INIT_ZERO_FIRST.
711
712 2011-10-19  Roland Stigge  <stigge@antcom.de>
713
714         PR translation/49704
715         * semantics.c (potential_constant_expression_1): Use "AST" instead of
716         "ast" in sorry message.
717
718 2011-10-19  Paolo Carlini  <paolo.carlini@oracle.com>
719
720         PR c++/38761
721         PR c++/40872
722         * decl.c (duplicate_decls, make_typename_type, grokdeclarator): Use
723         G_() in error message strings to facilitate translation.
724         * semantics.c (finish_id_expression): Likewise.
725         * parser.c (cp_parser_nested_name_specifier_opt,
726         cp_parser_parameter_declaration): Likewise.
727
728 2011-10-18  Jason Merrill  <jason@redhat.com>
729
730         PR c++/50531
731         * pt.c (instantiate_decl): Recognize when a function defaulted
732         outside the class is already instantiated.
733
734         PR c++/50742
735         * decl.c (check_previous_goto_1): Handle using-decl.
736
737 2011-10-18  Jason Merrill  <jason@redhat.com>
738
739         PR c++/50500
740         DR 1082
741         * class.c (type_has_user_declared_move_constructor): New.
742         (type_has_user_declared_move_assign): New.
743         (add_implicitly_declared_members): Add lazy copy ops
744         even if there's a move.
745         * method.c (lazily_declare_fn): Delete implicit copies
746         if there's a move.
747         (maybe_explain_implicit_delete): Explain this.  Use inform rather
748         than error.
749         * cp-tree.h: Declare new fns.
750
751 2011-10-18   Diego Novillo  <dnovillo@google.com>
752
753         * parser.c: Remove ENABLE_CHECKING markers around debugging
754         routines.
755         (cp_lexer_dump_tokens): Add arguments START_TOKEN and CURR_TOKEN.
756         Make static
757         When printing CURR_TOKEN surround it in [[ ]].
758         Start printing at START_TOKEN.
759         Update all users.
760         (cp_debug_print_tree_if_set): New.
761         (cp_debug_print_context): New.
762         (cp_debug_print_context_stack): New.
763         (cp_debug_print_flag): New.
764         (cp_debug_print_unparsed_function): New.
765         (cp_debug_print_unparsed_queues): New.
766         (cp_debug_parser_tokens): New.
767         (cp_debug_parser): New.
768         (cp_lexer_start_debugging): Set cp_lexer_debug_stream to stderr.
769         (cp_lexer_stop_debugging): Set cp_lexer_debug_stream to NULL.
770         * parser.h (cp_lexer_dump_tokens): Remove declaration.
771         (cp_debug_parser): Declare.
772
773 2011-10-17  Michael Spertus  <mike_spertus@symantec.com>
774
775         * cp-tree.def: Add BASES as a new tree code.
776         * cp-tree.h (enum cp_trait_kind): Add CPTK_BASES, CPTK_DIRECT_BASES.
777         (BASES_TYPE, BASES_DIRECT): Define.
778         (calculate_bases, finish_bases, calculate_direct_bases): Declare.
779         * parser.c (cp_parser_trait_expr, cp_parser_template_argument_list,
780         (cp_parser_simple_type_specifier, cp_parser_save_nsdmi): Use them.
781         * pt.c (find_parameter_packs_r, tsubst_pack_expansion): Likewise.
782         * semantics.c (calculate_bases, finish_bases, calculate_direct_bases,
783         dfs_calculate_bases_pre, dfs_calculate_bases_post,
784         calculate_bases_helper): Define.
785
786 2011-10-17  Jason Merrill  <jason@redhat.com>
787
788         PR c++/50736
789         * parser.c (cp_parser_lambda_introducer): Check for more
790         invalid captures.
791
792 2011-10-17  Paolo Carlini  <paolo.carlini@oracle.com>
793
794         PR c++/44524
795         * typeck.c (build_class_member_access_expr): Provide a better error
796         message for X.Y where X is a pointer to class type.
797         (finish_class_member_access_expr): Likewise.
798
799 2011-10-15  Tom Tromey  <tromey@redhat.com>
800             Dodji Seketeli  <dodji@redhat.com>
801
802         * error.c (cp_diagnostic_starter): Pass the relevant location to
803         diagnostic_report_current_module.
804         (cp_diagnostic_finalizer): Call virt_loc_aware_diagnostic_finalizer.
805
806 2011-10-17  Paolo Carlini  <paolo.carlini@oracle.com>
807
808         PR c++/48489
809         * typeck.c (finish_class_member_access_expr): Fix error call
810         for TREE_CODE (access_path) == TREE_BINFO.
811
812 2011-10-15  Paolo Carlini  <paolo.carlini@oracle.com>
813
814         PR c++/50732
815         * semantics.c (finish_trait_expr): Do not try to instantiate the
816         the base type of an __is_base_of trait.
817         (check_trait_type): Return a tree; use complete_type_or_else.
818
819 2011-10-14  Jason Merrill  <jason@redhat.com>
820
821         PR c++/50563
822         * parser.c (cp_parser_cache_group): Handle end==CPP_COMMA.
823         (cp_parser_save_nsdmi): Pass it.
824
825         PR c++/50707
826         * method.c (walk_field_subobs): Check for NSDMI before
827         complaining about uninitialized fields.
828
829         * pt.c (tsubst_decl) [FIELD_DECL]: Use void_zero_node
830         instead of error_mark_node as a placeholder.
831
832 2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
833
834         PR c++/38174
835         * call.c (add_builtin_candidate): If two pointers have a composite
836         pointer type, generate a single candidate with that type.
837
838 2011-10-13  Jason Merrill  <jason@redhat.com>
839
840         PR c++/50614
841         * cp-tree.h (VAR_TEMPL_TYPE_FIELD_OR_FUNCTION_DECL_CHECK): New.
842         (DECL_TEMPLATE_INFO): Use it.
843         * pt.c (tsubst_decl) [FIELD_DECL]: Set DECL_TEMPLATE_INFO
844         if the decl has an NSDMI.
845         * init.c (perform_member_init): Use it.
846
847         PR c++/50437
848         * cp-tree.h (struct tree_lambda_expr): Add closure field.
849         (LAMBDA_EXPR_CLOSURE): New.
850         * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Likewise.
851         * semantics.c (build_lambda_object): Use it instead of TREE_TYPE.
852         (begin_lambda_type, lambda_function, add_capture): Likewise.
853         (add_default_capture, lambda_expr_this_capture): Likewise.
854
855 2011-10-13   Diego Novillo  <dnovillo@google.com>
856
857         * cp-tree.h (struct language_function): Rename in_function_try_handler
858         to x_in_function_try_handler.
859         Rename in_base_initializer to x_in_base_initializer.
860         Update all users.
861
862 2011-10-13   Diego Novillo  <dnovillo@google.com>
863
864         * class.c (sorted_fields_type_new): Factor out of ...
865         (finish_struct_1): ... here.
866
867 2011-10-13  Jason Merrill  <jason@redhat.com>
868
869         PR c++/50618
870         * init.c (expand_aggr_init_1): Don't zero-initialize virtual
871         bases of a base subobject.
872
873 2011-10-12  Paolo Carlini  <paolo.carlini@oracle.com>
874
875         PR c++/50594
876         * decl.c (cxx_init_decl_processing): Add
877         __attribute__((externally_visible)) to operator new and
878         operator delete library fn.
879
880 2011-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
881
882         * decl.c (duplicate_decls): Delete old interface with two parallel
883         arrays to hold standard builtin declarations, and replace it with
884         a function based interface that can support creating builtins on
885         the fly in the future.  Change all uses, and poison the old
886         names.  Make sure 0 is not a legitimate builtin index.
887         * except.c (build_eh_type_type): Ditto.
888         (choose_personality_routine): Ditto.
889         * semantics.c (finish_omp_atomic): Ditto.
890         (finish_omp_barrier): Ditto.
891         (finish_omp_flush): Ditto.
892         (finish_omp_taskwait): Ditto.
893
894 2011-10-11  Jason Merrill  <jason@redhat.com>
895
896         PR c++/49855
897         PR c++/49896
898         * cp-tree.def (IMPLICIT_CONV_EXPR): New.
899         * call.c (perform_implicit_conversion_flags): Build it
900         instead of NOP_EXPR.
901         * cp-objcp-common.c (cp_common_init_ts): It's typed.
902         * cxx-pretty-print.c (pp_cxx_cast_expression): Handle it.
903         (pp_cxx_expression): Likewise.
904         * error.c (dump_expr): Likewise.
905         * semantics.c (potential_constant_expression_1): Likewise.
906         * tree.c (cp_tree_equal): Likewise.
907         (cp_walk_subtrees): Likewise.
908         * pt.c (iterative_hash_template_arg): Likewise.
909         (for_each_template_parm_r): Likewise.
910         (type_dependent_expression_p): Likewise.
911         (tsubst_copy, tsubst_copy_and_build): Handle IMPLICIT_CONV_EXPR
912         and CONVERT_EXPR.
913         * cp-tree.h (IMPLICIT_CONV_EXPR_DIRECT_INIT): New.
914
915 2011-10-11  Paolo Carlini  <paolo.carlini@oracle.com>
916
917         PR c++/50611
918         * pt.c (tsubst_copy_and_build): If (complain & tf_error) is false
919         do not call unqualified_name_lookup_error.
920
921 2011-10-10  Paolo Carlini  <paolo.carlini@oracle.com>
922
923         PR c++/50660
924         * call.c (conversion_null_warnings): Don't look through references.
925
926 2011-10-09  Paolo Carlini  <paolo.carlini@oracle.com>
927
928         PR c++/38980
929         * init.c (constant_value_1): Add bool parameter.
930         (decl_constant_value_safe): Add.
931         (integral_constant_value): Adjust.
932         (decl_constant_value): Adjust.
933         * cp-tree.h (decl_constant_value_safe): Declare.
934         * typeck.c (decay_conversion): Use decl_constant_value_safe.
935         * call.c (convert_like_real): Likewise.
936
937 2011-10-09  Jakub Jelinek  <jakub@redhat.com>
938             Diego Novillo  <dnovillo@google.com>
939
940         * pt.c (reregister_specialization): Use htab_find instead of
941         htab_find_slot with INSERT.
942         (maybe_process_partial_specialization, lookup_template_class_1): Change
943         slot variable type to void ** to avoid aliasing problems.
944         (register_specialization): Likewise.  Use slot != NULL instead of
945         more expensive !optimize_specialization_lookup_p (tmpl) test.
946
947 2011-10-08  Paolo Carlini  <paolo.carlini@oracle.com>
948
949         PR c++/34927
950         * typeck2.c (abstract_virtuals_error_sfinae): Don't produce duplicate
951         inform messages in case of cloned destructor.
952
953 2011-10-06  Jason Merrill  <jason@redhat.com>
954
955         PR c++/39164
956         * decl.c (grokfndecl): Diagnose redefinition of defaulted fn.
957
958 2011-10-02  Jason Merrill  <jason@redhat.com>
959
960         * pt.c (tsubst_pack_expansion): Re-use ARGUMENT_PACK_SELECTs.
961         Change unsubstituted_packs to bool.
962
963         * parser.c (cp_parser_range_for): Don't try to deduce from {}
964         in a template.
965
966         PR c++/35722
967         Implement N2555 (expanding pack expansion to fixed parm list)
968         * pt.c (coerce_template_parms): Allow expanding a pack expansion
969         to a fixed-length argument list.
970         (unify_pack_expansion): Handle explicit args properly.
971         (unify) [TREE_VEC]: Handle pack expansions here.
972         [TYPE_ARGUMENT_PACK]: Not here.
973         (tsubst_pack_expansion): Don't try to do partial substitution.
974         (pack_deducible_p): New.
975         (fn_type_unification): Use it.
976         (find_parameter_packs_r): Take the TYPE_MAIN_VARIANT
977         of a type parameter.
978         (check_non_deducible_conversion): Split from type_unification_real.
979         (unify_one_argument): Split from type_unification_real...
980         (unify_pack_expansion): ...and here.  Drop call_args_p parm.
981         (type_unification_real, unify, more_specialized_fn): Adjust.
982
983         * class.c (fixed_type_or_null): Handle NSDMI.
984         * method.c (walk_field_subobs): Disable NSDMI noexcept checking
985         for now.
986
987 2011-09-30  Jason Merrill  <jason@redhat.com>
988
989         * cp-tree.h (TREE_NEGATED_INT): Remove.
990         * semantics.c (finish_unary_op_expr): Don't set it.
991
992 2011-09-30  Janis Johnson  <janisjo@codesourcery.com>
993
994         PR c++/44473
995         * mangle.c (write_type): Handle CV qualifiers for decimal classes.
996
997 2011-09-26   Andi Kleen <ak@linux.intel.com>
998
999         * repo.c (finish_repo): Use HOST_WIDE_INT_PRINT_HEX_PURE.
1000
1001 2011-09-28  Paolo Carlini  <paolo.carlini@oracle.com>
1002
1003         PR c++/45278
1004         * typeck.c (cp_build_binary_op): With -Wextra, warn for ordered
1005         comparison of pointer with zero.
1006
1007 2011-09-27  Paolo Carlini  <paolo.carlini@oracle.com>
1008
1009         PR c++/31489
1010         * parser.c (cp_parser_elaborated_type_specifier): For RECORD_TYPE,
1011         set CLASSTYPE_DECLARED_CLASS.
1012
1013 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
1014
1015         * decl.c (duplicate_decls): If compatible stpcpy prototype
1016         is seen, set implicit_built_in_decls[BUILT_IN_STPCPY].
1017
1018 2011-09-26  Jason Merrill  <jason@redhat.com>
1019
1020         PR c++/45012
1021         * pt.c (tsubst_copy_and_build) [CONST_DECL]: Don't pull out
1022         constant value if we're still in a template.
1023
1024         PR c++/46105
1025         * typeck.c (structural_comptypes): Ignore cv-quals on typename scope.
1026
1027         PR c++/50508
1028         * semantics.c (cxx_eval_logical_expression): Use tree_int_cst_equal
1029         rather than ==.
1030
1031 2011-09-26  Paolo Carlini  <paolo.carlini@oracle.com>
1032
1033         PR c++/45487
1034         * error.c (dump_template_bindings): Separate bindings with semicolons
1035         instead of commas.
1036
1037 2011-09-26  Jason Merrill  <jason@redhat.com>
1038
1039         PR c++/50512
1040         * call.c (compare_ics): Only consider rvaluedness_matches_p
1041         if the target type is the same or it too differs in rvalueness.
1042
1043         PR c++/50523
1044         * call.c (implicit_conversion): Mask out inappropriate LOOKUP
1045         flags at the top of the function.
1046
1047         * pt.c (tsubst_copy) [PARM_DECL]: Handle 'this' in NSDMI.
1048
1049 2011-09-26  Paolo Carlini  <paolo.carlini@oracle.com>
1050
1051         * pt.c (convert_nontype_argument): Handle NULLPTR_TYPE.
1052
1053 2011-09-26  Paolo Carlini  <paolo.carlini@oracle.com>
1054
1055         PR c++/26747
1056         * cp-gimplify.c (get_bc_label): Remove obsolete diagnostics.
1057
1058 2011-09-25  Jason Merrill  <jason@redhat.com>
1059
1060         * parser.c (inject_this_parameter): Split out from
1061         cp_parser_late_return_type_opt.
1062         (cp_parser_class_specifier_1): Use it for NSDMIs.
1063         * tree.c (bot_replace): Replace NSDMI 'this' with real 'this'.
1064
1065 2011-09-24  Jason Merrill  <jason@redhat.com>
1066
1067         * except.c (expr_noexcept_p): Split out from finish_noexcept_expr.
1068         * cp-tree.h: Declare it.
1069         * method.c (walk_field_subobs): Use it.
1070
1071         * init.c (perform_member_init): Instantiate NSDMI here.
1072         * pt.c (tsubst_decl) [FIELD_DECL]: Not here.
1073
1074         Handle deferred parsing of NSDMIs.
1075         * parser.h (cp_unparsed_functions_entry): Add nsdmis field.
1076         * parser.c (unparsed_nsdmis, cp_parser_save_nsdmi): New.
1077         (cp_parser_late_parse_one_default_arg): Split out from
1078         cp_parser_late_parsing_default_args.
1079         (cp_parser_late_parsing_nsdmi): New.
1080         (push_unparsed_function_queues): Set it.
1081         (cp_parser_parameter_declaration): Save the '=' token.
1082         (cp_parser_template_parameter): Likewise.
1083         (cp_parser_default_argument): Call cp_parser_initializer
1084         rather than cp_parser_initializer_clause.
1085         (cp_parser_class_specifier_1): Parse unparsed_nsdmis.
1086         (cp_parser_member_declaration): Handle nsdmis.
1087         * decl2.c (grokfield): Handle DEFAULT_ARG for a function.
1088
1089         Implement C++11 non-static data member initializers.
1090         * cp-tree.h (enum cpp_warn_str): Add CPP0X_NSDMI.
1091         * error.c (maybe_warn_cpp0x): Handle it.
1092         * call.c (convert_like_real) [ck_user]: Don't complain about
1093         using an explicit constructor for direct-initialization.
1094         * class.c (check_field_decl): Fix ancient typo.
1095         (check_field_decls): NSDMIs make the default ctor non-trivial.
1096         * decl.c (cp_finish_decl): Record NSDMI.
1097         (grokdeclarator): Allow NSDMI.
1098         * decl2.c (grokfield): Allow NSDMI.  Correct LOOKUP flags.
1099         * init.c (perform_member_init): Use NSDMI.
1100         * method.c (walk_field_subobs): Check for NSDMI.
1101         * parser.c (cp_parser_member_declaration): Parse { } init.
1102         * semantics.c (register_constexpr_fundef): Don't talk about
1103         a return statement in a constexpr constructor.
1104         (cxx_eval_call_expression): Check DECL_INITIAL instead of
1105         DECL_SAVED_TREE.
1106
1107 2011-09-24  Paolo Carlini  <paolo.carlini@oracle.com>
1108
1109         PR c++/44267
1110         * class.c (build_base_path): Add a tsubst_flags_t parameter.
1111         (convert_to_base): Adjust call.
1112         * typeck.c (build_class_member_access_expr,
1113         get_member_function_from_ptrfunc, build_static_cast_1): Likewise.
1114         * init.c (dfs_initialize_vtbl_ptrs, emit_mem_initializers): Likewise.
1115         * method.c (do_build_copy_constructor, do_build_copy_assign): Likewise.
1116         * rtti.c (build_dynamic_cast_1): Likewise.
1117         * typeck2.c (build_scoped_ref, build_m_component_ref): Likewise.
1118         * call.c (build_over_call, build_special_member_call): Likewise.
1119         * cvt.c (cp_convert_to_pointer, convert_to_pointer_force,
1120         build_up_reference): Likewise.
1121         * cp-tree.h (build_base_path): Adjust declaration.
1122
1123 2011-09-23  Jason Merrill  <jason@redhat.com>
1124
1125         Core 253 - allow const objects with no initializer or
1126         user-provided default constructor if the defaulted constructor
1127         initializes all the subobjects.
1128         PR c++/20039
1129         PR c++/42844
1130         * class.c (default_init_uninitialized_part): New.
1131         * cp-tree.h: Declare it.
1132         * decl.c (check_for_uninitialized_const_var): Use it.
1133         * init.c (perform_member_init): Likewise.
1134         (build_new_1): Likewise.
1135         * method.c (walk_field_subobs): Likewise.
1136
1137 2011-09-23  Paolo Carlini  <paolo.carlini@oracle.com>
1138
1139         PR c++/50258
1140         * decl.c (check_static_variable_definition): Allow in-class
1141         initialization of static data member of non-integral type in
1142         permissive mode.
1143
1144 2011-09-22  Paolo Carlini  <paolo.carlini@oracle.com>
1145
1146         PR c++/50491
1147         * semantics.c (potential_constant_expression_1): Handle USING_DECL.
1148
1149 2011-09-22  Paolo Carlini  <paolo.carlini@oracle.com>
1150
1151         PR c++/50371
1152         * pt.c (invalid_nontype_parm_type_p): Handle NULLPTR_TYPE.
1153
1154 2011-09-22  Jonathan Wakely  <jwakely.gcc@gmail.com>
1155             Paolo Carlini  <paolo.carlini@oracle.com>
1156
1157         PR c++/50344
1158         * friend.c (make_friend_class): cv-qualification is ok in a
1159         friend declaration.
1160
1161 2011-09-21  Paolo Carlini  <paolo.carlini@oracle.com>
1162
1163         PR c++/50454
1164         * decl.c (grokdeclarator): Consistently handle both __int128
1165         and unsigned __int128 with -pedantic; suppress diagnostic in
1166         system headers.
1167
1168 2011-09-20  Jason Merrill  <jason@redhat.com>
1169
1170         * cp-tree.h (DECL_TEMPLOID_INSTANTIATION): New.
1171         (DECL_GENERATED_P): New.
1172         * class.c (finalize_literal_type_property): Use them.
1173         * semantics.c (is_instantiation_of_constexpr): Likewise.
1174         (register_constexpr_fundef): Likewise.
1175
1176         * call.c (convert_default_arg): Avoid redundant copy.
1177         * tree.c (bot_manip): Copy everything.
1178
1179 2011-09-20 Roberto Agostino Vitillo <ravitillo@lbl.gov>
1180
1181         * call.c (build_new_method_call_1): Use non-virtual lookup
1182         for final virtual functions.
1183
1184 2011-09-16  Jason Merrill  <jason@redhat.com>
1185
1186         PR c++/50424
1187         * call.c (set_flags_from_callee): Split out from build_call_a.
1188         * cp-tree.h: Declare it.
1189         * tree.c (bot_manip): Call it.
1190
1191 2011-09-15  Jason Merrill  <jason@redhat.com>
1192
1193         PR c++/50365
1194         * parser.c (cp_parser_late_return_type_opt): Check quals parameter
1195         for clearing current_class_ptr, too.
1196
1197 2011-09-14   Diego Novillo  <dnovillo@google.com>
1198
1199         * name-lookup.c (lookup_arg_dependent): Use conditional
1200         timevars.
1201         * decl.c (xref_tag): Likewise.
1202
1203 2011-09-14  Paolo Carlini  <paolo.carlini@oracle.com>
1204
1205         PR c++/50391
1206         * pt.c (regenerate_decl_from_template): Don't pass an error_mark_node
1207         to build_exception_variant.
1208
1209 2011-09-13  Dodji Seketeli  <dodji@redhat.com>
1210
1211         PR c++/48320
1212         * pt.c (template_parameter_pack_p): Support TEMPLATE_PARM_INDEX
1213         nodes.  Add a comment.
1214         (arg_from_parm_pack_p):  New static function, factorized out from
1215         tsubst_pack_expansion and extended to support non-type parameter
1216         packs represented with TEMPLATE_PARM_INDEX nodes.
1217         (tsubst_pack_expansion): Use arg_from_parm_pack_p.
1218
1219 2011-09-12  Jason Merrill  <jason@redhat.com>
1220
1221         * pt.c (type_unification_real): Fix handling of DEDUCE_CONV
1222         with no deducible template parameters.
1223         * call.c (rejection_reason_code): Add rr_template_conversion.
1224         (print_z_candidate): Handle it.
1225         (template_conversion_rejection): New.
1226         (build_user_type_conversion_1): Use it.
1227
1228         * call.c (merge_conversion_sequences): Set bad_p and user_conv_p
1229         on all of the second conversion sequence.
1230         (build_user_type_conversion_1): Set bad_p on the ck_user conv.
1231         (convert_like_real): Handle bad ck_ref_bind with user_conv_p in the
1232         first section.  Fix loop logic.
1233         (initialize_reference): Call convert_like for diagnostics when
1234         we have a (bad) conversion.
1235
1236         * call.c (convert_class_to_reference)
1237         (convert_class_to_reference_1): Remove.
1238         (reference_binding): Use build_user_type_conversion_1 instead.
1239
1240         * call.c (initialize_reference): Add flags parm.
1241         * decl.c (grok_reference_init): Likewise.
1242         (check_initializer): Pass it.
1243         * typeck.c (convert_for_initialization): Likewise.
1244         * cp-tree.h: Adjust.
1245
1246         * cp-tree.h (LOOKUP_NO_RVAL_BIND): New.
1247         * call.c (conditional_conversion): Use it.
1248         (reference_binding): Fix handling of xvalues.
1249
1250 2011-09-09  Jason Merrill  <jason@redhat.com>
1251
1252         * call.c (implicit_conversion): Check BRACE_ENCLOSED_INITIALIZER_P
1253         before forcing instantiation.
1254
1255 2011-09-08  Paolo Carlini  <paolo.carlini@oracle.com>
1256
1257         PR c++/50324
1258         * typeck2.c (digest_init_r): Call complete_type_or_maybe_complain
1259         instead of complete_type_or_else.
1260
1261 2011-09-08  Dodji Seketeli  <dodji@redhat.com>
1262
1263         PR c++/33255 - Support -Wunused-local-typedefs warning
1264         * name-lookup.c (pushdecl_maybe_friend_1): Use the new
1265         record_locally_defined_typedef.
1266         * decl.c (finish_function): Use the new
1267         maybe_warn_unused_local_typedefs.
1268         (grokfield): Use the new record_locally_defined_typedef.
1269         * parser.c (lookup_name): Use the new maybe_record_typedef_use.
1270
1271 2011-09-07  Paolo Carlini  <paolo.carlini@oracle.com>
1272
1273         PR c++/50309
1274         * decl.c (grokdeclarator): Check u.function.exception_specification
1275         for error_mark_node.
1276
1277 2011-09-07  Jason Merrill  <jason@redhat.com>
1278
1279         PR c++/50298
1280         * parser.c (cp_parser_member_declaration): Don't require a constant
1281         rvalue here in C++0x.
1282
1283         * pt.c (type_unification_real): Correct complain arg for tsubsting
1284         default template args.
1285
1286         * pt.c (tsubst_aggr_type): Check TYPE_P before tsubsting.
1287
1288 2011-09-06  Jason Merrill  <jason@redhat.com>
1289
1290         PR c++/50296
1291         * semantics.c (register_constexpr_fundef): Call is_valid_constexpr_fn.
1292         (cx_check_missing_mem_inits): Handle bases and empty trivial members.
1293         (validate_constexpr_fundecl): Remove.
1294         * decl.c (start_preparsed_function): Don't call it.
1295         * cp-tree.h: Don't declare it.
1296
1297 2011-09-04  Jason Merrill  <jason@redhat.com>
1298
1299         PR c++/49267
1300         * call.c (reference_binding): Don't set is_lvalue for an rvalue
1301         reference rfrom.
1302
1303         PR c++/49267
1304         PR c++/49458
1305         DR 1328
1306         * call.c (reference_binding): Set rvaluedness_matches_p properly
1307         for reference to function conversion ops.
1308         (compare_ics): Adjust.
1309
1310         * class.c (trivial_default_constructor_is_constexpr): Rename from
1311         synthesized_default_constructor_is_constexpr.
1312         (type_has_constexpr_default_constructor): Adjust.
1313         (add_implicitly_declared_members): Call it instead.
1314         (explain_non_literal_class): Explain about non-constexpr default ctor.
1315         * cp-tree.h: Adjust.
1316         * method.c (synthesized_method_walk): Adjust.
1317         * semantics.c (explain_invalid_constexpr_fn): Handle defaulted
1318         functions, too.
1319
1320         PR c++/50248
1321         Core 1358
1322         * init.c (perform_member_init): Don't diagnose missing inits here.
1323         (emit_mem_initializers): Or here.
1324         * method.c (process_subob_fn): Don't instantiate constexpr ctors.
1325         * semantics.c (cx_check_missing_mem_inits): New.
1326         (explain_invalid_constexpr_fn): Call it.
1327         (register_constexpr_fundef): Likewise.  Leave
1328         DECL_DECLARED_CONSTEXPR_P set when the body is unsuitable.
1329         (cxx_eval_call_expression): Adjust diagnostics.
1330         (cxx_eval_constant_expression): Catch use of 'this' in a constructor.
1331
1332 2011-08-30  Jason Merrill  <jason@redhat.com>
1333
1334         PR c++/50084
1335         * cp-tree.h (cp_decl_specifier_seq): Rename user_defined_type_p
1336         to type_definition_p.
1337         * parser.c (cp_parser_set_decl_spec_type): Likewise.
1338         * decl.c (grokdeclarator): Check it.
1339
1340         PR c++/50089
1341         * semantics.c (finish_id_expression): Use
1342         current_nonlambda_class_type for qualified-ids.
1343
1344         PR c++/50114
1345         * decl.c (poplevel): Disable for scope compatibility hack
1346         in C++11 mode.
1347
1348         PR c++/50220
1349         * semantics.c (add_capture): Call complete_type for copy.
1350
1351         PR c++/50234
1352         * semantics.c (cxx_eval_component_reference): Handle
1353         value-initialization for omitted initializers.
1354
1355 2011-08-29  Jason Merrill  <jason@redhat.com>
1356
1357         PR c++/50224
1358         * semantics.c (finish_id_expression): Mark captured variables used.
1359
1360 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
1361             Jason Merrill  <jason@redhat.com>
1362
1363         PR c++/50207
1364         * class.c (finish_struct_1): Complain if the first field is
1365         artificial.
1366
1367 2011-08-29  Jason Merrill  <jason@redhat.com>
1368
1369         PR c++/50209
1370         Core DR 994
1371         * parser.c (cp_parser_default_argument): Use
1372         cp_parser_initializer_clause.
1373         (cp_parser_late_parsing_default_args): Likewise.
1374
1375 2011-08-26  Jason Merrill  <jason@redhat.com>
1376
1377         Core DR 342
1378         PR c++/48582
1379         * pt.c (check_valid_ptrmem_cst_expr): A null member pointer value
1380         is valid in C++11.
1381         (convert_nontype_argument): Likewise.  Implicitly convert nullptr
1382         and do constant folding.
1383         * mangle.c (write_template_arg_literal): Mangle null member
1384         pointer values as 0.
1385         * call.c (null_member_pointer_value_p): New.
1386         * cp-tree.h: Declare it.
1387
1388 2011-08-25  Jason Merrill  <jason@redhat.com>
1389
1390         * call.c (convert_like_real): Remove redundant complain checks.
1391
1392         PR c++/50157
1393         * call.c (convert_like_real): Exit early if bad and !tf_error.
1394
1395 2011-08-23  Jason Merrill  <jason@redhat.com>
1396
1397         * typeck2.c (build_functional_cast): Don't try to avoid calling
1398         build_value_init.
1399         * pt.c (instantiate_class_template_1): Don't copy TYPE_HAS_* flags.
1400
1401 2011-08-23  Jason Merrill  <jason@redhat.com>
1402
1403         PR c++/49045
1404         Core 1321
1405         * tree.c (dependent_name): New.
1406         (cp_tree_equal): Two calls with the same dependent name are
1407         equivalent even if the overload sets are different.
1408
1409 2011-08-23  Jason Merrill  <jason@redhat.com>
1410
1411         * tree.c (build_target_expr): Set TREE_CONSTANT on
1412         literal TARGET_EXPR if the value is constant.
1413         * typeck2.c (build_functional_cast): Don't set it here.
1414
1415 2011-08-23  Jason Merrill  <jason@redhat.com>
1416
1417         Core 903 (partial)
1418         * call.c (null_ptr_cst_p): Only 0 qualifies in C++11.
1419
1420 2011-08-23  Jason Merrill  <jason@redhat.com>
1421
1422         Core 975
1423         * decl.c (cxx_init_decl_processing): Initialize
1424         dependent_lambda_return_type_node.
1425         * cp-tree.h (cp_tree_index): Add CPTI_DEPENDENT_LAMBDA_RETURN_TYPE.
1426         (dependent_lambda_return_type_node): Define.
1427         (DECLTYPE_FOR_LAMBDA_RETURN): Remove.
1428         * semantics.c (lambda_return_type): Handle overloaded function.
1429         Use dependent_lambda_return_type_node instead of
1430         DECLTYPE_FOR_LAMBDA_RETURN.
1431         (apply_lambda_return_type): Don't check dependent_type_p.
1432         * pt.c (tsubst_copy_and_build): Handle lambda return type deduction.
1433         (instantiate_class_template_1): Likewise.
1434         (tsubst): Don't use DECLTYPE_FOR_LAMBDA_RETURN.
1435         * mangle.c (write_type): Likewise.
1436         * typeck.c (structural_comptypes): Likewise.
1437         (check_return_expr): Handle dependent_lambda_return_type_node.
1438
1439 2011-08-23  Jason Merrill  <jason@redhat.com>
1440
1441         PR c++/50024
1442         * semantics.c (maybe_constant_value): Don't try to fold { }.
1443         * pt.c (build_non_dependent_expr): Don't wrap { }.
1444         * init.c (build_value_init): Allow scalar value-init in templates.
1445
1446 2011-08-23  Jason Merrill  <jason@redhat.com>
1447
1448         * semantics.c (potential_constant_expression_1): Allow 'this'.
1449
1450 2011-08-23  Jakub Jelinek  <jakub@redhat.com>
1451
1452         PR c++/50158
1453         * typeck.c (cp_build_modify_expr): Call mark_rvalue_use on rhs
1454         if it has side-effects and needs to be preevaluated.
1455
1456 2011-08-23  Siddhesh Poyarekar  <siddhesh.poyarekar@gmail.com>
1457
1458         PR c++/50055
1459         * except.c (begin_eh_spec_block): Build EH_SPEC block on the
1460         same line as the function.
1461
1462 2011-08-23  Jakub Jelinek  <jakub@redhat.com>
1463
1464         PR c++/46862
1465         * class.c (finish_struct_1): If TYPE_TRANSPARENT_AGGR is set on a type
1466         which doesn't have any fields, clear it and diagnose.
1467
1468 2011-08-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1469             Marc Glisse  <marc.glisse@normalesup.org>
1470
1471         PR libstdc++-v3/1773
1472         * mangle.c (decl_mangling_context): Call
1473         targetm.cxx.decl_mangling_context.
1474         (write_unscoped_name): Use decl_mangling_context.
1475
1476 2011-08-18  Dodji Seketeli  <dodji@redhat.com>
1477
1478         PR c++/45625
1479         * pt.c (parameter_of_template_p): Handle comparison with DECLs of
1480         template parameters as created by process_template_parm.
1481
1482 2011-08-16  Jason Merrill  <jason@redhat.com>
1483
1484         PR c++/50086
1485         * pt.c (unify_pack_expansion): Correct overloaded unification
1486         logic.
1487
1488         * pt.c (instantiate_class_template_1): If DECL_PRESERVE_P is set
1489         on a member function or static data member, call mark_used.
1490
1491         PR c++/50054
1492         * typeck2.c (cxx_incomplete_type_diagnostic): Handle
1493         init_list_type_node.
1494
1495 2011-08-13  Jason Merrill  <jason@redhat.com>
1496
1497         PR c++/50075
1498         * name-lookup.c (local_bindings_p): New.
1499         * name-lookup.h: Declare it.
1500         * lex.c (unqualified_name_lookup_error): Use it.
1501
1502         PR c++/50059
1503         * error.c (dump_expr): Handle MODIFY_EXPR properly.
1504
1505         * decl.c (grok_reference_init): Handle constexpr here.
1506         * call.c (initialize_reference): Not here.
1507
1508 2011-08-12  David Li  <davidxl@google.com>
1509
1510         * class.c (update_vtable_entry_for_fn): Set
1511         LOST_PRIMARY bit properly.
1512
1513 2011-08-12  Jason Merrill  <jason@redhat.com>
1514
1515         PR c++/50034
1516         * call.c (convert_arg_to_ellipsis): force_rvalue only in
1517         potentially evaluated context.
1518
1519 2011-08-12  Richard Guenther  <rguenther@suse.de>
1520
1521         * call.c (build_over_call): Instead of memcpy use an
1522         assignment of two MEM_REFs.
1523
1524 2011-08-11  Romain Geissler  <romain.geissler@gmail.com>
1525             Brian Hackett  <bhackett1024@gmail.com>
1526
1527         * decl.c (cp_finish_decl): Invoke callbacks on finish_decl event.
1528
1529 2011-08-10  Richard Guenther  <rguenther@suse.de>
1530
1531         * call.c (build_over_call): Call memcpy unconditionally.
1532
1533 2011-08-08  Jason Merrill  <jason@redhat.com>
1534
1535         PR c++/50020
1536         * semantics.c (finish_call_expr): Don't look at 'this' if we
1537         had an explicit object argument.
1538
1539         PR c++/50011
1540         * typeck2.c (check_narrowing): Fix integer logic.
1541
1542 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1543
1544         * Make-lang.in (g++$(exeext)): Add $(EXTRA_GCC_LIBS).
1545
1546 2011-08-05  Jason Merrill  <jason@redhat.com>
1547
1548         PR c++/48993
1549         * semantics.c (potential_constant_expression_1) [CALL_EXPR]: Sorry
1550         on 'this' in a constructor.
1551
1552         PR c++/49921
1553         * semantics.c (finish_decltype_type): Call invalid_nonstatic_memfn_p.
1554
1555         PR c++/49669
1556         * init.c (perform_member_init): Handle invalid array initializer.
1557
1558         PR c++/49988
1559         * semantics.c (cxx_eval_array_reference): Handle failure to
1560         reduce the array operand to something we can work with.
1561
1562 2011-08-05  Gabriel Charette  <gchare@google.com>
1563
1564         * decl.c (finish_function): Remove unecessary line 0 hack.
1565
1566 2011-08-05  Jason Merrill  <jason@redhat.com>
1567
1568         PR c++/47453
1569         * typeck.c (build_x_compound_expr_from_list): Also complain
1570         about ({...}).
1571
1572         PR c++/49812
1573         * typeck.c (cp_build_unary_op) [POSTINCREMENT_EXPR]: Strip cv-quals.
1574
1575         PR c++/49983
1576         * parser.c (cp_parser_range_for): Only do auto deduction in
1577         template if the range is non-dependent.
1578
1579         * init.c (perform_member_init): Always build_aggr_init
1580         for a class member with an explicit mem-initializer.
1581
1582         * pt.c (unify) [TEMPLATE_TYPE_PARM]: Allow VLA for C++0x 'auto'.
1583
1584 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
1585
1586         PR middle-end/49905
1587         * decl.c (cxx_init_decl_processing): Add alloc_size (1) attribute
1588         for operator new and operator new [].  Call init_attributes.
1589
1590 2011-08-02  Jason Merrill  <jason@redhat.com>
1591
1592         PR c++/43886
1593         * parser.c (cp_parser_lambda_body): Clear local_variables_forbidden_p.
1594
1595         PR c++/49577
1596         * typeck2.c (check_narrowing): Check unsigned mismatch.
1597         * semantics.c (finish_compound_literal): check_narrowing.
1598
1599         PR c++/49593
1600         * pt.c (find_parameter_packs_r): Handle CONSTRUCTOR.
1601
1602         PR c++/49803
1603         * init.c (sort_mem_initializers): Initialize uses_unions_p here.
1604         (build_field_list): Not here.
1605
1606         PR c++/49834
1607         * parser.c (build_range_temp): Split out from...
1608         (cp_convert_range_for): ...here.
1609         (do_range_for_auto_deduction): New.
1610         (cp_parser_range_for): Use it.
1611
1612 2011-08-02  Jakub Jelinek  <jakub@redhat.com>
1613
1614         * cp-tree.h (finish_omp_atomic): Adjust prototype.
1615         (cxx_omp_const_qual_no_mutable): New prototype.
1616         (finish_omp_taskyield): New prototype.
1617         * parser.c (cp_parser_omp_atomic): (cp_parser_omp_atomic): Handle
1618         parsing OpenMP 3.1 atomics.  Adjust finish_omp_atomic caller.
1619         (cp_parser_omp_clause_name): Handle final and mergeable clauses.
1620         (cp_parser_omp_clause_final, cp_parser_omp_clause_mergeable): New
1621         functions.
1622         (cp_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
1623         and PRAGMA_OMP_CLAUSE_MERGEABLE.
1624         (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
1625         (cp_parser_omp_taskyield): New function.
1626         (cp_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
1627         (cp_parser_omp_clause_reduction): Handle min and max.
1628         * pt.c (tsubst_expr) <case OMP_ATOMIC>: Handle OpenMP 3.1 atomics.
1629         (tsubst_omp_clauses): Handle OMP_CLAUSE_FINAL and
1630         OMP_CLAUSE_MERGEABLE.
1631         * semantics.c (finish_omp_atomic): Add OPCODE, V, LHS1 and RHS1
1632         arguments.  Handle OpenMP 3.1 atomics.  Adjust c_finish_omp_atomic
1633         caller.
1634         (finish_omp_clauses): Don't complain about const qualified
1635         predetermined vars and static data members in firstprivate clause.
1636         Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE. Handle MIN_EXPR
1637         and MAX_EXPR.
1638         (finish_omp_taskyield): New function.
1639         * cp-gimplify.c (cxx_omp_const_qual_no_mutable): New function.
1640         (cxx_omp_predetermined_sharing): Use it.
1641
1642 2011-08-02  Jason Merrill  <jason@redhat.com>
1643
1644         * call.c (build_call_a): Also check at_function_scope_p.
1645
1646 2011-08-01  Jason Merrill  <jason@redhat.com>
1647
1648         PR c++/49932
1649         * mangle.c (write_prefix): Handle decltype.
1650
1651         PR c++/49924
1652         * semantics.c (cxx_eval_vec_init_1): Fix logic.
1653
1654         PR c++/49813
1655         * semantics.c (potential_constant_expression_1): Allow any builtin.
1656         (morally_constexpr_builtin_function_p): Remove.
1657
1658 2011-07-29  Jason Merrill  <jason@redhat.com>
1659
1660         PR c++/49867
1661         * parser.c (cp_parser_lambda_expression): Also clear in_statement
1662         and in_switch_statement_p.
1663         (cp_parser_class_specifier): Likewise.
1664
1665 2011-07-28  Jason Merrill  <jason@redhat.com>
1666
1667         PR c++/49808
1668         * pt.c (tsubst) [TEMPLATE_PARM_INDEX]: Call convert_from_reference.
1669         (convert_nontype_argument, tsubst_template_arg): Handle its output.
1670
1671 2011-07-28  Paolo Carlini  <paolo.carlini@oracle.com>
1672
1673         PR c++/49813
1674         * semantics.c (potential_constant_expression_1):  Handle FMA_EXPR.
1675
1676 2011-07-27  Jeffrey Yasskin  <jyasskin@google.com>
1677
1678         * pt.c (build_template_decl): Copy the function_decl's
1679         source location to the new template_decl.
1680
1681 2011-07-26  Paolo Carlini  <paolo.carlini@oracle.com>
1682
1683         PR c++/49776
1684         * typeck.c (cp_build_modify_expr): Check digest_init return value
1685         for error_mark_node.
1686
1687 2011-07-25  Paolo Carlini  <paolo.carlini@oracle.com>
1688
1689         PR bootstrap/49845
1690         * parser.c (cp_parser_perform_range_for_lookup): Always assign *being
1691         and *end before returning.
1692
1693 2011-07-25  Paolo Carlini  <paolo.carlini@oracle.com>
1694
1695         PR c++/49838
1696         * parser.c (cp_parser_perform_range_for_lookup): Early return if
1697         error_operand_p (range).
1698
1699 2011-07-23  Jason Merrill  <jason@redhat.com>
1700
1701         PR c++/49823
1702         * parser.c (cp_parser_qualifying_entity): Handle templates.
1703
1704 2011-07-22  Jason Merrill  <jason@redhat.com>
1705
1706         PR c++/49793
1707         * typeck2.c (check_narrowing): Downgrade permerror to pedwarn.
1708         Make conditional on -Wnarrowing.
1709
1710 2011-07-22  Ville Voutilainen  <ville.voutilainen@gmail.com>
1711
1712         Warn about the use of final/override in non-c++0x mode, and
1713         add __final for non-c++0x mode.
1714         * cp-tree.h (cpp0x_warn_str): Add CPP0X_OVERRIDE_CONTROLS.
1715         * error.c (maybe_warn_cpp0x): Adjust.
1716         * parser.c (cp_parser_virt_specifier_seq_opt): Use it. Add
1717         '__final' as a non-c++0x alternative for 'final'.
1718
1719 2011-07-22  Jason Merrill  <jason@redhat.com>
1720             Mark Glisse  <marc.glisse@normalesup.org>
1721
1722         PR c++/30112
1723         * decl.c (cp_finish_decl): Apply pragma redefine_extname in
1724         other namespaces as well.
1725         * name-lookup.c (c_linkage_bindings): Define.
1726         (lookup_extern_c_fun_in_all_ns): Rename from
1727         lookup_extern_c_fun_binding_in_all_ns.  Return tree.
1728         (pushdecl_maybe_friend_1): Adjust.  Copy DECL_ASSEMBLER_NAME.
1729
1730 2011-07-20  Jason Merrill  <jason@redhat.com>
1731
1732         * parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]=
1733         designated initializer syntax.
1734         * decl.c (check_array_designated_initializer): Add index parm.
1735         (maybe_deduce_size_from_array_init): Pass it.
1736         (reshape_init_array_1): Likewise.
1737
1738         PR c++/6709 (DR 743)
1739         PR c++/42603 (DR 950)
1740         * parser.c (token_is_decltype, cp_lexer_next_token_is_decltype): New.
1741         (cp_parser_nested_name_specifier_opt): Allow decltype.
1742         (cp_parser_qualifying_entity): Likewise.
1743         (cp_parser_decltype): Replace source tokens with CPP_DECLTYPE.
1744         (cp_parser_simple_type_specifier): Handle decltype as scope.
1745         (cp_parser_base_specifier): Allow decltype.
1746         (cp_parser_base_clause): Don't crash on null base.
1747         * parser.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move to c-common.h.
1748         (CPP_NESTED_NAME_SPECIFIER, N_CP_TTYPES): Likewise.
1749
1750 2011-07-19  Jason Merrill  <jason@redhat.com>
1751
1752         PR c++/49785
1753         * pt.c (coerce_template_parms): Handle non-pack after pack.
1754
1755 2011-07-19  Richard Guenther  <rguenther@suse.de>
1756
1757         * call.c (build_special_member_call): Use fold_build_pointer_plus.
1758         * class.c (build_base_path): Likewise.
1759         (convert_to_base_statically): Likewise.
1760         (dfs_accumulate_vtbl_inits): Likewise.
1761         * cp-gimplify.c (cxx_omp_clause_apply_fn): Likewise.
1762         * except.c (expand_start_catch_block): Likewise.
1763         * init.c (expand_virtual_init): Likewise.
1764         (build_new_1): Likewise.
1765         (build_vec_delete_1): Likewise.
1766         (build_vec_delete): Likewise.
1767         * rtti.c (build_headof): Likewise.
1768         (tinfo_base_init): Likewise.
1769         * typeck.c (get_member_function_from_ptrfunc): Likewise.
1770         (cp_build_addr_expr_1): Likewise.
1771         * typeck2.c (build_m_component_ref): Likewise.
1772
1773 2011-07-18  Martin Jambor  <mjambor@suse.cz>
1774
1775         * parser.c (cp_parser_parameter_declaration_list): Initialize
1776         parenthesized_p.
1777
1778 2011-07-16  Jason Merrill  <jason@redhat.com>
1779
1780         * pt.c (tinst_level_tick, last_template_error_tick): Replace with
1781         last_error_tinst_level.
1782         (push_tinst_level, pop_tinst_level): Adjust.
1783         (problematic_instantiation_changed): Adjust.
1784         (record_last_problematic_instantiation): Adjust.
1785         * error.c (cp_print_error_function): Don't print
1786         current_function_decl if we're in a template instantiation context.
1787         (print_instantiation_full_context): Always print first line.
1788
1789 2011-07-16  Nathan Froyd  <froydnj@codesourcery.com>
1790             Jason Merrill  <jason@redhat.com>
1791
1792         PR c++/45329
1793         PR c++/48934
1794         * cp-tree.h (fn_type_unification): Add `bool' parameter.
1795         * pt.c (enum template_base_result): Define.
1796         (unify_success, unify_unknown): Define.
1797         (unify_parameter_deduction_failure): Define.
1798         (unify_invalid, unify_cv_qual_mismatch, unify_type_mismatch): Define.
1799         (unify_parameter_pack_mismatch): Define.
1800         (unify_parameter_pack_inconsistent): Define.
1801         (unify_ptrmem_cst_mismatch, unify_vla_arg): Define.
1802         (unify_expression_unequal, unify_inconsistency): Define.
1803         (unify_method_type_error, unify_arity): Likewise.
1804         (unify_too_many_parameters, unify_too_few_parameters): Define.
1805         (unify_arg_conversion, unify_no_common_base): Define.
1806         (unify_illformed_ptrmem_cst_expr): Define.
1807         (unify_substitution_failure): Define.
1808         (unify_inconsistent_template_template_parameters): Define.
1809         (unify_template_deduction_failure): Define.
1810         (unify_template_argument_mismatch): Define.
1811         (unify_overload_resolution_failure): Define.
1812         (comp_template_args_with_info): New function, split out from...
1813         (comp_template_args): ...here.  Call it.
1814         (deduction_tsubst_fntype): Add `complain' parameter'.  Pass it
1815         to tsubst.
1816         (unify): Add `explain_p' parameter.  Pass to all relevant calls.
1817         Call above status functions when appropriate.
1818         (resolve_overloaded_unification, try_one_overload): Likewise.
1819         (type_unification, type_unification_real): Likewise.
1820         (unify_pack_expansion): Likewise.
1821         (get_template_base, try_class_unification): Likewise.
1822         (get_bindings, more_specialized_fn): Pass false to unification
1823         calls.
1824         (get_class_bindings, do_auto_deduction): Likewise.
1825         (convert_nontype_argument): Likewise.
1826         (fn_type_unification): Likewise.  Pass tf_warning_or_error if
1827         explain_p.
1828         (get_template_base): Add `explain_p' parameter and pass it to
1829         try_class_unification.  Return an enum template_base_result.
1830         * class.c (resolve_address_of_overloaded_function): Pass false to
1831         fn_type_unification.
1832         * call.c (enum rejection_reason_code): Add new codes.
1833         (struct rejection_reason): Add template_unification field.
1834         Add template_instantiation field.
1835         (template_unification_rejection): Define.
1836         (template_unification_error_rejection): Define.
1837         (template_instantiation_rejection): Define.
1838         (invalid_copy_with_fn_template_rejection): Define.
1839         (add_template_candidate): Pass false to unify.
1840         Provide more rejection reasons when possible.
1841         (print_template_unification_rejection): Define.
1842         (print_arity_rejection): Define, split out from...
1843         (print_z_candidate): ...here.  Add cases for new rejection
1844         reasons.
1845
1846 2011-07-15  Jason Merrill  <jason@redhat.com>
1847
1848         * Make-lang.in (check-g++-strict-gc): New.
1849         (cp/except.o): Depend on gt-cp-except.h
1850         * except.c: Include gt-cp-except.h.
1851         * config-lang.in (gtfiles): Add cp/except.c.
1852         * decl2.c (mark_used): Adjust constexpr condition, set
1853         function_depth around template instantiation.
1854         * parser.c (cp_parser_lambda_body): Set function_depth.
1855         * semantics.c (maybe_add_lambda_conv_op): Likewise.
1856
1857         PR testsuite/49741
1858         * Make-lang.in (check-c++0x): Use --extra_opts instead of--tool_opts.
1859
1860 2011-07-13  Jason Merrill  <jason@redhat.com>
1861
1862         * Make-lang.in (check-c++0x): New.
1863
1864 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
1865
1866         * typeck2.c (split_nonconstant_init_1): Pass the initializer directly,
1867         rather than a pointer to it.  Return true if the whole of the value
1868         was initialized by the generated statements.  Use
1869         complete_ctor_at_level_p instead of count_type_elements.
1870
1871 2011-07-12   Diego Novillo  <dnovillo@google.com>
1872
1873         * name-lookup.h (cp_binding_level): Rename from cxx_scope.
1874         Update all users.
1875         (struct cp_binding_level): Fix indentation.
1876
1877 2011-07-11  Jason Merrill  <jason@redhat.com>
1878
1879         PR c++/49672
1880         * pt.c (extract_fnparm_pack): Split out from...
1881         (make_fnparm_pack): ...here.
1882         (instantiate_decl): Handle non-pack parms after a pack.
1883         * semantics.c (maybe_add_lambda_conv_op): Don't in a template.
1884
1885         * decl2.c (decl_constant_var_p): Use decl_maybe_constant_var_p.
1886
1887         PR c++/44609
1888         * cp-tree.h (struct tinst_level): Add errors field.
1889         * pt.c (neglectable_inst_p, limit_bad_template_recurson): New.
1890         (push_tinst_level): Don't start another decl in that case.
1891         (reopen_tinst_level): Adjust errors field.
1892         * decl2.c (cp_write_global_declarations): Don't complain about
1893         undefined inline if its template was defined.
1894         * mangle.c (mangle_decl_string): Handle failure from push_tinst_level.
1895
1896 2011-07-10  Jason Merrill  <jason@redhat.com>
1897
1898         PR c++/49691
1899         * parser.c (cp_parser_late_return_type_opt): Check quals parameter
1900         rather than current_class_type to determine whether to set 'this'.
1901         (cp_parser_direct_declarator): Pass -1 to quals if member_p is false.
1902         (cp_parser_init_declarator): Pass down member_p.
1903
1904 2011-07-09  Jason Merrill  <jason@redhat.com>
1905
1906         * tree.c (build_vec_init_elt): Strip TARGET_EXPR.
1907
1908 2011-07-08  Jason Merrill  <jason@redhat.com>
1909
1910         PR c++/45437
1911         * typeck.c (cp_build_modify_expr): Preevaluate RHS.
1912
1913         * method.c (use_thunk): Use cgraph_add_to_same_comdat_group.
1914         * optimize.c (maybe_clone_body): Likewise.
1915         * semantics.c (maybe_add_lambda_conv_op): Likewise.
1916
1917         PR c++/45603
1918         * decl.c (expand_static_init): Don't get confused by user
1919         declaration of __cxa_guard_acquire.
1920
1921         * typeck.c (cp_apply_type_quals_to_decl): Don't check
1922         COMPLETE_TYPE_P either.
1923
1924         PR c++/49673
1925         * typeck.c (cp_apply_type_quals_to_decl): Don't check
1926         TYPE_NEEDS_CONSTRUCTING.
1927
1928 2011-07-07  Jason Merrill  <jason@redhat.com>
1929
1930         PR c++/49663
1931         * pt.c (push_deduction_access_scope): Preserve
1932         processing_template_decl across push_to_top_level.
1933         And revert:
1934         * class.c (pushclass): Accept NULL argument.
1935         (popclass): Deal with popping null class.
1936         * pt.c (push_access_scope, pop_access_scope): Use them rather than
1937         push_to_top_level/pop_from_top_level.
1938         * name-lookup.c (lookup_name_real_1): Check current_class_type.
1939
1940 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
1941
1942         PR c/49644
1943         * typeck.c (cp_build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
1944         one non-complex and one complex argument, call save_expr on both
1945         operands.
1946
1947 2011-07-06  Jason Merrill  <jason@redhat.com>
1948
1949         PR c++/49353
1950         * semantics.c (expand_or_defer_fn_1): Clear DECL_EXTERNAL
1951         on kept inlines.
1952
1953         PR c++/49568
1954         * method.c (make_thunk, use_thunk): Copy DECL_COMDAT.
1955
1956 2011-07-05  Jason Merrill  <jason@redhat.com>
1957
1958         PR c++/48157
1959         * pt.c (tsubst_qualified_id): Preserve TEMPLATE_ID_EXPR in
1960         partial instantiation.
1961
1962         PR c++/49598
1963         * semantics.c (finish_id_expression): convert_from_reference.
1964
1965 2011-07-05  Richard Guenther  <rguenther@suse.de>
1966
1967         * decl.c (cxx_init_decl_processing): Defer building common
1968         tree nodes to c_common_nodes_and_builtins.
1969
1970 2011-07-04  Jason Merrill  <jason@redhat.com>
1971
1972         DR 1207
1973         PR c++/49589
1974         * mangle.c (write_expression): Handle 'this'.
1975         * parser.c (cp_parser_postfix_dot_deref_expression): Allow
1976         incomplete *this.
1977         * semantics.c (potential_constant_expression_1): Check that
1978         DECL_CONTEXT is set on 'this'.
1979
1980         * error.c (dump_template_bindings): Don't print typenames
1981         for a partial instantiation.
1982         (dump_function_decl): If we aren't printing function arguments,
1983         print template arguments as <args> rather than [with ...].
1984         (dump_expr): Don't print return type or template header.
1985         [BASELINK]: Use BASELINK_FUNCTIONS rather than get_first_fn.
1986         * pt.c (dependent_template_arg_p): Handle null arg.
1987
1988         * error.c (type_to_string): Avoid redundant akas.
1989
1990 2011-07-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
1991
1992         PR c++/49605
1993         * init.c (build_delete): Only warn for sfk_deleting_destructor.
1994
1995 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
1996
1997         * Make-lang.in (cp/decl.o): Depend on pointer-set.h.
1998         (cp/class.o): Likewise.
1999         (cp/error.o): Likewise.
2000         (cp/name-lookup.o): Likewise.
2001         (cp/decl2.o): Likewise.  Don't depend on $(POINTER_SET_H).
2002
2003 2011-07-01  Jason Merrill  <jason@redhat.com>
2004
2005         PR c++/48261
2006         * pt.c (lookup_template_function): Handle non-function.
2007
2008         PR c++/48593
2009         * pt.c (tsubst_qualified_id): Check PTRMEM_OK_P.
2010         * tree.c (build_qualified_name): Set PTRMEM_OK_P.
2011         * semantics.c (finish_parenthesized_expr): Clear PTRMEM_OK_P on
2012         SCOPE_REF, too.
2013         * cp-tree.h (PTRMEM_OK_P): Apply to SCOPE_REF, too.
2014         (QUALIFIED_NAME_IS_TEMPLATE): Switch to lang flag 1.
2015
2016         PR c++/48883
2017         PR c++/49609
2018         * pt.c (resolve_nondeduced_context): Call mark_used.
2019
2020         PR c++/49085
2021         * semantics.c (finish_offsetof): Complain about incomplete type.
2022
2023 2011-06-30  Jason Merrill  <jason@redhat.com>
2024
2025         PR c++/49387
2026         * rtti.c (get_tinfo_decl): Call complete_type.
2027
2028         PR c++/49569
2029         * method.c (implicitly_declare_fn): Set DECL_PARM_LEVEL and
2030         DECL_PARM_INDEX on rhs parm.
2031
2032         * pt.c (iterative_hash_template_arg): Use cp_tree_operand_length.
2033
2034         PR c++/49355
2035         * tree.c (stabilize_init): Handle aggregate initialization.
2036
2037         PR c++/48481
2038         * name-lookup.c (struct arg_lookup): Add fn_set.
2039         (add_function): Check it.
2040         (lookup_arg_dependent_1): Initialize it.
2041
2042 2011-06-29  Jason Merrill  <jason@redhat.com>
2043
2044         PR c++/49216
2045         * init.c (build_new_1): Pass {} down to build_vec_init.
2046         (build_vec_init): Handle it.
2047
2048         DR 1207
2049         PR c++/49003
2050         * cp-tree.h (struct saved_scope): Add x_current_class_ptr,
2051         x_current_class_ref.
2052         (current_class_ptr, current_class_ref): Use them.
2053         * decl.c (build_this_parm): Handle getting the class type.
2054         * parser.c (cp_parser_late_return_type_opt): Set up 'this'
2055         for use within the trailing return type.
2056
2057         * pt.c (tsubst_decl) [VAR_DECL]: In unevaluated operand,
2058         don't tsubst DECL_INITIAL unless our type use auto.
2059
2060         PR c++/49520
2061         * semantics.c (constexpr_fn_retval): Handle CLEANUP_POINT_EXPR here.
2062         (massage_constexpr_body): Not here.
2063
2064         PR c++/49554
2065         * semantics.c (lambda_proxy_type): New.
2066         (build_capture_proxy): Use it.
2067         * cp-tree.h (DECLTYPE_FOR_LAMBDA_PROXY): New.
2068         * pt.c (tsubst) [DECLTYPE_TYPE]: Use them.
2069
2070         PR c++/45923
2071         * class.c (explain_non_literal_class): New.
2072         (finalize_literal_type_property): Call it.
2073         * cp-tree.h: Declare it.
2074         * semantics.c (ensure_literal_type_for_constexpr_object): Call it.
2075         (is_valid_constexpr_fn): Likewise.
2076         (massage_constexpr_body): Split out from...
2077         (register_constexpr_fundef): ...here.
2078         (is_instantiation_of_constexpr): New.
2079         (expand_or_defer_fn_1): Leave DECL_SAVED_TREE alone in that case.
2080         (explain_invalid_constexpr_fn): New.
2081         (cxx_eval_call_expression): Call it.
2082         (potential_constant_expression_1): Likewise.  Avoid redundant errors.
2083         * method.c (process_subob_fn): Diagnose non-constexpr.
2084         (walk_field_subobs): Likewise.
2085         (synthesized_method_walk): Don't shortcut if we want diagnostics.
2086         (explain_implicit_non_constexpr): New.
2087         (defaulted_late_check): Use it.
2088         * call.c (build_cxx_call): Remember location.
2089
2090         * method.c (maybe_explain_implicit_delete): Use pointer_set
2091         instead of htab.
2092
2093         * class.c (finalize_literal_type_property): Update conditions.
2094         * method.c (defaulted_late_check): Set TYPE_HAS_CONSTEXPR_CTOR.
2095
2096         * tree.c (build_vec_init_expr): Don't add TARGET_EXPR.
2097         * typeck2.c (digest_init_r): Handle VEC_INIT_EXPR.
2098         * semantics.c (cxx_eval_vec_init_1): Correct type.
2099
2100         * init.c (build_value_init): Decide whether or not to zero-initialize
2101         based on user-providedness of default ctor, not any ctor.
2102         (build_value_init_noctor): Adjust assert.
2103
2104         DR 990
2105         * call.c (convert_like_real) [ck_user]: Handle value-initialization.
2106         (build_new_method_call_1): Likewise.
2107         * init.c (expand_default_init): Handle direct list-initialization
2108         of aggregates.
2109
2110 2011-06-27  Jakub Jelinek  <jakub@redhat.com>
2111
2112         * cp-tree.h (union lang_tree_node): Use it in chain_next expression.
2113
2114 2011-06-26  Jason Merrill  <jason@redhat.com>
2115
2116         PR c++/49528
2117         * semantics.c (potential_constant_expression_1): Check
2118         for non-literality rather than cleanup.
2119         (cxx_eval_constant_expression): Likewise.
2120
2121         PR c++/49528
2122         * semantics.c (potential_constant_expression_1): A TARGET_EXPR
2123         with a cleanup isn't constant.
2124         (cxx_eval_constant_expression): Likewise.
2125         * init.c (expand_default_init): Use maybe_constant_init.
2126
2127 2011-06-24  Jakub Jelinek  <jakub@redhat.com>
2128
2129         PR c++/46400
2130         * cp-tree.h (union lang_tree_node): Use TYPE_NEXT_VARIANT
2131         instead of TYPE_CHAIN for chain_next for types.
2132
2133 2011-06-23  Gabriel Charette  <gchare@google.com>
2134
2135         * name-lookup.h (cp_binding_level): Removed unused
2136         member names_size. Update all users.
2137
2138 2011-06-23  Jason Merrill  <jason@redhat.com>
2139
2140         * typeck2.c (build_functional_cast): Strip cv-quals for value init.
2141         * init.c (build_zero_init_1): Not here.
2142
2143         PR c++/35255
2144         * pt.c (resolve_overloaded_unification): Fix DR 115 handling.
2145
2146 2011-06-23  Paolo Carlini  <paolo.carlini@oracle.com>
2147
2148         PR c++/44625
2149         * decl2.c (build_anon_union_vars): Early return error_mark_node
2150         for a nested anonymous struct.
2151
2152 2011-06-23  Jason Merrill  <jason@redhat.com>
2153
2154         PR c++/49507
2155         * decl2.c (mark_used): Don't call synthesize_method for
2156         functions defaulted outside the class.
2157
2158         * optimize.c (maybe_clone_body): Set linkage flags before
2159         cgraph_same_body_alias.
2160
2161         PR c++/49440
2162         * class.c (set_linkage_according_to_type): Hand off to
2163         determine_visibility.
2164
2165         PR c++/49395
2166         * init.c (build_zero_init_1): Strip cv-quals from scalar types.
2167
2168         PR c++/36435
2169         * pt.c (most_specialized_instantiation): Do check return types.
2170
2171 2011-06-22  Jason Merrill  <jason@redhat.com>
2172
2173         PR c++/49260
2174         * call.c (build_call_a): Set cp_function_chain->can_throw here.
2175         (build_cxx_call): Not here.
2176
2177 2011-06-21  Jason Merrill  <jason@redhat.com>
2178
2179         PR c++/49172
2180         * decl.c (cp_finish_decl): Adjust init_const_expr_p for refs.
2181         (grokdeclarator): constexpr doesn't apply const for refs.
2182         * parser.c (cp_parser_initializer_clause): Don't call
2183         maybe_constant_value here.
2184         * call.c (initialize_reference): Handle constexpr.
2185
2186         PR c++/49482
2187         * semantics.c (maybe_add_lambda_conv_op): Call mark_exp_read for
2188         static fn parameters.
2189
2190         * call.c (add_builtin_candidates): Use cv_unqualified rather than
2191         TYPE_MAIN_VARIANT.
2192         * pt.c (tsubst_arg_types): Likewise.
2193         * except.c (build_throw): Use cv_unqualified.
2194
2195         PR c++/49418
2196         * call.c (cxx_type_promotes_to): Don't strip cv-quals.
2197         * semantics.c (lambda_return_type): Strip them here.
2198
2199 2011-06-21  Andrew MacLeod  <amacleod@redhat.com>
2200
2201         * semantics.c: Add sync_ or SYNC__ to builtin names.
2202
2203 2011-06-20  Jason Merrill  <jason@redhat.com>
2204
2205         PR c++/49216
2206         * init.c (build_vec_init): Don't try to use a CONSTRUCTOR when
2207         base is a pointer.
2208         * typeck2.c (process_init_constructor_array): Use {} for classes,
2209         too.
2210         * call.c (convert_like_real): Handle substitution failure.
2211
2212         PR c++/48138
2213         * pt.c (canonicalize_type_argument): New.
2214         (convert_template_argument, unify): Use it.
2215
2216         PR c++/47080
2217         * call.c (rejection_reason_code): Add rr_explicit_conversion.
2218         (print_z_candidate): Handle it.
2219         (explicit_conversion_rejection): New.
2220         (build_user_type_conversion_1): Reject an explicit conversion
2221         function that requires more than a qualification conversion.
2222
2223         PR c++/47635
2224         * decl.c (grokdeclarator): Don't set ctype to an ENUMERAL_TYPE.
2225
2226         PR c++/48138
2227         * tree.c (strip_typedefs): Use build_aligned_type.
2228
2229         PR c++/49205
2230         * call.c (sufficient_parms_p): Allow parameter packs too.
2231
2232         PR c++/43321
2233         * semantics.c (describable_type): Remove.
2234         * cp-tree.h: Likewise.
2235         * decl.c (cp_finish_decl): Don't call it.
2236         * init.c (build_new): Likewise.
2237         * parser.c (cp_parser_omp_for_loop): Likewise.
2238         * pt.c (tsubst_decl): Likewise.
2239         (do_auto_deduction): If we fail in a template, try again
2240         at instantiation time.
2241
2242         PR c++/43831
2243         * parser.c (cp_parser_lambda_introducer): Complain about redundant
2244         captures.
2245         * semantics.c (add_capture): Likewise.
2246         (register_capture_members): Clear IDENTIFIER_MARKED.
2247
2248 2011-06-17  Jason Merrill  <jason@redhat.com>
2249
2250         PR c++/49458
2251         * call.c (convert_class_to_reference_1): Allow binding function
2252         lvalue to rvalue reference.
2253
2254         PR c++/43912
2255         Generate proxy VAR_DECLs for better lambda debug info.
2256         * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): Add lambda operator().
2257         (LAMBDA_EXPR_PENDING_PROXIES): New.
2258         (struct tree_lambda_expr): Add pending_proxies.
2259         * name-lookup.c (pushdecl_maybe_friend_1): Handle capture shadowing.
2260         (qualify_lookup): Use is_lambda_ignored_entity.
2261         * parser.c (cp_parser_lambda_expression): Don't adjust field names.
2262         Call insert_pending_capture_proxies.
2263         (cp_parser_lambda_introducer): Use this_identifier.
2264         (cp_parser_lambda_declarator_opt): Call the object parameter
2265         of the op() "__closure" instead of "this".
2266         (cp_parser_lambda_body): Call build_capture_proxy.
2267         * semantics.c (build_capture_proxy, is_lambda_ignored_entity): New.
2268         (insert_pending_capture_proxies, insert_capture_proxy): New.
2269         (is_normal_capture_proxy, is_capture_proxy): New.
2270         (add_capture): Add __ to field names here, return capture proxy.
2271         (add_default_capture): Use this_identifier, adjust to expect
2272         add_capture to return a capture proxy.
2273         (outer_lambda_capture_p, thisify_lambda_field): Remove.
2274         (finish_id_expression, lambda_expr_this_capture): Adjust.
2275         (build_lambda_expr): Initialize LAMBDA_EXPR_PENDING_PROXIES.
2276         * pt.c (tsubst_copy_and_build): Check that LAMBDA_EXPR_PENDING_PROXIES
2277         is null.
2278
2279         * name-lookup.c (pushdecl_maybe_friend_1): Do check for shadowing
2280         of artificial locals.
2281
2282         * parser.c (cp_parser_lambda_expression): Clear
2283         LAMBDA_EXPR_THIS_CAPTURE after parsing.
2284         * pt.c (tsubst_copy_and_build): Make sure it isn't set.
2285
2286         * cp-tree.h (struct tree_lambda_expr): Change common to typed.
2287         Move non-pointers to end of struct.
2288
2289         * pt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.
2290         * decl.c (check_initializer): Handle DECL_VALUE_EXPR_P.
2291
2292         * semantics.c (finish_non_static_data_member): Preserve dereference
2293         in template.
2294
2295 2011-06-16  Jason Merrill  <jason@redhat.com>
2296
2297         PR c++/44160
2298         * parser.c (cp_parser_lambda_body): Share code between
2299         simple and complex cases instead of using cp_parser_function_body.
2300
2301         PR c++/45378
2302         * decl.c (check_initializer): Check narrowing.
2303
2304         PR c++/49229
2305         * pt.c (tsubst_decl) [FUNCTION_DECL]: Handle substitution failure.
2306
2307         PR c++/49251
2308         * semantics.c (finish_id_expression): Mark even dependent
2309         variables as used.
2310
2311         PR c++/49420
2312         * error.c (dump_template_argument): Don't try to omit default
2313         template args from an argument pack.
2314
2315 2011-06-15  H.J. Lu  <hongjiu.lu@intel.com>
2316
2317         PR c++/49412
2318         * decl.c (get_dso_handle_node): Mark __dso_handle hidden if
2319         assembler supports hidden visibility.
2320
2321 2011-06-14  Jason Merrill  <jason@redhat.com>
2322
2323         PR c++/49107
2324         * cp-tree.h (DEFERRED_NOEXCEPT_SPEC_P): Handle overload.
2325         * method.c (defaulted_late_check): Only maybe_instantiate_noexcept
2326         if the declaration had an exception-specifier.
2327         (process_subob_fn): Don't maybe_instantiate_noexcept.
2328         * pt.c (maybe_instantiate_noexcept): Handle overload.
2329         * typeck2.c (nothrow_spec_p_uninst): New.
2330         (merge_exception_specifiers): Add 'fn' parm.  Build up overload.
2331         * typeck.c (merge_types): Adjust.
2332
2333         * pt.c (deduction_tsubst_fntype): Don't save input_location.
2334         (maybe_instantiate_noexcept): Likewise.
2335
2336 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
2337
2338         * Make-lang.in (cp/method.o): Update dependencies.
2339         * method.c: Include common/common-target.h.
2340         (use_thunk): Use targetm_common.have_named_sections.
2341
2342 2011-06-14  Steve Ellcey  <sje@cup.hp.com>
2343
2344         * decl.c (cxx_init_decl_processing): Use ptr_mode instead of Pmode.
2345
2346 2011-06-14  Jason Merrill  <jason@redhat.com>
2347
2348         * error.c (type_to_string): Print typedef-stripped version too.
2349
2350         PR c++/49117
2351         * call.c (perform_implicit_conversion_flags): Print source type as
2352         well as expression.
2353
2354         PR c++/49389
2355         * typeck2.c (build_m_component_ref): Preserve rvalueness.
2356
2357         PR c++/49369
2358         * class.c (build_base_path): Fix cv-quals in unevaluated context.
2359
2360         PR c++/49290
2361         * semantics.c (cxx_fold_indirect_ref): Local, more permissive copy
2362         of fold_indirect_ref_1.
2363         (cxx_eval_indirect_ref): Use it.
2364
2365 2011-06-11  Jan Hubicka  <jh@suse.cz>
2366
2367         * decl2.c (cp_write_global_declarations): Process aliases; look trhough
2368         same body aliases.
2369
2370 2011-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
2371
2372         PR c++/41769
2373         * decl.c (grokdeclarator): Reject operator names in parameters.
2374
2375 2011-06-10  Jan Hubicka  <jh@suse.cz>
2376
2377         * decl2.c (clear_decl_external): New functoin.
2378         (cp_write_global_declarations): Use it.
2379
2380 2011-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
2381
2382         * cp-tree.h (error_operand_p): Remove.
2383
2384 2011-06-09  David Krauss  <potswa@mac.com>
2385
2386         PR c++/49118
2387         * typeck2.c (build_x_arrow): Push fake template context
2388         to produce diagnostic on acyclic endless operator-> drill-down.
2389         * call.c (build_new_op): Change Boolean overload status
2390         value to a pointer to the overload function.
2391         * cp-tree.h: Likewise.
2392         * typeck.c: Likewise.
2393         * parser.c: Likewise.
2394         * decl2.c: Likewise.
2395         * pt.c: Likewise.
2396
2397 2011-06-09  Jason Merrill  <jason@redhat.com>
2398
2399         * semantics.c (maybe_constant_value): Handle overflowed input.
2400         (non_const_var_error): Handle non-constant DECL_INITIAL.
2401
2402         * pt.c (build_non_dependent_expr): Use fold_non_dependent_expr_sfinae.
2403
2404         * parser.c (cp_parser_constant_expression): Just return the
2405         non-constant expression.
2406
2407         * semantics.c (finish_compound_literal): Set TREE_HAS_CONSTRUCTOR.
2408
2409 2011-06-09  Paolo Carlini  <paolo.carlini@oracle.com>
2410
2411         PR c++/29003
2412         * decl.c (grokdeclarator): Reject operator names in typedefs.
2413
2414 2011-06-08  Jason Merrill  <jason@redhat.com>
2415
2416         PR c++/49107
2417         * cp-tree.def (DEFERRED_NOEXCEPT): New.
2418         * cp-tree.h (struct tree_deferred_noexcept): New.
2419         (DEFERRED_NOEXCEPT_PATTERN, DEFERRED_NOEXCEPT_ARGS): New.
2420         (DEFERRED_NOEXCEPT_SPEC_P): New.
2421         (enum cp_tree_node_structure_enum): Add TS_CP_DEFERRED_NOEXCEPT.
2422         (union lang_tree_node): Add tree_deferred_noexcept.
2423         (maybe_instantiate_noexcept): Declare.
2424         * cp-objcp-common.c (cp_tree_size): Handle DEFERRED_NOEXCEPT.
2425         * error.c (dump_exception_spec): Likewise.
2426         * cxx-pretty-print.c (pp_cxx_exception_specification): Likewise.
2427         * ptree.c (cxx_print_xnode): Likewise.
2428         * tree.c (cp_tree_equal): Likewise.
2429         * decl.c (cp_tree_node_structure): Likewise.
2430         (duplicate_decls): Call maybe_instantiate_noexcept.
2431         * except.c (build_noexcept_spec): Handle DEFERRED_NOEXCEPT.
2432         (nothrow_spec_p, type_noexcept_p, type_throw_all_p): Check
2433         DEFERRED_NOEXCEPT_SPEC_P.
2434         * typeck2.c (merge_exception_specifiers): Likewise.
2435         * decl2.c (mark_used): Call maybe_instantiate_noexcept.
2436         * method.c (process_subob_fn, defaulted_late_check): Likewise.
2437         * pt.c (tsubst_exception_specification): Add defer_ok parm.
2438         Build DEFERRED_NOEXCEPT.
2439         (maybe_instantiate_noexcept): New.
2440         (tsubst, regenerate_decl_from_template, instantiate_decl): Adjust.
2441         * search.c (check_final_overrider): Call maybe_instantiate_noexcept.
2442
2443         * semantics.c (potential_constant_expression_1): Handle destructor
2444         call.
2445
2446 2011-06-08  Jakub Jelinek  <jakub@redhat.com>
2447
2448         * cp-tree.h (struct tinst_level): Add chain_next GTY
2449         markup.
2450
2451 2011-06-08  Jason Merrill  <jason@redhat.com>
2452
2453         PR c++/49322
2454         * pt.c (deduction_tsubst_fntype): Don't free the tinst entry
2455         if a pending_template entry is pointing at it.
2456
2457 2011-06-07  Jason Merrill  <jason@redhat.com>
2458
2459         PR c++/48969
2460         PR c++/44175
2461         * error.c (subst_to_string): New.
2462         (cp_printer): Use it for 'S'.
2463         (print_instantiation_partial_context_line): Handle subst context.
2464         * pt.c (push_tinst_level): Handle subst context.
2465         (deduction_tsubst_fntype): Don't track specific substitutions.
2466         Use push_tinst_level.
2467
2468         * pt.c (deduction_tsubst_fntype): Use push_deduction_access_scope.
2469         (fn_type_unification): Don't call push_deduction_access_scope here.
2470
2471 2011-06-06  Jason Merrill  <jason@redhat.com>
2472
2473         PR c++/48780
2474         * typeck.c (perform_integral_promotions): Don't promote scoped enums.
2475         * call.c (convert_arg_to_ellipsis): Promote them here in old ABI.
2476
2477 2011-06-06  Nicola Pero  <nicola.pero@meta-innovation.com>,
2478
2479         PR obj-c++/48275
2480         * parser.c (cp_parser_objc_at_property_declaration): Allow setter
2481         and getter names to use all the allowed method names.
2482
2483 2011-06-06  Jason Merrill  <jason@redhat.com>
2484
2485         PR c++/49298
2486         * semantics.c (potential_constant_expression_1): Handle FIELD_DECL.
2487
2488         PR objc++/49221
2489         * decl.c (cp_finish_decl): Check DECL_FUNCTION_SCOPE_P rather than
2490         at_function_scope_p.
2491
2492         PR c++/49134
2493         * tree.c (build_target_expr): Deal with ARM ABI tweaks.
2494
2495 2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
2496
2497         * init.c (build_delete): Warn when deleting type with non-virtual
2498         destructor.
2499
2500 2011-06-03  Jakub Jelinek  <jakub@redhat.com>
2501
2502         PR c++/49276
2503         * mangle.c (write_nested_name): Use CP_DECL_CONTEXT instead of
2504         DECL_CONTEXT.
2505
2506 2011-06-01  Jason Merrill  <jason@redhat.com>
2507
2508         * pt.c (build_non_dependent_expr): Remove special handling of
2509         REFERENCE_REF_P.
2510
2511         PR c++/44175
2512         * pt.c (template_args_equal): Handle one arg being NULL_TREE.
2513         (deduction_tsubst_fntype): Handle excessive non-infinite recursion.
2514
2515         PR c++/49253
2516         * typeck2.c (build_x_arrow): Don't use build_min_nt.
2517
2518 2010-05-31  Fabien ChĂȘne  <fabien@gcc.gnu.org>
2519
2520         PR c++/48010
2521         * name-lookup.c (supplement_binding_1): If the old binding was a
2522         type name, also check that the DECL actually refers to the same
2523         type or is not a type.
2524
2525 2011-05-31  Jason Merrill  <jason@redhat.com>
2526
2527         PR c++/44870
2528         * tree.c (lvalue_kind): Recurse on NON_DEPENDENT_EXPR.  Handle
2529         ARROW_EXPR, TYPEID_EXPR, and arbitrary class-valued expressions.
2530         (build_min_non_dep): Preserve reference refs.
2531         (build_min_non_dep_call_vec): Likewise
2532
2533 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
2534
2535         PR c++/49223
2536         * semantics.c (finish_omp_clauses): Call require_complete_type
2537         even for copyin/copyprivate clauses.  Only call
2538         cxx_omp_create_clause_info if inner_type is COMPLETE_TYPE_P.
2539
2540 2011-05-28  Jason Merrill  <jason@redhat.com>
2541
2542         PR c++/46124
2543         * parser.c (cp_parser_lambda_expression): Improve error recovery.
2544         (cp_parser_lambda_declarator_opt): Likewise.  Return bool.
2545
2546 2011-05-27  Jason Merrill  <jason@redhat.com>
2547
2548         PR c++/47277
2549         * parser.c (cp_parser_pseudo_destructor_name): Commit to parse
2550         after we see the ~.
2551
2552         * mangle.c (mangle_decl_string): Make sure we don't try to mangle
2553         templates.
2554
2555         PR c++/47049
2556         * semantics.c (maybe_add_lambda_conv_op): Fix COMDAT sharing.
2557         * decl.c (start_preparsed_function): Don't call comdat_linkage for
2558         a template.
2559
2560         PR c++/47132
2561         * mangle.c (write_expression): Handle MODOP_EXPR.
2562
2563         PR c++/47277
2564         * parser.c (cp_parser_unqualified_id): Don't check
2565         constructor_name_p for enums.
2566
2567         PR c++/47687
2568         * pt.c (dependent_type_p_r): Avoid infinite recursion.
2569
2570         PR c++/48284
2571         * error.c (dump_expr) [COMPONENT_REF]: Use pp_cxx_dot
2572         with INDIRECT_REF of REFERENCE_TYPE.
2573
2574         PR c++/49181
2575         * pt.c (get_mostly_instantiated_function_type): Use push_access_scope.
2576
2577 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2578
2579         * cp-tree.h (building_stmt_tree): Delete.
2580         * decl.c (save_function_data): Tweak initializer for x_cur_stmt_list.
2581         (build_aggr_init_full_exprs): Call building_stmt_list_p
2582         instead of building_stmt_tree.
2583         (initialize_local_var): Likewise.
2584         (finish_function): Likewise.
2585         * decl2.c (finish_anon_union): Likewise.
2586         * init.c (begin_init_stmts): Likewise.
2587         (finish_init_stmts): Likewise.
2588         (expand_aggr_init_1): Likewise.
2589         * name-lookup.c (do_local_using_decl): Likewise.
2590         (do_namespace_alias): Likewise.
2591         (do_using_directive): Likewise.
2592         (cp_emit_debug_info_for_using): Likewise.
2593         * semantics.c (add_stmt): Assert that stmt_list_stack is non-empty.
2594
2595 2011-05-27  Paolo Carlini  <paolo.carlini@oracle.com>
2596
2597         PR c++/42056
2598         * typeck2.c (build_functional_cast): Complain early for invalid uses
2599         of 'auto' and set type to error_mark_node.
2600
2601 2011-05-26  Jason Merrill  <jason@redhat.com>
2602
2603         PR c++/47721
2604         * parser.c (cp_parser_member_declaration): Allow friend T.
2605         * friend.c (make_friend_class): Ignore non-classes.
2606         * pt.c (instantiate_class_template_1): Handle TEMPLATE_TYPE_PARM.
2607
2608         DR 1004
2609         * pt.c (convert_template_argument): Don't complain about using
2610         injected-class-name as template template argument.
2611
2612         PR c++/47956
2613         * decl.c (check_static_variable_definition): Now static.
2614         (cp_finish_decl): Call it here.
2615         (grokdeclarator): Not here.
2616         * pt.c (instantiate_class_template_1): Or here.
2617         * cp-tree.h: Don't declare it.
2618
2619 2011-05-26  Janis Johnson  <janis187@us.ibm.com>
2620             Nathan Froyd  <froydnj@codesourcery.com>
2621
2622         PR c++/2288
2623         PR c++/18770
2624         * name-lookup.h (enum scope_kind): Add sk_cond.
2625         * name-lookup.c (pushdecl_maybe_friend): Get scope of shadowed local.
2626         Detect and report error for redeclaration from for-init or if
2627         or switch condition.
2628         (begin_scope): Handle sk_cond.
2629         * semantics.c (begin_if_stmt): Use sk_cond.
2630         (begin switch_stmt): Ditto.
2631
2632 2011-05-26  Jason Merrill  <jason@redhat.com>
2633
2634         PR c++/48211
2635         * name-lookup.h (cp_class_binding): Make base a pointer.
2636         * name-lookup.c (new_class_binding): Adjust.
2637         (poplevel_class): Adjust.
2638
2639         PR c++/48424
2640         * decl.c (grokparms): Function parameter packs don't need to
2641         go at the end.
2642         * pt.c (type_unification_real): But they aren't deduced otherwise.
2643
2644 2011-05-25  Jason Merrill  <jason@redhat.com>
2645
2646         PR c++/48536
2647         * decl.c (build_enumerator): If incremented enumerator won't fit in
2648         previous integral type, find one it will fit in.
2649
2650         PR c++/48599
2651         * decl.c (create_array_type_for_decl): Complain about array of auto.
2652
2653         PR c++/44994
2654         PR c++/49156
2655         * error.c (dump_template_bindings): Set processing_template_decl
2656         for a partial instantiation.
2657
2658         PR c++/45401
2659         * decl.c (grokdeclarator): Don't change type when adding rvalue ref
2660         to another reference type.
2661
2662         PR c++/44311
2663         * decl.c (case_conversion): New.
2664         (finish_case_label): Use it.
2665
2666         * ptree.c (cxx_print_xnode): Handle ARGUMENT_PACK_SELECT.
2667
2668         PR c++/45698
2669         * pt.c (dependent_template_arg_p): See through ARGUMENT_PACK_SELECT.
2670
2671         PR c++/46005
2672         * decl.c (grokdeclarator): Complain about auto typedef.
2673
2674         PR c++/46245
2675         * decl.c (grokdeclarator): Complain later for auto parameter.
2676         * pt.c (splice_late_return_type): Handle use in a template
2677         type-parameter.
2678
2679         PR c++/46696
2680         * typeck.c (cp_build_modify_expr): Check DECL_DEFAULTED_FN.
2681
2682         PR c++/47184
2683         * parser.c (cp_parser_parameter_declaration): Recognize
2684         list-initialization.
2685         (cp_parser_direct_declarator): Check for the closing
2686         paren before parsing definitely.
2687
2688         PR c++/48935
2689         * parser.c (cp_parser_constructor_declarator_p): Don't check
2690         constructor_name_p for enums.
2691         (cp_parser_diagnose_invalid_type_name): Correct error message.
2692
2693         PR c++/45418
2694         * init.c (perform_member_init): Handle list-initialization
2695         of array of non-trivial class type.
2696
2697         PR c++/45080
2698         * pt.c (instantiate_class_template_1): Call maybe_add_lambda_conv_op.
2699         * semantics.c (lambda_function): Check COMPLETE_OR_OPEN_TYPE_P.
2700
2701         PR c++/48292
2702         * pt.c (tsubst_decl) [PARM_DECL]: Handle partial instantiation of
2703         function parameter pack.
2704         (tsubst_pack_expansion): Likewise.
2705
2706         * cp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PACK has
2707         TS_COMMON.
2708
2709 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
2710
2711         * cp-objcp-common.c (cp_common_init_ts): Mark CTOR_INITIALIZER
2712         as TS_TYPED.
2713
2714         PR c++/49136
2715         * semantics.c (cxx_eval_bit_field_ref): Handle the
2716         case when BIT_FIELD_REF doesn't cover only a single field.
2717
2718 2011-05-24  Jason Merrill  <jason@redhat.com>
2719
2720         PR c++/49042
2721         * pt.c (get_mostly_instantiated_function_type): Use
2722         push_deferring_access_checks rather than set flag_access_control.
2723
2724 2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>,
2725
2726         * parser.c (cp_parser_objc_class_ivars): Deal gracefully with a
2727         syntax error in declaring an ObjC instance variable.
2728
2729 2011-05-24  Jason Merrill  <jason@redhat.com>
2730
2731         PR c++/48884
2732         * class.c (pushclass): Accept NULL argument.
2733         (popclass): Deal with popping null class.
2734         * pt.c (push_access_scope, pop_access_scope): Use them rather than
2735         push_to_top_level/pop_from_top_level.
2736         (push_deduction_access_scope, pop_defarg_context): New.
2737         (fn_type_unification): Use them.
2738         * name-lookup.c (lookup_name_real_1): Check current_class_type.
2739
2740 2011-05-24  Paolo Carlini  <paolo.carlini@oracle.com>
2741
2742         * decl.c (grokdeclarator): Use current_class_name.
2743
2744 2011-05-24  Joseph Myers  <joseph@codesourcery.com>
2745
2746         * Make-lang.in (GXX_OBJS): Remove prefix.o.
2747         (g++$(exeext)): Use libcommon-target.a.
2748         (CXX_C_OBJS): Remove prefix.o.
2749
2750 2011-05-23  Jason Merrill  <jason@redhat.com>
2751
2752         * pt.c (tsubst_copy_and_build): Use current_class_name.
2753
2754         PR c++/49102
2755         * call.c (convert_arg_to_ellipsis): Call force_rvalue.
2756
2757         PR c++/49105
2758         * typeck.c (cp_build_c_cast): Don't strip cv-quals when
2759         converting to reference.
2760         (build_static_cast_1): Update for glvalues.
2761
2762         PR c++/49105
2763         * typeck.c (build_const_cast_1): Handle rvalue references.
2764
2765         PR c++/47263
2766         * decl.c (use_eh_spec_block): Do use an EH spec block for a
2767         lambda op().
2768
2769         PR c++/49058
2770         * call.c (splice_viable): Be strict in templates.
2771
2772         PR c++/47336
2773         * error.c (dump_template_bindings): Suppress access control.
2774
2775         PR c++/47544
2776         * pt.c (instantiate_decl): Handle =default.
2777
2778         PR c++/48617
2779         * pt.c (invalid_nontype_parm_type_p): Allow DECLTYPE_TYPE.
2780
2781 2011-05-23  Nathan Froyd  <froydnj@codesourcery.com>
2782
2783         * call.c (build_over_call): Tweak call to check_function_arguments.
2784         * typeck.c (cp_build_function_call_vec): Likewise.
2785
2786 2011-05-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
2787
2788         PR c++/18016
2789         * init.c (perform_member_init): Check for self-initialization.
2790
2791 2011-05-22  Jason Merrill  <jason@redhat.com>
2792
2793         PR c++/48647
2794         * typeck.c (composite_pointer_type_r): Return error_mark_node
2795         on error in SFINAE context.
2796
2797 2011-05-20  Jason Merrill  <jason@redhat.com>
2798
2799         PR c++/48945
2800         * decl.c (grokdeclarator): Don't add set const function-cv-qual
2801         for constexpr fns to memfn_quals, just add it to the type.
2802         (revert_static_member_fn): Don't complain about quals.
2803         (check_static_quals): New.
2804         (grokfndecl): Call it.
2805         (start_preparsed_function): Don't call revert_static_member_fn.
2806
2807         PR c++/48945
2808         * decl.c (revert_static_member_fn): Ignore const on constexpr fn.
2809
2810         PR c++/48780
2811         * cvt.c (type_promotes_to): Don't promote scoped enums.
2812
2813         PR c++/49066
2814         * decl.c (duplicate_decls): Preserve DECL_DELETED_FN.
2815
2816         PR c++/48873
2817         * tree.c (stabilize_expr): Fix typo.
2818
2819         DR 1073
2820         PR c++/49082
2821         * typeck.c (comp_except_specs): noexcept(false) is not compatible
2822         with throw(type-list).
2823         * typeck2.c (merge_exception_specifiers): noexcept(false)
2824         beats any more limited specification.
2825
2826         PR c++/24163
2827         PR c++/29131
2828         * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Avoid repeating
2829         unqualified lookup.
2830         * semantics.c (perform_koenig_lookup): Add complain parm.
2831         * cp-tree.h: Adjust.
2832         * parser.c (cp_parser_postfix_expression): Adjust.
2833         (cp_parser_perform_range_for_lookup): Adjust.
2834
2835 2011-05-20  Jason Merrill  <jason@redhat.com>
2836
2837         * semantics.c (finish_call_expr): SET_EXPR_LOCATION.
2838
2839 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
2840
2841         * Make-lang.in (GXX_OBJS): Remove intl.o and version.o.
2842
2843 2011-05-19  Jakub Jelinek  <jakub@redhat.com>
2844
2845         PR c++/49043
2846         * decl.c (check_omp_return): Stop searching on sk_function_parms.
2847
2848         PR c++/48869
2849         * method.c (get_dtor, get_copy_ctor): Add COMPLAIN argument,
2850         pass it down to locate_fn_flags.
2851         * cp-tree.h (get_dtor, get_copy_ctor): Adjust prototypes.
2852         * semantics.c (cxx_omp_create_clause_info): Adjust callers.
2853         * cp-gimplify.c: Include splay-tree.h.
2854         (splay_tree_compare_decl_uid, omp_var_to_track,
2855         omp_cxx_notice_variable): New functions.
2856         (struct cp_genericize_omp_taskreg): New type.
2857         (struct cp_genericize_data): Add omp_ctx field.
2858         (cp_genericize_r): Attempt to determine implicitly determined
2859         firstprivate class type variables.
2860         (cp_genericize): Clear omp_ctx.
2861         * Make-lang.in (cp/cp-gimplify.o): Depend on $(SPLAY_TREE_H).
2862
2863 2011-05-18  Jason Merrill  <jason@redhat.com>
2864
2865         PR c++/48948
2866         PR c++/49015
2867         * class.c (finalize_literal_type_property): Do check
2868         for constexpr member functions of non-literal class.
2869         (finish_struct): Don't call check_deferred_constexpr_decls.
2870         * cp-tree.h: Don't declare it.
2871         (DECL_DEFERRED_CONSTEXPR_CHECK): Remove.
2872         * decl.c (grok_special_member_properties): Don't check it
2873         (grokfnedcl): Don't call validate_constexpr_fundecl.
2874         (start_preparsed_function): Do call it.
2875         * pt.c (tsubst_decl): Don't call it.
2876         (instantiate_class_template_1): Don't call
2877         check_deferred_constexpr_decls.
2878         * semantics.c (literal_type_p): Check for any incompleteness.
2879         (ensure_literal_type_for_constexpr_object): Likewise.
2880         (is_valid_constexpr_fn): Revert deferral changes.
2881         (validate_constexpr_fundecl): Likewise.
2882         (register_constexpr_fundef): Likewise.
2883         (check_deferred_constexpr_decls): Remove.
2884
2885 2011-05-16  Jason Merrill  <jason@redhat.com>
2886
2887         PR c++/48969
2888         * pt.c (deduction_tsubst_fntype): Use a VEC initially.
2889
2890 2011-05-15  Paolo Carlini  <paolo.carlini@oracle.com>
2891
2892         * cxx-pretty-print.c: Update comment.
2893         * semantics.c (trait_expr_value, finish_trait_expr):
2894         Reorder the cases.
2895         * parser.c (cp_parser_primary_expression): Likewise.
2896
2897 2011-05-15  Jonathan Wakely  <jwakely.gcc@gmail.com>
2898
2899         PR c++/48994
2900         * parser.c (cp_parser_perform_range_for_lookup): Call complete_type.
2901
2902 2011-05-13  Ville Voutilainen  <ville.voutilainen@gmail.com>
2903
2904         Implement final on class.
2905         * class.c (check_bases): Diagnose derivation from a final class.
2906         * cp-tree.h (lang_type_class): Add is_final and adjust dummy.
2907         (CLASSTYPE_FINAL): New.
2908         * parser.c (cp_parser_class_head): Parse class-virt-specifier, set
2909         CLASSTYPE_FINAL.
2910         * pt.c (instantiate_class_template_1): Copy CLASSTYPE_FINAL.
2911
2912 2011-05-13  Jason Merrill  <jason@redhat.com>
2913
2914         PR c++/48969
2915         * pt.c (deduction_tsubst_fntype): New.
2916         (fn_type_unification): Use it.
2917         (init_template_processing): Initialize hash table.
2918         (print_template_statistics): Print hash table stats.
2919
2920         * call.c (build_op_call): Use timevar_cond_start/stop.
2921         (build_user_type_conversion): Likewise.
2922
2923 2011-05-12  Jason Merrill  <jason@redhat.com>
2924
2925         * cp-tree.h (DECL_DEFERRED_CONSTEXPR_CHECK): New.
2926         * semantics.c (validate_constexpr_fundecl): Set it.
2927         (check_deferred_constexpr_decls): Clear it.
2928         (register_constexpr_fundef): Make sure it isn't set.
2929         * decl.c (grok_special_member_properties): Check it.
2930
2931 2011-05-11  Jason Merrill  <jason@redhat.com>
2932
2933         PR c++/48948
2934         * semantics.c (validate_constexpr_fundecl): Defer checking if
2935         an argument type is being defined.
2936         (is_valid_constexpr_fn): Add defer_ok parm.
2937         (cxx_eval_call_expression): Adjust.
2938         (check_deferred_constexpr_decls): New.
2939         (literal_type_p): Make sure type isn't being defined.
2940         (ensure_literal_type_for_constexpr_object): Handle type being defined.
2941         * cp-tree.h: Declare check_deferred_constexpr_decls.
2942         * decl.c (grokfndecl): Call validate_constexpr_fundecl here.
2943         (start_preparsed_function, cp_finish_decl): Not here.
2944         * class.c (finalize_literal_type_property): Don't call
2945         validate_constexpr_fundecl.
2946         (finish_struct): Call check_deferred_constexpr_decls.
2947         * pt.c (tsubst_decl): Call validate_constexpr_fundecl.
2948         (instantiate_class_template): Call check_deferred_constexpr_decls.
2949
2950         * semantics.c (validate_constexpr_fundecl): Check DECL_TEMPLATE_INFO
2951         rather than DECL_TEMPLATE_INSTANTIATION.
2952         (cxx_eval_call_expression): Likewise.
2953
2954         * semantics.c (register_constexpr_fundef): Add to hash table here.
2955         (validate_constexpr_fundecl): Not here.
2956
2957         * decl.c (grokdeclarator): Only set DECL_DECLARED_CONSTEXPR_P once.
2958
2959         * pt.c (build_non_dependent_expr): Don't check null_ptr_cst_p,
2960         do call maybe_constant_value in C++0x mode.
2961         * semantics.c (cxx_eval_constant_expression): Handle TEMPLATE_DECL.
2962
2963         PR c++/48745
2964         * pt.c (value_dependent_expr_p): Handle CONSTRUCTOR.
2965
2966 2011-05-11  Nathan Froyd  <froydnj@codesourcery.com>
2967
2968         * cp-tree.h (TYPENAME_TYPE_FULLNAME, TYPEOF_TYPE_EXPR): Use
2969         TYPE_VALUES_RAW.
2970         (UNDERLYING_TYPE_TYPE, DECLTYPE_TYPE_EXPR): Likewise.
2971         (DECLTYPE_TYPE_ID_EXPR_OR_MEMBER_ACCESS_P): Likewise.
2972         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
2973
2974 2011-05-10  Jason Merrill  <jason@redhat.com>
2975
2976         PR c++/48930
2977         * class.c (type_build_ctor_call): New.
2978         * cp-tree.h: Declare it.
2979         * decl.c (check_initializer): Use it instead of
2980         TYPE_NEEDS_CONSTRUCTING.
2981         * init.c (build_value_init, build_value_init_noctor): Likewise.
2982         (perform_member_init, expand_aggr_init_1, build_new_1): Likewise.
2983         (build_vec_init): Likewise.
2984         * typeck2.c (process_init_constructor_array): Likewise.
2985         (process_init_constructor_record): Likewise.
2986
2987         PR c++/48736
2988         * pt.c (tsubst_copy_and_build): Handle substitution of a pack
2989         expansion producing another expansion.
2990
2991 2011-05-10  Ville Voutilainen  <ville.voutilainen@gmail.com>
2992
2993         Fixes for override/final.
2994         * class.c (check_for_override): Diagnose final on a nonvirtual
2995         member function, diagnose override for a virtual with no matching
2996         override. Don't fiddle around with DECL_VINDEX.
2997
2998 2011-05-10  Nathan Froyd  <froydnj@codesourcery.com>
2999
3000         * cp-tree.def (EXPR_PACK_EXPANSION): Add an operand.
3001         * cp-objcp-common.c (cp_common_init_ts): Mark it as TS_TYPED.
3002         * cp-tree.h (PACK_EXPANSION_PARAMETER_PACKS): Use the new
3003         operand of EXPR_PACK_EXPANSION.
3004         (cp_tree_operand_length): Declare.
3005         * tree.c (cp_tree_operand_length): Define.
3006         (cp_tree_equal): Call it.
3007         * pt.c (value_dependent_expr_P): Likewise.
3008         * mangle.c (write_expression): Likewise.
3009
3010 2011-05-09  Paolo Carlini  <paolo.carlini@oracle.com>
3011
3012         PR c++/48737
3013         PR c++/48744
3014         * decl.c (reshape_init): Take a complain parameter and do
3015         not call error if tf_error is not set.
3016         (check_initializer, reshape_init_r, reshape_init_array,
3017         reshape_init_array_1, reshape_init_vector, reshape_init_class):
3018         Adjust.
3019         * typeck2.c (digest_init_r): Take a complain parameter and
3020         pass it to convert_for_initialization.
3021         (digest_init, digest_init_flags, process_init_constructor_array,
3022         process_init_constructor_record, process_init_constructor_union,
3023         process_init_constructor, digest_init_r): Adjust.
3024         * init.c (expand_default_init, build_new_1): Likewise.
3025         * typeck.c (cp_build_modify_expr): Likewise.
3026         * decl2.c (grokfield): Likewise.
3027         * call.c (convert_like_real, convert_default_arg): Likewise.
3028         * semantics.c (finish_compound_literal): Pass complain to
3029         reshape_init and digest_init.
3030         * cp-tree.h: Adjust declarations.
3031
3032 2011-05-07  Fabien ChĂȘne  <fabien@gcc.gnu.org>
3033
3034         PR c++/48859
3035         * init.c (diagnose_uninitialized_cst_or_ref_member_1): stop the
3036         recursion if there is user defined constructor.
3037
3038 2011-05-09  Jason Merrill  <jason@redhat.com>
3039
3040         PR c++/34772
3041         * decl.c (initialize_local_var): Use DECL_INITIAL for simple
3042         initialization.
3043
3044 2011-05-08  Ville Voutilainen  <ville.voutilainen@gmail.com>
3045
3046         Implement final/override for member functions.
3047         * class.c (check_for_override): Check for DECL_OVERRIDE_P.
3048         * cp-tree.h (DECL_OVERRIDE_P, DECL_FINAL_P): New.
3049         (cp_virt_specifiers, enum virt_specifier): New.
3050         * decl.c (set_virt_specifiers): New.
3051         (grokdeclarator): Use them. Diagnose virt-specifiers on non-fields.
3052         * parser.c (make_call_declarator): add virt-specifiers parameter.
3053         (cp_parser_lambda_declarator_opt): Adjust.
3054         (cp_parser_direct_declarator): Likewise.
3055         (cp_parser_virt_specifier_seq_opt): New.
3056         * search.c (check_final_overrider): Diagnose attempts to override
3057         a final member function.
3058
3059 2011-05-09  Dodji Seketeli  <dodji@redhat.com>
3060
3061         PR c++/48574
3062         * class.c (fixed_type_or_null): Use type_dependent_p_push to test
3063         if the instance has a dependent initializer.
3064
3065 2011-05-08  Paolo Carlini  <paolo.carlini@oracle.com>
3066
3067         PR c++/48816
3068         * cxx-pretty-print.c (pp_cxx_template_declaration): Remove
3069         effectively unused variable.
3070
3071 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>
3072
3073         * name-lookup.h (global_bindings_p): Adjust prototype.
3074         * name-lookup.c (global_bindings_p): Return bool.
3075
3076 2011-05-06  Jason Merrill  <jason@redhat.com>
3077
3078         * decl.c (stabilize_save_expr_r): Set *walk_subtrees as
3079         appropriate.
3080
3081         PR c++/48909
3082         * semantics.c (cxx_eval_conditional_expression): Check
3083         integer_zerop instead.
3084         (potential_constant_expression_1): Likewise.
3085
3086         PR c++/48911
3087         * semantics.c (cxx_eval_array_reference): Handle implicit
3088         initializers.
3089
3090 2011-05-06  Nathan Froyd  <froydnj@codesourcery.com>
3091
3092         * cp-tree.h (type_of_this_parm, class_of_this_parm): New functions.
3093         * call.c (standard_conversion): Call class_of_this_parm.
3094         * cxx-pretty-print.c (pp_cxx_implicit_parameter_type): Likewise.
3095         (pp_cxx_direct_abstract_declarator): Likewise.
3096         * decl2.c (change_return_type): Likewise.
3097         (cp_reconstruct_complex_type): Likewise.
3098         * error.c (dump_type_suffix, dump_function_decl): Likewise.
3099         * mangle.c (write_function_type): Likewise.
3100         * pt.c (unify): Likewise.
3101         * typeck.c (merge_types, type_memfn_quals): Likewise.
3102         * decl.c (build_this_parm): Call type_of_this_parm.
3103
3104 2011-05-06  Dodji Seketeli  <dodji@redhat.com>
3105
3106         PR c++/48838
3107         * cp-tree.h (non_static_member_function_p): Declare new function.
3108         * tree.c (non_static_member_function_p): Define it.
3109         * semantics.c (finish_call_expr): Use it.
3110
3111 2011-05-05  Nathan Froyd  <froydnj@codesourcery.com>
3112
3113         * decl.c (finish_case_label): Omit the loc argument to
3114         build_case_label.
3115
3116 2011-05-05  Jason Merrill  <jason@redhat.com>
3117
3118         * cp-tree.h (REFERENCE_REF_P): Just check the type.
3119         * cvt.c (convert_from_reference): Adjust.
3120         * pt.c (build_non_dependent_expr): Adjust.
3121         * semantics.c (finish_offsetof): Adjust.
3122         * tree.c (lvalue_kind): Use it.
3123
3124         PR c++/48873
3125         * tree.c (stabilize_expr): Don't make gratuitous copies of classes.
3126
3127 2011-05-05  Eric Botcazou  <ebotcazou@adacore.com>
3128
3129         * decl.c (start_preparsed_function): Do not set
3130         dont_save_pending_sizes_p.
3131
3132 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3133
3134         * parser.c (cp_parser_objc_method_definition_list): Update call to
3135         objc_start_method_definition.
3136
3137 2011-05-04  Jason Merrill  <jason@redhat.com>
3138
3139         PR c++/48749
3140         * class.c (resolves_to_fixed_type_p): Don't look closely
3141         in templates.
3142
3143 2011-05-03  Paolo Carlini  <paolo.carlini@oracle.com>
3144
3145         PR c++/28501
3146         * call.c (add_builtin_candidate): Handle REALPART_EXPR and
3147         IMAGPART_EXPR.
3148
3149 2011-05-02  Lawrence Crowl  <crowl@google.com>
3150
3151         * decl.c: (push_local_name): Change TV_NAME_LOOKUP to start/stop.
3152         (poplevel): Refactor POP_TIMEVAR_AND_RETURN to plain code.
3153         Change TV_NAME_LOOKUP to start/stop.
3154         (define_label): Refactor timevar calls out to a wrapper function.
3155         Change TV_NAME_LOOKUP to start/stop.
3156         (xref_tag): Likewise.
3157         (lookup_label): Refactor timevar calls out to a wrapper function.
3158         Change TV_NAME_LOOKUP to start_cond/stop_cond.
3159
3160         * pt.c: (instantiate_class_template): Add a wrapper to push/pop new
3161         TV_TEMPLATE_INST.
3162         (instantiate_template): Add a wrapper to push/pop new TV_TEMPLATE_INST.
3163         (lookup_template_class): Refactor timevar calls out to a wrapper
3164         function.  Change use of TV_NAME_LOOKUP to TV_TEMPLATE_INST.
3165         (instantiate_decl): Change TV_PARSE to TV_TEMPLATE_INST.
3166
3167         * name-lookup.c: (store_bindings): Change TV_NAME_LOOKUP to start/stop.
3168         (poplevel_class): Change TV_NAME_LOOKUP to start_cond/stop_cond.
3169         (push_namespace): Likewise.
3170         (pop_nested_namespace): Likewise.
3171         (pushdecl_namespace_level): Likewise.
3172         (store_class_bindings): Likewise.
3173         (push_to_top_level): Likewise.
3174         (identifier_type_value): Refactor timevar calls out to a wrapper
3175         function.  Change TV_NAME_LOOKUP to start/stop.
3176         (find_binding): Likewise.
3177         (push_using_decl): Likewise.
3178         (lookup_arg_dependent): Likewise.
3179         (push_using_directive): Likewise.
3180         (qualified_lookup_using_namespace): Refactor POP_TIMEVAR_AND_RETURN
3181         to plain code.  Change TV_NAME_LOOKUP to start/stop.
3182         (lookup_type_current_level): Likewise.  Refactor inner return to
3183         break.
3184         (pushdecl_class_level): Refactor POP_TIMEVAR_AND_RETURN to plain
3185         code.  Change TV_NAME_LOOKUP to start_cond/stop_cond.
3186         (pushdecl_top_level_1): Likewise.
3187         (lookup_using_namespace): Likewise.
3188         (pushdecl_with_scope): Refactor timevar calls out to a wrapper
3189         function.  Change TV_NAME_LOOKUP to start_cond/stop_cond.
3190         (push_overloaded_decl): Likewise.
3191         (push_class_level_binding): Likewise.
3192         (namespace_binding): Likewise.
3193         (set_namespace_binding): Likewise.
3194         (supplement_binding): Likewise.
3195         (unqualified_namespace_lookup): Likewise.
3196         (lookup_name_real): Likewise.
3197         (lookup_type_scope): Likewise.
3198         (namespace_ancestor): Likewise.
3199         (lookup_name_innermost_nonclass_level): Likewise.
3200         (pushtag): Likewise.
3201         (pop_from_top_level): Likewise.
3202         (pushdecl_maybe_friend): Refactor timevar calls out to a wrapper
3203         function.  Change TV_NAME_LOOKUP to start_cond/stop_cond.  Wrap long
3204         lines.
3205         (add_using_namespace): Refactor timevar calls out to a wrapper
3206         function.  Change TV_NAME_LOOKUP to start_cond/stop_cond.  Bypass
3207         wrapper on call to self.
3208
3209         * decl2.c: (cp_write_global_declarations):  Add start/stop of
3210         new TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_CHECK_DBGINFO.
3211         Remove push/pop calls to TV_VARCONST.
3212
3213         * parser.c: Add include of "timevar.h".
3214         (cp_parser_explicit_instantiation): Add push/pop calls to
3215         TV_TEMPLATE_INST.
3216         (cp_parser_enum_specifier): Add push/pop calls to new TV_PARSE_ENUM.
3217         (cp_parser_class_specifier): Add wrapper to add push/pop calls to
3218         TV_PARSE_STRUCT.
3219         (cp_parser_function_definition_from_specifiers_and_declarator): Add
3220         push/pop calls to new TV_PARSE_FUNC or TV_PARSE_INLINE.
3221         (cp_parser_late_parsing_for_member):  Add push/pop calls to
3222         new TV_PARSE_INMETH.
3223
3224         * call.c: Add include of "timevar.h".
3225         (convert_class_to_reference): Wrap and add push/pop calls to 
3226         TV_OVERLOAD.
3227         (build_op_call): Likewise.
3228         (build_conditional_expr): Likewise.
3229         (build_new_op): Likewise.
3230         (build_new_method_call): Likewise.
3231         (build_user_type_conversion): Reorganize to single return and add
3232         push/pop calls to TV_OVERLOAD.
3233         (perform_overload_resolution): Likewise.
3234
3235         * Make-lang.in: Add dependence of call.o and parser.o on $(TIMEVAR_H).
3236
3237 2011-05-02  Jason Merrill  <jason@redhat.com>
3238
3239         * tree.c (build_vec_init_expr): Take complain parm.
3240         (build_vec_init_elt): Likewise.  Free arg vector.
3241         (diagnose_non_constexpr_vec_init, build_array_copy): Adjust.
3242         * cp-tree.h (VEC_INIT_EXPR_SLOT): Use VEC_INIT_EXPR_CHECK.
3243         (VEC_INIT_EXPR_INIT): Likewise.
3244         Adjust build_vec_init_expr declaration.
3245         * init.c (perform_member_init): Adjust.
3246
3247         Revert:
3248         PR c++/40975
3249         * cp-tree.def (VEC_INIT_EXPR): Add third operand.
3250         * cp-tree.h (VEC_INIT_EXPR_NELTS): New.
3251         * cp-gimplify.c (cp_gimplify_expr) [VEC_INIT_EXPR]: Handle it.
3252         * tree.c (build_vec_init_expr): Handle getting pointer/nelts.
3253         (build_vec_init_elt): Don't expect an array type.
3254         (build_array_copy): Adjust.
3255         * init.c (perform_member_init): Adjust.
3256         (build_new_1): Use build_vec_init_expr.
3257
3258         PR c++/48834
3259         * tree.c (build_vec_init_expr): Set TREE_SIDE_EFFECTS.
3260         Protect an explicit target.
3261
3262         PR c++/48446
3263         * decl.c (stabilize_save_expr_r, stabilize_vla_size): New.
3264         (compute_array_index_type): Revert earlier 48446 changes.
3265         (grokdeclarator): Use stabilize_vla_size.
3266
3267 2011-05-02  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
3268             Eric Botcazou <ebotcazou@adacore.com>
3269
3270         * parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE
3271         instead of inappropriate zero values.
3272
3273 2011-05-02  Paolo Carlini  <paolo.carlini@oracle.com>
3274
3275         PR c++/47969
3276         * decl.c (compute_array_index_type): Check build_expr_type_conversion
3277         return value for NULL_TREE.
3278
3279 2011-04-29  Paolo Carlini  <paolo.carlini@oracle.com>
3280
3281         PR c++/48606
3282         * init.c (perform_member_init): Check build_value_init return
3283         value for error_mark_node.
3284
3285 2011-04-29  Diego Novillo  <dnovillo@google.com>
3286             Le-Chun Wu  <lcwu@google.com>
3287
3288         * call.c (conversion_null_warnings): Also handle assignments
3289         when warning about NULL conversions.
3290
3291 2011-04-29  Le-Chun Wu  <lcwu@google.com>
3292
3293         * cp-tree.h (LOOKUP_EXPLICIT_TMPL_ARGS): Define.
3294         * call.c (build_new_function_call): Set it for TEMPLATE_ID_EXPRs.
3295         (build_over_call): Use it to determine whether to emit a NULL
3296         warning for template function instantiations.
3297         (build_new_method_call): Set LOOKUP_EXPLICIT_TMPL_ARGS if
3298         EXPLICIT_TARGS is set.
3299
3300 2011-04-29  Nicola Pero  <nicola.pero@meta-innovation.com>,
3301             Mike Stump <mikestump@comcast.net>
3302
3303         * Make-lang.in ($(srcdir)/cp/cfns.h): Enable the dependency only
3304         in maintainer mode.  Use the --output-file option of gperf instead
3305         of > to prevent creating an empty cp/cfns.h when gperf is not
3306         available.
3307
3308 2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
3309
3310         PR c++/48798
3311         * semantics.c (finish_base_specifier): cv-qualified base class
3312         is fine, per DR 484.
3313
3314 2011-04-28  Dodji Seketeli  <dodji@redhat.com>
3315
3316         PR c++/48656
3317         * semantics.c (finish_call_expr): Don't forget BASELINK nodes when
3318         considering call expressions involving a member function.
3319
3320 2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
3321
3322         PR c++/48530
3323         * tree.c (build_cplus_new): Check build_target_expr return
3324         value for error_mark_node.
3325
3326 2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
3327
3328         PR c++/48771
3329         * semantics.c (literal_type_p): Reference types are literal types,
3330         per the FDIS.
3331         (valid_type_in_constexpr_fundecl_p): Remove.
3332         (is_valid_constexpr_fn): Adjust.
3333
3334 2011-04-27  Jason Merrill  <jason@redhat.com>
3335
3336         PR libstdc++/48760
3337         Implement list-initialization of _Complex.
3338         * decl.c (reshape_init_r): Allow {real,imag} for _Complex.
3339         (check_initializer): Likewise.
3340         * call.c (build_complex_conv): New.
3341         (implicit_conversion): Call it.
3342         (convert_like_real): Handle it.
3343         * typeck2.c (check_narrowing): Handle it.
3344
3345         * init.c (build_vec_delete_1): Look for sfk_deleting_destructor to
3346         decide whether to delete.
3347         (build_vec_init): Pass sfk_complete_destructor.
3348
3349         PR c++/40975
3350         * cp-tree.def (VEC_INIT_EXPR): Add third operand.
3351         * cp-tree.h (VEC_INIT_EXPR_NELTS): New.
3352         * cp-gimplify.c (cp_gimplify_expr) [VEC_INIT_EXPR]: Handle it.
3353         * tree.c (build_vec_init_expr): Handle getting pointer/nelts.
3354         (build_vec_init_elt): Don't expect an array type.
3355         (build_array_copy): Adjust.
3356         * init.c (perform_member_init): Adjust.
3357         (build_new_1): Use build_vec_init_expr.
3358
3359         * class.c (resolve_address_of_overloaded_function): Don't
3360         change OVERLOAD to TREE_LIST.
3361         * pt.c (print_candidates_1): Remove nonsensical assert.
3362
3363         PR c++/48046
3364         * parser.c (cp_parser_diagnose_invalid_type_name): Commit
3365         to tentative parse sooner.
3366
3367 2011-04-26  Jason Merrill  <jason@redhat.com>
3368
3369         PR c++/42687
3370         * parser.c (cp_parser_primary_expression): Set *idk to
3371         CP_ID_KIND_NONE for a parenthesized identifier.
3372
3373         * ptree.c (cxx_print_type) [TYPENAME_TYPE]: Dump fullname.
3374         (cxx_print_identifier): Correct indentation.
3375
3376         PR c++/48530
3377         * decl.c (cxx_maybe_build_cleanup): Add complain parm.
3378         * tree.c (force_target_expr): Add complain parm.
3379         (build_target_expr_with_type): Likewise.
3380         (get_target_expr_sfinae): Split out.
3381         (build_vec_init_expr, bot_manip): Adjust.
3382         * init.c (build_vec_delete, build_vec_delete_1): Add complain parm.
3383         (build_delete, build_dtor_call): Likewise.
3384         (perform_direct_initialization_if_possible): Adjust.
3385         (build_vec_init): Handle error return.
3386         * cvt.c (force_rvalue): Add complain parm.
3387         Call build_special_member_call directly.
3388         * decl2.c (delete_sanity): Add complain parm.
3389         (build_cleanup): Adjust.
3390         * pt.c (tsubst_copy_and_build, tsubst_expr): Adjust.
3391         * semantics.c (finish_stmt_expr_expr): Adjust.
3392         (finish_compound_literal): Adjust.
3393         * parser.c (cp_parser_delete_expression): Adjust.
3394         * typeck2.c (build_functional_cast): Adjust.
3395         * cp-tree.h: Adjust.
3396
3397 2011-04-26  Martin Jambor  <mjambor@suse.cz>
3398
3399         * class.c (cp_fold_obj_type_ref): Remove.
3400         * cp-tree.h (cp_fold_obj_type_ref): Remove declaration.
3401
3402 2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
3403
3404         * cp-tree.def: Add a new UNDERLYING_TYPE tree code.
3405         * cp-tree.h (enum cp_trait_kind): Add CPTK_UNDERLYING_TYPE, tidy.
3406         (UNDERLYING_TYPE_TYPE): Add.
3407         * cp-objcp-common.c (cp_common_init_ts): Mark UNDERLYING_TYPE
3408         as TS_COMMON.
3409         * parser.c (cp_lexer_next_token_is_decl_specifier_keyword,
3410         cp_parser_simple_type_specifier): Handle UNDERLYING_TYPE.
3411         (cp_parser_trait_expr): Deal with RID_UNDERLYING_TYPE; tidy.
3412         * semantics.c (finish_underlying_type): New.
3413         * typeck.c (structural_comptypes): Handle UNDERLYING_TYPE.
3414         * error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
3415         * cxx-pretty-print.c (p_cxx_type_id): Likewise.
3416         * tree.c (cp_walk_subtrees): Likewise.
3417         * pt.c (for_each_template_parm_r, tsubst, unify,
3418         dependent_type_p_r): Likewise.
3419         * mangle.c (write_type): Sorry for __underlying_type.
3420
3421 2011-04-25  Jason Merrill  <jason@redhat.com>
3422
3423         PR c++/48707
3424         * decl.c (type_dependent_init_p): New.
3425         (cp_finish_decl): Check it.
3426         * pt.c (any_type_dependent_elements_p): New.
3427         * cp-tree.h: Declare it.
3428
3429 2011-04-20  Jason Merrill  <jason@redhat.com>
3430
3431         * semantics.c (finish_compound_literal): Don't put an array
3432         with a dtor in a static variable.
3433
3434         * call.c (build_over_call): Handle trivial dtor.
3435
3436         * search.c (lookup_fnfields_slot): Call complete_type.
3437
3438         PR c++/48594
3439         * decl2.c (build_offset_ref_call_from_tree): Move
3440         non-dependency of object outside condition.
3441
3442         PR c++/48657
3443         * decl.c (cp_finish_decl): Simplify template handling.
3444
3445 2011-04-20  Jim Meyering  <meyering@redhat.com>
3446
3447         * tree.c (cxx_printable_name_internal): Remove useless if-before-free.
3448
3449 2011-04-19  Jason Merrill  <jason@redhat.com>
3450
3451         PR c++/46304
3452         * typeck.c (cp_build_binary_op): Fold COMPLEX_EXPR.
3453
3454         PR c++/45267
3455         * decl.c (duplicate_decls): Keep always_inline attribute
3456         in sync with DECL_DISREGARD_INLINE_LIMITS.
3457
3458 2011-04-18  Jason Merrill  <jason@redhat.com>
3459
3460         PR c++/48569
3461         * typeck2.c (build_functional_cast): Handle VOID_TYPE.
3462
3463         PR c++/48537
3464         * init.c (build_value_init): Handle UNION_TYPE the same.
3465
3466 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
3467
3468         PR c++/48632
3469         * parser.c (cp_parser_omp_for_loop): Don't use cp_parser_omp_for_incr
3470         for type dependent pointers.
3471
3472 2011-04-18  Jim Meyering  <meyering@redhat.com>
3473
3474         * pt.c (type_unification_real): Fix typo in comment: s/in in/in/.
3475
3476 2011-04-17  Jan Hubicka  <jh@suse.cz>
3477
3478         * semantics.c (finish_goto_stmt): Do set UNINLINABLE flag on computed
3479         gotos.
3480
3481 2011-04-17  Jason Merrill  <jason@redhat.com>
3482
3483         PR c++/48531
3484         * typeck2.c (build_functional_cast): Disallow array type.
3485
3486         * tree.c (get_target_expr): Handle VEC_INIT_EXPR.
3487
3488 2011-04-17  Jan Hubicka  <jh@suse.cz>
3489
3490         * class.c (cp_fold_obj_type_ref): Drop vtable_method.
3491
3492 2011-04-15  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
3493
3494         Implement N3271
3495         * parser.c (cp_convert_range_for): Split into
3496         cp_parser_perform_range_for_lookup.
3497         (cp_parser_perform_range_for_lookup): New.
3498         (cp_parser_range_for_member_function): New.
3499         (cp_parser_for_init_statement): Correct error message.
3500         * semantics.c (finish_call_expr): Accept COMPONENT_REF.
3501
3502 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
3503
3504         * parser.c (cp_parser_objc_protocol_declaration): Updated for
3505         change from objc_declare_protocols() to objc_declare_protocol().
3506
3507 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
3508
3509         PR objc++/48479
3510         * typeck.c (cxx_mark_addressable) [CONST_DECL]: Mark addressable
3511         and return immediately.
3512
3513 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
3514
3515         * cp-tree.def (SWITCH_STMT): Add an extra operand.
3516         * cp-objcp-common.c (cp_common_init_ts): Mark it as TS_TYPED.
3517         * cp-tree.h (SWITCH_STMT_SCOPE): Define.
3518         * semantics.c (begin_switch__stmt): Pass scope to build_stmt.
3519         (finish_switch_stmt): Use SWITCH_STMT_SCOPE instead of TREE_CHAIN.
3520
3521 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
3522
3523         * cp-tree.def (IF_STMT): Add an extra operand.
3524         * cp-objcp-common.c (cp_common_init_ts): Mark it as TS_TYPED.
3525         * cp-tree.h (IF_SCOPE): Define.
3526         * semantics.c (begin_if_stmt): Pass scope to build_stmt.
3527         (finish_if_stmt): Use IF_SCOPE instead of TREE_CHAIN.
3528
3529 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
3530
3531         * cp-tree.def (FOR_STMT, RANGE_FOR_STMT): Add an extra operand.
3532         * cp-objcp-common.c (cp_common_init_ts): Mark them as TS_TYPED.
3533         * cp-tree.h (FOR_SCOPE, RANGE_FOR_SCOPE): Define.
3534         * semantics.c (begin_for_stmt): Pass an extra arg to build_stmt.
3535         Use FOR_SCOPE instead of TREE_CHAIN.
3536         (begin_range_for_stmt): Likewise, with RANGE_FOR_SCOPE.
3537         (finish_for_stmt): Likewise.
3538
3539 2011-04-14  Jason Merrill  <jason@redhat.com>
3540
3541         * parser.c (cp_parser_postfix_expression): Fix flags passed to
3542         build_new_method_call.
3543         * semantics.c (finish_call_expr): Likewise.
3544
3545         PR c++/48531
3546         * init.c (build_value_init_noctor): Check complain consistently.
3547
3548         PR c++/48557
3549         * typeck.c (cp_build_binary_op): Don't decay void operands.
3550
3551         PR c++/48446
3552         * decl.c (compute_array_index_type): Use get_temp_regvar instead
3553         of variable_size.
3554         * init.c (get_temp_regvar): No longer static.
3555         * cp-tree.h: Declare it.
3556
3557 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
3558
3559         * parser.c (cp_parser_objc_class_declaration): Updated for change
3560         in objc_declare_class().
3561
3562 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
3563
3564         * decl.c (poplevel): Use block_chainon.
3565
3566 2011-04-13  Jason Merrill  <jason@redhat.com>
3567
3568         PR c++/48594
3569         * decl2.c (build_offset_ref_call_from_tree): Fix calling a functor
3570         or pointer to (non-member) function.
3571
3572 2011-04-13  Jakub Jelinek  <jakub@redhat.com>
3573
3574         PR c++/48570
3575         * semantics.c (cxx_eval_array_reference): Handle reading from
3576         wchar_t, char16_t and char32_t STRING_CST.
3577
3578 2011-04-13  Dodji Seketeli  <dodji@redhat.com>
3579
3580         PR c++/48574
3581         * class.c (fixed_type_or_null): We cannot determine the dynamic
3582         type of a reference variable if its initializer is dependent.
3583
3584 2011-04-13  Jason Merrill  <jason@redhat.com>
3585
3586         PR c++/48581
3587         * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Don't complain about
3588         unqualified lookup failing if we're still in a template.
3589
3590 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
3591
3592         * cp-lang.c (cp_init_ts): Call cp_common_init_ts.  Move
3593         tree_contains_struct initialization to...
3594         * cp-objcp-common.c (cp_common_init_ts): ...here.  Use MARK_*
3595         macros.
3596         * cp-objcp-common.h (cp_common_init_ts): Declare.
3597         * cp-tree.h (union lang_tree_node): Check for TS_COMMON before
3598         calling TREE_CHAIN.
3599
3600 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
3601
3602         * parser.c (cp_parser_objc_message_expression): Updated call
3603         to objc_build_message_expr.
3604
3605 2011-04-12  Martin Jambor  <mjambor@suse.cz>
3606
3607         * class.c (cp_fold_obj_type_ref): Call cgraph_get_node instead of
3608         cgraph_get_create_node.
3609         * decl2.c (cp_write_global_declarations): Call cgraph_get_node
3610         instead of cgraph_get_create_node.
3611         * method.c (make_alias_for_thunk): Call cgraph_get_node
3612         instead of cgraph_get_create_node, assert it returns non-NULL.
3613         (use_thunk): Likewise.
3614         * optimize.c (maybe_clone_body): Call cgraph_same_body_alias only
3615         when flag_syntax_only is not set.  Call cgraph_get_node instead of
3616         cgraph_get_create_node.
3617         (maybe_clone_body): Call cgraph_get_node instead of
3618         cgraph_get_create_node.
3619
3620 2011-04-12  Martin Jambor  <mjambor@suse.cz>
3621
3622         * class.c (cp_fold_obj_type_ref): Call cgraph_get_create_node
3623         instead of cgraph_node.
3624         * decl2.c (cxx_callgraph_analyze_expr): Likewise.
3625         (cp_write_global_declarations): Likewise.
3626         * optimize.c (maybe_clone_body): Likewise.
3627         * semantics.c (maybe_add_lambda_conv_op): Likewise.
3628         * mangle.c (mangle_decl): Likewise.
3629         * method.c (make_alias_for_thunk): Likewise.
3630         (use_thunk): Likewise.
3631
3632 2011-04-11  Jason Merrill  <jason@redhat.com>
3633
3634         PR c++/48535
3635         * decl.c (cp_complete_array_type_or_error): New.
3636         * semantics.c (finish_compound_literal): Use it.
3637         * cp-tree.h: Declare it.
3638
3639         PR c++/48535
3640         * semantics.c (finish_compound_literal): Handle references.
3641
3642         PR c++/48535
3643         * semantics.c (finish_compound_literal): Take complain parm.
3644         (build_lambda_object): Adjust.
3645         * cp-tree.h: Adjust.
3646         * call.c (convert_like_real): Adjust.
3647         * decl.c (check_initializer): Adjust.
3648         * parser.c (cp_parser_postfix_expression): Adjust.
3649         (cp_parser_functional_cast): Adjust.
3650         * pt.c (tsubst_copy_and_build): Adjust.
3651         * typeck2.c (process_init_constructor_record): Adjust.
3652
3653         PR c++/48534
3654         * cvt.c (ocp_convert): Use build_nop to convert to underlying type
3655         of scoped enum.
3656
3657         PR c++/48523
3658         * tree.c (maybe_dummy_object): Use build_x_indirect_ref rather
3659         than cp_build_indirect_ref.
3660
3661         PR c++/48457, Core 1238
3662         * call.c (reference_binding): Allow rvalue reference to bind to
3663         function lvalue.
3664         * tree.c (lvalue_kind): Functions are always lvalues.
3665
3666 2011-04-07  Jason Merrill  <jason@redhat.com>
3667
3668         PR c++/48500
3669         * semantics.c (potential_constant_expression_1) [CALL_EXPR]: Check
3670         arguments even if we don't know the function.
3671
3672         PR c++/48481
3673         * tree.c (build_overload): Allow an unwrapped FUNCTION_DECL
3674         at the end of the chain.
3675         * pt.c (dependent_template_p): Use OVL_CURRENT/NEXT.
3676         (iterative_hash_template_arg): Likewise.
3677
3678         PR c++/48481
3679         * cp-tree.h (OVL_ARG_DEPENDENT): New.
3680         * name-lookup.c (add_function): Set it.
3681         * semantics.c (finish_call_expr): Free OVERLOADs if it's set.
3682
3683         PR c++/48481
3684         * call.c (build_user_type_conversion_1): Use lookup_fnfields_slot.
3685         Release unused vector.
3686
3687         PR c++/48451
3688         * pt.c (fn_type_unification): Don't clear incomplete pack flag.
3689         (type_unification_real): Clear it here instead.
3690
3691         PR c++/48468
3692         * except.c (build_noexcept_spec): Propagate error_mark_node.
3693         (finish_noexcept_expr): Likewise.
3694
3695         PR c++/48452
3696         * typeck.c (build_x_compound_expr_from_list): Return error_mark_node
3697         in SFINAE context.
3698
3699         PR c++/48450
3700         * call.c (resolve_args): Take complain.
3701         (build_new_function_call, build_operator_new_call): Pass it.
3702         (build_op_call, build_new_op, build_new_method_call): Pass it.
3703
3704         PR c++/48450
3705         * typeck.c (check_for_casting_away_constness): Take complain.
3706         (build_static_cast_1, build_reinterpret_cast_1): Pass it.
3707         (build_const_cast_1): Pass it.  Take full complain parm.
3708         (build_const_cast, cp_build_c_cast): Adjust.
3709
3710         * tree.c (build_aggr_init_expr): Always return error_mark_node
3711         on abstract violation.
3712
3713         PR c++/48450
3714         * tree.c (build_cplus_new, build_aggr_init_expr): Take complain.
3715         (bot_manip): Adjust.
3716         * cp-tree.h: Adjust.
3717         * call.c (convert_like_real, build_cxx_call): Adjust.
3718         (perform_direct_initialization_if_possible): Adjust.
3719         * cvt.c (ocp_convert): Adjust.
3720         * init.c (build_value_init): Adjust.
3721         * semantics.c (maybe_add_lambda_conv_op): Adjust.
3722         * typeck.c (unary_complex_lvalue, cp_build_modify_expr): Adjust.
3723         * typeck2.c (build_functional_cast): Adjust.
3724
3725         * init.c (build_value_init_noctor): Handle REFERENCE_TYPE at top
3726         level.
3727         (perform_member_init): Not here.
3728         * typeck2.c (build_functional_cast): Limit REFERENCE_TYPE special
3729         case to templates.
3730         (abstract_virtuals_error_sfinae): Remove RESULT_DECL special case.
3731
3732         PR c++/48449
3733         * typeck2.c (build_functional_cast): Check complain consistently.
3734         Use build_value_init and abstract_virtuals_error_sfinae.
3735         (abstract_virtuals_error_sfinae): Split out.
3736         * cp-tree.h: Declare it.
3737         * init.c (build_new_1): Use it.
3738         (build_value_init_noctor): Handle FUNCTION_TYPE.
3739
3740         * semantics.c (finish_decltype_type): Simplify handling of unknown
3741         type.
3742
3743         * semantics.c (finish_decltype_type): Add complain parm.
3744         * cp-tree.h: Adjust.
3745         * parser.c (cp_parser_decltype): Adjust.
3746         * pt.c (tsubst): Adjust.
3747
3748         PR c++/48450
3749         * cvt.c (ocp_convert): Handle converting scoped enum to bool.
3750
3751 2011-03-31  Jason Merrill  <jason@redhat.com>
3752
3753         PR c++/48277
3754         * semantics.c (finish_call_expr): Remove assert.
3755
3756         PR c++/48280
3757         * method.c (defaultable_fn_check): Templates are not defaultable.
3758
3759         * parser.c (cp_parser_init_declarator): Avoid redundant
3760         cp_finish_decl for member declarations.
3761
3762 2011-03-30  Jason Merrill  <jason@redhat.com>
3763
3764         PR c++/48212
3765         * semantics.c (non_const_var_error): Just return if DECL_INITIAL
3766         is error_mark_node.
3767
3768 2011-03-30  Jason Merrill  <jason@redhat.com>
3769
3770         PR c++/48369
3771         * semantics.c (potential_constant_expression_1): Handle
3772         UNORDERED_EXPR and ORDERED_EXPR.
3773
3774         PR c++/48281
3775         * semantics.c (finish_compound_literal): Do put static/constant
3776         arrays in static variables.
3777
3778         * call.c (convert_like_real) [ck_list]: Build up the
3779         initializer_list object directly.
3780         * decl.c (build_init_list_var_init): Adjust.
3781
3782         * call.c (convert_like_real): Correct TREE_CONSTANT on CONSTRUCTOR.
3783         * decl.c (reshape_init_array_1): Likewise.
3784
3785 2011-03-29  Jason Merrill  <jason@redhat.com>
3786
3787         PR c++/48265
3788         * pt.c (value_dependent_expression_p) [VAR_DECL]: Make sure
3789         the variable is constant before looking at its initializer.
3790
3791         PR c++/48319
3792         * pt.c (value_dependent_expression_p): Handle TEMPLATE_ID_EXPR.
3793
3794         PR c++/48089
3795         * semantics.c (potential_constant_expression_1): Change error about
3796         use of *this in constructor into sorry.
3797
3798         PR c++/48296
3799         * decl.c (cp_finish_decl): Defer validation of constexpr member
3800         functions.
3801         * class.c (finalize_literal_type_property): Validate them here.
3802         * semantics.c (is_valid_constexpr_fn): Don't check completeness.
3803
3804         * semantics.c (is_valid_constexpr_fn): Specify input location.
3805
3806 2011-03-28  Jason Merrill  <jason@redhat.com>
3807
3808         PR c++/48313
3809         * pt.c (maybe_adjust_types_for_deduction): Handle T&& deduction
3810         from overloaded function.
3811
3812         Core 1232
3813         * call.c (build_array_conv): New.
3814         (implicit_conversion): Use it.
3815
3816         * call.c (reference_binding): Allow direct binding to an array
3817         rvalue.
3818
3819         Core 898
3820         * parser.c (cp_parser_compound_statement): Add function_body parm.
3821         Complain about non-body compound-stmt in constexpr fn.
3822         (cp_parser_primary_expression, cp_parser_statement): Adjust.
3823         (cp_parser_implicitly_scoped_statement): Adjust.
3824         (cp_parser_function_body, cp_parser_try_block): Adjust.
3825         (cp_parser_handler, cp_parser_objc_synchronized_statement): Adjust.
3826         (cp_parser_objc_try_catch_finally_statement): Adjust.
3827
3828         Core 898
3829         * semantics.c (constexpr_fn_retval): New.  Allow using-declaration
3830         and using-definition.
3831         (register_constexpr_fundef): Call it.
3832
3833         * except.c (build_noexcept_spec): Call cxx_constant_value after
3834         converting to bool.
3835
3836 2011-03-25  Kai Tietz  <ktietz@redhat.com>
3837
3838         * lex.c (interface_strcmp): Handle dos-paths.
3839         (handle_pragma_implementation): Use filename_cmp instead of
3840         strcmp.
3841         (in_main_input_context): Likewise.
3842
3843 2011-03-25  Jason Merrill  <jason@redhat.com>
3844
3845         Core 1135
3846         * method.c (defaulted_late_check): Check for exception spec mismatch.
3847         (defaultable_fn_check): Allow exception spec and virtual.
3848         * class.c (check_for_override): A virtual dtor is non-trivial.
3849
3850         PR c++/48289
3851         * pt.c (build_non_dependent_expr): Keep dereferences outside the
3852         NON_DEPENDENT_EXPR.
3853
3854 2011-03-25  Kai Tietz  <ktietz@redhat.com>
3855
3856         * decl.c (decls_match): Replace target hook
3857         call of comp_type_attributes by version in tree.c file.
3858         * search.c (check_final_overrider): Likewise.
3859         * typeck.c (structural_comptypes): Likewise.
3860
3861 2011-03-21  Kai Tietz  <ktietz@redhat.com>
3862
3863         PR target/12171
3864         * cxx-pretty-print.c (pp_cxx_ptr_operator):
3865         Display allowed attributes for function pointer types.
3866         * error.c (dump_type_prefix): Likewise.
3867
3868         * tree.c (cxx_attribute_table): Adjust table.
3869
3870 2011-03-18  Jason Merrill  <jason@redhat.com>
3871
3872         PR c++/48162
3873         * semantics.c (finish_call_expr): Allow TARGET_EXPR for now.
3874
3875         PR c++/48118
3876         * call.c (build_over_call): Don't skip ck_rvalue.
3877
3878 2011-03-17  Jason Merrill  <jason@redhat.com>
3879
3880         PR c++/47504
3881         * semantics.c (cxx_eval_constant_expression) [NOP_EXPR]: Don't let
3882         the conversion set TREE_OVERFLOW.
3883
3884         Core 1212
3885         * semantics.c (finish_decltype_type): Return T&& for xvalue.
3886         * typeck.c (unlowered_expr_type): Preserve cv-quals.
3887
3888         PR c++/48166
3889         * decl.c (revert_static_member_fn): Strip function-cv-quals.
3890
3891 2011-03-16  Jason Merrill  <jason@redhat.com>
3892
3893         PR c++/48089
3894         * semantics.c (potential_constant_expression_1): Don't allow *this
3895         in a constructor.
3896         (register_constexpr_fundef): Use potential_rvalue_constant_expression.
3897
3898         PR c++/47301
3899         * decl.c (compute_array_index_type): Don't bother trying to deal
3900         with literal classes in ABI v1.
3901
3902         PR c++/46336
3903         * decl.c (duplicate_decls): Return NULL_TREE for clashing
3904         C functions.
3905
3906         PR c++/47570
3907         * semantics.c (cxx_eval_constant_expression) [COMPOUND_EXPR]: Don't
3908         use the generic binary expression handling.
3909
3910 2011-03-16  Diego Novillo  <dnovillo@google.com>
3911
3912         * Make-lang.in (CXX_PARSER_H): New.
3913         (cp/parser.o): Add dependency on CXX_PARSER_H.
3914         Add dependency on tree-pretty-print.h
3915         (cp/cp-lang.o): Add dependency on CXX_PARSER_H.
3916         * cp-lang.c: Include parser.h.
3917         * parser.c: Include parser.h.
3918         (struct cp_token): Add bitfield purged_p.
3919         Update all users.
3920         Move to parser.h.
3921         (CPP_PURGED): Remove.  Update all users.
3922         (struct cp_lexer): Change field buffer to be a VEC of cp_token.
3923         Remove field buffer_length.
3924         Update all users.
3925         Move to parser.h.
3926         (struct tree_check): Move to parser.h.
3927         (cp_token_position): Likewise.
3928         (struct cp_token_cache): Likewise.
3929         (CPP_KEYWORD): Likewise.
3930         (CPP_TEMPLATE_ID): Likewise.
3931         (CPP_NESTED_NAME_SPECIFIER): Likewise.
3932         (N_CP_TTYPES): Likewise.
3933         (enum cp_parser_status_kind): Likewise.
3934         (struct cp_parser_context): Likewise.
3935         (struct cp_default_arg_entry_d): Likewise.
3936         (struct cp_unparsed_functions_entry_d): Likewise.
3937         (struct cp_parser): Likewise.
3938         (cp_lexer_dump_tokens): New.
3939         (cp_lexer_debug_tokens): New.
3940         (cp_lexer_finished_p): New.
3941         (cp_lexer_alloc): Factor out of cp_lexer_new_main.
3942         (cp_lexer_new_main): Re-write main lexing loop to push
3943         tokens into the new VEC buffer.
3944         (cp_lexer_print_token): Improve printing of CPP_NUMBER tokens.
3945         Do not abort if the token type is not recognized, just print
3946         its code.
3947         * parser.h: New file.
3948         * config-lang.in (gtfiles): Add cp/parser.h.
3949
3950 2011-03-16  Jason Merrill  <jason@redhat.com>
3951
3952         Core 1148
3953         * typeck.c (check_return_expr): Fix conditions for setting
3954         LOOKUP_PREFER_RVALUE.
3955
3956         * call.c (build_over_call): Remove require_complete_type_sfinae call.
3957
3958         PR c++/48132
3959         * decl.c (check_array_designated_initializer): Allow integer index.
3960         (reshape_init_array_1): Set index on the elements.
3961
3962 2011-03-16  Jason Merrill  <jason@redhat.com>
3963
3964         PR c++/48113
3965         * typeck.c (convert_for_initialization): Use
3966         perform_implicit_conversion_flags.
3967         * call.c (standard_conversion): If LOOKUP_PREFER_RVALUE, set
3968         rvaluedness_matches_p on ck_rvalue.
3969         (convert_like_real) [ck_rvalue]: And restore it here.
3970
3971         PR c++/48115
3972         * call.c (convert_arg_to_ellipsis): Handle incomplete type.
3973
3974 2011-03-16  Jason Merrill  <jason@redhat.com>
3975
3976         * parser.c (cp_parser_abort_tentative_parse): Make sure we haven't
3977         committed to this tentative parse.
3978
3979         PR c++/47999
3980         * semantics.c (finish_call_expr): Preserve reference semantics
3981         in templates.
3982
3983         * call.c (convert_default_arg): Use LOOKUP_IMPLICIT.
3984
3985 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
3986
3987         * cp-objcp-common.c (cp_function_decl_explicit_p): Don't crash if
3988         DECL_LANG_SPECIFIC is NULL.
3989
3990 2011-03-15  Jason Merrill  <jason@redhat.com>
3991
3992         Core 1074
3993         * pt.c (value_dependent_expression_p) [NOEXCEPT_EXPR]: Don't
3994         check value_dependent_expression_p on the operand.
3995
3996         * semantics.c (push_cx_call_context): Return bool.
3997         (cxx_eval_call_expression): Handle excess depth.
3998
3999         Core 1191
4000         * method.c (synthesized_method_walk): Cleanups don't affect the
4001         triviality of a constructor, but do affect deletion and exception
4002         specification.
4003
4004 2011-03-15  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
4005
4006         * decl2.c (cp_check_const_attributes): New.
4007         (cplus_decl_attributes): Call cp_check_const_attributes.
4008
4009 2011-03-15  Jason Merrill  <jason@redhat.com>
4010
4011         PR c++/34758
4012         * call.c (convert_default_arg): Use DECL_ORIGIN of fn.  Check for
4013         recursion first.
4014         (push_defarg_context, pop_defarg_context): New.
4015         * parser.c (cp_parser_late_parsing_default_args): Use them.
4016         * cp-tree.h: Declare them.
4017
4018 2011-03-11  Dodji Seketeli  <dodji@redhat.com>
4019
4020         * call.c (add_builtin_candidate)<case INDIRECT_REF>: The type of
4021         the argument of the indirection operator should not be dependent.
4022         Fix the comment.
4023
4024 2011-03-11  Jason Merrill  <jason@redhat.com>
4025
4026         PR c++/47125
4027         * pt.c (tsubst) [TYPENAME_TYPE]: Only give errors if tf_error.
4028
4029         PR c++/47144
4030         * parser.c (cp_parser_template_type_arg): Set
4031         type_definition_forbidden_message.
4032
4033         PR c++/47808
4034         * decl.c (compute_array_index_type): Discard folding
4035         if it didn't produce a constant.
4036
4037 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
4038
4039         PR c++/48035
4040         * init.c (build_zero_init_1): Extracted from build_zero_init.
4041         Add FIELD_SIZE argument, if non-NULL and field bit_position
4042         as not smaller than that, don't add that field's initializer.
4043         Pass DECL_SIZE as last argument to build_zero_init_1
4044         for DECL_FIELD_IS_BASE fields.
4045         (build_zero_init): Use build_zero_init_1.
4046
4047 2011-03-10  Jason Merrill  <jason@redhat.com>
4048
4049         PR c++/48029
4050         * pt.c (iterative_hash_template_arg): Remove special case for
4051         ARRAY_TYPE.
4052
4053         PR c++/47198
4054         * parser.c (cp_parser_single_declaration): Just return if
4055         cp_parser_parse_and_diagnose_invalid_type_name complained.
4056
4057 2011-03-09  Jason Merrill  <jason@redhat.com>
4058
4059         PR c++/44629
4060         * pt.c (unify): An unresolved overload is a nondeduced context.
4061
4062 2011-03-09  Martin Jambor  <mjambor@suse.cz>
4063
4064         PR tree-optimization/47714
4065         * method.c (use_thunk): Clear addressable flag of thunk arguments.
4066
4067 2011-03-08  Dodji Seketeli  <dodji@redhat.com>
4068
4069         PR c++/47705
4070         * pt.c (convert_nontype_argument): Only call decay_conversion on
4071         arrays.
4072
4073 2011-03-08  Jason Merrill  <jason@redhat.com>
4074
4075         PR c++/47488
4076         * mangle.c (write_template_arg_literal) [STRING_CST]: Sorry.
4077
4078         PR c++/47705
4079         * pt.c (convert_nontype_argument): Don't crash on non-pointer
4080         argument to pointer parameter.
4081
4082         PR c++/45651
4083         * pt.c (instantiate_decl): Don't clear DECL_INTERFACE_KNOWN on
4084         !TREE_PUBLIC decls.
4085
4086 2011-03-08  Dodji Seketeli  <dodji@redhat.com>
4087
4088         PR c++/47957
4089         * name-lookup.c (binding_to_template_parms_of_scope_p): Only
4090         consider scopes of primary template definitions.  Adjust comments.
4091
4092 2011-03-07  Jason Merrill  <jason@redhat.com>
4093
4094         PR c++/48003
4095         * pt.c (convert_nontype_argument): Fix -fpermissive allowing
4096         integer overflow.
4097         * semantics.c (potential_constant_expression_1): Check TREE_OVERFLOW.
4098
4099         PR c++/48015
4100         * init.c (constant_value_1): Always require init to be TREE_CONSTANT.
4101
4102         PR c++/48008
4103         * mangle.c (write_type): Strip cv-quals from FUNCTION_TYPE here.
4104         (write_CV_qualifiers_for_type): Not here.
4105
4106 2011-03-06  Joseph Myers  <joseph@codesourcery.com>
4107
4108         * lang-specs.h: Match -save-temps* instead of -save-temps.
4109
4110 2011-03-05  Jason Merrill  <jason@redhat.com>
4111
4112         * mangle.c (write_expression): Change ABI v6 to v5.
4113         (write_type): Likewise.
4114
4115 2011-03-04  Jan Hubicka  <jh@suse.cz>
4116
4117         PR lto/47497
4118         * optimize.c (maybe_clone_body): Update call of cgraph_same_body_alias
4119         and cgraph_add_thunk.
4120         * method.c (make_alias_for_thunk, use_thunk): Likewise.
4121         * mangle.c (mangle_decl): Likewise.
4122
4123 2011-03-04  Jason Merrill  <jason@redhat.com>
4124
4125         PR c++/47971
4126         * pt.c (tsubst_copy_and_build) [PSEUDO_DTOR_EXPR]: Use tsubst for type.
4127         (tsubst_copy) [default]: Just return t if !ENABLE_CHECKING.
4128
4129         PR c++/46220
4130         * search.c (check_final_overrider): Allow pointer to same incomplete
4131         class type with different cv-quals.
4132
4133 2011-03-03  Paolo Carlini  <paolo.carlini@oracle.com>
4134
4135         PR c++/47974
4136         * pt.c (tsubst_template_args): Check argument t for error_mark_node.
4137
4138 2011-03-03  Jason Merrill  <jason@redhat.com>
4139
4140         PR c++/47950
4141         * pt.c (tsubst_copy_and_build) [TARGET_EXPR]: Retain TREE_CONSTANT.
4142
4143 2011-03-02  Jason Merrill  <jason@redhat.com>
4144
4145         PR c++/47950
4146         * parser.c (cp_parser_condition): Don't fold_non_dependent_expr here.
4147
4148         PR c++/47774
4149         * tree.c (build_vec_init_elt): Split out from...
4150         (build_vec_init_expr): ...here.
4151         (diagnose_non_constexpr_vec_init): New fn.
4152         * semantics.c (potential_constant_expression_1): Use it.
4153         * cp-tree.h: Declare it.
4154
4155 2011-03-01  Jason Merrill  <jason@redhat.com>
4156
4157         PR c++/46159
4158         * parser.c (cp_parser_primary_expression): Don't warn about a
4159         failed tentative parse.
4160
4161         PR c++/47200
4162         * semantics.c (cxx_bind_parameters_in_call): Don't call
4163         adjust_temp_type on non-constant args.
4164
4165         PR c++/47851
4166         * call.c (standard_conversion): Provide requested cv-quals on
4167         class rvalue conversion.
4168
4169         PR c++/46282
4170         * decl2.c (grokbitfield): Handle type-dependent width.
4171
4172 2011-02-28  Jason Merrill  <jason@redhat.com>
4173
4174         PR c++/47873
4175         * class.c (update_vtable_entry_for_fn): Check BINFO_LOST_PRIMARY_P
4176         after checking for a non-thunk.
4177
4178 2011-02-26  Jason Merrill  <jason@redhat.com>
4179
4180         PR c++/47904
4181         * tree.c (cp_tree_equal): Compare DECL_PARM_LEVEL.
4182         * pt.c (iterative_hash_template_arg): And hash it.
4183
4184         PR c++/47897
4185         * semantics.c (non_const_var_error): Split out from...
4186         (cxx_eval_constant_expression): ...here.
4187         (potential_constant_expression_1) [VAR_DECL]: Use it.
4188         Allow dependent variables.
4189
4190 2011-02-24  Jason Merrill  <jason@redhat.com>
4191
4192         * parser.c (cp_parser_constant_expression): Set
4193         non_integral_constant_expression correctly for C++0x too.
4194         (cp_parser_static_assert): Allow non-constant expression.
4195         (cp_parser_direct_declarator): Expect non_constant_p to be set
4196         properly for C++0x.
4197         * pt.c (value_dependent_expression_p): Handle TYPEID_EXPR.
4198         * semantics.c (maybe_constant_value): Check type_unknown_p too.
4199         (potential_rvalue_constant_expression): New.
4200         (require_potential_rvalue_constant_expression): New.
4201
4202 2011-02-23  Jason Merrill  <jason@redhat.com>
4203
4204         * cp-tree.h (DECL_PARM_LEVEL): New.
4205         (struct lang_decl_parm): Add level field.
4206         * name-lookup.c (function_parm_depth): New fn.
4207         * name-lookup.h: Declare it.
4208         * parser.c (cp_parser_parameter_declaration_list): Use it.
4209         * mangle.c (struct globals): Add parm_depth field.
4210         (write_bare_function_type): Adjust it.
4211         (write_expression): Include the level delta in PARM_DECL mangling
4212         for abi >= 6.
4213
4214         * semantics.c (finish_decltype_type): Remove shortcut for decltype
4215         of id-expression.
4216         * mangle.c (write_type) [DECLTYPE_TYPE]: Strip it here for abi < 6.
4217
4218 2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
4219
4220         PR c++/46868
4221         * parser.c (cp_parser_class_specifier): Require a closing brace
4222         to attempt error recovery.
4223
4224 2011-02-23  Jakub Jelinek  <jakub@redhat.com>
4225
4226         PR c++/47833
4227         * pt.c (struct pending_template): Add chain_next GTY option.
4228         * decl.c (struct named_label_use_entry): Likewise.
4229
4230 2011-02-22  Paolo Carlini  <paolo.carlini@oracle.com>
4231
4232         PR c++/47242
4233         * semantics.c (build_lambda_object): Bail out if a field is
4234         error_mark_node.
4235
4236 2011-02-22  Dodji Seketeli  <dodji@redhat.com>
4237
4238         PR c++/47666
4239         * class.c (dfs_declare_virt_assop_and_dtor)
4240         (declare_virt_assop_and_dtor): New static functions.
4241         (add_implicitly_declared_members): Use
4242         declare_virt_assop_and_dtor.
4243
4244 2011-02-21  Jason Merrill  <jason@redhat.com>
4245
4246         PR c++/47207
4247         * decl2.c (decl_constant_var_p): A constexpr var needs an
4248         initializer to be constant.
4249         * semantics.c (cxx_eval_constant_expression): Complain about
4250         constexpr var used in its own initializer.
4251         * call.c (set_up_extended_ref_temp): Set
4252         DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P too.
4253
4254 2011-02-20  Jason Merrill  <jason@redhat.com>
4255
4256         PR c++/47199
4257         * semantics.c (cxx_eval_call_expression): Call
4258         cxx_eval_constant_expression in trivial shortcut.
4259
4260         PR c++/46831
4261         * call.c (convert_class_to_reference): Don't try to set up a
4262         second conv sequence for non-viable candidates.
4263
4264         PR c++/47703
4265         * error.c (location_of): Handle non-tagged types.
4266
4267         PR c++/46472
4268         * method.c (process_subob_fn): Instantiate constexpr templates.
4269         * optimize.c (maybe_clone_body): Propagate DECL_DECLARED_CONSTEXPR_P.
4270
4271 2011-02-20  Dodji Seketeli  <dodji@redhat.com>
4272
4273         PR c++/46394
4274         * pt.c (tsubst_pack_expansion): do not use
4275         cp_tree_equal/same_type_p to detect an expansion of a parameter
4276         pack.
4277
4278 2011-02-19  Jason Merrill  <jason@redhat.com>
4279
4280         PR c++/47503
4281         * semantics.c (cxx_eval_call_expression): Shortcut trivial copy.
4282
4283 2011-02-18  Paolo Carlini  <paolo.carlini@oracle.com>
4284
4285         PR c++/47795
4286         * semantics.c (finish_non_static_data_member): Early return if
4287         object is error_mark_node.
4288
4289 2011-02-18  Dodji Seketeli  <dodji@redhat.com>
4290
4291         PR c++/47208
4292         * pt.c (do_auto_deduction): Do not mention error_mark_node in
4293         diagnostics.
4294         * semantics.c (finish_id_expression): Do not pass erroneous decl
4295         to decl_constant_var_p.
4296
4297 2011-02-17  Jakub Jelinek  <jakub@redhat.com>
4298
4299         PR c++/47783
4300         * cvt.c (convert_from_reference): Call mark_exp_read.
4301
4302 2011-02-11  Dodji Seketeli  <dodji@redhat.com>
4303
4304         PR c++/47172
4305         * pt.c (finish_call_expr): Consider a call expression that has a
4306         dependent "this" pointer as being dependent.  Add comments.
4307         (dependent_type_p, type_dependent_expression_p): Update comments.
4308
4309 2011-02-16  Dodji Seketeli  <dodji@redhat.com>
4310
4311         PR c++/47326
4312         * pt.c (tsubst_copy)<case SIZEOF_EXPR>: Ensure that even pack
4313         expansion arguments are not evaluated.
4314
4315 2011-02-16  Jakub Jelinek  <jakub@redhat.com>
4316
4317         PR c++/47704
4318         * cp-tree.h (ENUM_FIXED_UNDERLYING_TYPE_P): Use TYPE_LANG_FLAG_5
4319         instead of TYPE_LANG_FLAG_3.
4320         * pt.c (lookup_template_class): Copy over
4321         ENUM_FIXED_UNDERLYING_TYPE_P.
4322
4323 2011-02-15  Jason Merrill  <jason@redhat.com>
4324
4325         PR c++/46807
4326         * method.c (synthesized_method_walk): Always exit early for
4327         trivial fn in C++98 mode.
4328
4329 2011-02-14  Jason Merrill  <jason@redhat.com>
4330
4331         PR c++/47482
4332         * parser.c (cp_parser_enumerator_definition): Call
4333         fold_non_dependent_expr.
4334
4335 2011-02-09  Jason Merrill  <jason@redhat.com>
4336
4337         * decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.
4338         * semantics.c (finish_fname): Only return the name if we're in
4339         a function.
4340
4341         * decl.c (build_enumerator): Don't perform integral promotions on
4342         non-integral constants.
4343
4344         * cvt.c (convert_to_void): Handle null op1.
4345
4346         * class.c (type_has_constexpr_default_constructor): Make sure the
4347         caller stripped an enclosing array.
4348         * init.c (perform_member_init): Strip arrays before calling it.
4349
4350         PR c++/47511
4351         * semantics.c (potential_constant_expression_1): Handle TEMPLATE_DECL.
4352
4353 2011-02-03  Dodji Seketeli  <dodji@redhat.com>
4354
4355         PR c++/47398
4356         * tree.c (cp_tree_equal)<TEMPLATE_PARM_INDEX>: Take the number of
4357         template parameters in account.
4358
4359 2011-02-03  Nathan Froyd  <froydnj@codesourcery.com>
4360
4361         PR c++/46890
4362         * parser.c (cp_parser_class_specifier): Fix setting of
4363         want_semicolon.
4364
4365 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
4366
4367         PR c++/47416
4368         * semantics.c (build_data_member_initialization): Handle
4369         STATEMENT_LIST always instead of just for CLEANUP_BODY.
4370
4371 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4372
4373         * g++spec.c (lang_specific_driver) [HAVE_LD_STATIC_DYNAMIC] Use
4374         LD_STATIC_OPTION, LD_DYNAMIC_OPTION.
4375
4376 2011-01-29  Dodji Seketeli  <dodji@redhat.com>
4377
4378         PR c++/47311
4379         * cp-tree.h (fixup_template_parms): Declare.
4380         * pt.c (end_template_parm_list): Do not fixup template parms here.
4381         (fixup_template_parms): Remove static. Fix typo in the
4382         comments. Remove useless code statement.
4383         (fixup_template_parm): For a template template parameter, fixup
4384         its attributes before fixing up its type.
4385         * parser.c
4386         (cp_parser_template_declaration_after_export): After parsing
4387         template parameters fixup their types.
4388
4389 2011-01-26  Jakub Jelinek  <jakub@redhat.com>
4390
4391         PR c++/47476
4392         * semantics.c (potential_constant_expression_1): Handle
4393         TRUTH_XOR_EXPR.
4394
4395 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4396
4397         PR c++/43601
4398         * semantics.c (expand_or_defer_fn_1): Handle it.
4399         * decl2.c (decl_needed_p): Likewise.
4400
4401 2011-01-21  Jason Merrill  <jason@redhat.com>
4402
4403         PR c++/47041
4404         * semantics.c (build_constexpr_constructor_member_initializers):
4405         Handle trivial copy.
4406
4407 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
4408
4409         PR c++/47388
4410         * semantics.c (begin_for_stmt): If -fno-for-scope, don't
4411         assume init must be NULL if scope is NULL.
4412         (begin_range_for_stmt): Likewise.
4413
4414 2011-01-21  Jason Merrill  <jason@redhat.com>
4415
4416         PR c++/46552
4417         * semantics.c (cxx_eval_constant_expression): Handle OFFSET_REF.
4418
4419         PR c++/46977
4420         * semantics.c (potential_constant_expression_1): Split out from
4421         potential_constant_expression.  Add want_rval parm.  Handle
4422         template expression forms.  Don't enforce restriction on address
4423         of automatic variable here.  Add a couple of diagnostics that
4424         had been missing.
4425         (require_potential_constant_expression): New entry point.
4426         (build_data_member_initialization, register_constexpr_fundef): Adjust.
4427         (maybe_constant_value): Check potential_constant_expression.
4428         * pt.c (fold_non_dependent_expr_sfinae): Likewise.
4429         * tree.c (build_vec_init_expr): Adjust.
4430
4431 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
4432
4433         PR c++/47303
4434         * decl2.c (finish_anon_union): Only call mangle_decl if TREE_STATIC
4435         or DECL_EXTERNAL.
4436
4437 2011-01-17  Jason Merrill  <jason@redhat.com>
4438
4439         PR c++/47067
4440         * semantics.c (base_field_constructor_elt): New fn.
4441         (cxx_eval_bare_aggregate): Use it.
4442         (build_data_member_initialization): Leave COMPONENT_REF for
4443         vfield inits.
4444
4445 2011-01-14  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
4446
4447         * parser.c (cp_parser_range_for): Remove the "unused variable" warning
4448         workaround.
4449
4450 2011-01-15  Giovanni Funchal  <gafunchal@gmail.com>
4451             Jonathan Wakely  <jwakely.gcc@gmail.com>
4452
4453         PR c++/33558
4454         * decl.c (grokdeclarator): Reject mutable reference members.
4455
4456 2011-01-14  Jason Merrill  <jason@redhat.com>
4457
4458         PR c++/47289
4459         * pt.c (coerce_template_parms): Fix error recovery.
4460
4461         PR c++/46903
4462         * typeck2.c (check_narrowing): Only check arithmetic types.
4463
4464         PR c++/46688
4465         * tree.c (build_vec_init_expr): Handle flexible array
4466         properly.
4467
4468 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
4469
4470         PR c++/47213
4471         * cp-tree.h (CLASSTYPE_VISIBILITY): Use
4472         TYPE_MAIN_DECL instead of TYPE_NAME.
4473         (CLASSTYPE_VISIBILITY_SPECIFIED): Likewise.
4474         * decl2.c (determine_visibility): Add check
4475         of CLASS_TYPE_P for underlying_type.
4476
4477 2011-01-12  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
4478
4479         * cp-tree.h (begin_for_scope): New prototype.
4480         (begin_for_stmt): Update prototype.
4481         (begin_range_for_stmt): Update prototype.
4482         * init.c (build_vec_init): Update call to begin_for_stmt.
4483         * parser.c (cp_parser_for): New.
4484         (cp_parser_c_for): Add three new parameters.
4485         (cp_parser_range_for): Likewise. Most parsing code removed.
4486         (cp_parser_iteration_statement): Call cp_parser_for instead of
4487         cp_parser_c_for and cp_parser_range_for.
4488         (cp_parser_for_init_statement): Add new parameter and return type.
4489         (cp_parser_block_declaration): Update call to
4490         cp_parser_simple_declaration.
4491         (cp_parser_simple_declaration): Add new parameter.
4492         Update call to cp_parser_init_declarator.
4493         (cp_parser_init_declarator): Add new parameter.
4494         * pt.c (tsubst_expr): Update call to begin_for_stmt.
4495         * semantics.c (begin_for_scope): New.
4496         (begin_for_stmt): Add two new parameters.
4497         (begin_range_for_stmt): Likewise.
4498
4499 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
4500
4501         * parser.c (cp_parser_objc_at_property_declaration): Improved
4502         error message.
4503
4504 2011-01-11  Dodji Seketeli  <dodji@redhat.com>
4505
4506         PR debug/46955
4507         * cp-lang.c (get_template_innermost_arguments_folded)
4508         (get_template_argument_pack_elems_folded)
4509         (template_arg_needs_folding, fold_cplus_constants): New static
4510         functions.
4511         (LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
4512         get_template_innermost_arguments_folded.
4513         (LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
4514         get_template_argument_pack_elems_folded.
4515
4516 2011-01-11  Jason Merrill  <jason@redhat.com>
4517
4518         PR c++/46658
4519         * init.c (build_new_1): Handle value-init in templates differently.
4520
4521         PR c++/45520
4522         * tree.c (maybe_dummy_object): Check current_class_ref against
4523         context, not current_class_type.
4524
4525 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
4526
4527         PR objc/47078
4528         * parser.c (cp_parser_objc_typename): If the type is unknown, for
4529         error recovery purposes behave as if it was not specified so that
4530         the default type is used.
4531
4532 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
4533
4534         PR c++/47022
4535         * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
4536         for the second build_x_va_arg argument.
4537
4538 2011-01-05  Tom Tromey  <tromey@redhat.com>
4539
4540         * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
4541         (lvalue_or_else): Likewise.
4542
4543 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
4544
4545         PR target/38662
4546         * tree.c (cxx_type_hash_eq):
4547         Allow METHOD_TYPE, too.
4548
4549 \f
4550 Copyright (C) 2011 Free Software Foundation, Inc.
4551
4552 Copying and distribution of this file, with or without modification,
4553 are permitted in any medium without royalty provided the copyright
4554 notice and this notice are preserved.