OSDN Git Service

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