OSDN Git Service

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