2007-11-07 Douglas Gregor <doug.gregor@gmail.com>
[official-gcc.git] / gcc / cp / ChangeLog
bloba294e7626202017edd168f0685450e72d98ca4e3
1 2007-11-07  Douglas Gregor  <doug.gregor@gmail.com>
3         PR c++/33045
4         PR c++/33837
5         PR c++/33838
6         * semantics.c (finish_decltype_type): See through INDIRECT_REFs.
7         Be careful with ERROR_MARK_NODEs.
8         * parser.c (cp_parser_check_access_in_redeclaration): Handle NULL
9         argument.
11 2007-11-07  Jakub Jelinek  <jakub@redhat.com>
13         PR c++/33501
14         * call.c (build_over_call): Don't check TREE_ADDRESSABLE
15         on incomplete type.
17 2007-11-06  Douglas Gregor  <doug.gregor@gmail.com>
19         PR c++/33977
20         PR c++/33886
21         * tree.c (c_build_qualified_type): Define bridge to
22         cp_build_qualified_type.
24 2007-11-06  Douglas Gregor  <doug.gregor@gmail.com>
26         PR c++/31439
27         PR c++/32114
28         PR c++/32115
29         PR c++/32125
30         PR c++/32126
31         PR c++/32127
32         PR c++/32128
33         PR c++/32253
34         PR c++/32566
35         * typeck.c (check_return_expr): Pass address of retval to
36         check_for_bare_parameter_packs.
37         * class.c (build_base_field): Tolerate bases that have no layout
38         due to errors.
39         (end_of_base): Ditto.
40         * tree.c (canonical_type_variant): Be careful with
41         ERROR_MARK_NODE.
42         * cp-tree.h (check_for_bare_parameter_packs): Now accepts a
43         tree*.
44         * pt.c (find_parameter_pack_data): Add set_packs_to_error field,
45         which states whether parameter packs should be replaced with
46         ERROR_MARK_NODE.
47         (find_parameter_packs_r): Pass addresses to cp_walk_tree wherever
48         possible. If set_packs_to_error is set true, replace the parameter
49         pack with ERROR_MARK_NODE. Manage our own pointer sets.
50         (uses_parameter_packs): Don't set parameter packs to
51         ERROR_MARK_NODE.
52         (check_for_bare_parameter_packs): Now takes a pointer to a tree,
53         which may be modified (if it is a parameter pack). Instructs
54         find_parameter_packs_r to replace parameter packs with
55         ERROR_MARK_NODE (so that they won't cause errors later on).
56         (process_template_parm): Pass pointer to
57         check_for_bare_parameter_packs.
58         (process_partial_specialization): Replace pack expansions before
59         the end of the template argument list with ERROR_MARK_NODE.
60         (push_template_decl_real): Pass pointer to
61         check_for_bare_parameter_packs. Replace parameter packs not at the
62         end of the template parameter list with ERROR_MARK_NODE.
63         (convert_template_argument): Be more careful about using DECL_NAME
64         on only declarations.
65         (unify): Can't unify against ERROR_MARK_NODE.
66         * semantics.c (finish_cond): Pass pointer to
67         check_for_bare_parameter_packs.
68         (finish_expr_stmt): Ditto.
69         (finish_for_expr): Ditto.
70         (finish_switch_cond): Pass pointer to
71         check_for_bare_parameter_packs, and call it before we put the
72         condition into the statement.
73         (finish_mem_initializers): Pass pointer to
74         check_for_bare_parameter_packs.
75         (finish_member_declaration): Ditto.
76         * parser.c (cp_parser_base_clause): Ditto.
77         
78 2007-11-06  Jakub Jelinek  <jakub@redhat.com>
80         PR target/33168
81         * decl.c (cp_finish_decl): Call make_rtl_for_nonlocal_decl already
82         with the final TREE_READONLY flag in place.  processing_template_decl
83         is known to be 0 in this part of function.
85         PR c++/33894
86         * cp-tree.h: Update comment - TYPE_LANG_FLAG_0 is not
87         OMP_ATOMIC_DEPENDENT_P in OMP_ATOMIC.
88         * pt.c (tsubst_expr): Assert OMP_ATOMIC_DEPENDENT_P.
89         * semantics.c (finish_omp_atomic): Revert most of the
90         2007-02-05 changes, just keep the new representation of
91         OMP_ATOMIC_DEPENDENT_P OMP_ATOMIC.
93 2007-11-05  H.J. Lu  <hongjiu.lu@intel.com>
95         PR c++/33871
96         * decl2.c (constrain_visibility): Clear DECL_ONE_ONLY if marked
97         local.
99 2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>
101         PR c++/33996
102         PR c++/33235
103         PR c++/33930
104         * typeck.c (merge_types): Don't lose rvalue references when
105         merging types.
106         * call.c (build_over_call): Don't elide move constructors just
107         because the copy constructor is trivial (!).
108         (compare_ics): If comparing cv-qualifiers fails, we can still order
109         based on binding lvalues vs. rvalues.
111 2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>
113         PR c++/33939
114         * pt.c (unify_pack_expansion): bring handling of function call
115         arguments into line with type_unification_real. 
117 2007-11-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
119         * typeck.c (build_binary_op): Use pedwarn instead of error for
120         consistency.
122 2007-11-05  Jakub Jelinek  <jakub@redhat.com>
124         PR c++/33836
125         * parser.c (cp_parser_unary_expression): For &&label call
126         cp_parser_non_integral_constant_expression and return error_mark_node
127         if it returned true.
129         PR c++/33969
130         * decl.c (grokdeclarator): Don't call build_memfn_type if type
131         is neither FUNCTION_TYPE nor METHOD_TYPE.
133 2007-11-02  Jakub Jelinek  <jakub@redhat.com>
135         PR c++/33516
136         * parser.c (cp_parser_nested_name_specifier_opt): Use
137         TYPE_MAIN_VARIANT (new_scope) as scope if new_scope is an incomplete
138         typedef of currently open class.
140 2007-11-02  Paolo Carlini  <pcarlini@suse.de>
142         PR c++/33495
143         * error.c (dump_expr): Deal specially with statements.
145 2007-11-01  Jason Merrill  <jason@redhat.com>
147         PR c++/30897
148         * pt.c (push_template_decl_real): Set DECL_CONTEXT on template
149         template parms.
150         (lookup_template_class): Use it to get the outer template args
151         for instantiating one.
153         PR c++/29236
154         * pt.c (reduce_template_parm_level): tsubst the parameters
155         of a template template parm.
157 2007-11-01  Douglas Gregor  <doug.gregor@gmail.com>
159         PR c++/33955
160         * pt.c (find_parameter_packs_r): Handle TYPENAME_TYPE.
162 2007-11-01  Jakub Jelinek  <jakub@redhat.com>
164         PR c++/32384
165         * parser.c (cp_parser_postfix_dot_deref_expression): If
166         POSTFIX_EXPRESSION is type dependent, try to parse it as pseudo dtor
167         first and if that succeeds and type is SCALAR_TYPE_P, create
168         PSEUDO_DTOR_EXPR.
170         PR c++/32260
171         * rtti.c (enum_tinfo_kind): Fix TK_TYPE_INFO_TYPE comment.
172         (typeid_ok_p): Use the same alias set for abi::__type_info_pseudo
173         as for std::type_info.
175 2007-10-31  Paolo Carlini  <pcarlini@suse.de>
177         PR c++/33494
178         * cxx-pretty-print.c (pp_cxx_typeid_expression,
179         pp_cxx_delete_expression): Change to static linkage.
180         * cxx-pretty-print.h: Adjust declarations.
181         * error.c (dump_expr, case EXPR_PACK_EXPANSION, TYPEID_EXPR,
182         MEMBER_REF, DOTSTAR_EXPR, DELETE_EXPR, VEC_DELETE_EXPR,
183         MODOP_EXPR): Forward to pp_expression.
185         * cxx-pretty-print.c (pp_cxx_expression, case NON_DEPENDENT_EXPR):
186         Fix typo.
188 2007-10-31 Christian Bruel  <christian.bruel@st.com>
189            Mark Mitchell  <mark@codesourcery.com>
191         PR c++/19531
192         * typeck.c (check_return_expr): Don't set named_return_value_okay_p
193         if retval is volatile. 
194         
195 2007-10-30  Jakub Jelinek  <jakub@redhat.com>
197         PR c++/33616
198         * decl2.c (build_offset_ref_call_from_tree): Call
199         build_non_dependent_expr on object prior to building ADDR_EXPR from it
200         if FN is DOTSTAR_EXPR.
202 2007-10-30  Douglas Gregor  <doug.gregor@gmail.com>
204         PR c++/31993
205         PR c++/32252
206         * pt.c (find_parameter_packs_r): Fix typo in comment.
207         (convert_template_argument): Look at the pattern of a pack
208         expansion to determine what kind of entity we're converting.
209         (coerce_template_parameter_pack): When we have coerced a non-type
210         template parameter pack, substitute into the type of that pack.
211         (tsubst_pack_expansion): When our substitution of a parameter pack
212         is a "trivial" substitution of itself, just substitute into the
213         pack expansion rather than actually expanding.
215 2007-10-29  Jakub Jelinek  <jakub@redhat.com>
217         PR c++/33841
218         * class.c (check_bitfield_decl): Don't set field's type to error_mark_node
219         for non-integral type bitfields.  Return true if bitfield is correct, false
220         error has been diagnosed.
221         (check_field_decls): If check_bitfield_decl returned false, call also
222         check_field_decl.
224 2007-10-28  Paolo Carlini  <pcarlini@suse.de>
225             Mark Mitchell  <mark@codesourcery.com>
227         PR c++/30659
228         * pt.c (do_decl_instantiation): If the VAR_DECL is not a
229         class member error out and return.
231 2007-10-27  Jakub Jelinek  <jakub@redhat.com>
233         * error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope
234         to current_function_decl rather than 0.
236         PR c++/33844
237         * cxx-pretty-print.c (pp_cxx_pm_expression) <case MEMBER_REF>: Print
238         ->* rather than .*.
239         * error.c (dump_expr): Handle MEMBER_REF and DOTSTAR_EXPR.
241 2007-10-27  Jason Merrill  <jason@redhat.com>
243         PR c++/5247
244         * call.c (convert_default_arg): Detect recursion.
246 2007-10-27  Jakub Jelinek  <jakub@redhat.com>
248         PR c++/33842
249         * cxx-pretty-print.h (pp_cxx_offsetof_expression): New prototype.
250         * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
251         OFFSETOF_EXPR.
252         (pp_cxx_offsetof_expression_1, pp_cxx_offsetof_expression): New
253         functions.
254         * error.c (dump_expr): Handle OFFSETOF_EXPR.
256 2007-10-26  Jason Merrill  <jason@redhat.com>
258         PR c++/24791
259         * pt.c (get_template_info): New fn.
260         (template_class_depth): Use it.
261         (push_template_decl_real): Check that the template args of the 
262         definition match the args of the previous declaration.
264 2007-10-26  Paolo Carlini  <pcarlini@suse.de>
266         PR c++/31988
267         * decl2.c (coerce_new_type): Do not allow a default argument for
268         the first parameter.
270 2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>
272         PR c++/33839
273         * parser.c (cp_parser_decltype): Return ERROR_MARK_NODE if we
274         don't see the leading '('. Only lookup names if we get an
275         IDENTIFIER_NODE.
277 2007-10-26  Jakub Jelinek  <jakub@redhat.com>
279         PR c++/33744
280         * parser.c (cp_parser_parenthesized_expression_list): Set
281         greater_than_is_operator_p to true in between the parens.
283 2007-10-26  Paolo Carlini  <pcarlini@suse.de>
285         PR c++/31747
286         * decl.c (grokdeclarator): In case of conflicting specifiers
287         just return error_mark_node.
289 2007-10-26  Ollie Wild  <aaw@google.com>
291         * expr.c (cxx_expand_expr): Removed.
292         * cp-tree.h (exx_expand_expr): Removed.
293         * cp-objcp-common.h (LANK_HOOKS_EXPAND_EXPR): Replace cxx_expand_expr
294         with c_expand_expr.
296 2007-10-25  Paolo Carlini  <pcarlini@suse.de>
298         PR c++/33843
299         * cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with BIT_NOT_EXPR.
301 2007-10-23  Jason Merrill  <jason@redhat.com>
303         PR c++/25950 (DR 391)
304         * call.c (struct conversion): Remove check_copy_constructor_p.
305         (reference_binding): Always bind a reference directly to a 
306         compatible class rvalue.  Pass down LOOKUP_NO_TEMP_BIND during 
307         temporary creation.
308         (check_constructor_callable): Remove.
309         (convert_like_real): Don't call it.
310         (initialize_reference): Don't call check_constructor_callable.
311         (standard_conversion): Check LOOKUP_NO_CONVERSION instead of
312         LOOKUP_CONSTRUCTOR_CALLABLE.  Don't require a temporary for base
313         conversions if LOOKUP_NO_TEMP_BIND.
314         (implicit_conversion): Pass through LOOKUP_NO_TEMP_BIND.
315         (build_user_type_conversion_1): Pass through LOOKUP_NO_TEMP_BIND for
316         second conversion.
317         * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): Remove.
319 2007-10-22  Jakub Jelinek  <jakub@redhat.com>
321         PR c++/33372
322         * semantics.c (finish_omp_clauses): Check !type_dependent_expression_p
323         before checking if its type is integral.
325 2007-10-22  Jason Merrill  <jason@redhat.com>
327         PR c++/33620
328         * class.c (finish_struct_bits): Copy TYPE_ATTRIBUTES.
329         * pt.c (apply_late_template_attributes): Splice out dependent
330         attributes from DECL_ATTRIBUTES.
332         * decl.c (cxx_maybe_build_cleanup): Use build_address.
334 2007-10-17  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
336         * typeck.c (build_binary_op) : Use appropriate warning option
337         instead of unnamed warning.
339 2007-10-16  Paolo Carlini  <pcarlini@suse.de>
341         PR c++/31446
342         * pt.c (current_template_args): Do not change TREE_LIST elements
343         with a TREE_VALUE of error_mark_node.
345 2007-10-16  Mark Mitchell  <mark@codesourcery.com>
347         * typeck.c (cp_apply_type_quals_to_decl): Expand documentation.
348         * decl.c (start_decl): Tidy.
349         (start_decl_1): Call cp_apply_type_quals_to_decl after completing
350         the type.
351         (grokdeclarator): Clarify comment.
353 2007-10-14  Andrew Pinski  <pinskia@gmail.com>
355         PR c++/30303
356         * decl.c (grokfndecl): Return NULL after the "definition of
357         implicitly-declared" error happened.
359 2007-10-12  Simon Martin  <simartin@users.sourceforge.net>
361         PR c++/26698
362         * call.c (build_user_type_conversion_1): Do not consider conversion
363         functions to convert a (possibly cv-qualified) object to the (possibly
364         cv-qualified) same object type (or a reference to it), to a (possibly
365         cv-qualified) base class of that type (or a reference to it).
367 2007-10-12  Paolo Carlini  <pcarlini@suse.de>
369         * pt.c (tsubst): Use template_parm_level_and_index.
371 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
373         PR c++/32121
374         * parser.c (cp_parser_compound_statement): Handle label-declarations
375         at the beginning of the compound statement.
376         (cp_parser_block_declaration): Issue diagnostics about __label__
377         not at the beginning of a block.
379 2007-10-11  Paolo Carlini  <pcarlini@suse.de>
381         PR c++/33461
382         * pt.c (coerce_template_parameter_pack): Do not pass error_mark_node
383         to convert_template_argument.
384         (coerce_template_parms): Return error_mark_node after fixed-length
385         error.
386         (tsubst_decl): Check for error_mark_node the return value of the
387         first tsubst in 'case VAR_DECL'.
389 2007-10-08  Ollie Wild  <aaw@google.com>
391         * typeck2.c (digest_init): Call cplus_expand_constant after
392         convert_for_initialization.
393         * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
394         * expr.c (cplus_expand_constant): Updated function description.
396 2007-10-04  Jason Merrill  <jason@redhat.com>
398         PR c++/20416
399         * call.c (initialize_reference): Handle local static reference
400         temps properly.
402 2007-10-03  Jason Merrill  <jason@redhat.com>
404         PR c++/32470
405         * name-lookup.c (push_namespace_with_attrs): Fold back into...
406         (push_namespace): Here.
407         (handle_namespace_attrs): New fn for the attr code.
408         (leave_scope): Don't pop_visibility.
409         * name-lookup.h (struct cp_binding_level): Remove has_visibility.
410         * parser.c (cp_parser_namespace_definition): Call
411         handle_namespace_attrs and pop_visibility as appropriate. 
413         PR c++/11756
414         * mangle.c (write_type) [TYPEOF_TYPE]: Just sorry.
416 2007-10-03  Alexandre Oliva  <aoliva@redhat.com>
418         * decl.c (duplicate_decls): Preserve linkage flags for mere
419         redeclarations of gnu_inline definitions.
421 2007-10-03  Jason Merrill  <jason@redhat.com>
423         PR c++/15764
424         * decl.c (wrap_cleanups_r): New fn.
425         (wrap_temporary_cleanups): New fn.
426         (initialize_local_var): Call it.
428 2007-09-29  Jason Merrill  <jason@redhat.com>
430         PR c++/33094
431         * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member 
432         constant to not have DECL_EXTERNAL if it's file-local.
434 2007-09-28  Ollie Wild  <aaw@google.com>
436         Revert
437         2007-09-27  Ollie Wild  <aaw@google.com>
439         * typeck2.c (digest_init): Call cplus_expand_constant after
440         convert_for_initialization.
441         * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
442         * expr.c (cplus_expand_constant): Updated function description.
444 2007-09-28  Jason Merrill  <jason@redhat.com>
446         PR c++/10179
447         * class.c (layout_empty_base): Take rli parameter, update
448         rli->record_align if empty base has user-specified alignment.
449         (build_base_field): Pass rli to it.
451 2007-09-28  Paolo Carlini  <pcarlini@suse.de>
453         PR c++/33213
454         * error.c (dump_decl): Deal with TYPE_PACK_EXPANSION.
456 2007-09-28  Paolo Carlini  <pcarlini@suse.de>
458         PR c++/33118
459         * error.c (dump_expr): Deal with ARGUMENT_PACK_SELECT.
460         (dump_type): Use dump_template_argument for TYPE_ARGUMENT_PACK.
461         (dump_parameters): Just call dump_type for argument packs too.
463 2007-09-28  Jakub Jelinek  <jakub@redhat.com>
465         PR c++/31434
466         * tree.c (cp_build_qualified_type_real): Handle TYPE_PACK_EXPANSION
467         qualification by creating qualified PACK_EXPANSION_PATTERN and
468         then calling make_pack_expansion on it.
470 2007-09-27  Ollie Wild  <aaw@google.com>
472         * typeck2.c (digest_init): Call cplus_expand_constant after
473         convert_for_initialization.
474         * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
475         * expr.c (cplus_expand_constant): Updated function description.
477 2007-09-27  Jason Merrill  <jason@redhat.com>
479         PR c++/33571
480         * decl2.c (is_late_template_attribute): Don't crash on unknown
481         attribute.
483 2007-09-27  Paolo Carlini  <pcarlini@suse.de>
485         PR c++/33493
486         * error.c (dump_expr): Deal with DELETE_EXPR and VEC_DELETE_EXPR.
487         * cxx-pretty-print.c (pp_cxx_delete_expression): Add missing
488         spaces in the formatting.
489         * cxx-pretty-print.h (pp_cxx_delete_expression): Declare.
491 2007-09-27  Jakub Jelinek  <jakub@redhat.com>
493         * error.c (cxx_print_error_function): Add third argument, pass
494         it over to lhd_print_error_function.
495         (cp_print_error_function): If diagnostic->abstract_origin, print
496         virtual backtrace.
497         * cp-tree.h (struct diagnostic_info): New forward decl.
498         (cxx_print_error_function): Add third argument.
500 2007-09-25  Simon Martin  <simartin@users.sourceforge.net>
502         PR c++/33207
503         * name-lookup.c (pushtag): Do not create an implicit typedef before
504         the associated type declaration is known to be valid.
506 2007-09-25  Jakub Jelinek  <jakub@redhat.com>
508         * tree.c (cxx_printable_name): Compare FUNCTION_DECL uids
509         rather than pointers.
511 2007-09-24  Danny Smith  <dannysmith@user.sourceforge.net>
513         PR c++/14688
514         * search.c (check_final_overrider): Fail if
515         targetm.comp_type_attributes returns 0.
517 2007-09-24  Jason Merrill  <jason@redhat.com>
519         PR c++/33239
520         * pt.c (resolve_typename_type): Don't look things up in the original
521         template if it would mean losing template arguments.    
523 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
525         PR c++/33506
526         * cp-tree.h (cxx_type_hash_eq): New prototype.
527         * cp-objcp-common.h (LANG_HOOKS_TYPE_HASH_EQ): Redefine.
528         * tree.c (cxx_type_hash_eq): New function.
530 2007-09-24  Douglas Gregor  <doug.gregor@gmail.com>
532         PR c++/33185    
533         * tree.c (cp_build_qualified_type_real): Build a canonical
534         ARRAY_TYPE if the original ARRAY_TYPE was not a canonical type.
535         
536 2007-09-24  Douglas Gregor  <doug.gregor@gmail.com>
538         PR c++/33112
539         PR c++/33185    
540         * tree.c (cplus_array_compare): Compare pointers, not types.
541         (build_cplus_array_type_1): Store new array type into the hash
542         table before building the canonical type; build the canonical type
543         correctly.
544         (cp_build_qualified_type_real): Put all of the array types with
545         cv-qualified element types into the C++ array hash table, built as 
546         variants of the unqualified versions.
547         
548 2007-09-23  Jason Merrill  <jason@redhat.com>
550         PR c++/16370
551         * decl.c (grokdeclarator): Look through implicit TYPE_DECLs
552         for deprecation warnings.
554 2007-09-22  Jason Merrill  <jason@redhat.com>
556         PR c++/15269
557         * call.c (build_over_call): Warn about deprecated virtuals.
559         PR c++/19407
560         * cp-tree.h (ATTR_IS_DEPENDENT): New macro.
561         (MAYBE_TAGGED_TYPE_P): Remove.
562         * pt.c (apply_late_template_attributes): Check ATTR_IS_DEPENDENT
563         instead of calling is_late_template_attribute again.
564         (tsubst_decl) [TYPE_DECL]: Just check if the name is the tag.
565         (tsubst): A typedef is a TYPE_NAME != TYPE_MAIN_DECL.
566         Don't crash on typedefs from non-template classes.
567         * decl2.c (grokfield): Don't sorry about attrs on template parms.
568         (is_late_template_attribute): All attributes applied to template
569         parms or typename types are dependent.  Static.
570         (splice_template_attributes): Pass decl through.
571         (save_template_attributes): Likewise.
573 2007-09-20  Jakub Jelinek  <jakub@redhat.com>
575         PR c++/33496
576         * pt.c (tsubst_copy) <case SIZEOF_EXPR>: Handle error_mark_node
577         returned from tsubst_pack_expansion.
578         (tsubst_copy_and_build) <case SIZEOF_EXPR>: Likewise.
579         (tsubst_copy_and_build) <case CONSTRUCTOR>: Likewise.
581 2007-09-20  Paolo Carlini  <pcarlini@suse.de>
583         PR c++/33460
584         * semantics.c (finish_id_expression): Use consistently
585         context_for_name_lookup.
586         * decl.c (fixup_anonymous_aggr): Fix error message for
587         anonymous struct (vs union).
589 2007-09-19  Jason Merrill  <jason@redhat.com>
591         PR c++/7586
592         * pt.c (tsubst): Handle typedefs by looking for the specialization.
593         (retrieve_specialization): Only tagged types use 
594         DECL_TEMPLATE_INSTANTIATIONS.
595         (instantiate_class_template): Push nested classes too.
596         (tsubst_decl) [TYPE_DECL]: Only check for canonical decl for
597         tagged types.
598         * cp-tree.h (MAYBE_TAGGED_TYPE_P): New macro.
599         * init.c (is_aggr_type): Remove redundant tests.
600         * class.c (push_nested_class): Use CLASS_TYPE_P.
602 2007-09-20  Paolo Carlini  <pcarlini@suse.de>
604         PR c++/33459
605         * init.c (build_zero_init): If, recursively, build_zero_init
606         returns a NULL_TREE, do not append it to the VEC of constructors.
608 2007-09-18  Jason Merrill  <jason@redhat.com>
610         PR c++/17743
611         * pt.c (apply_late_template_attributes): Set processing_template_decl.
612         (tsubst_decl) [TYPE_DECL]: Preserve naming typedef, pass
613         ATTR_FLAG_TYPE_IN_PLACE.
614         (tsubst): Do unqualified lookup to find typedefs from current class.
615         [ARRAY_TYPE]: Propagate alignment info.
616         * decl2.c (is_late_template_attribute): Only defer handling of
617         attribute aligned if the expression is dependent.
618         (save_template_attributes): If we're deferring any attributes,
619         make this a naming typedef.
621 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
623         PR c++/33462 (again)
624         * cxx-pretty-print.c (pp_cxx_va_arg_expression): Print
625         va_arg instead of __builtin_va_arg.
627 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
629         PR c++/33462
630         * cxx-pretty-print.c (pp_cxx_va_arg_expression): Add.
631         (pp_cxx_primary_expression): Use it.
632         * cxx-pretty-print.h (pp_cxx_va_arg_expression): Declare.
633         * error.c (dump_expr): Use it.
635 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
637         PR c++/33463
638         * cxx-pretty-print.c (pp_cxx_postfix_expression): Split
639         out case TYPEID_EXPR to...
640         (pp_cxx_typeid_expression): ... here; use pp_cxx_left_paren
641         and pp_cxx_right_paren.
642         * cxx-pretty-print.h (pp_cxx_typeid_expression): Declare.
643         * error.c (dump_expr): Use it.
645 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
647         PR c++/33464
648         * cxx-pretty-print.c (pp_cxx_trait_expression): Add.
649         (pp_cxx_primary_expression): Use it.
650         * cxx-pretty-print.h (pp_cxx_trait_expression): Declare.
651         * error.c (dump_expr): Use it.
653 2007-09-16  Paolo Carlini  <pcarlini@suse.de>
655         PR c++/33124
656         * init.c (build_new): Remove warning for zero-element
657         allocations.
659 2007-09-16  Nathan Sidwell  <nathan@codesourcery.com>
661         PR c++/32756
662         * call.c (maybe_handle_implicit_object): Set this_p, clear
663         rvaluedness_matches_p.
664         (compare_ics): Do not compare rvaluedness matching when one of the
665         operands is an implicit object.
667 2007-09-14  Jason Merrill  <jason@redhat.com>
669         PR c++/17743, c++/19163
670         * decl2.c (is_late_template_attribute): New fn.
671         (splice_template_attributes, save_template_attributes): New fns.
672         (cplus_decl_attributes): Call save_template_attributes.
673         * pt.c (apply_late_template_attributes): New fn.
674         (instantiate_class_template, tsubst_decl): Use it.
675         * cp-tree.h: Declare is_late_template_attribute.
677 2007-09-13  Tom Tromey  <tromey@redhat.com>
679         * parser.c (cp_lexer_new_main): Don't use
680         c_lex_return_raw_strings.
681         (cp_lexer_get_preprocessor_token): Update.  Add special case when
682         lexer is NULL.
684 2007-09-11  Jan Hubicka <jh@suse.cz>
686         * method.c (use_thunk): Use tree_rest_of_compilation
687         * cp-objecp-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
688         (LANG_HOOKS_CALLGRAPH_EMIT_ASSOCIATED_THUNKS): Define.
689         * cp-tree.h (expand_body): Kill.
690         (emit_associated_thunks): Declare.
691         * semantics.c (emit_associated_thunks): Export.
692         (expand_body): Kill.
694 2007-09-09  David Daney  <ddaney@avtrex.com>
696         PR c++/33324
697         * init.c (build_new_1):  Use POINTER_PLUS_EXPR instead of MINUS_EXPR
698         to calculate cookie_ptr.
700 2007-09-08  Jason Merrill  <jason@redhat.com>
702         PR c++/33342
703         * pt.c (most_specialized_class): Set processing_template_decl
704         while tsubsting partial spec args.
706 2007-09-06  Jason Merrill  <jason@redhat.com>
708         * decl2.c (get_guard): Copy visibility from the guarded variable.
710 2007-09-06  Jan Hubicka  <jh@suse.cz>
712         * semantics.c (expand_body): Do not mark arguments of clones used.
714 2007-09-06  Paolo Carlini  <pcarlini@suse.de>
716         PR c++/32674
717         * decl.c (cp_finish_decl): When processing_template_decl,
718         deal correctly with init as TREE_LIST.
720 2007-09-06  Tom Tromey  <tromey@redhat.com>
722         * decl.c (finish_function): Put return's location on line zero of
723         file.
725 2007-09-05  Jason Merrill  <jason@redhat.com>
727         PR c++/15745
728         * except.c (prepare_eh_type): Use type_decays_to.
730         PR c++/15097
731         * init.c (build_delete): Use build_headof to get the address of the
732         complete object if we aren't using the deleting destructor.
733         * rtti.c (build_headof): No longer static.
734         * cp-tree.h: Declare it.
736 2007-09-06  Jakub Jelinek  <jakub@redhat.com>
738         * decl.c (duplicate_decls): Set TREE_NOTHROW on __builtin_XX
739         decl if a prototype for XX is provided with throw().
741         PR c++/33289
742         * decl.c (builtin_function_1): Set DECL_ANTICIPATED also
743         on __*_chk non-__builtin_* decls.
745 2007-09-05  Paolo Carlini  <pcarlini@suse.de>
747         PR c++/30302
748         * semantics.c (finish_id_expression): Use context_for_name_lookup
749         insted of DECL_CONTEXT, to see through anonymous structs and unions.
750         * class.c (finish_struct_anon): Deal correctly with anonymous
751         structs (vs unions, as GNU extension) in error messages.
753 2007-09-05  Jan Hubicka  <jh@suse.cz>
755         * cp/sematics.c (expand_body): Remove unnecesary import_export_decl
756         call, DECL_EXTERNAL checks and current_function_decl saving.
758 2007-09-05  Paolo Carlini  <pcarlini@suse.de>
760         PR c++/29731 (again)
761         * parser.c (cp_parser_primary_expression): Return error_mark_node
762         when a statement-expression is found in a template-argument list.
764 2007-09-04  Jason Merrill  <jason@redhat.com>
766         * except.c (initialize_handler_parm): Use
767         fold_build_cleanup_point_expr.
769         PR c++/31419
770         * call.c (reference_binding): Don't look for user-defined conversions
771         to the same type.
773         PR c++/31411
774         * except.c (initialize_handler_parm): Put a CLEANUP_POINT_EXPR inside
775         the MUST_NOT_THROW_EXPR.
777 2007-09-04  Richard Sandiford  <richard@codesourcery.com>
779         * decl.c (cp_finish_decl): Call determine_visibility before
780         make_rtl_for_nonlocal_decl.
782 2007-09-04  Jason Merrill  <jason@redhat.com>
784         PR c++/14032
785         * pt.c (most_specialized_class): Substitute outer template
786         arguments into the arguments of a member template partial
787         specialization.
788         (strip_innermost_template_args): New fn.
790 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
792         * Make-lang.in (g++spec.o): Remove SHLIB_MULTILIB.
794 2007-09-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
796         * call.c (name_as_c_string): Supply a TYPE for CONST_CAST.
797         * decl.c (cp_make_fname_decl): Likewise,
798         * parser.c (cp_parser_string_literal): Likewise,
799         * tree.c (pod_type_p, zero_init_p): Use CONST_CAST_TREE.
800         * typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
801         Likewise,
803 2007-09-02  Paolo Carlini  <pcarlini@suse.de>
805         PR c++/33208
806         * typeck.c (build_unary_op): Fix error message for
807         Boolean expression as operand to operator--.
809 2007-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
811         * tree.c (pod_type_p, zero_init_p): Use strip_array_types.
812         * typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
813         Likewise.
815 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
817         PR c++/32597
818         * init.c (build_default_init): Make extern.
819         * cp-tree.h (build_default_init): Declare here.
820         * pt.c (tsubst_expr): When the instantiation of the initializer of
821         a variable results in an empty list, default-initialize the
822         variable.
823         (tsubst_copy_and_build): When the instantiation of the initializer
824         in a new expression results in an empty initializer list,
825         default-initialize it.
827 2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
829         * mangle.c (write_type): Change mangling of rvalue reference from
830         `RR' to `O'. 
832 2007-08-31  Jakub Jelinek  <jakub@redhat.com>
834         * decl.c (duplicate_decls): Remove duplicated line.
836 2007-08-31  Paolo Carlini  <pcarlini@suse.de>
838         PR c++/33210
839         * cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with
840         BOUND_TEMPLATE_TEMPLATE_PARM.
842 2007-08-31  Paolo Carlini  <pcarlini@suse.de>
844         PR c++/32113
845         * search.c (lookup_member): Check the name argument for
846         error_mark_node.
848 2007-08-31  Paolo Carlini  <pcarlini@suse.de>
850         PR c++/33212
851         * parser.c (cp_parser_trait_expr): Check rerurn value of
852         cp_parser_type_id.
854 2007-08-30  Ollie Wild  <aaw@google.com>
856         * cvt.c (cp_convert_to_pointer): Remove force parameter. Call
857         convert_ptrmem for pointer to member conversions.
858         (convert_to_pointer_force): Update cp_convert_to_pointer call.
859         (ocp_convert): Update cp_convert_to_pointer call.
860         * typeck.c (convert_ptrmem): Add conditional for null pointers to
861         members.
862         (build_static_cast_1): Check can_convert for conversions in either
863         direction.
864         (get_delta_difference_1): New function.
865         (get_delta_difference): Refactor to call get_delta_difference_1.
867 2007-08-30  Jakub Jelinek  <jakub@redhat.com>
869         * decl.c (start_preparsed_function): Set
870         DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
872 2007-08-28  Paolo Carlini  <pcarlini@suse.de>
874         PR c++/33209
875         * error.c (dump_expr): Deal with TEMPLATE_TYPE_PARM and
876         BOUND_TEMPLATE_TEMPLATE_PARM.
878 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
880         PR c++/32596
881         PR c++/32400
882         * pt.c (check_explicit_specialization): Set DECL_INTERFACE_KNOWN
883         and DECL_NOT_REALLY_EXTERN if tmpl_func is not public.
885 2007-08-27  Jason Merrill  <jason@redhat.com>
887         PR c++/29000
888         * pt.c (build_non_dependent_expr, type_dependent_expression_p): 
889         Look inside STMT_EXPR.
890         * semantics.c (stmt_expr_value_expr): New fn.
891         * cp-tree.h: Declare it.
893         PR c++/28558
894         * decl.c (groktypename): Ignore attributes applied to class type.
896 2007-08-28  Richard Guenther  <rguenther@suse.de>
898         * decl.c (duplicate_decls): Merge DECL_DISREGARD_INLINE_LIMITS.
900 2007-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
901         
902         * error.c (dump_expr): Handle COMPLEX_CST.
903         * cxx-pretty-print.c (pp_cxx_primary_expression): Likewise.
904         (pp_cxx_expression): Likewise.
906 2007-08-27  Alexandre Oliva  <aoliva@redhat.com>
908         * decl.c (GNU_INLINE_P): New.
909         (duplicate_decls): Handle gnu_inline.  Merge attributes and
910         some flags in overriding definitions.
911         (redeclaration_error_message): Handle gnu_inline.
912         (start_preparsed_function): Likewise.
914 2007-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
916         * call.c (sufficient_parms_p): Constify.
917         * class.c (same_signature_p): Likewise.
918         * cp-gimplify.c (is_invisiref_parm,
919         cxx_omp_privatize_by_reference): Likewise.
920         * cp-objcp-common.c (has_c_linkage): Likewise.
921         * cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK,
922         sufficient_parms_p, same_signature_p, copy_fn_p, move_fn_p,
923         grok_ctor_properties, nothrow_libfn_p, skip_artificial_parms_for,
924         num_artificial_parms_for, comp_template_parms,
925         template_parameter_pack_p, any_dependent_template_arguments_p,
926         any_type_dependent_arguments_p, any_value_dependent_elements_p,
927         repo_export_class_p, cxx_omp_privatize_by_reference, pod_type_p,
928         zero_init_p, member_p, cp_lvalue_kind,
929         builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
930         varargs_function_p, is_dummy_object, special_function_kind,
931         string_conv_p, type_unknown_p, comp_except_specs, compparms,
932         comp_cv_qualification, is_bitfield_expr_with_lowered_type,
933         unlowered_expr_type, ptr_reasonably_similar, cp_type_readonly,
934         cp_has_mutable_p, at_least_as_qualified_p,
935         invalid_nonstatic_memfn_p, lvalue_or_else, lvalue_p): Likewise.
936         * decl.c (copy_fn_p, move_fn_p, grok_ctor_properties): Likewise.
937         * except.c (nothrow_libfn_p): Likewise.
938         * method.c (skip_artificial_parms_for, num_artificial_parms_for):
939         Likewise.
940         * pt.c (comp_template_parms, template_parameter_pack_p,
941         any_type_dependent_arguments_p, any_value_dependent_elements_p,
942         any_dependent_template_arguments_p): Likewise.
943         * repo.c (repo_export_class_p): Likewise.
944         * semantics.c (anon_aggr_type_p): Likewise.
945         * tree.c (lvalue_p_1, real_lvalue_p, lvalue_p,
946         builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
947         varargs_function_p, member_p, is_dummy_object, pod_type_p,
948         zero_init_p, special_function_p): Likewise.
949         * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
950         comp_array_types, at_least_as_qualified_p, comp_cv_qualification,
951         compparms, invalid_nonstatic_memfn_p,
952         is_bitfield_expr_with_lowered_type, unlowered_expr_type,
953         string_conv_p, ptr_reasonably_similar, cp_type_readonly,
954         cp_has_mutable_p, lvalue_or_else): Likewise.
956 2007-08-25  Paolo Bonzini  <bonzini@gnu.org>
958         * decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
959         * cp-objcp-common.c (cp_tree_size): Ditto.
960         * tree.c (cp_walk_subtrees): Ditto
961         * cp-tree.def (TINST_LEVEL): Go away.
962         * cp-tree.h (struct tinst_level_s): Rename to struct tinst_level,
963         move together with other non-tree structs.
964         (enum cp_tree_node_structure_enum): Nuke TS_CP_TINST_LEVEL.
965         (union lang_tree_node): Eliminate tinst_level field.
966         (TINST_DECL, TINST_LOCATION, TINST_IN_SYSTEM_HEADER_P): Annihilate.
967         (current_instantiation, outermost_tinst_level): Return
968         a "struct tinst_level *".
970         * error.c (print_instantiation_partial_context): Change second
971         parameter to a "struct tinst_level *".  Replace accessor macros
972         with field access.
973         (print_instantiation_full_context): Likewise.
974         * lex.c (in_main_input_context): Likewise.
976         * pt.c (struct pending_templates): New.
977         (pending_templates, last_pending_template): Use it as a type.
978         (current_tinst_level): Change typo to "struct tinst_level *"
979         (reopen_tinst_level): Accept "struct tinst_level *", return decl.
980         (add_pending_template): Construct a "struct pending_template".
981         Replace TINST_LEVEL accessor macros with field access.
982         (push_tinst_level): Likewise, using GGC_NEW instead of make_node.
983         (pop_tinst_level): Likewise.
984         (instantiate_pending_templates): Likewise.  Factor common code used
985         when an instantiation has been done.
986         (outermost_tinst_level): Replace tree_last with loop.
987         (current_instantiation): Return a "struct tinst_level *".
989 2007-08-24  Ollie Wild  <aaw@google.com>
991         * name-lookup.c (add_decl_to_level): Remove addition to vtables chain.
992         * name-lookup.h (cp_binding_level): Remove vtables member.
994 2007-08-24  Richard Guenther  <rguenther@suse.de>
996         * tree.c (cp_cannot_inline_tree_fn): Remove.
997         * cp-tree.h (cp_cannot_inline_tree_fn): Likewise.
998         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN):
999         Remove define.
1001 2007-08-24  Jakub Jelinek  <jakub@redhat.com>
1003         PR c++/32567
1004         * typeck.c (build_unary_op) <case PREINCREMENT_EXPR>: Return
1005         error_mark_node right away if build_expr_type_conversion
1006         returned it.
1008         PR c++/32898
1009         * name-lookup.c (set_decl_namespace): lookup_qualified_name failure
1010         is error_mark_node rather than NULL_TREE.
1011         * pt.c (check_explicit_specialization): Likewise.
1013         PR c++/31941
1014         * error.c (resolve_virtual_fun_from_obj_type_ref): Handle
1015         TARGET_VTABLE_USES_DESCRIPTORS targets properly.
1017 2007-08-22  Jason Merrill  <jason@redhat.com>
1019         PR c++/29365
1020         * pt.c (outermost_tinst_level): New function.
1021         * lex.c (in_main_input_context): New function.
1022         * cp-tree.h: Declare it.
1023         * decl2.c (constrain_class_visibility): Use it to avoid warning
1024         about uses of the anonymous namespace in the main input file.
1026 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
1028         * init.c (build_new_1): Use get_target_expr instead of save_expr.
1030 2007-08-20  Pawel Sikora  <pluto@pld-linux.org>
1032         PR c++/7302
1033         * class.c (finish_struct_1): Warn when a class has virtual
1034         functions and accessible non-virtual destructor.
1036 2007-08-20  Richard Guenther  <rguenther@suse.de>
1038         PR c++/22369
1039         PR c++/22451
1040         * call.c (build_new_method_call): Convert initializer to
1041         the basetype.
1042         * init.c (build_aggr_init): Do not fiddle with types.
1043         (build_vec_delete_1): Use correct type for POINTER_PLUS_EXPR.
1044         * except.c (build_throw): Do not drop qualifiers for the
1045         pointer type.
1046         * typeck.c (get_member_function_from_ptrfunc): Do not
1047         fiddle with types, instead convert.
1048         (build_ptrmemfunc1): Convert to the target type for
1049         initialization.
1050         (gfc_trans_allocate): Convert result to target type.
1051         * cp-objcp-common.c (cxx_get_alias_set): Pointers to
1052         pointer-to-member structures shall have alias set zero as well.
1054 2007-08-20  Richard Guenther  <rguenther@suse.de>
1056         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P):
1057         Remove.
1058         * cp-tree.h (cp_auto_var_in_fn_p): Remove.
1059         (nonstatic_local_decl_p): Likewise.
1060         * tree.c (cp_auto_var_in_fn_p): Remove.
1061         * decl.c (nonstatic_local_decl_p): Remove.
1063 2007-08-20  Richard Guenther  <rguenther@suse.de>
1065         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_WALK_SUBTREES):
1066         Remove define.
1067         * tree.h (cp_walk_tree): New define to walk_tree_1 with
1068         cp_walk_subtrees lh parameter.
1069         (cp_walk_tree_without_duplicates): New define to
1070         walk_tree_without_duplicates_1 with cp_walk_subtrees lh parameter.
1071         * tree.c (count_trees): Call
1072         cp_walk_tree_without_duplicates.
1073         (verify_stmt_tree): Call cp_walk_tree.
1074         (break_out_target_exprs): Likewise.
1075         (WALK_SUBTREE): Likewise.
1076         * cp-gimplify.c (cp_genericize): Likewise.
1077         * cp-pt.c (find_parameter_packs_r): Likewise.
1078         (uses_parameter_packs): Likewise.
1079         (make_pack_expansion): Likewise.
1080         (check_for_bare_parameter_packs): Likewise.
1081         (for_each_template_parm): Likewise.
1082         * decl.c (check_default_argument): Call
1083         cp_walk_tree_without_duplicates.
1084         * except.c (build_throw): Likewise.
1085         * decl2.c (type_visibility): Likewise.
1086         * semantics.c (expand_or_defer_fn): Likewise.
1087         (finalize_nrv): Call cp_walk_tree.
1089 2007-08-20  Jakub Jelinek  <jakub@redhat.com>
1091         PR c++/33025
1092         * init.c (build_new_1): Rename placement_var variable to placement_expr.
1093         Initialize it with save_expr rather than get_temp_regvar.
1095 2007-08-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1097         PR c++/28989
1098         * tree.c (lvalue_p_1 <case SAVE_EXPR>): SAVE_EXPRs are never
1099         lvalues.
1101 2007-08-17  Ollie Wild  <aaw@google.com>
1103         PR c++/31749
1104         * name-lookup.c (do_nonmember_using_decl): Shift implicit type
1105         declarations into appropriate slots for comparison.  Fix type
1106         comparison.
1108 2007-08-17  Paolo Carlini  <pcarlini@suse.de>
1110         PR c++/32112
1111         * error.c (dump_decl): Deal with UNBOUND_CLASS_TEMPLATE.
1112         * cxx-pretty-print.c (pp_cxx_unqualified_id): Likewise.
1114 2007-08-17  Paolo Carlini  <pcarlini@suse.de>
1116         PR c++/32870
1117         * parser.c (cp_parser_class_head): Improve error message.
1119 2007-08-16  Seongbae Park  <seongbae.park@gmail.com>
1121         * pt.c (instantiate_decl): Set input_location
1122         for the function end.
1124 2007-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1126         * cp-objcp-common.c (cxx_warn_unused_global_decl, cp_expr_size):
1127         Constify.
1128         * cp-tree.h (local_variable_p, nonstatic_local_decl_p,
1129         class_tmpl_impl_spec_p, cp_auto_var_in_fn_p, cp_type_quals,
1130         cxx_incomplete_type_diagnostic, cxx_incomplete_type_error,
1131         cxx_warn_unused_global_decl, cp_expr_size): Likewise.
1132         * decl.c (local_variable_p, nonstatic_local_decl_p): Likewise.
1133         * tree.c (class_tmpl_impl_spec_p, cp_auto_var_in_fn_p): Likewise.
1134         * typeck.c (cp_type_quals): Likewise.
1135         * typeck2.c (cxx_incomplete_type_diagnostic,
1136         cxx_incomplete_type_error): Likewise.
1138 2007-08-16  Paolo Carlini  <pcarlini@suse.de>
1140         PR c++/31132
1141         * pt.c (tsubst_friend_function): When check_classfn
1142         returns error_mark_node likewise return it.
1144 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
1146         PR c++/32992
1147         * typeck.c (check_return_expr): Don't NRV optimize vars in
1148         anonymous unions.
1149         * decl.c (finish_function): Comment fix.
1151 2007-08-15  Paolo Carlini  <pcarlini@suse.de>
1153         PR c++/33035
1154         * pt.c (push_template_decl_real): Depending on TYPE_P
1155         use either TYPE_CONTEXT or DECL_CONTEXT.
1157 2007-08-14  Mark Mitchell  <mark@codesourcery.com>
1159         * semantics.c (finish_omp_clauses): Strip a NOP_EXPR if
1160         constructors and destructors return this.
1162 2007-08-14  Paolo Carlini  <pcarlini@suse.de>
1164         PR c++/27211
1165         * decl2.c (check_classfn): Return error_mark_node in case of error;
1166         in that case, do not call add_method.
1167         * decl.c (start_decl): Deal with check_classfn returning
1168         error_mark_node.
1169         (grokfndecl): Likewise.
1170         * pt.c (tsubst_friend_function): Likewise.
1172 2007-08-14  Andrew Pinski  <pinskia@gmail.com>
1174         PR c++/30428
1175         * typeck.c (build_binary_op): Disallow vector float types with
1176         BIT_IOR_EXPR, BIT_AND_EXPR, and BIT_XOR_EXPR.
1178 2007-08-11  Ian Lance Taylor  <iant@google.com>
1180         * cp-objcp-common.c (cxx_get_alias_set): Change return type to
1181         alias_set_type.
1182         * cp/cp-tree.h (cxx_get_alias_set): Update declaration.
1184 2007-08-10  Ollie Wild  <aaw@google.com>
1186         * name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous
1187         type lookups.
1188         (ambiguous_decl): Construct tree of ambiguous types.  Remove extaneous
1189         function parameter.
1190         (unqualified_namespace_lookup): Fix ambiguous_decl call.
1191         (lookup_using_namespace): Fix ambiguous_decl call.
1192         (qualified_lookup_using_namespace): Fix ambiguous_decl call.
1194 2007-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1196         * call.c (name_as_c_string): Use CONST_CAST.
1197         * decl.c (build_decl): Likewise.
1198         * parser.c (cp_parser_string_literal): Likewise.
1200 2007-08-10  Paolo Carlini  <pcarlini@suse.de>
1202         PR c++/17763
1203         * error.c (dump_expr): Consistently use the *_cxx_*
1204         variants of the pretty-print functions.
1206 2007-08-10  Paolo Carlini  <pcarlini@suse.de>
1208         PR c++/22256
1209         * decl.c (check_special_function_return_type): Just error
1210         on return type specified for conversion operator.
1212 2007-08-09  Daniel Berlin  <dberlin@dberlin.org>
1214         * typeck2.c (readonly_error): Handle general expressions.
1215         * error.c (dump_expr): Handle POINTER_PLUS_EXPR
1217 2007-08-06  Dan Hipschman  <dsh@google.com>
1219         * method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to
1220         access function name.
1222 2007-08-04  Alfred Minarik  <a.minarik@aon.at>
1224         PR pch/13676
1225         * lang-specs.h: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
1226         * g++spec.c (lang_specific_driver): Check them.
1228 2007-08-06  Paolo Carlini  <pcarlini@suse.de>
1230         PR c++/19532
1231         * pt.c (inline_needs_template_parms): Fix comment; change return type
1232         to bool.
1234 2007-08-05  Volker Reichelt  <v.reichelt@netcologne.de>
1236         Revert:
1237         2007-03-26  Dirk Mueller  <dmueller@suse.de>
1239         * parser.c (cp_parser_member_declaration): Pedwarn
1240         about stray semicolons after member declarations.
1242 2007-08-02  Lee Millward  <lee.millward@gmail.com>
1244         PR c++/30849
1245         PR c++/30850
1246         PR c++/30851
1247         * parser.c (cp_parser_asm_definition): Detect and discard asm
1248         statements with invalid inputs or outputs.
1249         (cp_parser_asm_operand_list): Return error mark node if any
1250         of the operands are invalid. Adjust documentation.
1251         
1252 2007-08-02  Nick Clifton  <nickc@redhat.com>
1254         * typeck.c: Change copyright header to refer to version 3 of the
1255         GNU General Public License and to point readers at the COPYING3
1256         file and the FSF's license web page.
1257         * optimize.c, lang-specs.h, init.c, class.c, repo.c, decl.c,
1258         config-lang.in, cp-tree.def, call.c, decl.h, ptree.c,
1259         Make-lang.in, method.c, rtti.c, cp-objcp-common.c, g++spec.c,
1260         cp-objcp-common.h, except.c, error.c, operators.def, cvt.c,
1261         tree.c, mangle.c, cp-tree.h, dump.c, search.c, friend.c, expr.c,
1262         cp-gimplify.c, cxx-pretty-print.c, cp-lang.c, typeck2.c, pt.c,
1263         cxx-pretty-print.h, semantics.c, name-lookup.c, lex.c, decl2.c,
1264         name-lookup.h, parser.c: Likewise.
1266 2007-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1268         PR middle-end/32668
1269         * call.c (magic_varargs_p): Honor the "type generic" attribute.
1271 2007-07-30  Paolo Carlini  <pcarlini@suse.de>
1273         PR c++/32108
1274         * semantics.c (finish_label_stmt): Reject the __label__
1275         extension outside function scopes.
1277 2007-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1279         * parser.c (eof_token): Un-constify.
1280         (cp_lexer_new_main, cp_lexer_new_from_tokens, VEC_alloc,
1281         cp_lexer_consume_token, cp_lexer_purge_token): Remove spurious
1282         casts.
1284 2007-07-28  Kazu Hirata  <kazu@codesourcery.com>
1286         * pt.c, tree.c, typeck2.c: Fix comment typos.
1288 2007-07-28  Simon Martin  <simartin@users.sourceforge.net>
1289             Mark Mitchell  <mark@codesourcery.com>
1291         PR c++/30917
1292         * name-lookup.c (lookup_name_real): Non namespace-scope bindings can be
1293         hidden due to friend declarations in local classes.
1295 2007-07-27  Douglas Gregor  <doug.gregor@gmail.com>
1297         * typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.
1298         * cp-tree.def (DECLTYPE_TYPE): New.
1299         * error.c (dump_type): Dump DECLTYPE_TYPE nodes.
1300         (dump_type_prefix): Ditto.
1301         (dump_type_suffix): Ditto.
1302         * tree.c (DECLTYPE_TYPE): Walk DECLTYPE_TYPE nodes.
1303         * mangle.c (write_type): Handle DECLTYPE_TYPE.
1304         * cp-tree.h (IS_AGGR_TYPE): DECLTYPE_TYPE nodes can be aggregate
1305         types.
1306         (DECLTYPE_TYPE_EXPR): New.
1307         (DECLTYPE_TYPE_ID_EXPR_OR_MEMBER_ACCESS_P): New.
1308         (finish_declared_type): Declare.
1309         * cxx-pretty-print.c (pp_cxx_type_specifier_seq): Print
1310         DECLTYPE_TYPE nodes.
1311         (pp_cxx_type_id): Ditto.
1312         * pt.c (for_each_template_parm_r): Walk DECLTYPE_TYPE children.
1313         (tsubst): Substitute into a DECLTYPE_TYPE node.
1314         (tsubst_copy): Ditto.
1315         (unify): Cannot deduce anything from TYPEOF_TYPE or DECLTYPE_TYPE
1316         nodes.
1317         (dependent_type_p_r): DECLTYPE_TYPE types are always dependent.
1318         * semantics.c (finish_typeof): TYPEOF_TYPE types need to use
1319         structural equality (because we can't hash the expressions).
1320         (finish_declared_type): New.
1321         * lex.c (reswords): Add "decltype" keyword.
1322         * parser.c cp_lexer_next_token_is_decl_specifier_keyword
1323         (cp_parser_postfix_expression): Add member_access_only_p to
1324         restrict postfix expression to member access expressions.
1325         (cp_parser_unary_expression): Update call to
1326         cp_parser_postfix_expression to reflect new parameter.
1327         (cp_parser_declared_type): New.
1328         (cp_parser_simple_type_specifier): Parse decltype types.
1330 2007-07-27  Mark Mitchell  <mark@codesourcery.com>
1332         PR c++/32346
1333         * call.c (convert_for_arg_passing): Only widen bitfields to their
1334         declared types if necessary.
1336 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1338         * parser.c (cp_parser_string_literal, cp_parser_sizeof_operand):
1339         Constify.
1341 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1343         * decl.c (typename_hash, typename_compare): Constify.
1344         * mangle.c (hash_type, compare_type): Likewise.
1345         * pt.c (eq_local_specializations, hash_local_specialization):
1346         Likewise.
1347         * tree.c (cplus_array_hash, cplus_array_compare, list_hash_eq,
1348         list_hash): Likewise.
1349         * typeck2.c (pat_compare): Likewise.
1351 2007-07-24  Nathan Sidwell  <nathan@codesourcery.com>
1353         * method.c (implicitly_declare_fn): Increase alignment if member
1354         function pointer format requires it.
1356 2007-07-24  Paolo Carlini  <pcarlini@suse.de>
1358         PR c++/29001
1359         * typeck.c (check_return_expr): Do not pass a null argument
1360         to null_ptr_cst_p.
1362 2007-07-24  Paolo Carlini  <pcarlini@suse.de>
1364         PR c++/32561
1365         * decl.c (redeclaration_error_message): Call DECL_ANON_UNION_VAR_P
1366         only on VAR_DECL.
1368 2007-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1370         PR c++/32839
1371         * typeck.c (convert_arguments): Only use default args if we have
1372         a function decl.
1374         PR c++/30818
1375         * typeck.c (structural_comptypes): No need to check
1376         resolve_typename_type return value here.
1377         * cp-tree.h (TYPENAME_IS_RESOLVING_P): New.
1378         * pt.c (resolve_typename_type): Follow typename typedefs.  Return
1379         original type rather than error_mark_node in case of failure.
1380         * parser.c (cp_parser_nested_name_specifier_opt): Adjust
1381         resolve_typename_type result check.
1382         (cp_parser_direct_declarator, cp_parser_head,
1383         cp_parser_constructor_declarator_p): Likewise.
1385 2007-07-12  Kazu Hirata  <kazu@codesourcery.com>
1387         * pt.c (template_parms_variadic_p): Remove.
1388         * cp-tree.h: Remove the prototype for template_parms_variadic_p.
1390 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
1392         PR c++/30854
1393         * error.c (dump_expr) <case AGGR_INIT_EXPR>: Pass true as last
1394         argument to dump_aggr_init_expr_args instead of false.
1396 2007-07-11  Douglas Gregor  <doug.gregor@gmail.com>
1398         * typeck.c (comptypes): When USE_CANONICAL_TYPES, use the
1399         canonical types; otherwise, fall back to structural type
1400         comparisons. If ENABLE_CHECKING and USE_CANONICAL_TYPES, give an
1401         internal compiler error if the canonical types are wrong.
1402         
1403 2007-07-11  Paolo Carlini  <pcarlini@suse.de>
1405         PR c++/32560
1406         * parser.c (cp_parser_make_indirect_declarator): When the
1407         the code argument is ERROR_MARK return cp_error_declarator.
1409 2007-07-09  Geoffrey Keating  <geoffk@apple.com>
1411         PR 32617
1412         * decl.c (cxx_init_decl_processing): Don't set
1413         force_align_functions_log.
1414         (grokfndecl): Honour ptrmemfunc_vbit_in_pfn.
1415         * typeck.c (cxx_alignof_expr): When alignof is used on a plain
1416         FUNCTION_DECL, return its alignment.
1418 2007-07-09  Richard Guenther  <rguenther@suse.de>
1420         * decl.c (start_preparsed_function): Do not promote return type.
1422 2007-07-08  Paolo Carlini  <pcarlini@suse.de>
1424         PR c++/30535
1425         * pt.c (unify): Never pass error_mark_node to template_decl_level.
1427 2007-07-07  Mark Mitchell  <mark@codesourcery.com>
1429         PR c++/32232
1430         * pt.c (resolve_overloaded_unification): Robustify.  Return a
1431         bool, not an int.
1432         (type_unification_real): Adjust accordingly.
1434 2007-07-06  Richard Guenther  <rguenther@suse.de>
1436         * init.c (build_new_1): Use the correct pointer type.
1437         * typeck2.c (build_m_component_ref): Likewise.
1439 2007-07-05  Mark Mitchell  <mark@codesourcery.com>
1441         PR c++/32245
1442         * init.c (build_zero_init): Always build an initializer for
1443         non-static storage.
1444         * typeck2.c (build_functional_cast): Use build_zero_init.
1446         PR c++/32251
1447         * init.c (build_new_1): Always pass the allocation function to
1448         build_op_delete_call.
1449         * call.c (build_op_delete_call): Handle operator delete with a
1450         variable-argument list.  Do not issue an error when no matching
1451         deallocation function is available for a new operator.
1453         PR c++/31992
1454         * cp-tree.h (any_value_dependent_elements_p): Declare it.
1455         * decl.c (value_dependent_init_p): New function.
1456         (cp_finish_decl): Use it.
1457         * pt.c (value_dependent_expression_p): Use
1458         any_value_dependent_elements_p.
1459         * parser.c (cp_parser_primary_expression): Add comment about
1460         treating dependent qualified names as integral
1461         constant-expressions.
1463 2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>
1465         * decl.c (build_ptrmemfunc_type): Always use structural equality
1466         tests when comparing pointer-to-member-function types, because the
1467         handling of TYPE_GET_PTRMEMFUNC_TYPE currently defeats canonical
1468         types.
1469         
1470 2007-07-03  Mark Mitchell  <mark@codesourcery.com>
1472         * init.c (build_new): Tweak comment.
1474 2007-06-29  Dave Brolley  <brolley@redhat.com>
1476         PR c++/31743
1477         * parser.c (cp_parser_new_type_id): Don't reduce a named array
1478         type to its base type and number of elements here.
1479         * init.c (build_new): Call complete_type_or_else to ensure that the
1480         type is complete and to issue a diagnostic if it is not.
1481         (build_new_1): Don't call complete_type_or_else here.
1483 2007-07-03  Richard Guenther  <rguenther@suse.de>
1485         PR c++/32609
1486         * class.c (fixed_type_or_null): Re-lookup the hashtable slot
1487         after recursing.
1489 2007-07-02  Simon Baldwin  <simonb@google.com>
1491         * parser.c (cp_parser_elaborated_type_specifier): Added a warning
1492         for inner-style nested forward declarations that don't declare
1493         anything useful.
1495 2007-07-02  Jakub Jelinek  <jakub@redhat.com>
1497         PR c++/31748
1498         * semantics.c (finish_omp_clauses): Use %qD instead of %qE for
1499         DECL_P in not a variable and appears more than once error messages.
1501 2007-07-01  Ollie Wild  <aaw@google.com>
1503         * name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.
1504         (select_decl): Remove function.
1505         (unqualified_namespace_lookup): Populate binding by calling
1506         ambiguous_decl.  Remove select_decl call.
1507         (lookup_qualified_name): Remove select_decl call.
1508         * decl.c (lookup_and_check_tag): Check for ambiguous references.
1509         * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error
1510         generation when name lookup is ambiguous.
1512 2007-06-29  Douglas Gregor  <doug.gregor@gmail.com>
1514         PR c++/31724
1515         * init.c (build_new_1): Use structural equality on the copy of the
1516         array type.
1518 2007-06-28  Geoffrey Keating  <geoffk@apple.com>
1520         * decl2.c (determine_visibility): Implement
1521         flag_visibility_ms_compat effect on type info.
1522         * decl.c (cxx_init_decl_processing): Implement
1523         global effect of flag_visibility_ms_compat.
1525 2007-06-28  Geoffrey Keating  <geoffk@apple.com>
1527         * decl2.c (start_objects): Mark constructor-running function
1528         as artificial.
1530 2007-06-26  Simon Martin  <simartin@users.sourceforge.net>
1532         PR c++/32111
1533         * decl.c (grokdeclarator): Reset friendp for member functions declared
1534         friend of their own class.
1536 2007-06-23  Mark Mitchell  <mark@codesourcery.com>
1538         * decl2.c (determine_visibility): Don't look for dllexport here.
1539         (determine_visibility_from_class): Tidy.
1541 2007-06-18  Simon Baldwin <simonb@google.com>
1543         PR c++/31923
1544         * parser.c (cp_parser_single_declaration): Added check for storage
1545         class other than sc_none in parsed declaration, and a flag to indicate
1546         if the call is part of an explicit template specialization parse.
1547         * (cp_parser_explicit_specialization): Specialization check flag added
1548         to call to cp_parser_single_declaration(), set true.
1549         * (cp_parser_template_declaration_after_export): Specialization check
1550         flag added to call to cp_parser_single_declaration(), set false.
1551         * pt.c (check_explicit_specialization): Added code to copy visiblity
1552         and linkage from the templated function to the explicit specialization.
1554 2007-06-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1556         * typeck.c (build_binary_op): For templates build the
1557         expression in pieces to avoid the assert in build2_stat.
1558         (get_member_function_from_ptrfunc):
1559         Change over to using POINTER_PLUS_EXPR and convert
1560         the second operand to sizetype.
1561         * typeck2.c (build_m_component_ref):  Likewise.
1562         * init.c (expand_virtual_init): Create a POINTER_PLUS_EXPR
1563         instead of PLUS_EXPR for pointers.
1564         (build_new_1): Likewise.
1565         (build_vec_delete_1): Likewise.
1566         (build_vec_delete): Likewise.
1567         * class.c (build_base_path): Likewise.
1568         (build_base_path): Likewise.
1569         (convert_to_base_statically): Likewise.
1570         (fixed_type_or_null): Handle POINTER_PLUS_EXPR.
1571         (get_vtbl_decl_for_binfo): Handle POINTER_PLUS_EXPR
1572         instead of PLUS_EXPR.
1573         (dfs_accumulate_vtbl_inits): Create a POINTER_PLUS_EXPR
1574         instead of PLUS_EXPR for pointers.
1575         * call.c (build_special_member_call): Likewise.
1576         * rtti.c (build_headof): Likewise.
1577         Use sizetype instead of ptrdiff_type_node.
1578         (tinfo_base_init): Create a POINTER_PLUS_EXPR
1579         instead of PLUS_EXPR for pointers.
1580         * except.c (expand_start_catch_block):  Do a
1581         NEGATIVE and then a POINTER_PLUS_EXPR instead
1582         of a MINUS_EXPR.
1583         * cp-gimplify.c (cxx_omp_clause_apply_fn): Convert
1584         PLUS_EXPR on pointer types over to use
1585         POINTER_PLUS_EXPR and remove the conversion
1586         to the pointer types.
1587         * method.c (thunk_adjust): Use POINTER_PLUS_EXPR for
1588         adding to a pointer type. Use size_int instead of
1589         ssize_int. Convert the index to sizetype before
1590         adding it to the pointer.
1592 2007-06-15  Mark Mitchell  <mark@codesourcery.com>
1594         * cp-tree.h (DECL_VAR_MARKED_P): Remove.
1595         (DECL_ANON_UNION_VAR_P): New macro.
1596         * class.c (fixed_type_or_null): Tidy.  Use a hash table, rather
1597         than DECL_VAR_MARKED_P, to keep track of which variables we have
1598         seen.
1599         * decl.c (redeclaration_error_message): Complain about redeclaring
1600         anonymous union members at namespace scope.
1601         * decl2.c (build_anon_union_vars): Set DECL_ANON_UNION_VAR_P.
1603 2007-06-14  Geoff Keating  <geoffk@apple.com>
1605         * decl2.c (determine_visibility): Ensure that functions with
1606         hidden types as parameters are hidden.
1608         PR 31093
1609         * decl2.c (determine_visibility): Remove duplicate code for
1610         handling type info.
1612 2007-06-12  Ian Lance Taylor  <iant@google.com>
1614         PR libstdc++/29286
1615         * init.c (avoid_placement_new_aliasing): New static function.
1616         (build_new_1): Call it.
1618 2007-06-11  Rafael Avila de Espindola  <espindola@google.com>
1620         * cp-objcp-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
1621         (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
1623 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
1625         PR c++/32177
1626         * semantics.c (finish_omp_for): Call fold_build_cleanup_point_expr
1627         on init, the non-decl cond operand and increment value.
1629 2007-06-07  Simon Martin  <simartin@users.sourceforge.net>
1631         PR c++/30759
1632         * decl.c (check_initializer): Report an error when a brace enclosed
1633         initializer is used for a non-aggregate type in C++98.
1634         (redeclaration_error_message): Rewrote flag_cpp0x in terms of
1635         cxx_dialect.
1636         (grokdeclarator): Likewise.
1637         (move_fn_p): Likewise.
1638         * typeck.c (check_return_expr): Likewise.
1639         * call.c (reference_binding): Likewise.
1640         * error.c (cp_cpp_error): Likewise.
1641         * pt.c (check_default_tmpl_args): Likewise.
1642         (tsubst): Likewise.
1643         * lex.c (init_reswords): Likewise.
1644         * parser.c (p_parser_primary_expression): Likewise.
1645         (TOKEN_PRECEDENCE): Likewise.
1646         (cp_parser_init_declarator): Likewise.
1647         (cp_parser_ptr_operator): Likewise.
1648         (cp_parser_parameter_declaration): Likewise.
1649         (cp_parser_enclosed_template_argument_list): Likewise.
1650         (cp_parser_skip_to_end_of_template_parameter_list): Likewise.
1651         (cp_parser_next_token_ends_template_argument_p): Likewise.
1653 2007-06-04  Simon Baldwin  <simonb@google.com>
1655         * decl.c (grokdeclarator): Readability change.  Moved case labels
1656         into direct switch statement scope.
1658 2007-06-04  Paolo Carlini  <pcarlini@suse.de>
1660         * call.c (convert_like_real): Remove pointless code.
1662 2007-05-31  Mark Mitchell  <mark@codesourcery.com>
1664         * decl.c (get_atexit_fn_ptr_type): New function.
1665         (get_atexit_node): Use it.
1666         (start_cleanup_fn): Likewise.
1667         (register_dtor_fn): Use the object's destructor, instead of a
1668         separate cleanup function, where possible.
1669         * cp-tree.h (CPTI_ATEXIT_FN_PTR_TYPE): New enumerator.
1670         (atexit_fn_ptr_type_node): New macro.
1671         * decl2.c (build_cleanup): Use build_address.
1673 2007-05-31  Daniel Berlin  <dberlin@dberlin.org>
1675         * typeck.c (build_binary_op): Include types in error.
1677 2007-05-31  Jakub Jelinek  <jakub@redhat.com>
1679         PR c++/31806
1680         * decl.c (cp_finish_decl): Also clear was_readonly if a static var
1681         needs runtime initialization.
1683 2007-05-31  Paolo Carlini  <pcarlini@suse.de>
1685         PR c++/32158
1686         * semantics.c (finish_trait_expr): Complete the types.
1688 2007-05-30  Russell Yanofsky <russ@yanofsky.org>
1689             Douglas Gregor <doug.gregor@gmail.com>
1690             Pedro Lamarao <pedro.lamarao@mndfck.org>
1691             Howard Hinnant <howard.hinnant@gmail.com>
1693         PR c++/7412
1694         PR c++/29939
1695         * typeck.c (comptypes): Don't consider rvalue and lvalue
1696         reference types to be equivalent.
1697         (check_return_expr): Move from certain lvalues when returning
1698         them.
1699         * decl.c (grokdeclarator): Implement reference collapsing.
1700         (copy_fn_p): Don't consider constructors taking rvalue references
1701         to be copy constructors.
1702         (move_fn_p): New.
1703         * call.c (conversion): New "rvaluedness_matches_p" member.
1704         (convert_class_to_reference): Require reference type as first
1705         parameter instead of base type.
1706         (reference_binding): Add logic to handle rvalue references.
1707         (implicit_conversion): Update inaccurate comment.
1708         (convert_like_real): Disable creation of temporaries that are
1709         impossible to initialize for types with move constructors.
1710         (build_over_call): Elide move constructors when possible.
1711         (maybe_handle_implicit_object): Set "rvaluedness_matches_p".
1712         (maybe_handle_ref_bind): Return conversion instead of type node.
1713         (compare_ics): Add logic to use "rvaluedness_matches_p" values to
1714         determine preferred conversion sequences.
1715         * cp-tree.h (TYPE_REF_IS_RVALUE): New.
1716         (LOOKUP_PREFER_RVALUE): New.
1717         (DECL_MOVE_CONSTRUCTOR_P): New.
1718         (struct cp_declarator): Add "reference" member for reference
1719         types, with new "rvalue_ref" flag.
1720         (cp_build_reference_type): Declare.
1721         (move_fn_p): Declare.
1722         * error.c (dump_type_prefix): Format rvalue reference types
1723         correctly in error messages.
1724         * except.c (build_throw): Move from certain lvalues when
1725         throwing.
1726         * mangle.c (write_type): Mangle rvalue references differently
1727         than regular references.
1728         * parser.c (make_reference_declarator): Add boolean parameter for
1729         rvalue references.
1730         (cp_parser_make_indirect_declarator): New.
1731         (cp_parser_new_declarator_opt): Call
1732         cp_parser_make_indirect_declarator. 
1733         (cp_parser_conversion_declarator_opt): Ditto.
1734         (cp_parser_declarator): Ditto.
1735         (cp_parser_ptr_operator): Parse "&&" tokens into rvalue reference
1736         declarators.
1737         * pt.c (tsubst): Implement reference collapsing.
1738         (maybe_adjust_types_for_deduction): Implement special template
1739         parameter deduction rule for rvalue references.
1740         (type_unification_real): Update calls to
1741         maybe_adjust_types_for_deduction.
1742         (try_one_overload): Ditto.
1743         (unify_pack_expansion): Ditto.
1744         * tree.c (lvalue_p_1): Handle rvalue reference types.
1745         (cp_build_reference_type): New.
1747 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
1749         PR c++/31809
1750         * decl.c (cp_finish_decl): Clear TREE_READONLY flag on TREE_STATIC
1751         variables that need runtime initialization.
1753 2007-05-28  Andrew Pinski  <Andrew_pinski@playstation.sony.com>
1755         PR c++/31339
1756         * typeck.c (build_unary_op <case PREINCREMENT_EXPR,
1757         case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
1758         case POSTDECREMENT_EXPR>): Return the error_mark_node
1759         if either the real or imaginary parts would an
1760         error_mark_node.
1761         
1762 2007-05-25  Simon Martin  <simartin@users.sourceforge.net>
1763             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1765         PR c++/31745
1766         * parser.c (cp_parser_skip_to_closing_brace): Return true if the next
1767         token is a closing brace, false if there are no tokens left.
1768         (cp_parser_namespace_alias_definition): Only consume the next token if
1769         it is a closing brace.
1771         * parser.c (cp_parser_class_specifier): Likewise.
1773 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
1775         * semantics.c (finish_member_declaration): Fix a typo in the
1776         last checkin.
1778 2007-05-25  Douglas Gregor <doug.gregor@gmail.com>
1780         PR c++/31431
1781         PR c++/31432
1782         PR c++/31434
1783         PR c++/31435
1784         PR c++/31437
1785         PR c++/31438
1786         PR c++/31442
1787         PR c++/31443
1788         PR c++/31444
1789         PR c++/31445
1790         * error.c (dump_type): Dump TYPE_ARGUMENT_PACK nodes.
1791         * cp-tree.h (check_for_bare_parameter_packs): Returns bool.
1792         * pt.c (check_for_bare_parameter_packs): Return bool indicated
1793         whether everything was okay. Fix indentation.
1794         (push_template_decl_real): Check for bare parameter packs in
1795         function parameters; where errors occur, mark the parameter types
1796         with ERROR_MARK_NODEs to avert ICEs.
1797         (coerce_template_parameter_pack): New.
1798         (coerce_template_parms): Moved parameter pack coercion into
1799         coerce_template_parameter_pack, and permit it anywhere in the
1800         template parameter list (not just at the end). Parameter and
1801         argument indices can vary (somewhat) separately now, so add
1802         PARM_IDX and ARG_IDX.
1803         (fn_type_unification): Don't set an argument pack as incomplete if
1804         no argument pack was deduced.
1805         (type_unification_real): If a type parameter is a parameter pack
1806         and has not otherwise been deduced, it will be deduced to an empty
1807         parameter pack.
1808         (more_specialized_fn): Use the actual lengths of the argument
1809         lists when comparing against expansions.
1810         * semantics.c (finish_member_declaration): If a field's type has
1811         bare parameter packs, error and set its type to ERROR_MARK_NODE.
1813 2007-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
1815         PR target/27067
1816         * mangle.c (mangle_decl): Call targetm.mangle_decl_assembler_name.
1818 2007-05-22  Ollie Wild  <aaw@google.com>
1820         * name-lookup.c (ambiguous_decl): Adds check for hidden types.
1821         (unqualified_namespace_lookup): Adds check for hidden types.
1823 2007-05-22  Ollie Wild  <aaw@google.com>
1825         * decl.c (duplicate_decls): Verify namespace names are unique.
1827 2007-05-21  Mark Mitchell  <mark@codesourcery.com>
1829         * decl.c (cxx_maybe_build_cleanup): Handle
1830         __attribute__((cleanup)).
1832 2007-05-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1834         * cvt.c (cp_convert_and_check): Don't check warnings if the
1835         conversion failed.
1837 2007-05-18  Geoffrey Keating  <geoffk@apple.com>
1839         * mangle.c (write_real_cst): Use 'unsigned long' for %lx.
1841 2007-05-14  Paolo Carlini  <pcarlini@suse.de>
1843         PR c++/29928
1844         * rtti.c (get_tinfo_decl_dynamic, get_typeid): Try to complete the
1845         type only if is a class type (5.2.8/4).
1847 2007-05-14  Rafael Avila de Espindola  <espindola@google.com>
1849         * cp-objcp-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
1850         * decl.c (grokdeclarator): Use unsigned_type_for instead of
1851         c_common_unsigned_type.
1853 2007-05-11  Silvius Rus  <rus@google.com>
1855         * cp/typeck.c (build_indirect_ref): Add call to
1856         strict_aliasing_warning.
1857         (build_reinterpret_cast_1): Condition call to
1858         strict_aliasing_warning. 
1860 2007-05-11  Jan Hubicka  <jh@suse.cz>
1862         * semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.
1863         * decl2.c (start_objects): ctors and dtors are no longer public.
1864         (cp_write_global_declarations): Do not call c_build_cdtor_fns.
1865         
1866 2007-05-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1868         * typeck.c (build_unary_op): Remove code that used to
1869         handle non lvalue increments/decrements.
1871 2007-05-07  Mike Stump  <mrs@apple.com>
1873         * parser.c (check_empty_body): Add.
1874         (cp_parser_iteration_statement): Add call to check_empty_body.
1876 2007-05-05  Geoffrey Keating  <geoffk@apple.com>
1878         PR 31775
1879         * mangle.c (write_mangled_name): Mangle static variable names.
1880         (write_unqualified_name): Use local-source-name for
1881         namespace-scope static variables.
1883 2007-05-04  Dirk Mueller  <dmueller@suse.de>
1885         * cp-tree.h (DECL_MAIN_P): only if -ffreestanding is
1886         not in effect.
1888 2007-05-02  Seongbae Park  <seongbae.park@gmail.com>
1890         PR c++/31663
1891         * decl2.c (constrain_class_visibility): 
1892         Use strip_pointer_or_array_types instead of strip_array_types.
1894 2007-04-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1896         PR C++/30221
1897         * decl.c (reshape_init_r): Don't reshape the first element if it
1898         is a pointer to member function.
1900 2007-04-27  Simon Baldwin  <simonb@google.com>
1902         * decl.c (grokparms): Changed message format from %qD to %qE.
1904 2007-04-27  Douglas Gregor  <doug.gregor@gmail.com>
1906         * error.c (maybe_warn_variadic_templates): Variadic templates are
1907        now in C++0x, so only warn about them in C++98 mode.
1908         
1909 2007-04-26  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1911         PR C++/30016
1912         * typeck.c (build_reinterpret_cast_1): Only allow conversion to
1913         integeral types from vectors types.
1915 2007-04-26  Jakub Jelinek  <jakub@redhat.com>
1917         PR c++/31598
1918         * semantics.c (finish_omp_clauses): Don't create CP_OMP_CLAUSE_INFO
1919         for type dependent OMP_CLAUSE_DECLs.
1921 2007-04-24  Mark Mitchell  <mark@codesourcery.com>
1923         PR c++/31338
1924         * cp-tree.h (ARITHMETIC_TYPE): Include COMPLEX_TYPE.
1925         * typeck.c (type_after_usual_arithmetic_conversions): Adjust, as
1926         COMPLEX_TYPE is now an ARITHMETIC_TYPE.
1927         * init.c (build_zero_init): Adjust, as
1928         COMPLEX_TYPE is now a SCALAR_TYPE.
1929         * typeck2.c (digest_init): Allow brace-enclosed initializers for
1930         COMPLEX_TYPE, even though that is now a SCALAR_TYPE.
1932 2007-04-25  Paolo Carlini  <pcarlini@suse.de>
1934         * semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust
1935         per N2255; rename as classtype_has_nothrow_assign_or_copy_p.
1936         (trait_expr_value): Adjust.
1938 2007-04-23  Simon Baldwin  <simonb@google.com>
1940         * decl.c (grokparms): Added new error for duplicate function
1941         parameters names in function prototypes, to match gcc behavior.
1943 2007-04-23  Jan Hubicka  <jh@suse.cz>
1945         * cp/decl2.c (finish_objects): Do not call target constructor/destructor
1946         bits dirrectly.
1948 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1950         * cp-tree.h (lang_tree_node): Use GENERIC_NEXT
1951         instead of checking GIMPLE_STMT_P in chain_next.
1953 2007-04-17  Mark Mitchell  <mark@codesourcery.com>
1955         PR c++/31513
1956         * call.c (convert_for_arg_passing): Convert bitfields to their
1957         declared types.
1959 2007-04-17  Simon Martin  <simartin@users.sourceforge.net>
1961         PR c++/31517
1962         * pt.c (value_dependent_expression_p): Handle MODOP_EXPRs.
1964 2007-04-16  Seongbae Park <seongbae.park@gmail.com>
1966         PR c++/29365
1967         * cp/decl2.c (constrain_class_visibility):
1968         Do not warn about the use of anonymous namespace in the main input file.
1970 2007-04-15  Mark Mitchell  <mark@codesourcery.com>
1972         * cp-tree.h (current_template_parms): Fix typo in comment.
1974 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
1976         * cp-tree.h, error.c: Fix comment typos.
1978 2007-04-13  Jason Merrill  <jason@redhat.com>
1980         PR c++/31074
1981         * call.c (reference_binding): Add c_cast_p parm.  If true,
1982         add quals to TO as needed to make it reference-compatible.
1984 2007-04-11  Jan Hubicka  <jh@suse.cz>
1986         * cp/class.c (convert_to_base_statically): Fold produced tree; verify
1987         that we are not processing template_decl.
1989 2007-04-09  Mark Mitchell  <mark@codesourcery.com>
1991         PR c++/31449
1992         * class.c (build_base_path): Ensure that the converted pointer has
1993         the same cv-qualification as the input.
1995 2007-04-09  Paolo Carlini  <pcarlini@suse.de>
1997         * tree.c (cp_tree_equal): Deal with TRAIT_EXPR.
1999 2007-04-08  Steven Bosscher  <steven@gcc.gnu.org>
2001         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS):
2002         Do not set it.
2003         (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do not set it.
2004         * tree.c (cp_add_pending_fn_decls): Remove.
2005         * cp-tree.h (cp_add_pending_fn_decls): Remove prototype.
2007 2007-04-07  Daniel Berlin  <dberlin@dberlin.org>
2009         Revert change removing staticp.
2011 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
2013         * cp-objcp-common.c (cxx_staticp): Remove.
2014         * cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
2015         * cp-tree.h (cxx_staticp):      
2017 2007-04-04  Danny Smith  <dannysmith.users.sourceforge.net>
2019         * class.c (check_for_override): Don't remove dllmport attribute
2020         of virtual methods.
2022 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
2024         PR c++/30847
2025         * typeck.c (build_modify_expr): For COND_EXPR on LHS, if RHS has void
2026         type issue error and return early.
2028 2007-03-30  Jason Merrill  <jason@redhat.com>
2030         PR c++/31187
2031         * typeck.c (cp_type_readonly): New fn.
2032         * cp-tree.h: Declare it.
2033         * decl.c (start_decl): Set implicit DECL_THIS_STATIC here.
2034         (cp_finish_decl): Not here.
2036 2007-03-31  Richard Guenther  <rguenther@suse.de>
2038         * optimize.c (maybe_clone_body): Replace splay-tree usage by
2039         pointer-map.
2041 2007-03-31  Douglas Gregor  <doug.gregor@gmail.com>
2043         PR c++/31138
2044         PR c++/31140
2045         PR c++/31141
2046         * parser.c (declarator_can_be_parameter_pack): New.
2047         (cp_parser_template_parameter): Only parse the `...' if the
2048         declarator can be a parameter pack.
2049         (cp_parser_parameter_declaration): Ditto. Also, handle when TYPE
2050         is NULL.
2051         * pt.c (find_parameter_packs_r): Look into the bounds on integer
2052         types (they could be used as array bounds). 
2053         (check_for_bare_parameter_packs): Deal with TEMPLATE_PARM_INDEX.
2054         (tsubst_pack_expansion): Handle failure to expand parameter
2055         packs.
2056         
2057 2007-03-30  Paolo Carlini  <pcarlini@suse.de>
2059         PR c++/26099
2060         * cp-tree.h (enum cp_trait_kind, struct tree_trait_expr,
2061         TRAIT_EXPR_TYPE1, TRAIT_EXPR_TYPE2, TRAIT_EXPR_KIND): Add.
2062         (enum cp_tree_node_structure_enum, union lang_tree_node): Update.
2063         (CLASS_TYPE_NON_UNION_P): Add.
2064         (struct lang_type_class): Add has_complex_dflt.
2065         (TYPE_HAS_COMPLEX_DFLT, TYPE_HAS_TRIVIAL_DFLT): Add.
2066         (locate_copy, locate_ctor, locate_dtor, finish_trait_expr): Declare.
2067         * cp-tree.def: Add TRAIT_EXPR.
2068         * cp-objcp-common.c (cp_tree_size): Add TRAIT_EXPR case.
2069         * lex.c (struct resword): Add __has_nothrow_assign,
2070         __has_nothrow_constructor, __has_nothrow_copy, __has_trivial_assign,
2071         __has_trivial_constructor, __has_trivial_copy,
2072         __has_trivial_destructor, __has_virtual_destructor, __is_abstract,
2073         __is_base_of, __is_class, __is_convertible_to, __is_empty, __is_enum,
2074         __is_pod, __is_polymorphic, __is_union.
2075         * parser.c (cp_parser_primary_expression): Deal with the new RIDs.
2076         (cp_parser_trait_expr): New.
2077         * semantics.c (finish_trait_expr, trait_expr_value
2078         classtype_has_nothrow_copy_or_assign_p): New.
2079         * method.c (locate_copy, locate_ctor, locate_dtor): Do not define
2080         as static.
2081         * decl.c (cp_tree_node_structure): Add TRAIT_EXPR.
2082         * class.c (check_bases, check_field_decl, check_bases_and_members):
2083         Deal with TYPE_HAS_COMPLEX_DFLT (t) too.
2084         * pt.c (uses_template_parms, tsubst_copy_and_build,
2085         value_dependent_expression_p, type_dependent_expression_p): Deal with
2086         TRAIT_EXPR.
2087         * tree.c (cp_walk_subtrees): Deal with TRAIT_EXPR.
2089 2007-03-29  Richard Guenther  <rguenther@suse.de>
2091         * tree.c (cp_walk_subtrees): Do not set input_location.
2093 2007-03-28  Simon Martin  <simartin@users.sourceforge.net>
2095         PR c++/29077
2096         * decl.c (grokfndecl): Properly setup decl if it is a constructor or a
2097         destructor.
2099 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
2101         * parser.c (struct cp_parser): Update comment for
2102         greater_than_is_operator_p.
2103         (cp_parser_primary_expression): In C++0x mode, a cast operator can
2104         be terminated with a `>>' token when !GREATER_THAN_IS_OPERATOR_P.
2105         (TOKEN_PRECEDENCE): In C++0x mode, `>>' is treated like `>' when
2106         !GREATER_THAN_IS_OPERATOR_P.
2107         (cp_parser_binary_expression): When -Wc++0x-compat, warn about
2108         `>>' operators that will become two `>' tokens in C++0x.
2109         (cp_parser_parameter_declaration): Treat `>>' like `>' in C++0x
2110         mode, allowing it to terminate default arguments.
2111         (cp_parser_enclosed_template_argument_list): In C++0x mode, treat
2112         `>>' like two consecutive `>' tokens.
2113         (cp_parser_skip_to_end_of_template_parameter_list): Ditto.
2114         (cp_parser_next_token_ends_template_argument_p): In C++0x, `>>'
2115         ends a template argument.
2117 2007-03-28  Douglas Gregor  <doug.gregor@gmail.com>
2119         * decl.c (redeclaration_error_message): Complain when redeclaring
2120         a friend function with default template arguments (C++0x mode only).
2121         * cp-tree.h (check_default_tmpl_args): Declare.
2122         * pt.c (check_default_tmpl_args): In C++0x mode, permit default
2123         template arguments in function templates. Add support for checking
2124         the default template arguments of friend templates.
2125         (push_template_decl_real): Fix call to check_default_tmpl_args.
2126         (type_unification_real): If a template parameter has not been
2127         deduced but provides a default template argument, substitute into
2128         that default template argument.
2129         * parser.c (cp_parser_init_declarator): When declaring (but not
2130         defining!) a function template in C++0x mode, check for default
2131         template arguments.
2133 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
2135         PR c++/29993
2136         * decl.c (grokdeclarator): Deal with cv-qualified function type
2137         typedefs in the same way for member and non-member functions.
2139 2007-03-26  Dirk Mueller  <dmueller@suse.de>
2141         * parser.c (cp_parser_member_declaration): Pedwarn
2142         about stray semicolons after member declarations.
2144 2007-03-26  Paolo Carlini  <pcarlini@suse.de>
2146         PR c++/30500
2147         * pt.c (instantiate_decl): Set in_system_header.
2149 2007-03-22  Mark Mitchell  <mark@codesourcery.com>
2151         * cp-tree.h (current_tempalte_parms): Improve documentation.
2152         * pt.c (current_template_args): Likewise.
2154         PR c++/30863
2155         * parser.c (cp_parser_parse_and_diagnose_invalid_type_name): Do
2156         not consume tokens when failing.
2158 2007-03-22  Jim Wilson  <wilson@specifix.com>
2159             Mark Mitchell  <mark@codesourcery.com>
2161         PR c++/31273
2162         * call.c (standard_conversion): Use type_decays_to.  Keep FCODE
2163         consistent with FROM.
2165 2007-03-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2167         * error.c (dump_expr): Handle dependent names that designate types.
2168         * cxx-pretty-print.c (pp_cxx_unqualified_id): Handle TYPENAME_TYPE.
2170 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
2172         * cp-tree.def, parser.c, pt.c: Fix comment typos.
2174 2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2176         * cvt.c (cp_convert_and_check) : Define.
2177         * cp-tree.h (cp_convert_and_check): Declare.
2178         * call.c (convert_conversion_warnings): Rename to
2179         conversion_null_warnings.  The warning for floating-point to
2180         integer is handled by convert_and_check in convert_like_real.
2181         (convert_like_real): convert_conversion_warnings was renamed as
2182         conversion_null_warnings.
2183         * typeck.c (build_binary_op): Use cp_convert_and_check to warn for
2184         overflow and changes of value during conversion.
2186 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2188         PR c++/30891
2189         * parser.c (cp_parser_statement): If 'namespace' is found, this
2190         only can be a namespace alias definition, so parse it now.
2191         (cp_parser_namespace_alias_definition): if we find an open brace
2192         instead of '=', then this is actually a misplaced namespace
2193         definition.
2194         
2195 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2197         PR c++/24924
2198         * decl.c (cxx_init_decl_processing): Move command-line options
2199         processing to c-opts.c.
2200         
2201 2007-03-15  Douglas Gregor  <doug.gregor@gmail.com>
2203         * ptree.c (cxx_print_type): Use formatting markup for integers
2204         when printing template parameter index/level/orig level.
2205         (cxx_print_xnode): Ditto.
2206         * cp-tree.h (TEMPLATE_PARM_PARAMETER_PACK): Use TREE_LANG_FLAG_0.
2207         (struct template_parm_index_s): Remove the PARAMETER_PACK member.
2208         Make INDEX, LEVEL, and ORIG_LEVEL integers instead of
2209         HOST_WIDE_INTs.
2210         (struct saved_scope): Make X_PROCESSING_TEMPLATE_DECL an int,
2211         rather than a HOST_WIDE_INT.
2212         Turn X_PROCESSING_EXPLICIT_INSTANTIATION, SKIP_EVALUATION, and
2213         NEED_POP_FUNCTION_CONTEXT into bool bitfields; reorder fields for
2214         better bit-packing.
2215         (struct language_function): Make RETURNS_VALUE, RETURNS_NULL,
2216         RETURNS_ABNORMALLY, IN_FUNCTION_TRY_HANDLER, and
2217         IN_BASE_INITIALIZER bool bitfields.
2218         (struct cp_declarator): Make KIND a 4-bit field. Make
2219         PARAMETER_PACK_P a bool bitfield just after KIND.
2220         * pt.c (uses_parameter_packs): Destroy the pointer set.
2221         (make_pack_expansion): Ditto.
2222         (check_for_bare_parameter_packs): Ditto.
2223         * name-lookup.c (push_to_top_level): Make need_pop a bool value.
2224         
2225 2007-03-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2227         PR c++/31165
2228         * call.c  (convert_default_arg): Instead of copying the node,
2229         unshare it.
2231 2007-03-15  Dirk Mueller  <dmueller@suse.de>
2233         PR c++/30860
2234         * call.c (convert_conversion_warnings): New..
2235         (convert_like_real): .. factored out from here.
2236         (convert_conversion_warnings): Add warning about
2237         false being converted to NULL in argument passing.
2239 2007-03-14  Dirk Mueller  <dmueller@suse.de>
2241         * cp/semantics.c (c_finish_if_stmt): Call empty_if_body_warning.
2242         (finish_do_body): Warn about empty body in do/while statement.
2244 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2246         * class.c (warn_hidden): Add OPT_Woverloaded_virtual to warning.
2247         
2248 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2250         PR c/21438
2251         * typeck.c (build_binary_op): Call warn_for_div_zero instead of
2252         warning.
2253         
2254 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
2256         * cp/repo.c (init_repo): Initialize random_seed saved options.
2257         (finish_repo): Adjust.
2259 2007-03-13  Mark Mitchell  <mark@codesourcery.com>
2261         PR bootstrap/30899
2262         * Make-lang.in (doc/g++.1): Use $< to specify the location from
2263         which to copy.
2265 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
2267         * decl.c (compute_array_index_type): New warning flag warn_vla.
2269 2007-03-12  Mark Mitchell  <mark@codesourcery.com>
2271         PR c++/30108
2272         * call.c (convert_default_arg): Copy non-constant arguments.
2274 2007-03-11  Mark Mitchell  <mark@codesourcery.com>
2276         PR c++/31038
2277         * parser.c (cp_parser_postfix_expression): Disallow compound
2278         literals in constant expressions.
2280         PR c++/30328
2281         * semantics.c (finish_typeof): Use unlowered_expr_type.
2282         
2283 2007-03-10  Mark Mitchell  <mark@codesourcery.com>
2285         PR c++/30274
2286         * cp-tree.h (unlowered_expr_type): New function.
2287         * typeck.c (is_bitfield_expr_with_lowered_type): Handle
2288         COMPOUND_EXPR, MODIFY_EXPR, and SAVE_EXPR.
2289         (unlowered_expr_type): New function.
2290         (build_unary_op): Disallow predecrements of bool bitfields.
2291         * call.c (build_conditional_expr): Use unlowered_expr_type.
2292         * pt.c (type_unification_real): Likewise.
2294 2007-03-09  Douglas Gregor  <doug.gregor@gmail.com>
2296         PR c++/20599
2297         * typeck.c (check_return_expr): Check for bare parameter packs.
2298         (comptypes): Compare template parameter packs and
2299         type pack expansions.
2300         * decl.c (grokdeclarator): Deal with the declaration of function
2301         parameter packs.
2302         (grokparms): Verify that the (optional) function parameter pack is
2303         at the end of the parameter list.
2304         (xref_basetypes): Handle pack expansions in the base class.
2305         (cp_tree_node_structure): Handle ARGUMENT_PACK_SELECT.
2306         * cp-tree.def (TYPE_ARGUMENT_PACK): New.
2307         (NONTYPE_ARGUMENT_PACK): New.
2308         (TYPE_PACK_EXPANSION): New.
2309         (EXPR_PACK_EXPANSION): New.
2310         (ARGUMENT_PACK_SELECT): New.
2311         * cp-objcp-common.c (cp_tree_size): Compute size of
2312         (NON)TYPE_ARGUMENT_PACK, (TYPE|EXPR)_PACK_EXPANSION, and
2313         ARGUMENT_PACK_SELECT.
2314         * error.c (dump_template_argument): Print template argument packs.
2315         (dump_template_argument_list): Ditto.
2316         (dump_template_parameter): Dump `...' for template type parameter
2317         packs.
2318         (dump_type): Dump TYPE_PACK_EXPANSION nodes.
2319         (dump_parameters): Print function parameter packs.
2320         (dump_template_parms): Print template argument packs.
2321         (dump_expr): Dump EXPR_PACK_EXPANSION nodes.
2322         (maybe_warn_variadic_templates): New.
2323         * operators.def: Add ellipsis operator for EXPR_PACK_EXPANSION.
2324         * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK,
2325         NONTYPE_ARGUMENT_PACK, TYPE_PACK_EXPANSION, EXPR_PACK_EXPANSION,
2326         CAST_EXPR. 
2327         * mangle.c (write_type): Mangle TYPE_PACK_EXPANSION.
2328         (write_template_arg): Write argument packs as separate arguments.
2329         * cp-tree.h (struct template_parm_index_s): Add flag that
2330         indicates that the template parameter is actually a parameter
2331         pack.
2332         (struct tree_argument_pack_select): New.
2333         (enum cp_tree_node_structure_enum): Add TS_CP_ARGUMENT_PACK_SELECT.
2334         (union lang_tree_node): Add argument_pack_select.
2335         (FUNCTION_PARAMETER_PACK_P): New.
2336         (PACK_EXPANSION_P): New.
2337         (PACK_EXPANSION_PATTERN): New.
2338         (SET_PACK_EXPANSION_PATTERN): New.
2339         (PACK_EXPANSION_PARAMETER_PACKS): New.
2340         (ARGUMENT_PACK_P): New.
2341         (ARGUMENT_PACK_ARGS): New.
2342         (SET_ARGUMENT_PACK_ARGS): New.
2343         (ARGUMENT_PACK_INCOMPLETE_P): New.
2344         (ARGUMENT_PACK_EXPLICIT_ARGS): New.
2345         (TEMPLATE_PARM_PARAMETER_PACK): New.
2346         (TEMPLATE_TYPE_PARAMETER_PACK): New.
2347         (ARGUMENT_PACK_SELECT_FROM_PACK): New.
2348         (ARGUMENT_PACK_SELECT_INDEX): New.
2349         (ARGUMENT_PACK_SELECT_ARG): New.
2350         (struct cp_declarator): Add parameter_pack_p flag.
2351         (maybe_warn_variadic_templates): Declare.
2352         (process_template_parm): Add bool parameter IS_PARAMETER_PACK, to
2353         indicate a template parameter pack. 
2354         (uses_parameter_packs): Declare.
2355         (template_parameter_pack_p): Declare.
2356         (template_parms_variadic_p): Declare.
2357         (make_pack_expansion): Declare.
2358         (check_for_bare_parameter_packs): Declare.
2359         * cxx-pretty-print.c (pp_cxx_unary_expression): Print
2360         sizeof... expressions. 
2361         (pp_cxx_expression): Print pack expansions and non-type argument
2362         packs.
2363         (pp_cxx_exception_specification): Print pack expansions. 
2364         (pp_cxx_direct_declarator): Print ellipsis for parameter packs.
2365         (pp_cxx_ctor_initializer): Print pack expansions.
2366         (pp_cxx_type_id): Print pack expansions.
2367         (pp_cxx_template_argument_list): Print argument packs.
2368         (pp_cxx_template_parameter): Print ellipsis for template parameter
2369         packs.
2370         * pt.c (comp_template_parms): Compare template parameter packs.
2371         (template_parameter_pack_p): New.
2372         (template_parms_variadic_p): New.
2373         (template_args_variadic_p): New.
2374         (make_ith_pack_parameter_name): New.
2375         (struct find_parameter_pack_data): New.
2376         (find_parameter_packs_r): New.
2377         (uses_parameter_packs): New.
2378         (make_pack_expansion): New.
2379         (check_for_bare_parameter_packs): New.
2380         (expand_template_argument_pack): New.
2381         (reduce_template_parm_level): Propagate parameter pack flag.
2382         (process_template_parm): Add is_parameter_pack parameter to state
2383         when the parameter is actually a parameter pack. Create template
2384         parameter packs when is_parameter_pack is true.
2385         (current_template_args): The argument for a template parameter
2386         pack is an argument pack containing a single pack expansion.
2387         (process_partial_specialization): When checking that non-type
2388         argument expressions do not involve template parameters, loop over
2389         the arguments in argument packs separately.
2390         (push_template_decl_real): Check that the type of the declaration
2391         does not have any bare parameter packs. Check that primary
2392         templates have no more than one parameter pack, and that it comes
2393         at the end of the template parameter list.
2394         (convert_template_argument): Handle coercions for pack expansion
2395         expressions by coercing the pattern then rebuilding the expansion.
2396         (coerce_template_parms): When coercing the arguments for a
2397         variadic template, pack "extra" arguments into an argument pack.
2398         (coerce_template_template_parms): Cannot coerce between parameter
2399         packs and non-pack parameters.
2400         (template_args_equal): Compare PACK_EXPANSION_P expressions.
2401         (comp_template_args): Expand all template arguments packs before
2402         comparing template argument lists.
2403         (mangle_class_name_for_template): Make argument packs as separate
2404         template arguments.
2405         (for_each_template_parm_r): No need to handle BASELINK. 
2406         (instantiate_class_template): Handle pack expansions in the base
2407         class list.
2408         (tsubst_pack_expansion): New.
2409         (tsubst_template_args): Handle substitutions of argument packs and
2410         pack expansion into template argument lists.
2411         (tsubst_decl): Expand function parameter packs into separate
2412         function parameters.
2413         (tsubst_arg_types): Expand a type pack expansion into separate
2414         argument types.
2415         (tsubst_exception_specification): Handle pack expansions in
2416         exception specifiers.
2417         (tsubst): See through ARGUMENT_PACK_SELECT arguments when 
2418         replacing a template parameter with its argument. If we encounter
2419         a substitution for an argument pack, just return the parameter
2420         itself. 
2421         (tsubst_copy): sizeof(X...) returns the number of elements in
2422         parameter pack X.  See through ARGUMENT_PACK_SELECT when the
2423         PARM_DECL is a parameter pack.
2424         (tsubst_expr): Expression pack expansions and argument packs
2425         cannot show up here; they will all be handled through function
2426         calls, sizeof, and template argument lists.
2427         (tsubst_copy_and_build): sizeof(X...) returns the number of
2428         elements in parameter pack X.  Handle pack expansions in TREE_LIST
2429         and CONSTRUCTOR nodes.
2430         (fn_type_unification): Handle "incomplete" explicit template
2431         argument lists that specify some of the arguments for a template
2432         parameter pack.
2433         (type_unification_real): Unify arguments against pack expansions.
2434         (template_parm_level_and_index): New, helper function.
2435         (unify_pack_expansion): New.
2436         (unify): Unify argument packs on an argument-by-argument basis,
2437         handling variadic argument packs as well.
2438         (more_specialized_fn): Handle unification of function parameter
2439         packs. All things being equal, prefer non-variadic function
2440         templates to variadic function templates.
2441         (more_specialized_class): Prefer the variadic class template
2442         partial specialization that binds fewer arguments to a parameter
2443         pack.
2444         (regenerate_decl_from_template): Expand function parameter packs
2445         into separate parameters.
2446         (instantiate_decl): Ditto.
2447         (tsubst_initializer_list): Handle pack expansions for base-class
2448         initializers.
2449         (dependent_type_p_r): Determine dependent types in argument packs
2450         and pack expansions.
2451         (value_dependent_expression_p): Determine value-dependence of
2452         non-type argument packs.
2453         (dependent_template_arg_p): Handle argument packs.
2454         * semantics.c (finish_cond): Check for bare parameter packs.
2455         (finish_expr_stmt): Ditto.
2456         (finish_for_expr): Ditto.
2457         (finish_switch_cond): Ditto.
2458         (finish_mem_initializers): Ditto.
2459         * name-lookup.c (arg_assoc_type): Handle pack expansions and
2460         argument packs.
2461         * decl2.c (cp_build_parm_decl): Mark function parameter packs.
2462         * parser.c (make_declarator): Declarator is not an expansion.
2463         (make_pointer_declarator): Transfer parameter pack flag to outer
2464         declarator.
2465         (make_reference_declarator): Ditto.
2466         (make_ptrmem_declarator): Ditto.
2467         (make_call_declarator): Ditto.
2468         (make_array_declarator): Ditto.
2469         (cp_parser_postfix_expression): Allow pack expansion expressions
2470         in the argument list for a call expression.
2471         (cp_parser_parenthesized_expression_list): Add new parameter
2472         ALLOW_EXPANSION_P. When true, parse the ellipsis to mean "expand
2473         into separate arguments."
2474         (cp_parser_new_placement): Allow pack expansion expressions.
2475         (cp_parser_new_initializer): Ditto.
2476         (cp_parser_mem_initializer_list): Allow ellipsis to create a
2477         base-class initializer expansion.
2478         (cp_parser_mem_initializer): Ditto.
2479         (cp_parser_template_parameter_list): Keep track of whether the
2480         template parameter is a template parameter pack.
2481         (cp_parser_template_parameter): Parse the ellipsis to indicate a
2482         template parameter pack.
2483         (cp_parser_type_parameter): Ditto.
2484         (cp_parser_template_argument_list): Parse the ellipsis to indicate
2485         a pack expansion.
2486         (cp_parser_direct_declarator): Parse the ellipsis to indicate that
2487         this declarator is a parameter pack.
2488         (cp_parser_parameter_declaration): The ellipsis does not end the
2489         parameter declaration, because it might be a parameter pack. Parse
2490         the ellipsis to indicate a parameter pack.
2491         (cp_parser_initializer): Allow pack expansions.
2492         (cp_parser_initializer_list): Allow ellipsis to create an
2493         initializer expansion.
2494         (cp_parser_base_clause): Allow ellipsis to create a base specifier
2495         expansion.
2496         (cp_parser_type_id_list): Allow ellipsis to create an exception
2497         specifier expansion.
2498         (cp_parser_attribute_list): Don't allow pack expansions.
2499         (cp_parser_functional_cast): Allow pack expansions.
2500         (cp_parser_sizeof_operand): Allow ellipsis following "sizeof" to
2501         compute the length of a parameter pack.
2502         (cp_parser_next_token_ends_template_argument_p): An ellipsis can
2503         end a template argument.
2504         * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK,
2505         NONTYPE_ARGUMENT_PACK, TYPE_PACK_EXPANSION, EXPR_PACK_EXPANSION,
2506         CAST_EXPR. 
2508 2007-03-09  Dirk Mueller  <dmueller@suse.de>
2510         * cp/call.c (build_new_op): Call warn_logical_operator.
2512 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
2514         PR c++/30852
2515         * semantics.c (finish_offsetof): Handle COMPOUND_EXPR.
2517         PR c++/30534
2518         * pt.c (any_template_arguments_need_structural_equality_p):
2519         Robustify.
2521 2007-03-08  Alexandre Oliva  <aoliva@redhat.com>
2523         * decl.c (grokdeclarator): Disable warnings for anonymous
2524         bitfields.
2526 2007-03-05  Volker Reichelt  <reichelt@netcologne.de>
2528         * typeck2.c (readonly_error): Always emit a hard error.
2529         Remove last argument.
2530         * cp-tree.h (readonly_error): Adjust prototype.
2531         * semantics.c (finish_asm_stmt): Adjust call to readonly_error.
2532         * typeck.c (build_unary_op): Likewise.
2533         (build_modify_expr): Likewise.
2535 2007-03-04  Simon Martin  <simartin@users.sourceforge.net>
2537         PR c++/30895
2538         * tree.c (cp_tree_equal): Properly handle COMPLEX_CST trees.
2540 2007-03-03  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2542         PR c++/15787
2543         * parser.c (struct cp_parser): New IN_IF_STMT.
2544         (cp_parser_statement_seq_opt): Handle an unexpected 'else',
2545         returning if parsing the body of an 'if' statement or issuing an
2546         error and continuing.
2547         (cp_parser_selection_statement): Set IN_IF_STMT bit when parsing
2548         body of 'if'.
2549         (cp_parser_jump_statement): Mask new IN_IF_STMT bit.
2550         
2551 2007-03-02  Simon Martin  <simartin@users.sourceforge.net>
2553         PR c++/28253
2554         * class.c (update_vtable_entry_for_fn): Properly handle invalid overriders
2555         for thunks.
2557 2007-03-02  Geoffrey Keating  <geoffk@apple.com>
2559         * g++spec.c (lang_specific_driver): Add -lstdc++ when compiling
2560         Objective-C++.  Don't exit early if -shared-libgcc needs to be
2561         added.
2563 2007-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2565         * typeck.c (common_base_type): Delete unused function.
2566         
2567 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2569         * Make-lang.in: Add dummy lang.install-pdf target.
2571 2007-03-01  Simon Baldwin <simonb@google.com>
2573         PR c++/23689
2574         * decl.c (check_tag_decl): Added new warning for typedef ignored
2575         when it precedes an otherwise valid non-typedef declaration.
2577 2007-02-28  Sandra Loosemore  <sandra@codesourcery.com>
2579         * typeck.c (build_function_call): Store converted arguments
2580         in a stack-allocated array instead of building a list.
2581         (convert_arguments): Store arguments in the array passed in as an
2582         argument, and return the actual number of arguments.
2583         * call.c (build_call): Delete, and replace with...
2584         (build_call_n, build_call_a): New.
2585         (build_op_delete_call): Rewrite to avoid constructing argument lists.
2586         (build_over_call): Store converted arguments in a stack-allocated
2587         array instead of building a list.
2588         (build_cxx_call): Pass arguments in an array instead of as a list.
2589         (build_java_interface_fn_ref): Rewrite to avoid constructing
2590         argument lists.
2591         * tree.h: Update declarations to reflect above changes.
2592         * method.c (use_thunk): Use a stack-allocated array to hold
2593         the arguments instead of a list.
2594         * rtti.c (throw_bad_cast): Update call to cxx_call.
2595         (throw_bad_typeid): Likewise.
2596         (build_dynamic_cast_1): Likewise.
2597         * init.c (build_builtin_delete_call): Use build_call_n.
2598         * decl.c (expand_static_init): Likewise.
2599         * except.c (cp_protect_cleanup_actions): Likewise.
2600         * cp-gimplify.c (genericize_eh_spec_block): Likewise.
2601         (gimplify_must_not_throw_expr): Likewise.
2602         (cxx_omp_apply_fn): Use build_call_a.
2604 2007-02-26  Mark Mitchell  <mark@codesourcery.com>
2606         * semantics.c (expand_or_defer_fn): Call c_record_cdtor_fn.
2607         * decl2.c (cp_write_gloabl_declarations): Call c_build_cdtor_fns.
2609 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
2611         * cp-tree.h (static_ctors): Remove.
2612         * cp-tree.h (static_dtors): Likewise.
2613         * cp-objcp-common.c (decl_shadowed_for_var_lookup): Adjust for
2614         refactoring of tree_map hierarchy.
2615         (decl_shadowed_for_var_insert): Likewise.
2616         * semantics.c (expand_body): Use c_expand_body.
2617         (expand_or_defer_fn): Don't update static_ctors or static_dtors.
2618         * decl2.c (static_ctors): Remove.
2619         (static_dtors): Likewise.
2620         (generate_ctor_or_dtor_function): Pass NULL_TREE to
2621         objc_generate_static_init_call.  Do not call static_[cd]tors.
2622         (generate_ctor_and_dtor_functions_for_priority): Do not check for
2623         static_[cd]tors.
2624         (cp_write_global_declarations): Likewise.
2626 2007-02-23  Richard Guenther  <rguenther@suse.de>
2628         * class.c (note_name_declared_in_class): Make declaration
2629         changes meaning a pedwarn.
2631 2007-02-22  Michael Matz  <matz@suse.de>
2633         PR c++/29433
2634         * cp-tree.h (TFF_UNQUALIFIED_NAME): New formatting flag.
2635         * error.c (dump_aggr_type, dump_simple_decl, dump_decl,
2636         dump_function_decl): Guard emitting outer scopes by new flag.
2637         * cp-lang.c (cxx_dwarf_name): New function.
2638         (LANG_HOOKS_DWARF_NAME): Define to cxx_dwarf_name.
2639         * pt.c (classtype_mangled_name, mangle_class_name_for_template):
2640         Remove functions.
2641         (push_template_decl_real, lookup_template_class): Remove calls
2642         to above functions.
2644 2007-02-19  Mark Mitchell  <mark@codesourcery.com>
2646         * call.c (build_new_method_call): Ensure that explicit calls of
2647         destructors have type "void".
2649 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2651         * typeck.c (build_binary_op): Replace -Wstring-literal-comparison
2652         and -Walways-true with -Waddress.
2653         * cvt.c (convert_to_void): Replace unconditional warning with
2654         -Waddress.
2656 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
2658         * decl.c, tree.c: Fix comment typos.
2660 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2662         PR C++/30158
2663         * semantics.c (finish_stmt_expr_expr): Set TREE_TYPE of the 
2664         statement expression if we had an error mark node.
2666 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
2667             Brooks Moses  <brooks.moses@codesourcery.com>
2668             Lee Millward  <lee.millward@codesourcery.com>
2670         * cp-tree.def (AGGR_INIT_EXPR): Adjust documentation.
2671         Change class to tcc_vl_exp.
2673         * call.c (build_call): Use build_call_list instead 
2674         of build3. 
2675         (build_over_call): Likewise.
2676         (build_new_method_call): Use build_min_non_dep_call_list 
2677         instead of build_min_non_dep.
2679         * error.c (dump_call_expr_args): New function.
2680         (dump_aggr_init_expr_args): New function.
2681         (dump_expr) <AGGR_INIT_EXPR, CALL_EXPR, INDIRECT_REF>: Use them. 
2682         Update to use new CALL_EXPR and AGGR_INIT_EXPR accessor macros.
2684         * cvt.c (convert_to_void): Use build_call_array instead
2685         of build3; use new AGGR_INIT_EXPR accessor macros.
2687         * mangle.c (write_expression): Use TREE_OPERAND_LENGTH
2688         instead of TREE_CODE_LENGTH.
2690         * dump.c (cp_dump_tree) <AGGR_INIT_EXPR>: Update to use new
2691         AGGR_INIT_EXPR accessor macros.
2693         * cp-gimplify.c (cp_gimplify_init_expr): Use 
2694         AGGR_INIT_EXPR_SLOT to set the slot operand.
2696         * cp-tree.h (AGGR_INIT_EXPR_FN): New macro.
2697         (AGGR_INIT_EXPR_SLOT): New macro.
2698         (AGGR_INIT_EXPR_ARG): New macro.
2699         (aggr_init_expr_nargs): New macro.
2700         (AGGR_INIT_EXPR_ARGP): New macro.
2701         (aggr_init_expr_arg_iterator): New.
2702         (init_aggr_init_expr_arg_iterator): New.
2703         (next_aggr_init_expr_arg): New.
2704         (first_aggr_init_expr_arg): New.
2705         (more_aggr_init_expr_args_p): New.
2706         (FOR_EACH_AGGR_INIT_EXPR_ARG): New.
2707         (stabilize_aggr_init): New declaration.
2708         (build_min_non_dep_call_list): Likewise.
2710         * tree.c (process_aggr_init_operands): New function.
2711         (build_aggr_init_array) New function.
2712         (build_cplus_new): Update to use new CALL_EXPR and
2713         AGGR_INIT_EXPR accessor macros. Replace use of build3 with
2714         build_aggr_init_array.
2715         (build_min_non_dep_call_list) New function.
2716         (build_min_nt): Assert input code parameter is not a variable
2717         length expression class.
2718         (build_min, build_min_non_dep): Likewise.
2719         (cp_tree_equal) <CALL_EXPR>: Iterate through the arguments
2720         to check for equality instead of recursing. Handle tcc_vl_exp
2721         tree code classes.
2722         (stabilize_call): Update to only handle CALL_EXPRs, not 
2723         AGGR_INIT_EXPRs; use new CALL_EXPR accessor macros.
2724         (stabilize_aggr_init): New function.
2725         (stabilize_init): Use it.
2727         * cxx-pretty-print.c (pp_cxx_postfix_expression)
2728         <AGGR_INIT_EXPR, CALL_EXPR>: Update to use new CALL_EXPR and
2729         AGGR_INIT_EXPR accessor macros and argument iterators.
2730         
2731         * pt.c (tsubst_copy) <CALL_EXPR>: Replace build_nt with
2732         build_vl_exp. Iterate through the operands, recursively 
2733         processing each one.
2734         (tsubst_copy_and_build) <CALL_EXPR>: Update to use new
2735         CALL_EXPR accessor macros.
2736         (value_dependent_expression_p) <default>: Handle tcc_vl_exp
2737         tree code classes. Use TREE_OPERAND_LENGTH instead of 
2738         TREE_CODE_LENGTH.
2740         * semantics.c (finish_call_expr): Use build_nt_call_list
2741         instead of build_nt.
2742         (simplify_aggr_init_expr): Update to use new AGGR_INIT_EXPR 
2743         accessor macros. Use build_call_array to construct the 
2744         CALL_EXPR node instead of build3
2745         
2746         * decl2.c (build_offset_ref_call_from_tree): Use 
2747         build_nt_call_list and build_min_non_dep_call_list instead
2748         of build_min_nt and build_min_non_dep.
2750         * parser.c (cp_parser_postfix_expression) <CPP_OPEN_PAREN>:
2751         Use build_nt_call_list instead of build_min_nt.
2753 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2755         PR c++/28943
2756         * call.c (build_conditional_expr): Improve error message.
2757         
2758 2007-02-13  Dirk Mueller  <dmueller@suse.de>
2760         * friend.c (do_friend): Annotate warning about friend
2761         declarations in templates with OPT_Wnon_template_friend.
2762         Convert informal message from warning() to inform().
2764 2007-02-12  Simon Martin  <simartin@users.sourceforge.net>
2765             Mark Mitchell  <mark@codesourcery.com>
2767         PR c++/14622
2768         * pt.c (do_decl_instantiation): Detect type mismatches in explicit
2769         instantiations for variables.
2771 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2773         PR middle-end/7651
2774         * cp-gimplify.c (gimplify_expr_stmt): Don't check extra_warnings.
2775         Check warn_unused_value just once.
2777 2007-02-11  Mark Mitchell  <mark@codesourcery.com>
2779         PR c++/26988
2780         * pt.c (determine_specialization): Use skip_artificial_parms_for.
2781         (fn_type_unificiation): Likewise.
2782         (get_bindings): Likewise.
2784 o2007-02-06  Mark Mitchell  <mark@codesourcery.com>
2786         PR target/29487
2787         * decl.c (finish_function): Use DECL_REPLACEABLE.
2788         * tree.c (cp_cannot_inline_tree_fn): Likewise.
2790 2007-02-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2792         * parser.c (cp_parser_primary_expression): Reformat overly long lines.
2794 2007-02-10  Richard Henderson  <rth@redhat.com>, Jakub Jelinek  <jakub@redhat.com>
2796         * decl.c (grokvardecl): Don't error if !have_tls.
2797         (grokdeclarator): Likewise.
2798         * parser.c (cp_parser_omp_threadprivate): Likewise.
2800 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
2802         PR c++/30703
2803         * cp-gimplify.c (cp_genericize_r): Don't dereference invisiref
2804         parameters and result decls in omp clauses.
2805         (cxx_omp_privatize_by_reference): Pass also invisiref PARM_DECLs
2806         by reference.
2808 2007-02-05  Dirk Mueller  <dmueller@suse.de>
2810         PR bootstrap/30510
2811         * parser.c (cp_parser_class_specifier): Always initialize bases.
2813 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2815         * cp-tree.h (OMP_ATOMIC_CODE): Delete.
2816         (OMP_ATOMIC_DEPENDENT_P): Rewrite.
2817         * pt.c (tsubst_expr): Adjust for new format of dependent OMP_ATOMIC
2818         expressions.
2819         * semantics.c (finish_omp_atomic): Store a whole expression node
2820         in operand 1, and integer_zero_node in operand 0, for dependent
2821         OMP_ATOMIC.  Rewrite to make flow easier to understand.
2823 2007-02-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2825         * decl.c (grokdeclarator): Use OPT_Wreturn_type instead of 0.
2827 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
2829         * class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c,
2830         parser.c, pt.c, tree.c, typeck.c: Follow spelling conventions.
2832 2007-02-03  Douglas Gregor  <doug.gregor@gmail.com>
2834        * parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x
2835        keyword warning to -Wc++0x-compat.
2836         
2837 2007-02-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2839         * decl.c (grokdeclarator): Update documentation.
2841 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
2843         PR c++/30536
2844         * decl.c (grokdeclarator): If __thread is used together with
2845         a storage class other than extern and static, clear thread_p
2846         after issuing diagnostics and fall through to checking the
2847         storage class.
2849 2007-01-30  Roger Sayle  <roger@eyesopen.com>
2851         * error.c (dump_type_suffix): Avoid use of cp_build_binary_op when
2852         calculating the size of an array (to avoid recursive errors).
2854 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2856         PR c++/24745
2857         * typeck.c (build_binary_op): Fix logic for warning. Move warning
2858         to -Wpointer-arith.
2859         * call.c (convert_like_real): Don't warn when converting to
2860         boolean type.
2861         
2862 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2864         * decl.c (pop_label): Replace warning with call to
2865         warn_for_unused_label.
2867 2007-01-28  Andrew Pinski  <pinskia@gmail.com>
2869         PR C++/28988
2870         * semantics.c (finish_pseudo_destructor_expr): Check the
2871         destrutor name by calling check_dtor_name.
2873 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
2875         * lex.c (D_CPP0X): Rename.
2876         (D_CXX0X): To this.
2877         (reswords): D_CPP0X -> D_CXX0X.
2878         (init_reswords): Ditto.
2879         * parser.c (cp_lexer_get_preprocessor_token): Warn about the use
2880         of C++0x keywords as identifiers.
2882 2007-01-23  Simon Martin  <simartin@users.sourceforge.net>
2884         PR c++/27492
2885         * decl.c (duplicate_decls): Don't reset DECL_INVALID_OVERRIDER_P for
2886         function decls.
2888 2007-01-23  Ian Lance Taylor  <iant@google.com>
2890         * typeck.c (convert_for_assignment): Only warn about a = b = c
2891         when converting to bool.
2893 2007-01-23  Roger Sayle  <roger@eyesopen.com>
2895         * call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with
2896         TREE_OVERFLOW.
2897         * typeck.c (ignore_overflows): Remove the remaining uses of
2898         TREE_CONSTANT_OVERFLOW.
2900 2007-01-20  Jan Hubicka  <jh@suse.cz>
2902         * decl2.c (start_objects, start_static_storage_duration_function):
2903         Do not make the functions uninlinable.
2905 2007-01-17  Ian Lance Taylor  <iant@google.com>
2907         * class.c (add_method): Call VEC_reserve_exact rather than passing
2908         a negative size to VEC_reserve.
2910 2007-01-11  Simon Martin  <simartin@users.sourceforge.net>
2912         PR c++/29573
2913         * tree.c (cp_tree_equal): Properly handle MODOP_EXPR trees.
2915 2007-01-10  Mark Mitchell  <mark@codesourcery.com>
2917         PR c++/28999
2918         * decl.c (make_typename_type): If the qualified name is not a
2919         type, issue an error.
2920         * parser.c (cp_parser_elaborated_type_specifier): Fix comment
2921         formatting.
2923 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
2925         * rtti.c: Include target.h.
2926         (emit_support_tinfos): If ! targetm.cxx.library_rtti_comdat (),
2927         don't emit typeinfo for fundamental types as weak.
2928         * Make-lang.in (cp/rtti.o): Update and correct dependencies.
2930 2007-01-08  Richard Guenther  <rguenther@suse.de>
2932         * cvt.c (cp_convert_to_pointer): Use build_int_cst_type.
2934 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
2936         * call.c (standard_conversion): Pass flag to
2937         vector_types_convertible_p to disallow emission of note.
2938         * typeck.c (convert_for_assignment): Pass flag to
2939         vector_types_convertible_p to allow emission of note.
2940         (ptr_reasonably_similar): Pass flag to vector_types_convertible_p
2941         to disallow emission of note.
2943 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2945         PR c++/28986
2946         * typeck.c (build_binary_op): Call overflow_warning if
2947         TREE_OVERFLOW_P is true for the result and not for any of the
2948         operands.
2949         
2950 2007-01-06  Lee Millward  <lee.millward@codesourcery.com>
2952        PR c++/19439
2953        * class.c (add_method): Don't wait until template
2954        instantiation time to complain about duplicate methods.
2955         
2956 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2958         PR c/19978
2959         * semantics.c (finish_unary_op_expr): Warn only if result
2960         overflowed and operands did not.
2962 2007-01-05  Ian Lance Taylor  <iant@google.com>
2964         * typeck.c (build_binary_op): Warn about comparing a non-weak
2965         address to NULL.
2967 2007-01-05  Douglas Gregor  <doug.gregor@gmail.com>
2969         * pt.c (tsubst): Propagate the need for structural equality checks
2970         when reducing the level of template parameters.
2972 2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
2974         * pt.c: Fix a comment typo.
2976 2007-01-02  Ian Lance Taylor  <iant@google.com>
2978         * semantics.c (maybe_convert_cond): Optionally warn when using an
2979         assignment as a condition.
2980         * typeck.c (convert_for_assignment): Optionally warn about
2981         assigning the result of an assignment to a bool.
2983 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
2985         * pt.c (canonical_template_parms): Correct typo in comment.
2986         
2987 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
2989         * typeck.c (structural_comptypes): Renamed from "comptypes".
2990         (comptypes): Use canonical type information to perform fast type
2991         comparison. When VERIFY_CANONICAL_TYPES, verify that the
2992         canonical type comparison returns the same results as we would see
2993         from the current, structural check. Support COMPARE_STRUCTURAL
2994         when we need structural checks.
2995         * decl.c (typename_compare): Fix comment.
2996         (build_typename_type): TYPENAME_TYPE nodes require structural
2997         equality checks, because they resolve different based on the
2998         current class type.
2999         (make_unbound_class_template): UNBOUND_CLASS_TEMPLATE nodes
3000         require structural equality checks (for now).
3001         (build_ptrmemfunc_type): Build the canonical pointer to member
3002         function type.
3003         (compute_array_index_type): Whenever we build a new index type
3004         to represent the size of an array in a template, we need to mark
3005         this index type as requiring structural equality. This goes for
3006         arrays with value-dependent sizes with the current ABI, or all
3007         arrays with ABI-1.
3008         * tree.c (cplus_array_hash): New.
3009         (struct cplus_array_info): New.
3010         (cplus_array_compare): New.
3011         (cplus_array_htab): New.
3012         (build_cplus_array_type_1): Use a hash table to cache the array
3013         types we build. Build the canonical array type for each array
3014         type.
3015         (cp_build_qualified_type_real): When building a cv-qualified array
3016         type, use the hash table of array types and build canonical array
3017         types as necessary.
3018         (bind_template_template_parm): BOUND_TEMPLATE_TEMPLATE_PARM nodes
3019         use structural equality (for now).
3020         * cp-tree.h (COMPARE_STRUCTURAL): New.
3021         * pt.c (canonical_template_parms): New.
3022         (canonical_type_parameter): New.
3023         (process_template_parm): Find the canonical type parameter.
3024         (lookup_template_class): When we have named the primary template
3025         type, set the canonical type for our template class to the primary
3026         template type. If any of the template arguments need structural
3027         equality checks, the template class needs structural equality
3028         checks.
3029         (tsubst): When reducing the level of a template template
3030         parameter, we require structural equality tests for the resulting
3031         parameter because its template parameters have not had their types
3032         canonicalized. When reducing a template type parameter, find the
3033         canonical reduced type parameter.
3034         (any_template_arguments_need_structural_equality_p): New.