re PR debug/23336 (enum constants not visible to gdb because of -feliminate-unused...
[official-gcc.git] / gcc / cp / ChangeLog
blob56c613b0aefb7f03625fa7889052db5b048b0ad1
1 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
3         PR debug/23336
4         * pt.c (tsubst_copy_and_build): Mark used enum types.
5         * semantics.c (finish_id_expression): Likewise.
7 2006-07-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9         PR c++/6634
10         * decl.c (grokdeclarator): Check whether "long" or "short" was
11         specified for non-integral types.
13 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
17 2006-07-28  Lee Millward  <lee.millward@codesourcery.com>
19         PR c++/27668
20         PR c++/27962
21         * pt.c (process_template_parm) Store invalid template
22         parameters as error_mark_node in the paramater list.
23         (push_inline_template_parms_recursive): Handle invalid
24         template parameters.
25         (comp_template_parms): Likewise.
26         (check_default_tmpl_arg): Likewise.
27         (coerce_template_template_parms): Likewise.
28         (mangle_class_name_for_template): Likewise.
29         (tsubst_template_parms): Likewise.
30         * error.c (dump_template_argument_list): Likewise.
31         
32 2006-07-28  Kazu Hirata  <kazu@codesourcery.com>
34         * cp-tree.h: Fix a comment typo.
36 2006-07-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
38         PR c++/27572
39         * decl.c (grokdeclarator): Return error_mark_node after invalid
40         typedef.
42 2006-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
44         PR c++/28460
45         * decl.c (grokvardecl): Use FROB_CONTEXT.
46         * pt.c (register_specialization): Likewise.
48 2006-07-23  Mark Mitchell  <mark@codesourcery.com>
50         PR c++/28025
51         * cp-tree.h (LOOKUP_HIDDEN): New macro.  Reformat comments.
52         * name-lookup.c (unqualified_namespace_lookup): There is no way to
53         have a hidden name in non-namespace scopes.
54         * pt.c (tsubst_friend_class): Look for hidden names.
55         * decl.c (lookup_and_check_tag): Fix typo in comment.
57         * semantics.c (finish_compound_literal): Fix typo in comment.
59 2006-07-21  Jason Merrill  <jason@redhat.com>
61         * decl2.c (determine_visibility): Don't propagate visibility from
62         type to decl.
63         (constrain_class_visibility): Don't warn in system headers.
64         Don't warn about pointer fields.
66 2006-07-20  Mike Stump  <mrs@apple.com>
68         * decl2.c (determine_visibility_from_class): Don't use hidden
69         visibility for explicit instantiations.
71 2006-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
73         PR c++/28250
74         * pt.c (tsubst_expr): Only apply DECL_TEMPLATE_INSTANTIATED to
75         valid decls.  Cleanup.
77         PR c++/28363
78         * semantics.c (check_template_template_default_arg): Simplify
79         error handling.
81 2006-07-20  Jason Merrill  <jason@redhat.com>
83         PR c++/28407
84         * decl.c (grokvardecl): Set DECL_THIS_STATIC on file-scope
85         const variables with implicit internal linkage.
86         * tree.c (decl_linkage): Only return lk_external if it's set.
88         PR c++/28409
89         * decl2.c (constrain_visibility): Ignore the anonymous namespace 
90         for extern "C" decls.
91         (VISIBILITY_STATIC): Rename to VISIBILITY_ANON.
93         * decl2.c (constrain_visibility): Remove specified and reason 
94         parameters.  Don't touch decls that already have explicit visibility.
95         (determine_visibility): Do copy DECL_VISIBILITY_SPECIFIED from 
96         template.
97         (determine_visibility_from_class): Reverse sense of 
98         DECL_VISIBILITY_SPECIFIED test for target-specific visibility rules.
99         (constrain_class_visibility): Only complain about member visibility
100         if the member type is another class.  Don't change visibility of the
101         current class.
103 2006-07-19  Mark Mitchell  <mark@codesourcery.com>
105         PR c++/28338
106         * decl.c (layout_var_decl): Don't call push_local_name here.
107         (initialize_artificial_var): Assert artificiality.
108         (cp_finish_decl): Call push_local_name here.
110 2006-07-18  Mark Mitchell  <mark@codesourcery.com>
112         PR c++/28337
113         * typeck.c (build_binary_op): Short-circuit pointer arithmetic in
114         templates.
116 2006-07-18  Mark Mitchell  <mark@codesourcery.com>
118         PR c++/28048
119         * semantics.c (check_accessibility_of_qualified_id): Robustify.
121         PR c++/28235
122         * pt.c (tsubst_decl): Handling substitutions into a static data
123         member from within the scope of the tempalte itself.
125 2006-07-18  Lee Millward  <lee.millward@gmail.com>
127         PR c++/28258
128         * method.c (locate_copy): Check for non_reference
129         returning error_mark_node.
131         PR c++/28260
132         * decl.c (duplicate_decls): Return error_mark_node
133         on ambiguous declaration.
134         
135 2006-07-18  Steve Ellcey  <sje@cup.hp.com>
137         PR c++/27495
138         * search.c (adjust_result_of_qualified_name_lookup): Change
139         assert to part of if statement.
141 2006-07-17  Steve Ellcey  <sje@cup.hp.com>
143         PR c++/28291
144         * decl.c (reshape_init_class): Return error_mark_node on error.
146 2006-07-17  Steve Ellcey  <sje@cup.hp.com>
148         PR c++/28304
149         * decl2.c (check_classfn): Return NULL_TREE on error.
151 2006-07-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
153         PR c++/28250
154         * name-lookup.c (pushdecl_maybe_friend): Return early on
155         error_mark_node.
156         * except.c (expand_start_catch_block): Use error_mark_node instead
157         of NULL_TREE for invalid decls.
158         * parser.c (cp_parser_exception_declaration): Return error_mark_node
159         on invalid catch parameter. Simplify.
161 2006-07-16  Jakub Jelinek  <jakub@redhat.com>
163         PR c++/28370
164         * decl2.c (note_vague_linkage_var): Removed.
165         (finish_static_data_member_decl): Add decl to pending_statics vector
166         directly.  Do it even for non-public decls.
168 2006-07-15  Lee Millward  <lee.millward@gmail.com>
170         PR c++/28292
171         * decl2.c (acceptable_java_type): Robustify. Use
172         proper Boolean return type instead of return 1.
173         (check_java_method): Don't issue error about
174         type not being an acceptable Java parameter if 
175         it's error_mark_node.
176         
177         PR c++/28269
178         * parser.c (cp_parser_elaborated_type_specifier):
179         Return early if an invalid type was detected.
180         
181 2006-07-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
183         PR c++/28249
184         * parser.c (cp_parser_check_decl_spec): New function.
185         (cp_parser_decl_specifier_seq): Factor out check for repeated
186         decl-specifiers into cp_parser_check_decl_spec. Use it.
187         (cp_parser_type_specifier_seq): Use it.
189         PR c++/28294
190         * semantics.c (finish_offsetof): Use TREE_OPERAND for COMPONENT_REFs
191         only.
193         PR c++/28387
194         * decl2.c (cplus_decl_attributes): Check for invalid decls.
196 2006-07-14  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
198         PR c++/28343
199         * decl.c (cp_finish_decl): Check asmspec_tree for error_mark_node.
200         * decl2.c (grokfield): Likewise.
202 2006-07-12  Geoffrey Keating  <geoffk@apple.com>
204         * decl2.c (determine_visibility): Don't change visibility of
205         function locals because of -fvisibility-inlines-hidden.
207 2006-07-12  Jason Merrill  <jason@redhat.com>
209         PR c++/28217
210         * semantics.c (note_decl_for_pch): Don't premangle templates.
212 2006-07-12  Martin Michlmayr  <tbm@cyrius.com>
214         * typeck.c (string_conv_p): Remove spurious quotation mark in
215         warning.
217 2006-07-07  Lee Millward  <lee.millward@gmail.com>
218             Andrew Pinski  <pinskia@gmail.com>
220         PR c++/27820
221         * decl.c (define_label): Return error_mark_node on error.
222         * semantics.c (finish_label_stmt): Don't call
223         add_stmt for invalid labels.
224         
225 2006-07-06  Jason Merrill  <jason@redhat.com>
227         PR c++/28279
228         * decl2.c (finish_static_data_member_decl): Don't assert
229         TREE_PUBLIC.
231 2006-07-05  Jason Merrill  <jason@redhat.com>
233         PR c++/13983
234         PR c++/17519
235         * class.c (check_field_decls): Check TYPE_PACKED after
236         stripping array types.
237         (finish_struct_bits): Don't copy TYPE_SIZE here.
239         PR c++/18681
240         * friend.c (is_friend): Fix DR 45 implementation.
242 2006-07-05  Richard Guenther  <rguenther@suse.de>
243         Andrew Pinski  <pinskia@gcc.gnu.org>
245         PR c++/27084
246         * cp-objcp-common.c (cxx_types_compatible_p): Ignore
247         top level qualifiers for pointer type comparisons.
249 2006-07-01  Jason Merrill  <jason@redhat.com>
251         PR c++/28215
252         * method.c (make_thunk): Unset DECL_USE_TEMPLATE and 
253         DECL_TEMPLATE_INFO.
255 2006-06-30  Jason Merrill  <jason@redhat.com>
257         PR c++/26577
258         * call.c (build_new_method_call): Force evaluation of the 
259         instance pointer, not the object.
261 2006-06-30  Kazu Hirata  <kazu@codesourcery.com>
263         * decl2.c: Fix a comment typo.
265 2006-06-30  Jason Merrill  <jason@redhat.com>
267         PR c++/18698
268         * decl2.c (grokfield): Only try to treat the decl as an access 
269         declaration if the scope is a class.
271 2006-06-29  Jason Merrill  <jason@redhat.com>
273         PR c++/26905
274         PR c++/26612
275         PR c++/27000
276         PR c++/26984
277         PR c++/19134
278         * decl2.c (determine_visibility): Overhaul.
279         (determine_visibility_from_class): Likewise.
280         (min_vis_r, type_visibility, constrain_visibility): New fns.
281         (constrain_visibility_for_template): Likewise.
282         (constrain_class_visibility): Likewise.
283         * decl.c (cp_finish_decl): Call determine_visibility for function
284         decls, too.
285         * name-lookup.c (pushtag): Call determine_visibility.
286         * decl.c (duplicate_decls): Don't copy visibility from template to
287         specialization.
288         * pt.c (check_explicit_specialization): Likewise.
289         (lookup_template_class, tsubst_decl): Call determine_visibility.
290         * class.c (finish_struct_1): Call constrain_class_visibility.
292         PR c++/26905
293         PR c++/21675
294         PR c++/17470
295         * parser.c (cp_parser_explicit_instantiation): Pass the attributes
296         to grokdeclarator.
297         (cp_parser_type_specifier): Allow 'enum __attribute ((...)) E'.
298         (cp_parser_enum_specifier): Likewise.
299         (cp_parser_elaborated_type_specifier): Apply attributes if this
300         declares only the class.
301         (cp_parser_class_specifier): Apply leading attributes immediately.
302         * semantics.c (begin_class_definition): Add attributes parameter,
303         apply them to the type.
305         PR c++/21581
306         PR c++/25915
307         * tree.c (decl_anon_ns_mem_p): New function.
308         * cp-tree.h: Declare it.
309         * decl2.c (determine_visibility): Make anonymous namespace
310         members static.
311         (min_vis_r, constrain_visibility): Likewise.
312         * rtti.c (create_pseudo_type_info): Set TREE_PUBLIC on
313         pseudo-types.
314         * decl.c (cxx_init_decl_processing): Set TREE_PUBLIC on
315         global_namespace.
316         * name-lookup.c (push_namespace_with_attribs): Don't set TREE_PUBLIC
317         on anonymous namespaces.
319 2006-06-28  Jason Merrill  <jason@redhat.com>
321         PR c++/27424
322         * pt.c (convert_template_argument): Pass all template arguments 
323         on to coerce_template_template_parms.
325 2006-06-25  Lee Millward  <lee.millward@gmail.com>
326             Mark Mitchell <mark@codesuorcery.com>
328         PR c++/28054
329         * decl2.c (grokbitfied): Remove check for grokdeclarator
330         returning NULL_TREE, instead check for error_mark_node
331         to indicate failure.
332         * decl.c (grokdeclarator): Adjust block comment.
333         
334 2006-06-25  Lee Millward  <lee.millward@gmail.com>
336         PR c++/28051
337         * mangle.c (mangle_conv_op_name_for_type): Check for
338         invalid types.
339         * name-lookup.c (push_class_level_binding): Robustify.
340         (do_class_using_decl): Return early if name is error_mark_node.
341         
342 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
344         PR c++/28114
345         * name-lookup.c (pushtag): Return if we have error_mark_node.
347 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
349         PR c++/27019
350         * typeck2.c (process_init_constructor_array): Set ce->value on errors.
352 2006-06-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
354         PR c++/28112
355         * parser.c (cp_parser_attribute_list): Skip attributes with invalid
356         arguments.  Fix comment.
358         PR c++/11468
359         * init.c (build_new_1): Handle error_mark_nodes returned by
360         build_java_class_ref.
361         (build_java_class_ref): Do not abort compilation, but return
362         error_mark_node.  Improve error message.  Fix indentation.
364 2006-06-23  Danny Smith   <dannysmith@users.sourceforge.net>
366         PR target/27789
367         * decl.c (start_decl): Check that dllimports are not initialized.
369 2006-06-22  Lee Millward  <lee.millward@gmail.com>
371         PR c++/27805
372         * typeck2.c (build_m_component_ref): Use error_operand_p.
374         PR c++/27821
375         * decl.c (grokdeclarator): Return error_mark_node on
376         invalid uses of the scope resolution operator.
377         
378 2006-06-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
380         PR c++/28111
381         * pt.c (determine_specialization): Check for invalid decls.
383         PR c++/28110
384         * pt.c (unify) <case TEMPLATE_PARM_INDEX>: Check for invalid
385         parameters.
387         PR c++/28109
388         * rtti.c (get_tinfo_decl_dynamic): Robustify.
390 2006-06-20  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
392         PR c++/28052
393         * init.c (push_base_cleanups): Skip members with invalid types.
394         * typeck.c (build_class_member_access_expr): Robustify.
396 2006-06-19  Mark Mitchell  <mark@codesourcery.com>
398         * pt.c (instantiate_template): Fix typo in comment.
400 2006-06-19  Richard Guenther  <rguenther@suse.de>
402         * parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near
403         power-of-two token vector size.
405 2006-06-16  Mark Mitchell  <mark@codesourcery.com>
407         PR c++/28016
408         * decl.c (cp_finsh_decl): Do not emit uninstantiated static data
409         members.
411         PR c++/27979
412         * call.c (standard_conversion): Strip cv-qualifiers from bitfield
413         types.
415         PR c++/27884
416         * decl.c (have_extern_spec): Remove.
417         (start_decl): Do not check have_extern_spec.
418         (start_function): Likewise.
419         * cp-tree.h (have_extern_spec): Remove.
420         * parser.c (cp_parser_linkage_specification): Don't set
421         have_extern_spec.
422         (cp_parser_init_declarator): Likewise.
423         (cp_parser_parameter_declaration): Do not treat parameters as
424         within the scope of an unbraced linkage specification.
426 2006-06-15  Mark Mitchell  <mark@codesourcery.com>
428         PR c++/27689
429         * cp-tree.h (CLASSTYPE_SPECIALIZATION_OF_PRIMARY_TEMPLATE_P): New
430         macro.
431         * pt.c (unify): Use it.
433         PR c++/27666
434         * call.c (build_conditional_expr): Robustify.
436         PR c++/27640
437         * pt.c (instantiate_template): Set processing_template_decl to
438         zero while performing substitutions.
440 2006-06-14  Mark Mitchell  <mark@codesourcery.com>
442         PR c++/27665
443         * parser.c (cp_parser_unqualified_id): Use constructor_name_p to
444         identify destructors.
445         (cp_parser_nested_name_specifier_opt): Remove invalid
446         optimization.
447         (cp_parser_template_id): Refine heuristic for determining whether
448         we are entering a scope.
450         PR c++/27648
451         * parser.c (cp_parser_declarator): Robustify.
453         PR c++/26559
454         * pt.c (tsubst_expr): Use finish_omp_atomic.
455         (value_dependent_expression_p): All CALL_EXPRs are dependent.
456         * semantics.c (finish_omp_atomic): Rework to use standard
457         paradigms for handling non-dependent expressions.
459 2006-06-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
461         * typeck.c (build_modify_expr): Tidy diagnostic message.
463 2006-06-14  Mark Mitchell  <mark@codesourcery.com>
465         PR c++/28018
466         * typeck.c (build_modify_expr): Disallow array assignment.
468 2006-06-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
470         * cp-tree.def: Fix typo.
472 2006-06-13  Mark Mitchell  <mark@codesourcery.com>
474         PR c++/27227
475         * decl.c (decls_match): Allow an extern "C" variable declarations
476         from different namespaces to match.
477         (duplicate_decls): Disallow redeclaring a variable with a
478         different linkage specification.
480 2006-06-13  Jakub Jelinek  <jakub@redhat.com>
482         PR middle-end/27793
483         * cp-tree.h (cxx_int_tree_map): New struct.
484         (struct language_function): Add extern_decl_map field.
485         * name-lookup.c (pushdecl_maybe_friend): Add x -> t mapping
486         to cp_function_chain->extern_decl_map hash table instead of
487         copying over DECL_UID.
488         * cp-gimplify.c (cxx_int_tree_map_eq, cxx_int_tree_map_hash): New
489         functions.
490         (cp_genericize_r): Remap DECL_EXTERN local decls using
491         cp_function_chain->extern_decl_map hash table.
492         * decl.c (finish_function): Clear extern_decl_map.
494 2006-06-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
496         PR c++/27601
497         * semantics.c (finish_offsetof): Handle pseudo-destructors.
499         PR c++/27933
500         * name-lookup.c (lookup_qualified_name): Always return error_mark_node
501         if lookup fails.
503         PR c++/27951
504         * decl2.c (finish_anon_union): Return early if build_anon_union_vars
505         fails.
507 2006-06-12  Roger Sayle  <roger@eyesopen.com>
509         PR c++/21210
510         * typeck2.c (build_functional_cast): Use cp_convert to construct
511         non-aggregate initializers instead of the user-level build_c_cast.
513 2006-06-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
515         PR c++/27601
516         * cp-tree.h (finish_offsetof): Add prototype.
517         * semantics.c (finish_offsetof): New function.
518         * parser.c (cp_parser_builtin_offsetof): Call it instead of
519         fold_offsetof.
520         * pt.c (tsubst_copy_and_build): Likewise.
522 2006-06-06  Mark Mitchell  <mark@codesourcery.com>
524         PR c++/27177
525         * call.c (standard_conversion): Require that the derived type be
526         complete when performing a derived-to-base conversion.
528 2006-06-04  Mark Mitchell  <mark@codesourcery.com>
530         PR c++/27819
531         * decl.c (cp_finish_decl): Process initializers for static data
532         members with non-dependent initializers, even in templates.
534         PR c++/27722
535         * decl.c (maybe_deduce_size_from_array_init): If the declaration
536         is erroneous, give it an erroneous type.
537         (layout_var_decl): If the type is erroneous, give up.
538         (check_initializer): Likewise.
540         PR c++/27807
541         * cp-tree.h (TYPE_OBJ_P): New macro.
542         (TYPE_PTROB_P): Use it.
543         (TYPE_REF_OBJ_P): Likewise.
544         * semantics.c (finish_compound_literal): Do not permit compound
545         literals of non-object types.
547         PR c++/27806
548         * typeck.c (original_type): Robustify.
550 2006-06-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
552         PR c++/27804
553         * init.c (constant_value_1): Return decl instead of error_mark_node
554         for invalid initializers.
556 2006-06-01  Andrew Pinski  <pinskia@physics.uc.edu>
558         PR c++/27592
559         * rtti.c (build_dynamic_cast_1): Call c_common_truthvalue_conversion
560         on operand of the COND_EXPR for the null pointer check.
562 2006-06-01  Andrew Pinski  <pinskia@physics.uc.edu>
564         PR c++/26740
565         * typeck.c (build_unary_op): Mark the function as being used.
567 2006-06-01  Alexandre Oliva  <aoliva@redhat.com>
569         PR c++/26660
570         * parser.c (cp_parser_initial_pragma): Read one more token for
571         caller after reading PCH file in.
573 2006-05-31  Mark Mitchell  <mark@codesourcery.com>
575         PR c++/27801
576         * call.c (perform_implicit_conversion): Do not actually perform
577         conversions in templates.
579         PR c++/26496
580         * call.c (resolve_args): Check for invalid uses of bound
581         non-static member functions.
582         * init.c (build_offset_ref): Return error_mark_node for errors.
584         PR c++/27385
585         * decl.c (reshape_init): Robustify.
586         (reshape_init_array_1): Likewise.
588 2006-05-30  Mark Mitchell  <mark@codesourcery.com>
590         PR c++/27808
591         * parser.c (cp_parser_decl_specifier_seq): Issue errors about
592         "friend" specifiers that do not appear in class scopes.
594         PR c++/27803
595         * class.c (check_bitfield_decl): Ensure that all bitfields have
596         integral type.
598 2006-05-29  Kazu Hirata  <kazu@codesourcery.com>
600         * pt.c (convert_nontype_argument): Fix a typo in an error
601         message.
603 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
605         * decl.c, decl2.c, parser.c: Fix comment typos.  Follow
606         spelling conventions.
608 2006-05-24  Mark Mitchell  <mark@codesourcery.com>
610         PR c++/20103
611         * decl.c (cp_make_fname_decl): Don't set DECL_INITIAL to
612         error_mark_node to indicate an initialization is OK.
613         (start_decl): Likewise.  Adjust call to start_decl_1.
614         (start_decl_1): Add initialized parameter.  Simplify.
615         * except.c (initialize_handler_parm): Adjust call to
616         setart_decl_1.
617         (expand_start_catch_block): Let cp_finish_decl initialize catch
618         parameters.
619         * cp-tree.h (start_decl_1): Adjust prototype.
620         * pt.c (tsubst_expr): Don't set DECL_INITIAL to error_mark_node.
621         (instantiate_decl): Let cp_finish_decl handle initialization.
622         * semantics.c (finish_compound_literal): Create a temporary
623         variable for the literal.
624         * typeck.c (build_unary_op): Remove COMPOUND_LITERAL_P special
625         cases.
626         * decl2.c (finish_static_data_member_decl): Don't set
627         DECL_INITIAL.
628         (grokfield): Do not try to initialize functions.
630 2006-05-23  Mark Mitchell  <mark@codesourcery.com>
632         PR c++/20173
633         * pt.c (determine_specialization): Disallow partial
634         specializations of templates.
636 2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
638         PR c++/27716
639         * typeck.c (build_modify_expr): Test arguments for error_operand_p.
641         * decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE.
643 2006-05-21  Mark Mitchell  <mark@codesourcery.com>
645         PR c++/27210
646         * cp-tree.h (cp_save_expr): New function.
647         * init.c (build_new): Correct logic for zero-element array
648         warning.  Use cp_save_expr.
649         * tree.c (cp_save_expr): New function.
651 2006-05-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
653         PR c++/27398
654         * decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE
655         or void_type_node.
657 2006-05-19  Mike Stump  <mrs@apple.com>
659         * typeck.c (default_conversion): Remove static.
661 2006-05-19  Mark Mitchell  <mark@codesourcery.com>
663         PR c++/26433
664         * cp-tree.h (begin_function_try_block): Change prototype.
665         (finish_function_handler_sequence): Likewise.
666         * parser.c (cp_parser_function_try_block): Adjust calls.
667         * pt.c (tsubst_expr): Adjust calls.
668         * semantics.c (begin_function_try_block): Create an artificial
669         outer scope.
670         (finish_function_handler_sequence): Close it.
672 2006-05-18  Mark Mitchell  <mark@codesourcery.com>
674         PR c++/27471
675         PR c++/27506
676         * typeck.c (decay_conversion): Convert bitfields to their declared
677         types here.  Improve documentation.  Avoid use of cp_convert.
678         (default_conversion): Make it static.  Perform integral promotions
679         before lvalue-to-rvalue, function-to-pointer, and array-to-pointer
680         conversions.
681         * init.c (build_init): Remove.
682         (expand_default_init): Do not call rvalue.
683         * call.c (null_ptr_cst_p): Robustify.
684         (build_conditional_expr): Tidy.
685         * except.c (build_throw): Do not perform lvalue-to-rvalue
686         conversion on operand before initializing temporary.
687         * tree.c (convert.h): Include it.
688         (convert_bitfield_to_declared_type): Use convert_to_integer, not
689         cp_convert.
690         (rvalue): Don't convert bitfields to their declared type here.
691         * cp-tree.h (build_init): Remove.
692         (default_conversion): Likewise.
693         * typeck2.c (build_m_component_ref): Do not perform
694         lvalue-to-rvalue, function-to-pointer, or array-to-pointer
695         conversions here.  Correct error message.
697 2006-05-17  Mark Mitchell  <mark@codesourcery.com>
699         PR c++/26122
700         * decl2.c (check_member_template): Remove checks for virtual
701         functions.
702         * parser.c (cp_parser_function_specifier_opt): Complain about
703         virtual templates.
704         (cp_parser_pure_specifier): Likewise.
706         PR c++/26068
707         * parser.c (cp_parser_set_storage_class): Check for
708         invalid uses of storage classes on unbraced linkage
709         specifications.
710         (cp_parser_decl_specifier_seq): Pass keywords, not storage classes,
711         to cp_parser_set_storage_class.
713 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
715         PR c++/27491
716         * semantics.c (finish_compound_literal): Only set TREE_HAS_CONSTRUCTOR
717         on CONSTRUCTORs.
719         PR middle-end/27415
720         * parser.c (cp_parser_omp_parallel): Set OMP_PARALLEL_COMBINED
721         on combined parallel workshare constructs.
722         * pt.c (tsubst_expr): Copy OMP_PARALLEL_COMBINED flag.
724 2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
726         PR driver/26885
727         * Make-lang.in (GXX_OBJS): Replace gcc.o with $(GCC_OBJS).
729 2006-05-15  Mark Mitchell  <mark@codesourcery.com>
731         PR c++/27339
732         * cp-tree.h (perform_access_checks): New function.
733         * semantics.c (perform_access_checks): New function.
734         (perform_deferred_access_checks): Use it.
735         * parser.c (cp_parser_simple_declaration): Adjust call to
736         cp_parser_init_declarator.
737         (cp_parser_type_parameter): Do not defer checks in default
738         arguments.
739         (cp_parser_explicit_specialization): Adjust call to
740         cp_parser_single_declaration.
741         (cp_parser_init_declarator): Perform template-parameter access
742         checks.
743         (cp_parser_parameter_declaration): Do not defer checks for
744         template parameter default arguments.
745         (cp_parser_template_declaration_after_export): Gather access
746         checks for template parameters, and pass them to
747         cp_parser_single_declaration.
748         (cp_parser_template_parameter_access_checks): New function.
749         (cp_parser_single_declaration): Add checks parameter.
751         PR c++/27505
752         * call.c (convert_like_real): Convert bitfields to their declared
753         types when forming an rvalue.
754         * tree.c (convert_bitfield_to_declared_type): New function.
755         (rvalue): Use it.
756         * cp-tree.h (convert_bitfield_to_declare_type): Declare it.
758 2006-05-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
760         PR c++/27582
761         * pt.c (any_dependent_template_arguments_p): Return early on invalid
762         argument list.
764         PR c++/27581
765         * search.c (adjust_result_of_qualified_name_lookup): Skip on
766         invalid context_class.
768         PR c++/27315
769         * pt.c (do_decl_instantiation): Return early on invalid decl.
771         PR c++/27559
772         * pt.c (push_template_decl_real): Return error_mark_node instead
773         of broken decl.
775         PR c++/27496
776         * pt.c (tsubst_friend_class): Return early on invalid friend
777         declarations.
779 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
781         * Make-lang.in (cp/decl.o): Add dependency on $(TARGET_H).
782         (cp/decl2.o): Likewise.
783         (cp/typeck.o): Likewise.
784         (cp/cvt.o): Likewise.
785         (cp/parser.o): Likewise.
786         (cp/call.o): Replace target.h with $(TARGET_H).
788 2006-05-14  Alexandre Oliva  <aoliva@redhat.com>
790         * pt.c (build_non_dependent_expr): Leave ADDR_EXPR of
791         COMPONENT_REF alone.
793 2006-05-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
795         PR c++/27547
796         * decl.c (copy_fn_p): Return early on non-member functions.
798 2006-05-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
800         PR c++/27447
801         * decl2.c (build_memfn_type): Skip invalid functions and class types.
803 2006-05-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
805         PR c++/27427
806         * pt.c (convert_nontype_argument): Return early on invalid arguments.
808         * pt.c (process_template_parm): Remove superfluous temporary.
810         PR c++/27430
811         * pt.c (process_template_parm): Handle erroneous non-type parameters.
813         PR c++/27423
814         * typeck.c (convert_for_initialization): Skip erroneous types.
816         PR c++/27422
817         * typeck.c (convert_arguments): Return early on args with
818         invalid types.
820 2006-05-03  Aldy Hernandez  <aldyh@redhat.com>
822         PR/21391
823         * typeck.c (build_static_cast_1): Save casted types in used types
824         hash table.
825         (build_reinterpret_cast_1): Same.
826         * rtti.c (build_dynamic_cast_1): Same.
828 2006-05-04  Jakub Jelinek  <jakub@redhat.com>
830         PR c++/27359
831         * parser.c (cp_parser_omp_for_loop): Only call
832         cp_parser_abort_tentative_parse if cp_parser_parse_definitely was not
833         called.
835 2006-05-02  Mark Mitchell  <mark@codesourcery.com>
837         PR c++/27102
838         * decl.c (grokdeclarator): Robustify checks for defining members
839         of incomplete types.
841         PR c++/27309
842         * class.c (add_method): Call grok_special_member_properties.
843         * decl.c (grokdeclarator): Don't call it here.
844         (copy_fn_p): A TEMPLATE_DECL is never a copy constructor or
845         assignment operator.  Set TYPE_HAS_CONSTURCTOR if DECL is a
846         constructor.
847         (start_method): Don't call grok_special_member_properties.
848         * method.c (implicitly_declare_fn): Likewise.
849         * pt.c (instantiate_class_template): Likewise.
850         * decl2.c (grokfield): Likewise.
852 2006-05-02  Jakub Jelinek  <jakub@redhat.com>
854         PR middle-end/27337
855         * cp-gimplify.c (cxx_omp_privatize_by_reference): New function.
856         * cp-tree.h (cxx_omp_privatize_by_reference): New prototype.
857         * cp-objcp-common.h (LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Define.
859 2006-04-30  Mark Mitchell  <mark@codesourcery.com>
861         PR c++/27094
862         * pt.c (tsubst_default_argument): Increment function_depth around
863         call to tsubst_expr.
864         * parser.c (cp_parser_parameter_declaration): Likewise.
865         * decl2.c (mark_used): Tidy.
867 2006-04-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
869         PR c++/27278
870         * decl.c (grok_op_properties): Skip operators with invalid args
871         when checking for class-type or enum-type args.
873 2006-04-29  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
875         PR c++/27279
876         * decl.c (copy_fn_p): Skip functions with invalid first arg.
878 2006-04-27  Mark Mitchell  <mark@codesourcery.com>
880         PR c++/27292
881         * tree.c (rvalue): Convert bitfields to their declared types.
883         PR c++/27102
884         * typeck2.c (cxx_incomplete_type_diagnostic): Handle
885         TYPENAME_TYPE.
887 2006-04-24  Mark Mitchell  <mark@codesourcery.com>
889         PR c++/27292
890         * typeck.c (decay_conversion): Don't adjust bitfield types.
891         (perform_integral_promotions): Treat bitfield enums as enums, not
892         as short integer types.
893         * tree.c (rvalue): Convert bitfields to their correct types.
895 2006-04-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
897         PR c++/19963
898         * class.c (layout_class_type): Skip fields with invalid types.
900 2006-04-23  Mark Mitchell  <mark@codesourcery.com>
902         PR c++/26912
903         * cp-tree.h (build_this_parm): Declare.
904         (grok_method_quals): Remove.
905         (build_memfn_type): Declare.
906         (build_artificial_parm): Declare.
907         (do_friend): Remove quals parameter.
908         * decl.c (build_this_parm): New function.
909         (grokfndecl): Use it.  Do not pass quals to grokclassfn.
910         (grokdeclarator): Rename quals to memfn_quals.  Avoid allocating
911         unnecessary TYPE_DECLs.  Correct qualification of member function
912         types.  Tidy.
913         * method.c (implicitly_declare_fn): Use build_this_parm.
914         * friend.c (do_friend): Remove quals parameter.
915         * decl2.c (grok_method_quals): Remove.
916         (build_memfn_type): New function.
917         (build_artificial_parm): Give it external linkage.
918         (grokclassfn): Remove quals parameter.  Do not build "this"
919         PARM_DECL here.
921         PR c++/26534
922         * cp-tree.h (is_bitfield_expr_with_lowered_type): New function.
923         * typeck.c (is_bitfield_expr_with_lowered_type): New function.
924         (decay_conversion): Convert bitfield expressions to the correct
925         type.
926         (build_modify_expr): Remove spurious conversions.
927         * class.c (layout_class_type): Modify the type of bitfields to
928         indicate a limited range.
929         * call.c (standard_conversion): Adjust the type of bitfield
930         expressions used in an rvalue context.
931         (build_conditional_expr): Likewise.
933 2006-04-22  Kazu Hirata  <kazu@codesourcery.com>
935         * decl.c: Fix comment typos.
937 2006-04-21  Eric Christopher  <echristo@apple.com>
939         * decl.c: Fix typo in function name.
941 2006-04-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
943         PR c++/26558
944         * parser.c (cp_parser_class_name): Check for invalid typenames.
945         Rearrange code.
947         PR c++/26739
948         * pt.c (tsubst_friend_function): Return early if
949         pushdecl_namespace_level fails.
951         PR c++/26036
952         * typeck.c (convert_arguments): Return error_mark_node instead of
953         error_mark_list.
954         * cp-tree.h (error_mark_list): Remove declaration.
955         * decl.c (error_mark_list): Remove definition.
956         (cxx_init_decl_processing): Do not initialize error_mark_list.
958         PR c++/10385
959         * rtti.c (build_dynamic_cast_1): Check for invalid conversions
960         before calling convert_to_reference.
961         * cvt.c (convert_to_reference): Assert that reftype is a
962         REFERENCE_TYPE.
964 2006-04-19  Mark Mitchell  <mark@codesourcery.com>
966         PR c++/27102
967         * class.c (currently_open_class): Tidy.
968         * decl.c (grokdeclarator): If we encounter an erroneous
969         declarator, assume that we have already issued an error message
970         and return.  Return error_mark_node instead of NULL_TREE in more
971         places.  Issue errors about function definitions that do not have
972         a function declarator.  Check for complete types for all function
973         definitions.
974         * cp-tree.h (cp_error_declarator): Remove.
975         (currently_open_class): Change return type.
976         * parser.c (cp_parser_id_expression): Add optional_p parameter.
977         (cp_parser_parse_diagnose_invalid_type_name): Adjust calls.
978         (cp_parser_id_expression): Likewise.
979         (cp_parser_unqualified_id): If the name is optional, return
980         NULL_TREE.
981         (cp_parser_postfix_dot_deref_expression): Adjust calls.
982         (cp_parser_type_parameter): Likewise.
983         (cp_parser_unqualified_id): Likewise.
984         (cp_parser_direct_declarator): Likewise.
985         (cp_parser_declarator_id): Add optional_p parameter.
986         (cp_parser_function_definition_from_specifiers_and_declarator):
987         Assume that start_function indicates failure only if it has issued
988         an error.
989         (cp_parser_omp_var_list_no_open): Adjust calls.
991 2006-04-17  Janis Johnson  <janis187@us.ibm.com>
993         PR c++/26114, c++/26115
994         * typeck.c (cxx_mark_addressable): Restore check for extra_warnings.
995         * class.c (check_field_decls): Ditto.
997 2006-04-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
999         * init.c (build_offset_ref): Remove superfluous temporary.
1001 2006-04-16  Mark Mitchell  <mark@codesourcery.com>
1003         PR c++/26365
1004         * typeck.c (finish_class_member_access_expr): Robustify
1006 2006-04-15  Kazu Hirata  <kazu@codesourcery.com>
1008         * Make-lang.in (cp/pt.o): Depend on vecprim.h.
1009         * pt.c: Include vecprim.h.
1010         (inline_parm_levels): Change the type to VEC(int,heap) *.
1011         (inline_parm_levels_used): Remove.
1012         (maybe_begin_member_template_processing,
1013         maybe_end_member_template_processing): Use VEC instead of
1014         VARRAY.
1016         * cp/call.c: Fix comment typos.
1018 2006-04-12  Mark Mitchell  <mark@codesourcery.com>
1020         * parser.c (cp_parser_init_declarator): Initialize local variables
1021         aggressively.
1023 2006-04-12  Roger Sayle  <roger@eyesopen.com>
1025         * parser.c (cp_parser_init_declarator): Initialise
1026         is_parenthesized_init to false to avoid compiler warning.
1028 2006-04-11  Mark Mitchell  <mark@codesourcery.com>
1030         * cp-tree.h (build_operator_new_call): Adjust prototype.
1031         (build_new_method_call): Likewise.
1032         (build_op_delete_call): Likewise.
1033         * init.c (build_raw_new_expr): New function.
1034         (build_new_1): Pass information as parameters, rather than
1035         bundling it into a NEW_EXPR.
1036         (build_new): Adjust accordingly.
1037         (build_vec_delete_1): Adjust for changes to build_op_delete_call.
1038         (build_delete): Likewise.
1039         * decl.c (finish_destructor_body): Likewise.
1040         * call.c (build_operator_new_call): Return the allocation function
1041         used.
1042         (build_op_delete_call): Take allocation function as parameter.
1043         (build_special_member_call): Adjust call to build_new_method_call.
1044         (build_new_method_call): Return function called.
1045         * pt.c (tsubst_copy_and_build): Adjust call to
1046         build_new_method_call.
1047         * semantics.c (finish_call_expr): Likewise.
1048         * parser.c (cp_parser_postfix_expression): Likewise.
1049         * typeck2.c (cxx_incomplete_type_diagnostic): Refer to
1050         "incomplete", not "undefined", types.
1052         PR c++/26295
1053         * decl.c (grokdeclarator): Remove namespace-handling code for
1054         pointers-to-members.
1055         * parser.c (cp_parser_ptr_operator): Check for qualified names
1056         using namespaces.
1058         PR c++/26122
1059         * parser.c (cp_parser_init_declarator): Adjust logic for deciding
1060         whether or not to look for a pure-specifier.
1061         (cp_parser_member_declaration): Likewise.
1063 2006-04-08  Kazu Hirata  <kazu@codesourcery.com>
1065         * decl2.c, pt.c, semantics.c: Fix comment typos.
1067 2006-04-06  Roger Sayle  <roger@eyesopen.com>
1069         * call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
1071 2006-04-05  Jason Merrill  <jason@redhat.com>
1073         * name-lookup.c (push_namespace_with_attribs): Temporarily disable
1074         default hidden visibility for anonymous namespace.
1076 2006-03-29  Roger Sayle  <roger@eyesopen.com>
1078         PR c++/22494
1079         * init.c (build_vec_delete_1): Convert BASE pointer's type to
1080         the base pointer type to avoid a type mismatch in the EQ_EXPR.
1082 2006-03-24  Carlos O'Donell  <carlos@codesourcery.com>
1084         * search.c (maybe_suppress_debug_info): If
1085         flag_emit_class_debug_always then don't suppress.
1087 2006-03-22  Jason Merrill  <jason@redhat.com>
1089         * name-lookup.c (push_namespace_with_attribs): Only apply hidden
1090         visibility to anonymous namespaces if HAVE_GAS_HIDDEN.
1092 2006-03-21  Jakub Jelinek  <jakub@redhat.com>
1094         PR c++/26691
1095         * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle default arguments.
1097 2006-03-21  Jason Merrill  <jason@redhat.com>
1099         PR c++/21581
1100         * parser.c (cp_parser_declaration): Support attributes on
1101         anonymous namespaces.
1102         * name-lookup.c (push_namespace_with_attribs): Anonymous
1103         namespaces default to hidden visibility.
1105 2006-03-20  Jason Merrill  <jason@redhat.com>
1107         PR c++/21764, c++/19238
1108         * decl.c (cp_finish_decl): Call determine_visibility later.
1109         (start_preparsed_function): Likewise.
1110         * cp-tree.h (CP_TYPE_CONTEXT, TYPE_NAMESPACE_SCOPE_P): New macros.
1111         (TYPE_CLASS_SCOPE_P, TYPE_FUNCTION_SCOPE_P): New macros.
1112         * name-lookup.h (struct cp_binding_level): Add has_visibility
1113         bitfield.
1114         * name-lookup.c: Include c-pragma.h.
1115         (push_namespace_with_attribs): Split out from push_namespace.
1116         Push visibility if appropriate.  Set TREE_PUBLIC on namespaces.
1117         (leave_scope): Pop visibility if appropriate.
1118         * decl2.c (determine_visibility_from_class): Split out from...
1119         (determine_visibility): ...here.  Handle function scope and
1120         nested classes.
1121         (import_export_decl): Move visibility handling to
1122         determine_visibility_from_class.
1123         * parser.c (cp_parser_declaration, cp_parser_namespace_name): Allow
1124         attributes on namespace declarations.
1126 2006-03-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1128         PR c++/6634
1129         * decl.c (grokdeclarator): Do not accept long long double.
1130         Reorganize checks for invalid (combinations of) type modifiers.
1131         Quote modifiers in messages.
1133 2006-03-09  Jason Merrill  <jason@redhat.com>
1135         PR c++/16387, c++/16389
1136         * typeck.c (cxx_alignof_expr, cxx_sizeof_expr): New functions.
1137         (cxx_sizeof_or_alignof_expr): Split out from here.
1139 2006-03-09  Diego Novillo  <dnovillo@redhat.com>
1141         Merge from gomp-20050608-branch
1143         2006-02-02  Diego Novillo  <dnovillo@redhat.com>
1145                 * decl.c (pop_labels_1): Use appropriate pointer casting.
1146                 (poplevel_named_label_1): Likewise.
1147                 (named_label_entry_hash): Likewise.
1148                 (named_label_entry_eq): Likewise.
1149                 (check_goto): Likewise.
1150                 (define_label): Likewise.
1152         2006-01-26  Diego Novillo  <dnovillo@redhat.com>
1154                 * cp-tree.h (CP_OMP_CLAUSE_INFO): Use TREE_TYPE instead
1155                 of TREE_BLOCK.
1156                 * pt.c: Use OMP_CLAUSE_CODE and OMP_CLAUSE_OPERAND
1157                 instead of TREE_CODE/TREE_OPERAND.
1158                 * semantics.c: Likewise.
1159                 * parser.c: Likewise.
1161         2005-11-10  Diego Novillo  <dnovillo@redhat.com>
1163                 * parser.c (cp_parser_omp_threadprivate): Emit diagnostic if
1164                 target does not support TLS.
1166         2005-11-09  Jakub Jelinek  <jakub@redhat.com>
1168                 * decl.c (redeclaration_error_message): Don't error about
1169                 DECL_THREAD_LOCAL_P mismatches if CP_DECL_THREADPRIVATE_P
1170                 (olddecl).
1172         2005-11-08  Jakub Jelinek  <jakub@redhat.com>
1174                 PR c++/24735
1175                 * semantics.c (finish_omp_barrier, finish_omp_flush): New
1176                   functions.
1177                 * parser.c (cp_parser_omp_barrier): Call finish_omp_barrier.
1178                 (cp_parser_omp_flush): Call finish_omp_flush.
1179                 * cp-tree.h (finish_omp_barrier, finish_omp_flush): New
1180                   prototypes.
1182                 PR c++/24734
1183                 * pt.c (tsubst_expr): Handle OMP_MASTER and OMP_ORDERED.
1185         2005-11-03  Jakub Jelinek  <jakub@redhat.com>
1187                 * semantics.c (finish_omp_threadprivate): Error on class-scope
1188                 variables.
1190         2005-11-02  Jakub Jelinek  <jakub@redhat.com>
1192                 * parser.c (cp_parser_omp_all_clauses): If some clause
1193                 type is not allowed, don't remove just one of the
1194                 clauses, but all clauses added in that loop round.
1196                 * semantics.c (finish_omp_clauses): Fix function
1197                 comment. Don't handle non-const or mutable specially,
1198                 as const and not mutable is predetermined shared and
1199                 that leads to double error. Don't ICE if copyin var is
1200                 PARM_DECL.
1202                 PR c++/24613
1203                 * parser.c (cp_parser_pragma): Diagnose
1204                 PRAGMA_OMP_SECTION outside of PRAGMA_OMP_SECTIONS
1205                 construct.
1207                 * semantics.c (finish_omp_threadprivate): Error if V
1208                   is automatic variable or has incomplete type.
1210         2005-11-01  Diego Novillo  <dnovillo@redhat.com>
1212                 * parser.c (cp_parser_omp_all_clauses): Use
1213                 OMP_CLAUSE_CHAIN instead of TREE_CHAIN.
1215         2005-11-01  Diego Novillo  <dnovillo@redhat.com>
1217                 * parser.c (cp_parser_omp_all_clauses): When emitting an
1218                 error message, remove the invalid clause from the list.
1220         2005-10-31  Diego Novillo  <dnovillo@redhat.com>
1222                 * parser.c (cp_parser_omp_parallel): Do not allow 'nowait' in
1223                 combined parallel+workshare directives.
1225         2005-10-31  Richard Henderson  <rth@redhat.com>
1227                 * cp-objcp-common.h (LANG_HOOKS_OMP_CLAUSE_DTOR):
1228                 Use cxx_omp_clause_dtor.
1229                 * cp-tree.h (CP_OMP_CLAUSE_INFO): New.
1230                 (cxx_omp_clause_dtor): New.
1231                 * cp-gimplify.c (cxx_omp_clause_apply_fn): New.
1232                 (cxx_omp_clause_default_ctor): Use it.
1233                 (cxx_omp_clause_copy_ctor, cxx_omp_clause_assign_op):
1234                 Likewise.
1235                 (cxx_omp_clause_dtor): New.
1236                 * semantics.c (finish_omp_clauses): Rewrite cdtor
1237                 checking to fill in CP_OMP_CLAUSE_INFO.  Don't
1238                 specialcase LASTPRIVATE for removal.
1239                 (cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
1240                 cxx_omp_clause_assign_op): Move to cp-gimplify.c.
1242         2005-10-28  Jakub Jelinek  <jakub@redhat.com>
1244                 * semantics.c (finish_omp_threadprivate): If
1245                   DECL_RTL_SET_P, call make_decl_rtl again so that
1246                   encode_section_info can update SYMBOL_REF's flags.
1248         2005-10-26  Jakub Jelinek  <jakub@redhat.com>
1250                 * semantics.c (finish_omp_for): Don't segfault if COND
1251                 or INCR is NULL.  If not calling c_finish_omp_for
1252                 right away and one of COND and INCR is NULL, issue
1253                 error and don't expand anything.
1255                 PR c++/24512
1256                 * cp-tree.h (finish_omp_for): Add PRE_BODY argument.
1257                 * semantics.c (finish_omp_for): Likewise.  Set
1258                 OMP_FOR_PRE_BODY to PRE_BODY if deferring, add it
1259                 into the current statement list if not processing
1260                 template decl or pass it to c_finish_omp_for.
1262                 * parser.c (cp_parser_omp_for_loop): Expand optional DECL_EXPRs
1263                 into PRE_BODY statement list.  Pass it to finish_omp_for.
1264                 * pt.c (tsubst_expr) <case OMP_FOR>: tsubst_expr also
1265                 OMP_FOR_PRE_BODY into PRE_BODY stmt list, pass it to
1266                 finish_omp_for.  Put all the statements into sk_omp
1267                 scope.
1269         2005-10-25  Jakub Jelinek  <jakub@redhat.com>
1271                 PR c++/24516
1272                 * parser.c (struct cp_parser): Rename in_iteration_statement
1273                 field to in_statement.
1274                 (IN_SWITCH_STMT, IN_ITERATION_STMT): Define.
1275                 (IN_OMP_BLOCK, IN_OMP_FOR): Change values.
1276                 (cp_parser_new, cp_parser_begin_omp_structured_block,
1277                 cp_parser_end_omp_structured_block,
1278                 cp_parser_omp_for_loop): Adjust for
1279                 in_iteration_statement renaming.
1280                 (cp_parser_selection_statement): Save
1281                 parser->in_iteration, or it temporarily with
1282                 IN_SWITCH_STMT for the
1283                 cp_parser_implicitly_scoped_statement call.
1284                 (cp_parser_iteration_statement): Adjust for
1285                 in_iteration_statement renaming.  Use
1286                 IN_ITERATION_STMT rather than true.
1287                 (cp_parser_jump_statement): Adjust for
1288                 in_iteration_statement renaming and new values.  Don't
1289                 error on break in a switch statement within OMP_FOR or
1290                 OpenMP structured block.
1292                 PR c++/24513
1293                 * parser.c (cp_parser_cache_group): Don't stop if next
1294                 token is CPP_PRAGMA_EOL and end is CPP_PRAGMA_EOL as
1295                 well.  If current token is CPP_PRAGMA, consume
1296                 everything until CPP_PRAGMA_EOL inclusive.
1298         2005-10-24  Jakub Jelinek  <jakub@redhat.com>
1300                 PR c++/24502
1301                 * semantics.c (finish_omp_for): Handle MODOP_EXPR in
1302                 addition to MODIFY_EXPR.
1304         2005-10-23  Richard Henderson  <rth@redhat.com>
1306                 * cp-gimplify.c (struct cp_gimplify_ctx): Remove.
1307                 (bc_label): New.
1308                 (begin_bc_block, finish_bc_block): Use it.
1309                 (push_context, pop_context): Remove.
1310                 (cp_genericize): Don't use them.  Assert bc_label is null.
1311                 * semantics.c (finish_omp_clauses): Create a fake data
1312                 element of TYPE for probing ctors.
1314         2005-10-23  Richard Henderson  <rth@redhat.com>
1316                 * cp-objcp-common.h (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): New.
1317                 (LANG_HOOKS_OMP_CLAUSE_COPY_CTOR): New.
1318                 (LANG_HOOKS_OMP_CLAUSE_ASSIGN_OP): New.
1319                 (LANG_HOOKS_OMP_CLAUSE_DTOR): New.
1320                 * semantics.c (finish_omp_clauses): Look through
1321                 arrays when looking up special member calls.  Also
1322                 remove FIRSTPRIVATE when LASTPRIVATE fails.
1323                 (cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor): New.
1324                 (cxx_omp_clause_assign_op): New.
1325                 * cp-tree.h: Declare them.
1327         2005-10-21  Richard Henderson  <rth@redhat.com>
1329                 * decl.c (check_previous_goto_1): Return false if error.
1330                 (check_switch_goto): Likewise.
1331                 (finish_case_label): Don't emit the case label on error.
1332                 * parser.c (struct cp_parser): Revert
1333                 in_switch_statement_p changes.
1334                 (cp_parser_labeled_statement,
1335                 cp_parser_selection_statement): Likewise.
1336                 (cp_parser_begin_omp_structured_block): Don't save...
1337                 (cp_parser_end_omp_structured_block): or restore
1338                 in_switch_statement_p.
1340         2005-10-21  Richard Henderson  <rth@redhat.com>
1342                 * semantics.c (finish_omp_threadprivate): Set
1343                 decl_flags.u2sel when necessary.
1345         2005-10-21  Richard Henderson  <rth@redhat.com>
1347                 * decl.c (poplevel_named_label_1): Restore creation of the
1348                 bad_decls list.
1349                 (decl_jump_unsafe): Check for error_mark_node types.
1350                 (check_goto): Don't check cdtor_label.  Don't use identify_goto.
1351                 * semantics.c (finish_return_stmt): Do check_omp_return before
1352                 converting to cdtor_label goto.
1354         2005-10-21  Richard Henderson  <rth@redhat.com>
1356                 PR c++/24451
1357                 * decl.c (check_omp_return): Return false on error.
1358                 * cp-tree.h (check_omp_return): Update decl.
1359                 * semantics.c (finish_return_stmt): Avoid adding
1360                 return on error.
1362         2005-10-21  Richard Henderson  <rth@redhat.com>
1364                 * cp-tree.h (struct language_function): Remove
1365                 x_named_label_uses.
1366                 Change x_named_labels to a hashtable.
1367                 (check_omp_return): Declare.
1368                 * decl.c (struct named_label_use_entry): Rename from
1369                 named_label_use_list.  Remove label_decl.
1370                 (struct named_label_entry): Rename from
1371                 named_label_list.  Remove old_value and next.  Change
1372                 in_try_scope and in_catch_scope to bool. Add
1373                 in_omp_scope.
1374                 (pop_labels_1): New.
1375                 (pop_labels): Use it.
1376                 (pop_local_label, poplevel_named_label_1): New.
1377                 (poplevel): Use them.
1378                 (named_label_entry_hash, named_label_entry_eq): New.
1379                 (make_label_decl): Create named_labels.  Move label
1380                 creation bits from lookup_label.
1381                 (declare_local_label): Tidy.
1382                 (identify_goto): Split out from ...
1383                 (check_previous_goto_1): Add exited_omp argument.
1384                 Handle omp scopes.
1386                 (use_label): Merge into...
1387                 (check_goto): ... here.  Handle omp scopes.
1388                 (check_omp_return): New.
1389                 (check_previous_gotos): Merge into...
1390                 (define_label): ... here.
1391                 (save_function_data): Remove x_named_label_uses reference.
1392                 (finish_function): Likewise.
1393                 * name-lookup.h (sk_omp): New.
1394                 * name-lookup.c (begin_scope): Handle it.
1395                 * parser.c (cp_parser_omp_for): Don't create extra
1396                 compound stmt.
1398                 (cp_parser_omp_sections): Likewise.
1399                 * semantics.c (finish_return_stmt): Call check_omp_return.
1400                 (begin_omp_structured_block): Use sk_omp.
1401                 (finish_omp_structured_block): Use do_poplevel.  Don't build a
1402                 MUST_NOT_THROW expression here.
1403                 (begin_omp_parallel, finish_omp_parallel): Don't create extra
1404                 compound statements.
1406         2005-10-21  Diego Novillo  <dnovillo@redhat.com>
1408                 PR 24455
1409                 * cp/cp-tree.h (struct lang_decl_flags): Add field
1410                 threadprivate_p.
1411                 (CP_DECL_IS_THREADPRIVATE): Define.
1412                 * cp/semantics.c (finish_omp_threadprivate): Set.  Do
1413                 not error out if CP_DECL_IS_THREADPRIVATE is set
1414                 already.
1415                 * cp/decl.c (duplicate_decls): Merge
1416                 CP_DECL_THREADPRIVATE_P.
1418         2005-10-20  Richard Henderson  <rth@redhat.com>
1420                 * cp-gimplify.c (cp_gimplify_omp_for): New.
1421                 (cp_gimplify_expr): Call it.
1422                 * cp-tree.h (OMP_FOR_GIMPLIFYING_P): New.
1423                 * parser.c (struct cp_parser): Rename
1424                 in_iteration_statement_p to in_iteration_statement and
1425                 change to unsigned char.  Similarly with
1426                 in_switch_statement.  Update all users.
1427                 (IN_OMP_BLOCK, IN_OMP_FOR): New.
1428                 (cp_parser_labeled_statement): Diagnose case labels
1429                 binding closer to an openmp block nested than the
1430                 switch.
1431                 (cp_parser_jump_statement): Diagnose break and
1432                 continue labels binding closer to an openmp block than
1433                 an iteration or switch.
1434                 (cp_parser_omp_for_loop): Mark in_iteration_statement
1435                 for an omp for.
1436                 (cp_parser_begin_omp_structured_block): New.
1437                 (cp_parser_end_omp_structured_block): New.
1438                 (cp_parser_omp_structured_block): Use them.
1439                 (cp_parser_omp_for, cp_parser_omp_sections_scope): Likewise.
1440                 (cp_parser_omp_parallel): Likewise.
1442         2005-10-20  Richard Henderson  <rth@redhat.com>
1444                 * semantics.c (begin_omp_structured_block): New.
1445                 (finish_omp_structured_block): New.
1446                 (begin_omp_parallel, finish_omp_parallel): Use them.
1447                 * parser.c (cp_parser_omp_structured_block): Likewise.
1448                 (cp_parser_omp_for): Likewise.
1449                 (cp_parser_omp_sections_scope): Likewise.
1450                 * cp-tree.h: Declare them.
1452         2005-10-20  Richard Henderson  <rth@redhat.com>
1454                 * parser.c (cp_parser_omp_master): Return the statement.
1455                 (cp_parser_omp_ordered): Likewise.
1456                 (cp_parser_omp_construct): Set the locus for them.
1458         2005-10-19  Richard Henderson  <rth@redhat.com>
1460                 * semantics.c (finish_omp_atomic): Revert to
1461                 uses_template_parms.
1463         2005-10-19  Richard Henderson  <rth@redhat.com>
1465                 * semantics.c (finish_omp_clauses): Avoid
1466                 DECL_THREAD_LOCAL_P on a PARM_DECL.  Remove some
1467                 stub asserts guaranteed to fail.
1469         2005-10-19  Richard Henderson  <rth@redhat.com>
1471                 * cp-tree.h (OMP_ATOMIC_DEPENDENT_P, OMP_ATOMIC_CODE): New.
1472                 (finish_omp_clauses, finish_omp_for, finish_omp_atomic): New.
1473                 * parser.c (cp_parser_omp_clause_copyin): Remove.
1474                 (cp_parser_omp_all_clauses): Use cp_parser_omp_var_list instead.                Call finish_omp_clauses.
1475                 (cp_parser_omp_clause_if): Don't do error checking here.
1476                 (cp_parser_omp_clause_num_threads): Likewise.
1477                 (cp_parser_omp_clause_schedule): Likewise.
1478                 (cp_parser_omp_atomic): Use finish_omp_atomic.
1479                 (cp_parser_omp_for_loop): Don't discard DECL_EXPR.
1480                 Don't decompose assignment statment here.  Use
1481                 finish_omp_for.
1483                 * pt.c (tsubst_omp_clauses): New.
1484                 (tsubst_expr): Handle OMP_PARALLEL, OMP_FOR, OMP_SECTIONS,
1485                 OMP_SINGLE, OMP_SECTION, OMP_CRITICAL, OMP_ATOMIC.
1486                 * semantics.c (finish_omp_clauses): New.
1487                 (begin_omp_parallel, finish_omp_parallel): Know Less about the
1488                 internals of the stmt_list stack.
1489                 (finish_omp_for, finish_omp_atomic): New.
1491         2005-10-18  Jakub Jelinek  <jakub@redhat.com>
1493                 * semantics.c (cxx_omp_predetermined_sharing): New function.
1494                 * cp-tree.h (cxx_omp_predetermined_sharing): New prototype.
1495                 * cp-objcp-common.h
1496                 (LANG_HOOKS_OMP_PREDETERMINED_SHARING): Redefine.
1498         2005-10-18  Richard Henderson  <rth@redhat.com>
1500                 * parser.c (cp_parser_omp_single): Use make_node and accessors
1501                 instead of build.
1503         2005-10-17  Richard Henderson  <rth@redhat.com>
1505                 * parser.c (cp_parser_omp_for_loop): Handle declarations.
1507         2005-10-12  Richard Henderson  <rth@redhat.com>
1509                 * Make-lang.in (CXX_C_OBJS): Add c-omp.o.
1510                 * cp-tree.h (begin_omp_parallel, finish_omp_parallel): Declare.
1511                 (finish_omp_threadprivate): Declare.
1512                 * parser.c (struct cp_lexer): Add in_pragma.
1513                 (cp_lexer_consume_token): Don't consume a PRAGMA_EOL
1514                 when in_pragma.
1515                 (cp_parser_skip_to_closing_parenthesis): Stop at PRAGMA_EOL.
1516                 (cp_parser_skip_to_end_of_statement): Likewise.
1517                 (cp_parser_skip_to_end_of_block_or_statement): Likewise.
1518                 (cp_parser_skip_to_closing_brace): Likewise.
1519                 (cp_parser_skip_to_pragma_eol): Reset in_pragma.
1520                 (cp_parser_require_pragma_eol): New.
1521                 (cp_parser_statement): Add in_compound argument;
1522                 update all callers.
1523                 Restart if a non-statement pragma seen outside a
1524                 compound.
1525                 (cp_parser_statement_seq_opt): Stop at PRAGMA_EOL.
1526                 (cp_parser_declaration_seq_opt): Likewise.
1527                 (cp_parser_member_specification_opt): Likewise.
1528                 (cp_parser_function_definition_after_decl): Likewise.
1529                 (cp_parser_skip_until_found): Likewise.
1530                 (cp_parser_cache_group): Likewise.
1531                 (enum pragma_omp_clause, cp_parser_omp_clause_name,
1532                 check_no_duplicate_clause,
1533                 cp_parser_omp_var_list_no_open,
1534                 cp_parser_omp_var_list, cp_parser_omp_clause_copyin,
1535                 cp_parser_omp_clause_default, cp_parser_omp_clause_if,
1536                 cp_parser_omp_clause_nowait,
1537                 cp_parser_omp_clause_num_threads,
1538                 cp_parser_omp_clause_ordered,
1539                 cp_parser_omp_clause_reduction,
1540                 cp_parser_omp_clause_schedule,
1541                 cp_parser_omp_all_clauses,
1542                 cp_parser_omp_structured_block, cp_parser_omp_atomic,
1543                 cp_parser_omp_barrier, cp_parser_omp_critical,
1544                 cp_parser_omp_flush, cp_parser_omp_for_loop,
1545                 cp_parser_omp_for, cp_parser_omp_master,
1546                 cp_parser_omp_ordered, cp_parser_omp_sections_scope,
1547                 cp_parser_omp_sections, cp_parser_omp_parallel,
1548                 cp_parser_omp_single, cp_parser_omp_threadprivate,
1549                 cp_parser_omp_construct): New.
1550                 (cp_parser_pragma): Handle OpenMP pragmas.
1551                 * semantics.c (finish_omp_threadprivate): New.
1552                 (begin_omp_parallel, finish_omp_parallel): New.
1554         2005-10-11  Richard Henderson  <rth@redhat.com>
1556                 * parser.c (struct cp_token): Add pragma_kind.
1557                 (eof_token): Initialize it.
1558                 (cp_lexer_handle_pragma): Remove.
1559                 (cp_parser_initial_pragma): New.
1560                 (cp_lexer_new_main): Use it.
1561                 (cp_lexer_get_preprocessor_token): Initialize pragma_kind.
1562                 (cp_lexer_print_token): Don't handle CPP_PRAGMA.
1563                 (cp_parser_skip_to_pragma_eol): New.
1564                 (cp_parser_error): Use it.
1565                 (pragma_lex): New.
1567         2005-10-09  Richard Henderson  <rth@redhat.com>
1569                 * lex.c (parse_strconst_pragma): Update for c_lex name change.
1570                 (handle_pragma_java_exceptions): Likewise.
1571                 * parser.c (cp_lexer_new_main): Likewise.
1573         2005-10-06  Richard Henderson  <rth@redhat.com>
1575                 * parser.c (cp_lexer_new_main): Comment out defer_pragmas.
1576                 (cp_lexer_handle_pragma): Comment out
1577                 cpp_handle_deferred_pragma.
1579         2005-10-01  Richard Henderson  <rth@redhat.com>
1581                 * name-lookup.c (lookup_name): Remove prefer_type argument.
1582                 (lookup_name_prefer_type): New function.
1583                 * name-lookup.h (lookup_name_prefer_type): Declare it.
1584                 * decl.c (lookup_and_check_tag): Use it.
1585                 * pt.c (tsubst_friend_class): Likewise. Update for
1586                 lookup_name change.
1587                 (lookup_template_class, tsubst_copy_and_build): Likewise.
1589 2006-03-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1591         PR c++/15759
1592         * tree.c (bot_manip): Don't call mark_used.
1594 2006-03-02  Mike Stump  <mrs@apple.com>
1596         * decl2.c (import_export_decl): Remove redundant call to
1597         targetm.cxx.key_method_may_be_inline ().
1599 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
1601         * decl.c (start_decl): Use have_global_bss_p when deciding
1602         whether to make the decl common.
1604 2006-03-01  Mike Stump  <mrs@apple.com>
1606         PR darwin/25908
1607         * decl2.c (import_export_decl): Fix ABI breakage on darwin.
1609 2006-02-24  Geoffrey Keating  <geoffk@apple.com>
1611         * except.c (expand_start_catch_block): Handle
1612         flag_use_cxa_get_exception_ptr.
1614 2006-02-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1616         PR c++/26291
1617         * decl.c (grok_op_properties): Check for ellipsis in arguments of
1618         operators.
1620 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
1622         * Make-lang.in (C++): Remove.
1623         (.PHONY): Remove C++.
1625 2006-02-18  Mark Mitchell  <mark@codesourcery.com>
1627         PR c++/26266
1628         * cp-tree.h (cp_finish_decl): Adjust declaration.
1629         (grokbitfield): Likewise.
1630         (finish_static_data_member_decl): Likewise.
1631         * init.c (constant_value_1): Ensure processing_template_decl when
1632         folding non-dependent initializers for static data members of
1633         dependent types.  Return error_mark_node for erroneous
1634         initailizers.
1635         * class.c (get_vtable_decl): Use finish_decl, not cp_finish_decl.
1636         * decl.c (cp_make_fname_decl): Adjust call to cp_finish_decl.
1637         (cp_finish_decl): Add init_const_expr_p parameter.  Set
1638         DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P here.
1639         (finish_decl): Adjust call to cp_finish_decl.
1640         (compute_array_index_type): Robustify.
1641         (start_method): Use finish_decl, not cp_finish_decl.
1642         * rtti.c (emit_tinfo_decl): Likewise.
1643         * except.c (initialize_handler_parm): Adjust call to
1644         cp_finish_decl.
1645         (expand_start_catch_block): Likewise.
1646         * cvt.c (build_up_reference): Adjust call to cp_finish_decl.
1647         * pt.c (instantiate_class_template): Adjust call to
1648         finish_static_data_member_decl.
1649         (tsubst_expr): Use finish_decl, not cp_finish_decl.
1650         (instantiate_decl): Adjust call to cp_finish_decl.
1651         * name-lookup.c (pushdecl_top_level_1): Use finish_decl, not
1652         cp_finish_decl.
1653         * decl2.c (finish_static_data_member_decl): Add init_const_expr_p
1654         parameter.
1655         (grokfield): Likewise.
1656         * parser.c (cp_parser_condition): Check for constant initializers.
1657         (cp_parser_init_declarator): Adjust calls to grokfield and
1658         cp_finish_decl.  Don't set
1659         DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P here.
1660         (cp_parser_member_declaration): Likewise.
1661         (cp_parser_objc_class_ivars): Likewise.
1663 2006-02-14  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1665         * call.c (standard_conversion): Return NULL instead of 0.
1666         (build_user_type_conversion_1): Likewise.
1667         (tourney): Likewise.
1668         * decl.c (redeclaration_error_message): Likewise.
1669         * error.c (language_to_string): Likewise.
1671 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1673         * cp-tree.h (warn_hidden): Remove prototype.
1674         * class.c (warn_hidden): Make static.
1676         * cp-tree.h (build_type_conversion): Remove prototype.
1677         * cvt.c (build_type_conversion): Add prototype, make static.
1679         * cp-tree.h (push_tinst_level): Remove prototype.
1680         (pop_tinst_level): Likewise.
1681         * pt.c (push_tinst_level): Add prototype, make static.
1682         (pop_tinst_level): Likewise.
1684 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1686         * decl.c (grokdeclarator): Return NULL_TREE instead of 0.
1687         * typeck.c (unary_complex_lvalue): Likewise.
1689 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1691         * lex.c (parse_strconst_pragma): Return error_mark_node instead of
1692         "(tree)-1" to indicate failure.  Simplify.
1693         (handle_pragma_interface): Test for error_mark_node instead of
1694         "(tree)-1".
1695         (handle_pragma_implementation): Likewise.
1697 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1699         PR c++/26151
1700         * parser.c (cp_parser_decl_specifier_seq): Check for duplicate
1701         decl-specifiers.  Remove extra check for duplicate 'friend'.
1702         * decl.c (grokdeclarator): Remove check for duplicate
1703         decl-specifiers.  Set longlong together with long_p.
1705 2006-02-12  Jason Merrill  <jason@redhat.com>
1707         PR c++/24996
1708         * except.c (build_throw): Add a CLEANUP_POINT_EXPR inside the
1709         TRY_CATCH_EXPR or MUST_NOT_THROW_EXPR.
1711 2006-02-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1713         * class.c (debug_class): Remove extern.
1714         (debug_thunks): Likewise.
1716 2006-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1718         * typeck.c (string_conv_p): Don't test for flag_const_strings.
1720 2006-02-08  Jason Merrill  <jason@redhat.com>
1722         PR c++/25979
1723         * cp-gimplify.c (cp_gimplify_expr): Don't call
1724         cp_gimplify_init_expr for MODIFY_EXPRs.
1725         * typeck2.c (split_nonconstant_init_1): Use INIT_EXPR.
1727 2006-02-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1729         PR c++/26071
1730         * decl.c (grokdeclarator): Set dname also for destructor.
1732         PR c++/26070
1733         * decl.c (grokdeclarator): Clear storage_class together with staticp.
1735 2006-02-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1737         * cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.
1738         (cp_build_qualified_type): Propogate renaming.
1739         * call.c (convert_like_real): Likewise.
1740         * cvt.c (cp_convert_to_pointer, convert_to_reference): Likewise.
1741         * decl.c (make_typename_type, grokdeclarator): Likewise.
1742         * pt.c (tsubst_friend_function, instantiate_class_template,
1743         tsubst_default_argument, instantiate_decl,
1744         tsubst_initializer_list, tsubst_enum): Likewise.
1745         * semantics.c (finish_template_type): Likewise.
1746         * typeck.c (build_ptrmemfunc, convert_for_assignment): Likewise.
1748 2006-02-07  Dirk Mueller  <dmueller@suse.com>
1750         * typeck.c (build_binary_op): Annotate div-by-zero
1751         warnings to make -Wno-div-by-zero have an effect.
1753 2006-02-07  Mark Mitchell  <mark@codesourcery.com>
1755         PR c++/9737
1756         * pt.c (coerce_template_template_parms): Do not templates with
1757         excess default arguments to match template template parameters
1758         with fewer parameters.
1759         (coerce_template_parms): Add use_default_args parameter; use
1760         default arguments only when true.
1761         (lookup_template_class): Adjust call to coerce_template_parms.
1762         (fn_type_unification): Likewise.
1763         (unify): Likewise.
1764         (get_bindings): Likewise.
1765         (dependent_type_p): Add assertions.
1767 2006-02-06  Roger Sayle  <roger@eyesopen.com>
1769         * decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.
1770         * rtti.c (typeinfo_in_lib_p): Likewise.
1771         * cp-tree.h (INTEGRAL_CODE_P, CP_INTEGRAL_TYPE_P): Likewise.
1772         * name-lookup.c (arg_assoc_type): Likewise.
1774 2006-02-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1776         * cp-tree.h (tf_warn_or_error): New substituion flag.
1777         (cp_build_qualified_type): Use it.
1778         * call.c (convert_like_real): Likewise.
1779         * cvt.c (cp_convert_to_pointer): Likewise.
1780         (convert_to_reference): Likewise.
1781         * decl.c (make_typename_type): Likewise.
1782         (grokdeclarator): Likewise.
1783         * pt.c (tsubst_friend_function): Likewise.
1784         (tsubst_friend_class): Likewise.
1785         (instantiate_class_template): Likewise.
1786         (tsubst_default_argument): Likewise.
1787         (instantiate_decl): Likewise.
1788         (tsubst_initializer_list): Likewise.
1789         (tsubst_enum): Likewise.
1790         * semantics.c (finish_template_type): Likewise.
1791         * typeck.c (build_ptrmemfunc): Likewise.
1792         (convert_for_assignment): Likewise.
1794 2006-02-03  Lee Millward  <lee.millward@gmail.com>
1796        * typeck.c (string_conv_p): Pass appropiate
1797        OPT_Wxxxx values when calling warning().
1798        (build_array_ref, cxx_mark_addressable): Likewise.
1799        (check_return_expr): Likewise.
1801        * init.c (perform_member_init): Likewise.
1802        (sort_mem_initializers, emit_mem_initializers): Likewise.
1804        * class.c (check_field_decls): Likewise.
1805        (warn_about_ambiguous_bases): Likewise.
1807        * decl.c (pop_label, poplevel): Likewise.
1808        (duplicate_decls, grok_op_properties): Likewise.
1809        (start_preparsed_function, finish_function): Likewise.
1811        * name-lookup.c (pushdecl_maybe_friend): Likewise.
1812        (pushdecl_maybe_friend): Likewise.
1814        * parser.c (cp_parser_warn_min_max): Likewise.
1815        (cp_parser_cast_expression): Likewise.
1817        * method.c (lazily_declare_fn): Likewise.
1818        * cvt.c (convert_to_void): Likewise.
1819        * mangle.c (finish_mangling): Likewise.
1820        * cp-gimplify.c (gimplify_expr_stmt): Likewise.
1822 2006-02-03  Mark Mitchell  <mark@codesourcery.com>
1824         * name-lookup.c (do_class_using_decl): Use IDENTIFIER_TYPENAME_P,
1825         not IDENTIFIER_OPNAME_P.
1827 2006-01-31  Mark Mitchell  <mark@codesourcery.com>
1829         PR c++/25342
1830         * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Revise
1831         documentation.
1832         * pt.c (determine_specialization): Use INNERMOST_TEMPLATE_PARMS,
1833         not TREE_VALUE.
1834         (instantiate_class_template): Simplify.
1835         (verify_class_unification): Remove.
1836         (unify): Document parameters.  Use INNERMOST_TEMPLATE_ARGS to
1837         permit multiple levels of template arguments.
1838         (more_specialized_class): Simplify.
1839         (get_class_bindings): Pass full arguments to unify.  Fold
1840         verify_class_unification into this function.  Return full
1841         arguments.
1842         (most_specialized_class): Adjust for changes to
1843         get_class_bindings.  Issue errors here for ambiguity.  Return the
1844         fully deduced arguments for the most specialized class, in
1845         addition to the partial specialization.
1847 2006-01-31  Ben Elliston  <bje@au.ibm.com>
1849         * mangle.c: Comment fix.
1851 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1853         * Make-lang.in (cp-warn): Include CXX_COMPAT_WARN.
1854         * repo.c (extract_string, afgets): Use cast when converting from
1855         void *.
1857 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1859         * call.c (alloc_conversion): Use cast when converting from void *.
1860         (alloc_conversions): Likewise.
1861         (add_candidate): Likewise.
1862         (print_z_candidates): Likewise.
1863         (add_warning): Likewise.
1864         * pt.c (retrieve_local_specialization): Likewise.
1865         (process_partial_specialization): Likewise.
1866         (mangle_class_name_for_template): Likewise.
1867         (tsubst_template_args): Likewise.
1868         * typeck2.c (pat_calc_hash): Likewise.
1869         (pat_compare): Likewise.
1870         (abstract_virtuals_error): Likewise.
1871         * class.c (method_name_cmp): Likewise.
1872         (resort_method_name_cmp): Likewise.
1873         (get_vfield_name): Likewise.
1874         * decl2.c (generate_ctor_and_dtor_functions_for_priority): Likewise.
1875         * lex.c (init_reswords): Likewise.
1876         * rtti.c (create_pseudo_type_info): Likewise.
1877         * search.c (dfs_lookup_base): Likewise.
1878         (dfs_dcast_hint_pre): Likewise.
1879         (dfs_dcast_hint_post): Likewise.
1880         * tree.c (hash_tree_cons): Likewise.
1881         * repo.c (extract_string): Likewise.
1882         (afgets): Likewise.
1883         * cp-objcp-common.c (decl_shadowed_for_var_lookup): Likewise.
1884         * g++spec.c (lang_specific_driver): Likewise.
1886 2006-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1888         * call.c (joust): Pass option code to warning.  Use inform for
1889         explanation.
1890         * class.c (check_bases): Likewise.
1891         (maybe_warn_about_overly_private_class): Likewise.
1892         (check_field_decls): Likewise.
1893         (layout_empty_base): Likewise.
1894         (layout_virtual_bases): Likewise.
1895         (layout_class_type): Likewise.
1897 2006-01-28  Mark Mitchell  <mark@codesourcery.com>
1899         PR c++/25999
1900         * decl.c (start_preparsed_function): Call maybe_apply_pragma_weak
1901         here, not ...
1902         (start_function): ... here.
1904 2006-01-28  Mark Mitchell  <mark@codesourcery.com>
1906         PR c++/25855
1907         * class.c (resolve_address_of_overloaded_function): Adjust use of
1908         return value from most_specialized_instantiation.
1909         * pt.c (determine_specialization): Avoid multiple calls to
1910         get_bindings.
1911         (most_specialized_instantiation): When a tie occurs, set the
1912         current presumed champion to the next template.  Return the
1913         TREE_LIST node containing the template, rather than the template
1914         itself.
1915         (most_specialized): Remove.
1916         * name-lookup.c (push_overloaded_decl): When duplicate_decls
1917         indicates a failed redeclaration, report that to callers.
1919 2006-01-26  Jason Merrill  <jason@redhat.com>
1921         PR c++/16021
1922         * name-lookup.c (parse_using_directive): Require strong using to
1923         name a nested namespace.
1925 2006-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1927         Revert:
1928         * cp-tree.h (do_poplevel): Remove prototype.
1929         * semantics.c (do_poplevel): Add prototype.  Make static.
1931         Revert:
1932         * cp-tree.h (default_conversion): Remove prototype.
1933         * typeck.c (default_conversion): Make static.
1935 2006-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1937         * cp-tree.h (get_primary_binfo): Remove prototype.
1938         (push_using_decl): Likewise.
1939         (current_template_args): Likewise.
1940         (more_specialized_class): Likewise.
1941         (mark_class_instantiated): Likewise.
1942         (default_conversion): Likewise.
1943         (pfn_from_ptrmemfunc): Likewise.
1944         * class.c (get_primary_binfo): Add prototype, make static, simplify.
1945         * name-lookup.c (push_using_decl): Make static.
1946         * pt.c (current_template_args): Likewise.
1947         (more_specialized_class): Likewise.
1948         (mark_class_instantiated): Likewise.
1949         * typeck.c (default_conversion): Make static.
1950         (pfn_from_ptrmemfunc): Add prototype, make static.
1952 2006-01-24  Dirk Mueller  <dmueller@suse.de>
1954         * typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().
1956 2006-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1958         PR c++/25552
1959         * parser.c (cp_parser_unqualified_id): Check that destructor name
1960         and scope match.
1961         * call.c (check_dtor_name): Do not expect a BIT_NOT_EXPR.
1962         Adjust comment.  Return early if possible.
1963         Use same_type_p to compare types.
1964         * typeck.c (lookup_destructor): Adjust call to check_dtor_name.
1966 2006-01-24  Mark Mitchell  <mark@codesourcery.com>
1968         * semantics.c: Remove outdated comment.
1970 2006-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1972         * cp-tree.h (do_poplevel): Remove prototype.
1973         * semantics.c (do_poplevel): Add prototype.  Make static.
1975         * cp-tree.h (original_type): Remove prototype.
1976         * typeck.c (original_type): Make static.
1978         * cp-tree.h (declare_global_var): Remove prototype.
1979         * decl.c (declare_global_var): Make static.
1981         * cp-tree.h (implicitly_declare_fn): Remove prototype.
1982         * method.c (implicitly_declare_fn): Make static.
1984         * cp-tree.h (fold_decl_constant_value): Remove prototype.
1985         * pt.c (fold_decl_constant_value): Make static.
1987         * cp-tree.h (build_x_delete): Remove prototype.
1988         * init.c (build_vec_delete_1): Call build_op_delete_call directly
1989         and not via build_x_delete.
1990         (build_x_delete): Remove.
1992         * cp-tree.h (get_vtt_name): Remove prototype.
1993         * class.c (get_vtt_name): Remove.
1994         (build_vtt): Call mangle_vtt_for_type instead of get_vtt_name.
1996 2006-01-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1998         * rtti.c (build_dynamic_cast): Fix comment.
2000 2006-01-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2002         PR c++/10891
2003         * rtti.c (build_dynamic_cast): Reject dynamic_cast use if
2004         -fno-rtti.
2006 2006-01-21  Mark Mitchell  <mark@codesourcery.com>
2008         PR c++/25895
2009         * class.c (build_base_path): Generate a NOP_EXPR instead of a
2010         COMPONENT_REF if the base and derived classes are at the same
2011         address.
2013         PR c++/25856
2014         * decl.c (begin_destructor_body): Robustify.
2016         PR c++/25858
2017         * parser.c (cp_parser_direct_declarator): Robustify.
2019 2006-01-20  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2021         * parser.c (cp_lexer_next_token_is_keyword): Simplify.
2023         * parser.c (clear_decl_specs): Remove prototype.
2025         * parser.c (cp_parser_expression_fn): Remove.
2027         * call.c (add_builtin_candidates): Remove superfluous return.
2028         * name-lookup.c (do_toplevel_using_decl): Likewise.
2029         * parser.c (cp_parser_type_specifier_seq): Likewise.
2030         (cp_parser_save_default_args): Likewise.
2032 2006-01-20  Dirk Mueller  <dmueller@suse.com>
2034         PR c++/5520
2035         * semantics.c (finish_if_stmt): Call empty_body_warning.
2036         * parser.c (cp_parser_implicitly_scoped_statement):
2037         Mark empty statement with an empty stmt.
2039 2006-01-19  Mark Mitchell  <mark@codesourcery.com>
2041         PR c++/22136
2042         * name-lookup.c (do_class_using_decl): Don't try to look up base
2043         classes in templates with dependent base types.
2045 2006-01-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2047         PR c++/25854
2048         * pt.c (maybe_process_partial_specialization): Return early on
2049         error_mark_node.
2051 2006-01-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2053         PR c++/16829
2054         * decl.c (start_preparsed_function): Check default arguments
2055         unconditionally.
2056         * name-lookup.c (pushdecl_maybe_friend): Check default arguments
2057         of all functions and function templates.
2058         * parser.c (cp_parser_late_parsing_default_args): Check default
2059         arguments.
2060         * decl2.c (check_default_args): Set missing default arguments to
2061         error_mark_node.
2063 2006-01-18  Mark Mitchell  <mark@codesourcery.com>
2065         PR c++/25836
2066         * cp-tree.h (push_class_stack): New function.
2067         (pop_class_stack): Likewise.
2068         * class.c (class_stack_node): Add hidden field.
2069         (pushclass): Clear it.
2070         (push_class_stack): New function.
2071         (pop_class_stack): Likewise.
2072         (currently_open_class): Ignore hidden classes.
2073         (currently_open_derived_class): Likewise.
2074         * name-lookup.c (push_to_top_level): Call push_class_stack.
2075         (pop_from_top_level): Call pop_class_stack.
2077 2006-01-18  Kazu Hirata  <kazu@codesourcery.com>
2079         * tree.c (find_tree_t, find_tree): Remove.
2080         * cp-tree.h: Remove the prototype for find_tree.
2082 2006-01-18  Jakub Jelinek  <jakub@redhat.com>
2084         * search.c (lookup_conversions_r): Fix a pasto.
2086 2006-01-17  Eric Christopher  <echristo@apple.com>
2088         * call.c (convert_like_real): When issuing conversion
2089         warnings, depend on OPT_Wconversion.
2090         * cvt.c (build_expr_type_conversion): Ditto.
2092 2006-01-17  Kazu Hirata  <kazu@codesourcery.com>
2094         * name-lookup.c (lookup_namespace_name): Remove.
2095         * name-lookup.h: Remove the prototype for
2096         lookup_namespace_name.
2098 2006-01-17  Jakub Jelinek  <jakub@redhat.com>
2100         PR c/25682
2101         * decl.c (compute_array_index_type): After issuing not an integral
2102         constant-expression error, set size to 1 to avoid ICEs later on.
2104 2006-01-16  Ian Lance Taylor  <ian@airs.com>
2106         * parser.c: Include "cgraph.h".
2107         (cp_parser_asm_definition): Call cgraph_add_asm_node rather than
2108         assemble_asm.
2110 2006-01-16  Rafael �ila de Esp�dola  <rafael.espindola@gmail.com>
2112         * g++spec.c (lang_specific_spec_functions): Remove.
2114 2006-01-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2116         * decl.c (check_initializer): Fix thinko.
2118 2006-01-14  Mark Mitchell  <mark@codesourcery.com>
2120         PR c++/25663
2121         * parser.c (cp_parser_direct_declarator): Use cp_parser_error
2122         instead of error.
2124 2006-01-13  Jason Merrill  <jason@redhat.com>
2126         * pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.
2128         * name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.
2129         * pt.c (check_explicit_specialization): Likewise.
2131 2006-01-12  Jason Merrill  <jason@redhat.com>
2133         PR libstdc++/24660
2134         * pt.c (check_explicit_specialization): Handle namespace
2135         association.
2136         * name-lookup.c (set_decl_namespace): Likewise.
2138 2006-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2140         PR c++/24824
2141         * class.c (handle_using_decl): Pass correct scope to
2142         cp_emit_debug_info_for_using.
2144 2006-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2146         PR c++/25386
2147         * tree.c (lvalue_p_1): Any part of a COMPONENT_REF affects
2148         packedness.
2150 2006-01-06  Gabriel Dos Reis  <gdr@integrablesolutions.net>
2152         * parser.c (cp_parser_primary_expression): Document the grammar
2153         for the built-in offsetof, a GNU extension.
2155 2006-01-04  Zdenek Dvorak <dvorakz@suse.cz>
2157         PR c++/25632
2158         * init.c (constant_value_1): Unshare use of DECL_INITIAL.  Fix a typo
2159         in condition.
2161 2006-01-04  Chris Lattner  <sabre@gnu.org>
2163         * typeck2.c: update copyright to 2006
2164         (split_nonconstant_init_1):  Set TREE_CONSTANT to true.
2166 2006-01-04  Mark Mitchell  <mark@codesourcery.com>
2168         PR c++/24782
2169         * parser.c (cp_parser_nested_name_specifier_opt): Preserve access
2170         checks, even when parsing tentatively.
2172 2006-01-04  Richard Henderson  <rth@redhat.com>
2174         Merge from gomp branch.
2175         * lex.c (handle_pragma_java_exceptions): Fix whitespace.
2176         * parser.c (struct cp_token): Add pragma_kind.
2177         (eof_token): Update to match.
2178         (struct cp_lexer): Add in_pragma; rearrange next for better packing.
2179         (cp_parser_initial_pragma): New.
2180         (cp_lexer_new_main): Use it.  Don't bother clearing
2181         c_lex_return_raw_strings.
2182         (cp_lexer_get_preprocessor_token): Always initialize keyword
2183         and pragma_kind fields.  Handle CPP_PRAGMA.
2184         (cp_lexer_consume_token): Don't allow CPP_PRAGMA_EOL when
2185         in_pragma is set.
2186         (cp_lexer_handle_pragma): Remove.  Update callers to cp_parser_pragma.
2187         (cp_lexer_print_token) <CPP_PRAGMA>: Don't print as a string.
2188         (cp_parser_skip_to_pragma_eol): New.
2189         (cp_parser_error): Use it.
2190         (cp_parser_skip_to_closing_parenthesis): Stop at CPP_PRAGMA_EOL;
2191         rearrange with switch statement.
2192         (cp_parser_skip_to_end_of_statement): Likewise.
2193         (cp_parser_skip_to_end_of_block_or_statement): Likewise.
2194         (cp_parser_skip_to_closing_brace): Likewise.
2195         (cp_parser_skip_until_found): Likewise.
2196         (cp_parser_statement): Add in_compound argument; update callers.
2197         Use it to decide how to handle pragma parsing.
2198         (cp_parser_labeled_statement): Add in_compound argument; pass
2199         it on to cp_parser_statement.
2200         (cp_parser_statement_seq_opt): Stop at CPP_PRAGMA_EOL.
2201         (cp_parser_declaration_seq_opt): Likewise.
2202         (cp_parser_parameter_declaration): Likewise.
2203         (cp_parser_member_specification_opt): Likewise.
2204         (cp_parser_function_definition_after_decl): Likewise.
2205         (cp_parser_cache_group): Handle CPP_PRAGMA/CPP_PRAGMA_EOL pairs.
2206         (cp_parser_pragma): New.
2207         (pragma_lex): New.
2209 2006-01-04  Dirk Mueller <dmueller@suse.com>
2211         * decl.c (finish_constructor_body): create simple
2212         compound stmt instead of a if(1) { } construct.
2214 2006-01-03  Mark Mitchell  <mark@codesourcery.com>
2216         PR c++/25492
2217         * name-lookup.c (push_class_level_binding): When a derived class
2218         provides a type binding, eliminate any type binding from a base
2219         class.
2221         PR c++/25625
2222         * repo.c (repo_emit_p): Always instantiate static data members
2223         initialized by constant expressions, so that there values are
2224         available.
2226 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
2228         PR c++/25635
2229         * class.c (add_method): Set TYPE_HAS_CONVERSION for classes with a
2230         conversion operator.
2231         * decl.c (grokdeclarator): Do not set TYPE_HAS_CONVERSION here.
2233         PR c++/25638
2234         * class.c (add_method): Never associate more than one destructor
2235         with a single class.
2237         PR c++/25637
2238         * cp-tree.h (do_friend): Adjust prototype.
2239         * decl.c (grokfndecl): Make funcdef_flag a bool, not an int.
2240         (grokdeclarator): Likewise.  Refine check for invalid
2241         declarations/definitions of member functions outside of their own
2242         class.
2243         * friend.c (do_friend): Make funcdef_flag a bool, not an int.
2245         PR c++/25633
2246         * parser.c (cp_parser_mem_initializer_list): Check result of
2247         cp_parser_mem_initializer against error_mark_node, not NULL_TREE.
2248         (cp_parser_mem_initializer): Return error_mark_node for failure.
2250         PR c++/25634
2251         * parser.c (cp_parser_template_parameter_list): Call
2252         begin_template_parm_list and end_template_parm_list here.
2253         (cp_parser_type_parameter): Not here.
2254         (cp_parser_template_declaration_after_export): Or here.
2255         (cp_parser_elaborated_type_specifier): Call
2256         cp_parser_check_template_parameters.
2258         * tree.c (build_target_expr_with_type): Use force_target_expr.
2260         * decl2.c (mark_used): Fix typo in comment.
2262 2006-01-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2264         * parser.c (cp_parser_using_declaration): Skip name-lookup on
2265         invalid scope.
2267 2005-12-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2269         * cxx-pretty-print.c (pp_cxx_constant): New.  Print
2270         string-literal in parens if input program says so.
2271         (pp_cxx_primary_expression): Hand off constant printing to
2272         pp_cxx_constant.
2273         (pp_cxx_pretty_printer_init): Set pp->c_base.constant.
2274         (pp_cxx_expression): Use pp_cxx_constant for literals.
2275         * error.c (dump_expr): Use pp_constant for literals.
2277 2005-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2279         * method.c (make_thunk): Don't set comdat_linkage here.
2280         (use_thunk): Make thunk one only here, if thunk target is
2281         DECL_ONE_ONLY.
2283 2005-12-26  Mark Mitchell  <mark@codesourcery.com>
2285         PR c++/25439
2286         * decl.c (grokdeclarator): Remove dead code.
2287         * ptree.c (cxx_print_xnode): Handle BASELINK.
2288         * parser.c (make_id_declarator): Add sfk parameter.
2289         (cp_parser_direct_declarator): Do not pass TYPE_DECLs to
2290         make_id_declarator.
2291         (cp_parser_declarator_id): Simplify BASELINKs here.
2292         (cp_parser_member_declaration): Adjust calls to
2293         make_id_declarator.
2295 2005-12-26  Mark Mitchell  <mark@codesourcery.com>
2297         PR c++/23171, c++/23172, c++/25417.
2298         * typeck.c (build_unary_op): Create temporary variables for
2299         compound literals whose addresses are taken.
2300         * init.c (expand_aggr_init_1): Use COMPOUND_LITERAL_P.
2301         * decl.c (reshape_init_vector): Likewise.
2302         (reshape_init): Give it external linkage.
2303         (check_initializer): Use COMPOUND_LITERAL_P.
2304         (initialize_artificial_var): Allow the initializer to be a
2305         CONSTRUCTOR.
2306         * call.c (make_temporary_var_for_ref_to_temp): Use
2307         create_temporary_var.
2308         * cp-tree.h (COMPOUND_LITERAL_P): New macro.
2309         (rehape_init): Declare.
2310         * typeck2.c (digest_init): Use COMPOUND_LITERAL_P.
2311         * semantics.c (finish_compound_literal): Use reshape_init.
2313 2005-12-23  Mark Mitchell  <mark@codesourcery.com>
2315         PR c++/24671
2316         * pt.c (instantiate_template): Handle SFINAE.
2318 2005-12-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2320         * decl.c (grokdeclarator): Improve diagnostic for friend
2321         declarations of class members.
2323 2005-12-22  Mark Mitchell  <mark@codesourcery.com>
2325         PR c++/25369
2326         * tree.c (really_overloaded_fn): Tweak comment.
2327         * pt.c (tsubst_call_declarator_parms): Remove.
2328         (tsubst_copy): Call mark_used on the member referenced by an
2329         OFFSET_REF.
2330         * semantics.c (finish_qualified_id_expr): Simplify.
2331         * decl2.c (mark_used): Accept BASELINKs.
2333         PR c++/25364
2334         * typeck.c (build_unary_op): Pass DECLs not names to
2335         build_offset_refs.
2336         * init.c (build_offset_ref): Do not do name lookup.  Do not call
2337         mark_used.
2338         * call.c (build_call): Simplify and tidy.
2339         * semantics.c (finish_qualified_id_expr): Call mark_used.
2341 2005-12-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2343         PR c++/23333
2344         * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to
2345         identify a single '0'.
2347 2005-12-20  Mark Mitchell  <mark@codesourcery.com>
2349         PR c++/21228
2350         * decl.c (use_eh_spec_block): New function.
2351         (store_parm_decls): Use it.
2352         (finish_function): Likewise.
2354 2005-12-19  Mark Mitchell  <mark@codesourcery.com>
2356         PR c++/24278
2357         * init.c (expand_member_init): Print messages about baseclasses
2358         using %T rather than %D.
2360         PR c++/24915
2361         * class.c (add_method): Do not treat templates as identical unless
2362         their return types are the same.
2364 2005-12-12  Mark Mitchell  <mark@codesourcery.com>
2366         PR c++/25300
2367         * tree.c (build_qualified_name): Return error_mark_node for
2368         erroneous input.
2370 2005-12-10  Mark Mitchell  <mark@codesourcery.com>
2372         PR c++/25337
2373         * pt.c (tsubst_copy_and_build): Permit dependent types for the
2374         object in a class member access expression.
2376 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
2378         PR java/9861
2379         * mangle.c (write_bare_function_type): Mangle return type for
2380         methods of Java classes
2382 2005-12-08  Th�dore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2384         * call.c (build_conditional_expr): Print types in error messages.
2386 2005-12-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2388         * expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.
2390 2005-12-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2392         * cp-gimplify.c (gimplify_cp_loop): Use fold_build3.
2394 2005-12-07  Rafael �ila de Esp�dola  <rafael.espindola@gmail.com>
2396         * Make-lang.in (c++.all.build, c++.install-normal): Remove.
2398 2005-12-07  Rafael �ila de Esp�dola  <rafael.espindola@gmail.com>
2400         * Make-lang.in: Remove all dependencies on s-gtype.
2402 2005-12-06  Aldy Hernandez  <aldyh@redhat.com>
2404        PR C++/24138
2405         * decl.c (reshape_init_array_1): Handle max_index of -1.
2407 2005-12-06  Roger Sayle  <roger@eyesopen.com>
2409         * typeck.c (build_binary_op): Issue warning if either operand of a
2410         comparison operator is a string literal, except for testing equality
2411         or inequality against NULL.
2413 2005-12-06  Roger Sayle  <roger@eyesopen.com>
2415         PR c++/25263
2416         * decl.c (compute_array_index_type): Check that itype is an
2417         INTEGER_CST node before testing/clearing TREE_OVERFLOW.
2419 2005-12-05  Daniel Berlin  <dberlin@dberlin.org>
2421         * ptree.c (cxx_print_decl): Update to check for decl_common
2422         structure.
2424 2005-12-02  Mark Mitchell  <mark@codesourcery.com>
2426         PR c++/24173
2427         * decl.c (duplicate_decls): Don't rely on DECL_TEMPLATE_INFO after
2428         clobbering newdecl.
2430 2005-12-02  Richard Guenther  <rguenther@suse.de>
2432         * semantics.c (simplify_aggr_init_expr): Use buildN instead
2433         of build.
2435 2005-12-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2437         * parser.c (cp_lexer_new_main): Usr GGC_RESIZEVEC instead of
2438         ggc_realloc.
2439         (cp_parser_template_argument_list): Use XRESIZEVEC instead of
2440         xrealloc.
2441         * class.c (pushclass): Likewise.
2443 2005-12-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2445         * decl2.c (get_priority_info): Use XNEW, not xmalloc.
2446         * decl.c (push_switch): Likewise.
2447         * lex.c (handle_pragma_implementation): Likewise.
2448         * cp-objcp-common.c (decl_shadowed_for_var_insert): Use GGC_NEW,
2449         not ggc_alloc.
2450         (cxx_initialize_diagnostics): Use XNEW, not xmalloc.
2451         * class.c (init_class_processing): Use XNEWVEC, not xmalloc.
2452         * g++spec.c (lang_specific_driver): Likewise.
2453         * mangle.c (save_partially_mangled_name): Likewise.
2454         * parser.c (cp_lexer_new_main): Use GGC_NEWVEC, not ggc_alloc.
2455         (cp_parser_template_argument_list): Use XNEWVEC, nto xmalloc.
2456         (cp_parser_sizeof_operand): Likewise.
2457         * repo.c (open_repo_file, open_repo_file): Likewise.
2459 2005-12-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2461         * parser.c (cp_parser_make_typename_type): Call make_typename_type
2462         with tf_none instead of magic value 0.
2463         (cp_parser_explicit_instantiation): Call do_type_instantiation
2464         with tf_error instead of magic value 1.
2465         (cp_parser_elaborated_type_specifier): Call make_typename_type
2466         with tf_error instead of magic value 1.
2467         (cp_parser_class_name): Likewise.
2468         (cp_parser_lookup_name): Likewise.
2470 2005-12-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2472         * parser.c (cp_parser_declaration): Set token2.type to CPP_EOF,
2473         not RID_MAX.
2475 2005-11-30  Jason Merrill  <jason@redhat.com>
2477         PR c++/21123
2478         * cp-gimplify.c (cp_genericize_r): Don't dereference invisible reference
2479         parms in a thunk.
2481 2005-11-30  Ben Elliston  <bje@au.ibm.com>
2483         * typeck.c (build_x_unary_op): Correct spelling in error message.
2485 2005-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2487         PR c++/21166
2488         * class.c (check_field_decls): Only set DECL_PACKED on a field
2489         when its natural alignment is > BITS_PER_UNIT.
2491 2005-11-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2493         PR c++/24979
2494         * cp-tree.h (DECL_MAIN_P): Remove duplicate definition.
2496 2005-11-26  Richard Henderson  <rth@redhat.com>
2498         * lex.c: Update for pragma_lex rename.
2499         * parser.c: Likewise.
2501 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2503         PR c++/9278
2504         * decl.c (grokparms): Do not allow typedef-names in a '(void)'
2505         parmlist.
2507 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2509         * typeck2.c (process_init_constructor_union): Remove check for
2510         unnamed union members.
2512 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2514         * name-lookup.c (lookup_name_real): Merge two if's.
2516 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2518         * pt.c (instantiate_class_template): Clean-up.
2520 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2522         * pt.c (template_class_depth_real): Remove. Move functionality to ...
2523         (template_class_depth): ... here, replacing count_specializations
2524         with 0.  Adjust comment.
2526 2005-11-24  Richard Guenther  <rguenther@suse.de>
2527         Dirk Mueller <dmueller@suse.de>
2529         PR c++/14024
2530         * typeck.c (build_reinterpret_cast_1): Use
2531         strict_aliasing_warning.
2533 2005-11-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2535         PR c++/24235
2536         * pt.c (check_instantiated_args): Reword diagnostic message about
2537         template argument involving local types.
2539 2005-11-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2541         PR c++/21667
2542         * typeck.c (build_array_ref): Avoid code duplicate.  Use common
2543         C/C++ diagnostic function warn_array_subscript_with_type_char.
2545 2005-11-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2547         PR c++/22238
2548         * error.c (resolve_virtual_fun_from_obj_type_ref): New.
2549         (dump_expr): Use it in <case CALL_EXPR>.
2551 2005-11-21  Richard Henderson  <rth@redhat.com>
2553         * cp-objcp-common.h, name-lookup.c, name-lookup.h: Revert 11-18 patch.
2555         * name-lookup.c (lookup_name): Remove prefer_type argument.
2556         (lookup_name_prefer_type): New.
2557         * decl.c (lookup_and_check_tag): Use them.
2558         * pt.c (tsubst_friend_class): Likewise.
2559         (lookup_template_class): Likewise.
2560         (tsubst_copy_and_build): Likewise.
2561         * name-lookup.h (lookup_name_prefer_type): New.
2562         (lookup_name): Remove declaration.
2564 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
2566         PR c++/8355
2567         * decl.c (grokfndecl): Set up DECL_TEMPLATE_INFO before calling
2568         set_decl_namespace.
2569         * name-lookup.c (set_decl_namespace):
2571 2005-11-18  Mike Stump  <mrs@apple.com>
2573         * cp-objcp-common.h (LANG_HOOKS_LOOKUP_NAME): Add.
2574         * name-lookup.c (lookup_name_two): Remove.
2575         (lookup_name_one): Add.
2576         * name-lookup.h (lookup_name_two): Remove.
2577         (lookup_name_one): Add.
2579 2005-11-15  Jason Merrill  <jason@redhat.com>
2581         PR c++/24580
2582         * method.c (locate_copy): Also use skip_artificial_parms here.
2583         (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
2584         for RECORD_TYPE.
2585         (locate_ctor): Abort if we fail to find a default constructor.
2587 2005-11-15  Mike Stump  <mrs@apple.com>
2589         * name-lookup.c (lookup_name_two): Add.
2590         * name-lookup.h: Likewise.
2592 2005-11-15  Mark Mitchell  <mark@codesourcery.com>
2594         PR c++/24667
2595         * typeck.c (check_for_casting_away_constness): Use the diag_fn.
2596         (build_const_cast_1): Call it, for C-style casts.
2598 2005-11-14  Mark Mitchell  <mark@codesourcery.com>
2600         PR c++/24687
2601         * pt.c (check_explicit_specialization): Don't check for C linkage.
2602         (push_template_decl_real): Likewise.
2603         * parser.c (cp_parser_explicit_specialization): Check here.
2604         (cp_parser_template_declaration_after_export): And here.
2606         * parser.c (cp_lexer_get_preprocessor_token): Initialize keyword
2607         field.
2609 2005-11-14  Jason Merrill  <jason@redhat.com>
2611         PR c++/24580
2612         * method.c (locate_ctor): Skip all artificial parms, not just
2613         'this'.
2615 2005-11-14  Mark Mitchell  <mark@codesourcery.com>
2617         * parser.c (eof_token): Add initializer for ambiguous_p.
2619 2005-11-13  Mark Mitchell  <mark@codesourcery.com>
2621         PR c++/24817
2622         * decl.c (check_redeclaration_exception_specification): New
2623         function.
2624         (duplicate_decls): Use it.
2625         * error.c (fndecl_to_string): Print the template parameter list.
2627         PR c++/20293
2628         * cxx-pretty-print.c (pp_cxx_statement): Print qualifying scopes
2629         for namespaces.
2630         (pp_cxx_original_namespace_definition): Likewise.
2631         * name-lookup.c (ambiguous_decl): Don't issue error messages;
2632         instead return lists of ambiguous candidates.
2633         (select_decl): Handle ambiguous namespace lookups.
2634         * parser.c (cp_token): Add ambiguous_p.
2635         (cp_lexer_get_preprocessor_token): Set it.
2636         (cp_parser_diagnose_invalid_type_name): Avoid duplicate messages
2637         when a qualified name uses an invalid scope.
2638         (cp_parser_primary_expression): Print ambiguous candidates.
2639         (cp_parser_type_parameter): Adjust comment to reflect new
2640         parameter name for cp_parser_lookup_name.
2641         (cp_parser_template_argument): Likewise.
2642         (cp_parser_elaborated_type_specifier): Likewise.
2643         (cp_parser_namespace_name): Likewise.
2644         (cp_parser_class_name): Print ambiguous candidates.
2645         (cp_parser_lookup_name): Rename ambiguous_p parameter to
2646         ambiguous_decls.  Use it to return a list of ambiguous candiates
2647         when a lookup is ambiguous.
2648         (cp_parser_lookup_name_simple): Adjust comment to reflect new
2649         parameter name for cp_parser_lookup_name.
2651 2005-11-12  Jakub Jelinek  <jakub@redhat.com>
2653         PR c++/24780
2654         * typeck.c (complete_type): Set TYPE_NEEDS_CONSTRUCTING
2655         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR flags for all variants
2656         of array type.
2658         PR c++/24761
2659         * pt.c (tsubst_copy_asm_operands): New function.
2660         (tsubst_expr) <case ASM_EXPR>: Use it.
2662 2005-11-08  Jakub Jelinek  <jakub@redhat.com>
2664         PR c++/19450
2665         * decl.c (redeclaration_error_message): Issue diagnostics about
2666         olddecl and newdecl disagreement on __thread property.
2667         (grokdeclarator): Set DECL_TLS_MODEL on class static variables.
2669 2005-11-08  Jason Merrill  <jason@redhat.com>
2671         PR c++/21123
2672         * method.c (use_thunk): Use build_cplus_new instead of
2673         force_target_expr.
2675 2005-11-06  Jason Merrill  <jason@redhat.com>
2676             James A. Morrison <phython@gcc.gnu.org>
2678         PR c++/17256
2679         * decl2.c (cp_finish_file): Fix conditions for undefined warning.
2680         Set TREE_NO_WARNING instead of TREE_PUBLIC.
2681         * pt.c (instantiate_pending_templates): Set DECL_INITIAL to avoid
2682         a warning on a function we didn't instantiate because of excessive
2683         recursion.
2685 2005-11-06  Mark Mitchell  <mark@codesourcery.com>
2687         * class.c (record_subobject_offsets): Don't record offsets past
2688         biggest empty class for non-empty base classes.
2689         (layout_class_type): Use TYPE_SIZE_UNIT, not TYPE_SIZE, when
2690         keeping track of the size of emptyclasses.
2692         PR c++/21308
2693         * class.c (sizeof_biggest_empty_class): New variable.
2694         (record_subobject_offsets): Don't record offsets past biggest
2695         empty class for data members.  Replace vbases_p parameter with
2696         is_data_member parameter.
2697         (build_base_field): Adjust call.
2698         (layout_class_type): Likewise.  Maintain
2699         sizeof_biggest_empty_class.
2701 2005-11-05  Kazu Hirata  <kazu@codesourcery.com>
2703         * decl2.c, init.c, typeck.c: Fix comment typos.
2705 2005-11-04  Richard Guenther  <rguenther@suse.de>
2707         PR c++/22487
2708         * init.c (build_vec_init): Build comparison of matching
2709         types.
2711 2005-11-03  Josh Conner  <jconner@apple.com>
2713         PR c++/19989
2714         pt.c (tsubst): Accept zero-length array if tf_error is set
2715         in complain flags.  Change error message for negative-
2716         length array.
2718 2005-11-04  Joseph S. Myers  <joseph@codesourcery.com>
2720         * cp-tree.h (cp_cpp_error), error.c (cp_cpp_error): Take va_list*
2721         parameter.
2723 2005-11-03  Joseph S. Myers  <joseph@codesourcery.com>
2725         PR c++/17964
2726         * error.c (cp_cpp_error): New function.
2727         * cp-tree.h (cp_cpp_error): Declare.
2728         * parser.c (cp_lexer_new_main): Set CPP option client_diagnostic
2729         and error callback after lexing.
2731 2005-11-03  Mark Mitchell  <mark@codesourcery.com>
2733         PR c++/21627
2734         * pt.c (register_specialization): Update inline flags on clones.y
2736 2005-11-03  Andrew Pinski  <pinskia@physics.uc.edu>
2738         PR c++/24582
2739         * decl.c (declare_local_label): Return 0 for variables
2740         with error_mark_node as their types.
2742 2005-11-02  Mark Mitchell  <mark@codesourcery.com>
2744         PR c++/22434
2745         * call.c (build_conditional_expr): Do bad conversions, if there's
2746         no other choice.
2748         PR c++/24560
2749         * parser.c (cp_parser_postfix_dot_deref_expression): Improve error
2750         message for use of overloaded functions on LHS of "." operator.
2752         PR c++/19253
2753         * parser.c (cp_parser_postfix_expression): Use
2754         cp_parser_elaborated_type_specifier to handle typename-types in
2755         functional casts.
2756         (cp_parser_enclosed_argument_list): Skip ahead to the end of the
2757         template argument list if the closing ">" is not found.
2759         PR c++/24569
2760         * pt.c (instantiate_decl): Use cp_finish_decl, not
2761         finish_static_data_member_decl.
2763 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
2765         * decl.c (grokfndecl): Remove the setting
2766         of the return type of the function type
2767         of main after erroring about must returning
2768         int.
2770 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
2772         PR C++/23229
2773         * decl.c (grokfndecl): Create a new function type
2774         after erroring out about main not returning int.
2776 2005-10-28  Josh Conner  <jconner@apple.com>
2778         PR c++/22153
2779         * parser.c (cp_parser_member_declaration): Detect and handle
2780         a template specialization.
2782 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
2784         PR C++/23426
2785         * decl.c (start_decl): Check that the decl is an
2786         error_mark_node before getting the type.
2787         Remove the check for the decl's type being an
2788         error_mark_node.
2790 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
2792         PR c++/24260
2793         * parser.c (cp_parser_init_declarator): Pass attributes to
2794         grokfield.
2796 2005-10-20  Mark Mitchell  <mark@codesourcery.com>
2798         PR c++/22618
2799         * search.c (accessible_p): Check access in the outermost set of
2800         template parameters.
2802 2005-10-20  Richard Guenther  <rguenther@suse.de>
2804         * decl.c (grokdeclarator): Fix ambiguous pedwarn message.
2806 2005-10-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2808         PR c++/22293
2809         * decl.c (grokdeclarator): Reject unqualified destructors in
2810         friend declarations.
2812 2005-10-18  Mark Mitchell  <mark@codesourcery.com>
2814         PR c++/23293
2815         * pt.c (convert_template_argument): Use canonical type variants in
2816         template specializations.
2818 2005-10-18  Nathan Sidwell  <nathan@codesourcery.com>
2820         PR c++/21383
2821         * name-lookup.c (arg_assoc): Template args can be null in a
2822         template-id-expr.
2824         PR c++/22604
2825         * class.c (update_vtable_entry_for_fn): Don't process invalid
2826         covariant overriders.
2828         PR c++/23118
2829         * cp-tree.h (add_method): Add return value.
2830         * class.c (add_method): Return success indicator.
2831         * semantics.c (finish_member_declaration): Don't add an invalid
2832         method to the method list.
2834 2005-10-17  Mark Mitchell  <mark@codesourcery.com>
2836         PR c++/21908
2837         * call.c (build_new_method_call): Do not show VTT parameters to
2838         the user.
2840 2005-10-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2842         PR c++/23440
2843         * parser.c (cp_parser_statement): If the parser reached CPP_EOF,
2844         only complain about missing statement.
2846 2005-10-17  Nathan Sidwell  <nathan@codesourcery.com>
2848         PR c++/24386
2849         * cp-tree.h (BASELINK_QUALIFIED_P): New.
2850         * pt.c (tsubst_copy_and_build): <CALL_EXPR case>: Use it.
2851         * typeck.c (finish_class_member_access_expr): Set it.
2853         PR c++/21353
2854         * decl.c (check_default_argument): Don't check
2855         processing_template_decl or uses_template_parms here.
2856         (grokparms): Only call check_default_argument when not processing
2857         a template decl.
2858         * parser.c (cp_parser_late_parsing_default_arg): Call
2859         check_default_argument when not processing a template decl.
2861 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
2863         PR c++/24389
2864         * decl2.c (mark_used): Use uses_template_parms instead of
2865         dependent_type_p.
2866         * init.c (constant_value_1): Handle uninstantiated templates
2867         specially.
2868         * pt.c (instantiate_decl): Add sanity check.
2870 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
2872         PR c++/22173
2873         * typeck.c (check_template_keyword): Fix thinko.
2875 2005-10-16  Andrew Pinski  <pinskia@physics.uc.edu>
2877         PR c++/23959
2878         * decl.c (pop_switch): Only call c_do_switch_warnings
2879         when not processing templates.
2881 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
2883         PR c++/22173
2884         * cp-tree.h (QUALIFIED_NAME_IS_TEMPLATE): New macro.
2885         (check_template_keyword): New function.
2886         (finish_id_expression): Change prototoype.
2887         (finish_qualified_id_expr): Change prototype.
2888         (build_qualified_name): New function.
2889         (finish_class_member_access_expr): Change prototype.
2890         * init.c (build_offset_ref): Use build_qualified_name.
2891         * mangle.c (write_expression): Likewise.
2892         * parser.c (cp_parser_primary_expression): Remove qualifying_class
2893         parameter.  Add address_p and template_arg_p.  Use
2894         build_qualified_name.
2895         (cp_parser_id_expression): Default *template_p to
2896         template_keyword_p.  Check for invalid uses of the template
2897         keyword.
2898         (cp_parser_postfix_expression): Eliminate special handling for
2899         qualified names.  Adjust call to cp_parser_primary_expression.
2900         (cp_parser_postfix_dot_deref_expression): Adjust call to
2901         cp_parser_id_expression and finish_class_member_access_expr.
2902         (cp_parser_template_argument_list): Add comment.
2903         (cp_parser_template_argument): Adjust use of
2904         cp_parser_primary_expression.  Remove call to
2905         finish_qualified_id_expr.
2906         (cp_parser_lookup_name): Use build_qualified_name.
2907         * pt.c (tsubst): Use build_qualified_name.
2908         (tsubst_qualified_id): Likewise.  Adjust call to
2909         finish_qualified_id_expr.
2910         (tsubst_copy): Use build_qualified_name.
2911         (tsubst_copy_and_build): Adjusts call to finish_id_expression and
2912         finish_class_member_access_expr.
2913         * semantics.c (finish_non_static_data_member): Use
2914         build_qualified_name.
2915         (finish_qualified_id_expr): Add template_p and template_arg_p
2916         parameters.
2917         (finish_id_expression): Remove qualifiying_class parameter.  Add
2918         template_p, done, address_p, and template_arg_p.  Use
2919         build_qualified_name.  Adjust calls to
2920         finish_class_member_acess_expr.
2921         * tree.c (build_qualified_name): New function.
2922         * typeck.c (check_template_keyword): New function.
2923         (finish_class_member_access_expr): Add template_p argument.  Check
2924         for invalid uses of the template keyword.
2926 2005-10-15  Mark Mitchell  <mark@codesourcery.com>
2928         PR c++/21347
2929         * class.c (maybe_warn_about_overly_private_class): Lazy
2930         constructors are public.
2932 2005-10-14  Mark Mitchell  <mark@codesourcery.com>
2934         PR c++/19565
2935         * call.c (convert_like_real): Rely on convert_and_check to issue
2936         warnings about overflow and conversion to unsigned.
2937         * decl.c (finish_enum): Use the location of the enumerators, not
2938         the closing brace of the enumeration, when reporting warnings
2939         about conversions.
2940         (build_enumerator): Use error_mark_node for erroneous values.
2941         * typeck2.c (digest_init): Remove reference to "signature pointer"
2942         from comment.
2944 2005-10-14  Nathan Sidwell  <nathan@codesourcery.com>
2946         PR c++/17796
2947         * optimize.c (update_cloned_parm): Add FIRST parameter. Use it.
2948         (maybe_clone_body): Track the first clone.
2950 2005-10-13  Nathan Sidwell  <nathan@codesourcery.com>
2952         PR c++/23984
2953         * class.c (build_base_path): The vtable is always the first thing
2954         in the vtt.
2956 2005-10-13  Mark Mitchell  <mark@codesourcery.com>
2958         PR c++/20721
2959         * cp-tree.h (DECL_NONTRIVIALLY_INITIALIZED_P): New macro.
2960         * decl.c (duplicate_decls): Merge it into new declarations.
2961         (decl_jump_unsafe): Use it, rather than DECL_INITIAL.
2962         (cp_finish_decl): Set it, when appropriate.
2964         PR c++/22180
2965         * call.c (build_new_method_call): Correct pretty-printing of
2966         destructor names.
2967         * pt.c (tsubst_qualified_id): Recognize invalid uses of "~T" as an
2968         identifier.
2970         PR c++/23694
2971         * decl.c (start_method): Return error_mark_node for errors.
2973         PR c++/23307
2974         * pt.c (push_template_decl_real): Complain about attempts to
2975         declare template variables.
2977         PR c++/22352
2978         * pt.c (tsubst_template_parms): Set processing_template_decl while
2979         processing the parameters.
2980         (tsubst_decl): Set processing_template_decl when substituting into
2981         a TEMPLATE_DECL.
2983         PR c++/22405
2984         * pt.c (most_specialized_instantiation): Robustify.
2986         PR c++/22464
2987         * semantics.c (finish_id_expression): Issue errors about uses of
2988         local variables in containing functions even in templates.
2990 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
2992         PR target/21801
2993         PR target/23589
2994         * class.c (finish_struct_1): Call
2995         targetm.cxx.adjust_class_at_definition.
2998 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3000         PR c++/21592
3001         * pt.c (build_non_dependent_expr): Don't wrap a COMPONENT_REF
3002         with already looked up member functions.  Assert we're not
3003         returning a NON_DEPENDENT_EXPR with unknown type.
3004         * typeck.c (finish_class_member_access_expr):  We can get
3005         non-template-id-expr baselinks.  If the lookup finds a baselink,
3006         remember it even inside templates.
3008         PR c++/23797
3009         * parser.c (cp_parser_functional_cast): Cope when TYPE is not a
3010         TYPE_DECL.  Use dependent_type_p to check type.
3011         * pt.c (uses_template_parms_p): Use dependent_type_p for a
3012         TYPE_DECL.
3013         (type_dependent_expression_p): Assert we've not been given a
3014         TYPE_DECL.
3016         PR c++/21117
3017         * decl.c (check_function_type): Correctly overwrite incomplete
3018         return type with void type.
3019         * typeck.c (check_return_expr): If the function's return type is
3020         void, don't try and convert a return expr.
3022 2005-10-12  David Edelsohn  <edelsohn@gnu.org>
3024         PR c++/23730
3025         * call.c (build_object_call): If BINFO is NULL, bypass
3026         lookup_fnfields and set fns to NULL_TREE.
3028 2005-10-12  Paolo Bonzini  <bonzini@gnu.org>
3030         PR c++/24052
3031         * error.c (dump_expr): Pass LABEL_DECL to dump_decl.  Print
3032         an ADDR_EXPR of a LABEL_DECL as &&.
3034 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3036         PR c++/19964
3037         * class.c (walk_subobject_offsets): Don't walk error_mark_node.
3039 2005-10-11  Ian Lance Taylor  <ian@airs.com>
3041         PR c++/8057
3042         * cvt.c (convert_to_void): Don't warn about unused values when
3043         processing a template declaration.
3045 2005-10-11  Mark Mitchell  <mark@codesourcery.com>
3047         PR c++/21089
3048         * call.c (convert_like_real): Use decl_constant_value, not
3049         integral_constant_value.
3050         * init.c (constant_value_1): New function.
3051         (integral_constant_value): Use it.
3052         (decl_constant_value): Likewise.
3053         * typeck.c (decay_conversion): Use decl_constant_value, not
3054         integral_constant_value.
3056         PR c++/21369
3057         * parser.c (cp_parser_elaborated_type_specifier): Don't treat
3058         class types as templates if the type is not appearing as part of a
3059         type definition or declaration.
3061 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
3063         PR c++/24277
3064         * pt.c (instantiate_decl): Call finish_static_data_member_decl for
3065         static data members.
3067 2005-10-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3068             Mark Mitchell  <mark@codesourcery.com>
3070         PR c++/23437
3071         * parser.c (cp_parser_template_argument_list): Do not treat
3072         contents of argument list as part of a constant expression.
3074 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
3076         PR c++/24139
3077         * decl.c (grokdeclarator): Do not require template parameter lists
3078         for explicitly specialized class.
3079         * error.c (dump_aggr_type): Do not dump template arguments for
3080         non-primary specializations.
3081         (dump_function_name): Likewise.
3083         PR c++/24275
3084         * pt.c (instantiate_decl): Instantiate the initializer of
3085         a static data member in the namespace containing the class
3086         containing the static data member.
3088 2005-10-08  James A. Morrison  <phython@gcc.gnu.org>
3090         PR c++/22172
3091         * parser.c (cp_parser_postfix_expression) <RID_TYPENAME>: Treat nontype
3092         scopes as nondependent.
3094 2005-10-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3096         * call.c (resolve_args): Remove redundant test.
3098 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3100         PR tree-optimization/21419
3101         PR tree-optimization/24146
3102         PR tree-optimization/24151
3104         * semantics.c (finish_asm_stmt): Call readonly_error if outputs are
3105         read-only.  Set ASM_VOLATILE_P for asms without outputs.
3107 2005-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3109         PR c++/23513
3110         * call.c (joust): Adjust length count to more_specialized_fn.
3111         * pt.c (more_specialized_fn): Cope with non-static member vs
3112         non-member.
3114 2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
3116         PR middle-end/23125
3117         * decl.c (make_rtl_for_nonlocal_decl): Use set_user_assembler_name
3118         instead of change_decl_assembler_name.
3120 2005-10-03  Alexandre Oliva  <aoliva@redhat.com>
3122         * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
3124 2005-10-03  Mark Mitchell  <mark@codesourcery.com>
3126         PR c++/17775
3127         * repo.c: Include flags.h.
3128         (finish_repo): Add -frandom-seed to the arguments.
3130 2005-10-02  Mark Mitchell  <mark@codesourcery.com>
3132         PR c++/22621
3133         * parser.c (cp_parser_template_argument): Don't turn "T::f" into
3134         "(*this).T::f".
3135         * pt.c (convert_nontype_argument): Remove ??? comment.
3137         PR c++/23840
3138         * tree.c (lvalue_p_1): A VA_ARG_EXPR with class type is an lvalue,
3139         when class rvalues are lvalues.
3141 2005-09-28  Mark Mitchell  <mark@codesourcery.com>
3143         PR c++/16782
3144         * decl.c (grokdeclarator): Always pedwarn about overqualified
3145         member names.
3147 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
3149         PR c++/22147
3150         * name-lookup.c (maybe_process_template_type_declaration): Don't
3151         treat forward declarations of classes as templates just because
3152         we're processing_template_decl.
3153         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
3154         functions.
3156 2005-09-26  Jason Merrill  <jason@redhat.com>
3158         PR c++/13764
3159         * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): New macro.
3160         * name-lookup.c (pushdecl_maybe_friend): Check it.
3161         * decl.c (begin_function_body): Do nothing if it's false.
3162         (finish_function_body): Ditto.
3163         (outer_curly_brace_block): New fn.
3164         (finish_function): Use it.
3166 2005-09-26  Richard Guenther  <rguenther@suse.de>
3168         PR middle-end/15855
3169         * decl2.c (do_static_destruction): Remove.
3170         (finish_static_initialization_or_destruction): Likewise.
3171         (DECL_EFFECTIVE_INIT_PRIORITY): New macro.
3172         (NEEDS_GUARD_P): Likewise.
3173         (do_static_initialization): Rename to
3174         do_static_initialization_or_destruction.  Process all
3175         initializers/destructors and handle common conditionalizing.
3176         (start_static_initialization_or_destruction): Rename to
3177         one_static_initialization_or_destruction.  Handle only
3178         decl-specific conditionalizing.
3179         (cp_finish_file): Call do_static_initialization_or_destruction.
3181 2005-09-22  Jakub Jelinek  <jakub@redhat.com>
3183         PR c++/21983
3184         * class.c (find_final_overrider): Move diagnostic about no unique final
3185         overrider to...
3186         (update_vtable_entry_for_fn): ... here.
3188 2005-09-21  Mark Mitchell  <mark@codesourcery.com>
3190         PR c++/23993
3191         * init.c (integral_constant_value): Use DECL_INTEGRAL_CONSTANT_VAR_P.
3193 2005-09-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3195         PR c++/23965
3196         * call.c (resolve_args): Return error_mark_node on arguments
3197         whose TREE_TYPE is error_mark_node.
3199 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
3201         PR c++/23947
3202         * rtti.c (get_pseudo_ti_init): Recompute ti pointer after
3203         get_tinfo_ptr calls.
3205 2005-09-16  Mark Mitchell  <mark@codesourcery.com>
3207         PR c++/23914
3208         * parser.c (cp_parser_enclosed_template_argument_list): Make sure
3209         skip_evaluation is false when processing template arguments.
3211         PR c++/21514
3212         * pt.c (check_instantiated_args): Treat uses of anonymous types as
3213         causing type-deduction failure.
3215 2005-09-15  Jason Merrill  <jason@redhat.com>
3217         PR c++/23357
3218         * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
3219         tcc_expression.
3221 2005-09-15  Mark Mitchell  <mark@codesourcery.com>
3223         PR c++/23896
3224         * pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
3225         processing template arguments.
3227         * pt.c (check_explicit_instantiation_namespace): Fix typo.
3229         PR c++/13140
3230         * decl.c (check_class_member_definition_namespace): New function.
3231         (grokfndecl): Use it.
3232         (grokvardecl): Likewise.
3233         (grokdecl): Improve documentation.
3234         * pt.c (check_explicit_instantiation_namespace): New function.
3235         (register_specialization): Call check_specialization_namespace
3236         when replacing an implicitly instantiated function.
3237         (check_explicit_specialization): Ensure that DECL_CONTEXT is set
3238         correctly for namespace-scope specializations.
3239         (do_decl_instantiation): Use
3240         check_explicit_instantiation_namespace.
3241         (do_type_instantiation): Likewise.
3243 2005-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3245         PR c++/23725
3246         * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.
3248 2005-09-13  Bastian Blank <waldi@debian.org>
3250         PR c++/16171
3251         * mangle.c (find_substitution): Do not use special substitutions
3252         for identifiers not in std::.
3254 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
3256         PR c++/23839
3257         * typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER
3258         for VAR_DECLs.
3260 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
3262         PR c++/23842
3263         * pt.c (tsubst_default_argument): Do treat default argument
3264         expressions as occurring in the context of the function called.
3266 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
3268         PR c++/23841
3269         * parser.c (cp_parser_primary_expression): Recognize the closing
3270         ">" of a template-argument-list after a floating-point literal as
3271         the end of a cast expression.
3273 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
3275         PR c++/23789
3276         * cvt.c (perform_qualification_conversions): Don't create
3277         unnecessary NOP_EXPRs.
3278         * pt.c (tsubst_template_arg): Use fold_non_dependent_expr.
3280 2005-09-12  Ian Lance Taylor  <ian@airs.com>
3282         PR g++/7874
3283         * cp-tree.h (struct lang_decl_flags): Add hidden_friend_p
3284         bitfield.  Make dummy bitfield one bit smaller.
3285         (DECL_HIDDEN_FRIEND_P): Define.
3286         (pushdecl_maybe_friend): Declare.
3287         (pushdecl_top_level_maybe_friend): Declare.
3288         * decl.c (duplicate_decls): Add newdecl_is_friend parameter.
3289         Change prototype and all callers.  Add assertion that a
3290         DECL_ARTIFICIAL FUNCTION_DECL is not DECL_HIDDEN_FRIEND_P.  Set
3291         DECL_ANTICIPATED and DECL_HIDDEN_FRIEND_P in duplicated decl if
3292         appropriate.
3293         * name-lookup.c (supplement_binding): Don't ignore a
3294         DECL_HIDDEN_FRIEND_P.
3295         (pushdecl_maybe_friend): Break out contents of pushdecl.  Add
3296         is_friend parameter.  Set DECL_ANTICIPATED and
3297         DECL_HIDDEN_FRIEND_P for a friend function.
3298         (pushdecl): Just call pushdecl_maybe_friend.
3299         (pushdecl_with_scope): Add is_friend parameter.  Change prototype
3300         and all callers.
3301         (pushdecl_namespace_level): Likewise.
3302         (push_overloaded_decl): Likewise.  Check DECL_HIDDEN_FRIEND_P as
3303         well as DECL_ANTICIPATED when checking for a builtin.
3304         (do_nonmember_using_decl): Check DECL_HIDDEN_FRIEND_P as well as
3305         DECL_ANTICIPATED when checking for a builtin.
3306         (do_nonmember_using_decl): Likewise.
3307         (pushdecl_top_level_1): Add is_friend parameter.  Change all
3308         callers.
3309         (pushdecl_top_level_maybe_friend): New function.
3310         (remove_hidden_names): New function.
3311         (struct arg_lookup): Add args field.
3312         (friend_of_associated_class_p): New static function.
3313         (arg_assoc_namespace): Ignore hidden functions which are not
3314         friends of an associated class of some argument.
3315         (lookup_arg_dependent): Remove hidden functions from list passed
3316         in.  Initialize k.args.
3317         * name-lookup.h (remove_hidden_names): Declare.
3318         * friend.c (do_friend): Call pushdecl_maybe_friend instead of
3319         pushdecl.
3320         * call.c (add_function_candidate): Change DECL_ANTICIPATED test to
3321         an assertion, with a check for DECL_HIDDEN_FRIEND_P.
3322         (build_new_function_call): Add koenig_p parameter.  Change
3323         prototype and callers.
3324         * pt.c (register_specialization): Add is_friend parameter.  Change
3325         all callers.
3326         (push_template_decl_real): Change is_friend parameter to bool.
3327         Change prototype and all callers.
3328         (tsubst_friend_class): Call pushdecl_top_level_maybe_friend
3329         instead of pushdecl_top_level.
3331 2005-09-11  Richard Henderson  <rth@redhat.com>
3333         * decl2.c (build_anon_union_vars): Copy attributes from the base addr.
3334         * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR.
3336 2005-09-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3338         * parser.c (cp_parser_translation_unit): Simplify.  The while-block
3339         was actually executed at most once.
3341 2005-09-09  Richard Henderson  <rth@redhat.com>
3343         PR debug/20998
3344         * cp-tree.def (ALIAS_DECL): Remove.
3345         * cp-lang.c (cp_init_ts): Remove support for it.
3346         * error.c (dump_decl): Likewise.
3347         * name-lookup.c (pushdecl): Likewise.
3348         * semantics.c (finish_id_expression): Likewise.
3349         * decl2.c (build_anon_union_vars): Use a VAR_DECL with
3350         DECL_VALUE_EXPR instead.
3352 2005-09-09  Mark Mitchell  <mark@codesourcery.com>
3354         PR c++/22252
3355         * decl.c (start_preparsed_function): Do not pay attention to
3356         #pragma interface for implicitly-defined methods.
3357         * decl2.c (cp_finish_file): Do not complain about uses of inline
3358         functions that have bodies, even if we decided not to emit the
3359         body in this translation unit.
3360         * semantics.c (note_decl_for_pch): Do not mess with linkage.
3361         (expand_or_defer_fn): Make inline, non-template functions COMDAT
3362         at this point.
3364 2005-09-08  Richard Henderson  <rth@redhat.com>
3366         PR debug/23190
3367         * decl.c (wrapup_globals_for_namespace): Call
3368         emit_debug_global_declarations.
3369         * decl2.c (cp_finish_file): Likewise.
3371 2005-09-08  Mark Mitchell  <mark@codesourcery.com>
3373         PR c++/23691
3374         * decl2.c (mark_used): Instantiate static data members initialized
3375         by constants, even in a template.
3377 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
3379         PR obj-c++/16816
3380         * parser.c (cp_parser_objc_selector_expression): Treat CPP_SCOPE as
3381         two CPP_COLON.
3383 2005-09-07  Richard Guenther  <rguenther@suse.de>
3385         * cp-gimplify.c (cp_gimplify_expr): Create empty CONSTRUCTOR
3386         for EMPTY_CLASS_EXPR.
3388 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
3390         PR c/23075
3391         * typeck.c (check_return_expr): Add no_warning argument.  Set
3392         *no_warning to true if "return-statement with no value, in function
3393         returning" warning has been issued.
3394         * cp-tree.h (check_return_expr): Adjust prototype.
3395         * semantics.c (finish_return_stmt): Set TREE_NO_WARNING if
3396         check_return_expr set *no_warning to true.
3398 2005-09-06  Mark Mitchell  <mark@codesourcery.com>
3400         * cp-tree.h (rvalue): New function.
3401         * call.c (build_conditional_expr): Use it.
3402         * init.c (build_new_1): Likewise.
3403         * rtti.c (build_dynamic_cast_1): Likewise.
3404         * tree.c (rvalue): New function.
3405         * typeck.c (build_unary_op): Use it.
3406         (build_static_cast_1): Likewise.
3408         PR c++/9782
3409         * init.c (build_new_1): Make sure the entire array type is
3410         complete, not just its element types.
3412 2005-09-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3414         * decl.c (check_elaborated_type_specifier): Remove redundant check.
3416 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
3418         PR c++/23056
3419         * typeck.c (ignore_overflows): New helper function.
3420         (build_static_cast_1): Use it.
3422 2005-09-06  Kazu Hirata  <kazu@codesourcery.com>
3424         * cp-tree.h, decl.c, decl2.c, semantics.c: Fix comment typos.
3425         Follow spelling conventions.
3427 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
3429         PR c++/23667
3430         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INSTANTIATED when
3431         copying a VAR_DECL.
3433 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
3435         PR c++/21440
3436         * semantics.c (finish_stmt_expr_expr): Add an explicit
3437         initialization to the last statement in the statement-expression.
3438         * (finish_stmt_expr): Adjust accordingly.
3440 2005-09-03  Mark Mitchell  <mark@codesourcery.com>
3442         PR c++/23699
3443         * decl2.c (mark_used): Always instantiate static data members
3444         initialized by constant expressions.
3445         * pt.c (instantiate_decl): Instantiate the initializers for static
3446         data members initialized by constant expressions.
3448         PR c++/21687
3449         * semantics.c (expand_or_defer_fn): Do not call ggc_collect when
3450         finishing processing for a template function in a local class.
3451         Revert:
3452         2005-09-02  Mark Mitchell  <mark@codesourcery.com>
3453         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
3454         around functions in local classes.
3456 2005-09-02  Mark Mitchell  <mark@codesourcery.com>
3458         PR c++/21687
3459         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
3460         around functions in local classes.
3462 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
3464         PR obj-c++/23640
3465         * decl2.c (cp_finish_file): If this is obj-c++ and we need a static
3466         init, call generate_ctor_or_dtor_function.
3468 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3470         PR c++/13377
3471         * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
3472         lookup_name_real on final parse.
3474 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3476         PR c++/23639
3477         * semantics.c (qualified_name_lookup_error): Do not complain again
3478         on invalid scope.
3480 2005-08-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3482         PR c++/23586
3483         * parser.c (cp_parser_namespace_name): Move diagnostic for
3484         invalid namespace-name to here from ...
3485         * name-lookup.c (do_namespace_alias): ... here and ...
3486         (do_using_directive): ... here.  Remove dead code.
3488 2005-08-28  Mark Mitchell  <mark@codesourcery.com>
3490         PR c++/23099
3491         * cp-tree.h (saved_scope): Add skip_evaluation.
3492         * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not
3493         DECL_INITIAL, to determine whether or not a static data member was
3494         initialized in the class-specifier.
3495         (cp_finish_decl): Add comment.
3496         * init.c (integral_constant_value): Subtitute into the
3497         initializers for static data members in templates.
3498         * name-lookup.c (push_to_top_level): Save skip_evaluation.
3499         (pop_from_top_level): Restore it.
3500         * pt.c (instantiate_class_template): Do not substitute into the
3501         intializers of static data members when instantiating a class.
3502         (regenerate_decl_from_template): Simplify.
3503         (instantiate_decl): Tidy.  Substitute into the initializer for a
3504         static data member even when the definition of the data member is
3505         not available.
3507 2005-08-26  Mark Mitchell  <mark@codesourcery.com>
3509         PR c++/19004
3510         * pt.c (uses_template_parms): Handle IDENTIFIER_NODE.
3511         (type_dependent_expression_p): Allow BASELINKs whose associated
3512         functions are simply a FUNCTION_DECL.
3514         PR c++/23491
3515         * cp-tree.h (build_vec_init): Adjust prototype.
3516         * init.c (perform_member_init): Adjust call to build_vec_init.
3517         (build_aggr_init): Likewise.
3518         (build_new_1): Do not call build_default_init for array types.
3519         (build_vec_init): Add explicit_default_init_p parameter.  Perform
3520         default initialization of vector elements when set.
3521         * typeck.c (build_modify_expr): Adjust call to build_vec_init.
3523 2005-08-25  Nathan Sidwell  <nathan@codesourcery.com>
3525         PR c++/20817
3526         * typeck.c (build_x_unary_op): Make sure OFFSET_REF is not for a
3527         ->*.
3529 2005-08-24  Nathan Sidwell  <nathan@codesourcery.com>
3531         PR c++/22454
3532         * parser.c (cp_lexer_peek_nth_token): Relax assert.
3534 2005-08-23  Nathan Sidwell  <nathan@codesourcery.com>
3536         PR c++/23044
3537         * pt.c (tsubst_qualified_id): A SCOPE_REF can still remain.
3539 2005-08-22  James E Wilson  <wilson@specifix.com>
3541         PR tree-optimization/23426
3542         * decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
3543         array size check.
3545 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3547         PR c++/22233
3548         * pt.c (push_template_decl_real): Return error_mark_node if the
3549         number of template parameters does not match previous definition.
3551 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3553         PR c++/23089
3554         * decl.c (require_complete_types_for_parms): Mark incomplete types
3555         as invalid.
3557 2005-08-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3559         * parser.c (cp_parser_nth_token_starts_template_argument_list_p):
3560         Fix typo in leading comment.
3562 2005-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3564         * name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.
3566 2005-08-15 Fariborz Jahanian <fjahanian@apple.com>
3568         * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
3569         * call.c (add_template_candidate_real): Pass down 'flags' to
3570         fn_type_unification.
3571         (can_convert_arg): New 'flags' argument. Pass it to call to
3572         implicit_conversion instead of LOOKUP_NORMAL.
3573         (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
3574         * class.c (resolve_address_of_overloaded_function): Ditto.
3575         (resolve_address_of_overloaded_function): Ditto.
3576         * decl.c (reshape_init, check_default_argument): Ditto.
3577         * typeck.c (build_ptrmemfunc): Ditto.
3578         * pt.c (type_unification_real): Add 'flags' argument.
3579         (fn_type_unification): Pass 'flags' to type_unification_real.
3580         (type_unification_real): Pass new 'flags' argument to call to
3581         can_convert_arg.
3583 2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
3584             Nathan Sidwell  <nathan@codesourcery.com>
3586         PR c++/21799
3587         PR c++/8271
3588         * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
3589         explicitly.
3591 2005-08-12  Nathan Sidwell  <nathan@codesourcery.com>
3593         PR c++/21799
3594         Revert my 2005-07-08 patch
3595         * pt.c (type_unification_real): Remove is_method_argument and
3596         assoicated checks.
3597         (fn_type_unification, unify): Adjust type_unification_real calls.
3599 2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3601         PR c++/23266
3602         * decl2.c (grokfield): Check that method is not static before
3603         marking it as pure.
3605 2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
3607         PR c++/23219
3608         * name-lookup.c (pushtag): Process the template type before
3609         altering the identifier lookup fields.  Remove unreachable code
3610         creating an empty stub decl.
3612 2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3614         PR c++/20646
3615         * decl.c (grokdeclarator): Reset storage_class after error.
3617 2005-08-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3619         PR c++/22508
3620         * init.c (build_new_1): Check for empty candidate list.
3622 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3624         PR c++/23191
3625         * pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
3626         before calling build_exception_variant.
3628 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3630         PR c++/19498
3631         * pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
3632         if substitution of template args did not succeed.
3634 2005-08-06  Michael Matz  <matz@suse.de>
3636         * method.c (use_thunk): Call init_insn_lengths.
3638 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
3640         PR c++/22514
3641         * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
3642         sorrycount or errorcount are nonzero.
3644 2005-08-05  Mark Mitchell  <mark@codesourcery.com>
3646         * name-lookup.c (pushtag): Remove accidental commit from:
3647         2004-12-21  Mark Mitchell  <mark@codesourcery.com>
3648         PR c++/19063
3649         * decl.c (grokdeclarator): Return error_mark_node, not
3650         void_type_node, to indicate errors.
3651         * parser.c (cp_parser_template_parameter_list): Robustify.
3652         (cp_parser_template_parameter): Likewise.
3654 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
3656         * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
3657         Fix comment typos.
3659 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
3661         * method.c: Fix a comment typo.
3663 2005-07-28  Mark Mitchell  <mark@codesourcery.com>
3665         PR c++/22545
3666         * call.c (add_builtin_candidate): Adjust for changes in
3667         representation of pointer-to-member types.
3669 2005-07-28  Mike Stump  <mrs@apple.com>
3671         * pt.c (check_explicit_specialization): Add visibility logic.
3672         (lookup_template_class): Likewise.
3673         (instantiate_class_template): Likewise.
3675 2005-07-27  Devang Patel  <dpatel@apple.com>
3677         * name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
3679 2005-07-25  Ian Lance Taylor  <ian@airs.com>
3681         * ptree.c (cxx_print_identifier): Print a leading space if the
3682         indent level is 0.
3684 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3686         * call.c (convert_for_arg_passing): Check function pointers when
3687         -Wmissing-format-attribute is activated.
3688         * typeck.c (convert_for_assignment): Likewise.
3690 2005-07-22  Manfred Hollstein  <mh@suse.com>
3692         * parser.c (cp_parser_declaration): Fix unitialised warnings.
3694 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3696         * class.c (build_base_path): Fix typo.
3698 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3700         PR C++/22358
3701         * class.c (build_base_path): Convert BINFO_OFFSET to the correct type.
3703 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3705         * call.c: Fix comment typo(s).
3706         * cxx-pretty-print.h: Likewise.
3707         * name-lookup.c: Likewise.
3708         * parser.c: Likewise.
3710 2005-07-20  Douglas Gregor <doug.gregor@gmail.com>
3712         PR c++/2922
3713         * semantics.c (perform_koenig_lookup): For dependent calls, just
3714         return the set of functions we've found so far. Later, it will be
3715         augmented by those found through argument-dependent lookup.
3716         * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing
3717         the optimization that skips namespaces where the functions were
3718         originally found.
3720 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
3722         Make CONSTRUCTOR use VEC to store initializers.
3723         * call.c (convert_default_arg): Update call to digest_init.
3724         * class.c (dump_class_hierarchy, dump_array): Update to cope with
3725         VEC in CONSTRUCTOR_ELTS.
3726         * cp-tree.h (EMPTY_CONSTRUCTOR_P): Likewise.
3727         (finish_compound_literal, digest_init): Update declaration.
3728         * decl.c (struct reshape_iter): New data type.
3729         (reshape_init_array): Rename to...
3730         (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.
3731         (reshape_init): Rewrite from scratch. Split parts into...
3732         (reshape_init_array, reshape_init_vector, reshape_init_class,
3733         reshape_init_r): New functions.
3734         (check_initializer): Update call to reshape_init. Remove obsolete
3735         code.
3736         (initialize_artificial_var, cp_complete_array_type): Update to cope
3737         with VEC in CONSTRUCTOR_ELTS.
3738         * decl2.c (grokfield): Update calls to digest_init.
3739         (mark_vtable_entries): Update to cope with VEC in CONSTRUCTOR_ELTS.
3740         * error.c (dump_expr_init_vec): New function.
3741         (dump_expr): Use dump_expr_init_vec.
3742         * init.c (build_zero_init, build_vec_init): Update to cope with VEC
3743         in CONSTRUCTOR_ELTS.
3744         (expand_default_init): Update call to digest_init.
3745         * parser.c  (cp_parser_postfix_expression): Use a VEC for the
3746         initializers.
3747         (cp_parser_initializer_list): Build a VEC of initializers.
3748         * pt.c (tsubst_copy, tsubst_copy_and_build): Update to cope with VEC
3749         in CONSTRUCTOR_ELTS.
3750         * rtti.c (tinfo_base_init, generic_initializer, ptr_initializer,
3751         ptm_initializer, class_initializer, get_pseudo_ti_init): Use
3752         build_constructor_from_list instead of build_constructor.
3753         * semantics.c (finish_compound_literal): Update call to digest_init.
3754         * tree.c (stabilize_init): Update to cope with VEC in
3755         CONSTRUCTOR_ELTS.
3756         * typeck.c (build_ptrmemfunc1): Likewise.
3757         * typeck2.c: (cxx_incomplete_type_error, split_nonconstant_init_1):
3758         Likewise.
3759         (store_init_value): Use build_constructor_from_list and update call
3760         to digest_init.
3761         (digest_init): Rewrite.
3762         (process_init_constructor): Rewrite from scratch. Split into...
3763         (process_init_constructor_array, picflag_from_initializer,
3764         process_init_constructor_record, process_init_constructor_union):
3765         New functions.
3766         (PICFLAG_ERRONEOUS, PICFLAG_NOT_ALL_CONSTANT, PICFLAG_NOT_ALL_SIMPLE):
3767         New macros.
3768         (build_functional_cast): Use build_constructor_from_list instead of
3769         build_constructor.
3771 2005-07-18  Mark Mitchell  <mark@codesourcery.com>
3773         PR c++/22263
3774         * cp-tree.h (instantiate_decl): Change prototype.
3775         * decl2.c (mark_used): Adjust accordingly.
3776         * pt.c (do_decl_instantiation): Likewise.
3777         (instantiate_class_member): Likewise.
3778         (instantiate_decl): Rename undefined_ok as expl_inst_class_mem_p.
3779         Clear DECL_INTERFACE_KNOWN for an explicitly instantiated template
3780         that has no definition available.
3781         (instantiate_pending_templates): Adjust call to instantiate_decl.
3783 2005-07-17  Mark Mitchell  <mark@codesourcery.com>
3785         PR c++/22139
3786         * cp-tree.h (DECL_TEMPLATE_INFO): Improve documentation.
3787         * decl.c (duplicate_decls): Re-register template specializations
3788         for functions that have DECL_TEMLPLATE_INFO, even if they do not
3789         have DECL_TEMPLATE_INSTANTIATION set.
3791 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3793         * call.c (diagnostic_fn_t): New.
3794         (build_temp, convert_like_real): Use diagnostic_fn_t.
3796 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
3798         PR c++/22204
3799         * repo.c (repo_emit_p): Robustify.
3801 2005-07-14  Daniel Berlin  <dberlin@dberlin.org>
3803         Fix PR c++/22452
3804         * tree.c (decl_linkage): Don't check DECL_COMDAT on CONST_DECL.
3806 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
3808         PR c++/22132
3809         * call.c (implicit_conversion): Add c_cast_p parameter.
3810         (standard_conversion): Likewise.  Allow conversions between
3811         differently-qualified pointer types when performing a C-style
3812         cast.
3813         (add_function_candidate): Adjust callee.
3814         (build_builtin_candidate): Likewise.
3815         (build_user_type_conversion_1): Likewise.
3816         (conditional_conversion): Likewise.
3817         (can_convert_arg): Likewise.
3818         (can_convert_arg_bad): Likewise.
3819         (perform_implicit_conversion): Likewise.
3820         * cp-tree.h (comp_ptr_ttypes_const): Declare.
3821         * typeck.c (comp_ptr_ttypes_const): Give it external linkage.
3822         Return bool.
3824 2005-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3825             Nathan Sidwell  <nathan@codesourcery.com>
3827         PR c++/20172
3828         * pt.c (tsubst_template_parms): Check for invalid non-type
3829         parameters.
3831 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
3833         * cp-lang.c (shadowed_var_for_decl, decl_shadowed_for_var_lookup,
3834         decl_shadowed_for_var_insert): Move over to cp-objcp-common.c.
3835         (cp_init_ts): Call init_shadowed_var_for_decl.
3836         Remove include of gt-cp-cp-lang.h.
3837         * cp-objcp-common.c (shadowed_var_for_decl,
3838         decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert): Moved from
3839         cp-lang.c.
3840         (init_shadowed_var_for_decl): New function to initialize
3841         shadowed_var_for_decl.
3842         Include gt-cp-cp-objcp-common.h.
3843         * Make-lang.in (gt-cp-lang.h): Remove.
3844         (gt-cp-cp-objcp-common.h): Add.
3845         (cp/cp-lang.o): Remove dependancy on gt-cp-lang.h.
3846         (cp/cp-objcp-common.o): Add dependancy on gt-cp-cp-objcp-common.h.
3847         * config-lang.in (gtfiles): Remove cp-lang.c and Add cp-objcp-common.c.
3848         * cp-tree (init_shadowed_var_for_decl): Add prototype.
3850 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
3852         * Make-lang.in: Add gt-cp-lang.h.
3853         (cp-lang.o): Ditto.
3854         * class.c (create_vtable_ptr): Stop setting DECL_ASSEMBLER_NAME on
3855         the field.
3856         * config-lang.in: Add cp-lang.c to gtfiles.
3857         * cp-lang.c: Include hashtab.h.
3858         (cp_init_ts): New function.
3859         (LANG_HOOK_INIT_TS): Use macro.
3860         (decl_shadowed_for_var_lookup): New function.
3861         (decl_shadowed_for_var_insert): Ditto.
3862         * cp-tree.h (THUNK_FUNCTION_CHECK): Use decl_common.
3863         (NON_THUNK_FUNCTION_CHECK): Ditto.
3864         (DECL_NAMESPACE_ASSOCIATIONS): Use decl_non_common.
3865         (DECL_INIT_PRIORITY): Ditto.
3866         (DECL_HAS_SHADOWED_FOR_VAR_P): Ditto.
3867         (DECL_SHADOWED_FOR_VAR): Use hashtable.
3868         (SET_DECL_SHADOWED_FOR_VAR): Ditto.
3869         * decl.c (duplicate_decls): Update for new/updated structures.
3870         (poplevel): Use SET_DECL_SHADOWED_FOR_VAR.
3871         * decl2.c (start_static_initialization_or_destruction): Deal with
3872         priority.
3873         * pt.c (tsubst_decl): Check TS_DECL_WRTL before doing
3874         SET_DECL_RTL.
3875         * tree.c (handle_init_priority_attribute): Handle priority.
3877 2005-07-08  Nathan Sidwell  <nathan@codesourcery.com>
3879         PR c++/21799
3880         * pt.c (type_unification_real): Add is_method argument.  Use it
3881         for this pointer unification.
3882         (fn_type_unification): Adjust type_unification_real call.
3883         (unify): Likewise.
3885 2005-07-07  Nathan Sidwell  <nathan@codesourcery.com>
3887         * pt.c (type_unification_real): Remove allow_incomplete argument.
3888         Remove unreachable code.
3889         (fn_type_unification): Adjust call to type_unification_real.
3890         (unify): Likewise.
3892 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
3894         * Makefile.in (class.o, decl2.o): Adjust dependencies.
3895         * class.c: Include tree-dump.h.
3896         * decl2.c: Include tree-dump.h.
3898 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3900         * dump.c: Use dump_string_field.
3902 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
3904         * cp-tree.h (GCC_DIAG_STYLE): #undef before defining.  Change
3905         minimum GCC version for format checking to 4.1.
3907 2005-07-02  Kazu Hirata  <kazu@codesourcery.com>
3909         * Make-lang.in (cc1plus-checksum.c): Use
3910         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
3912 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
3914         * name-lookup.c, parser.c: Use %q, %< and %> to quote in
3915         diagnostics.
3917 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
3918             Joseph S. Myers  <joseph@codesourcery.com>
3920         * error.c (location_of): Add comment.
3921         (locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
3922         * cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
3923         * call.c, class.c, decl.c, decl2.c, friend.c, init.c,
3924         name-lookup.c, parser.c, pt.c, search.c, semantics.c, typeck.c,
3925         typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
3926         or cp_pedwarn_at.  Mark up some diagnostic strings with N_.
3928 2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
3930         * decl.c (require_complete_types_for_parms): Call relayout_decl
3931         instead of layout_decl.
3933 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
3934             Jakub Jelinek  <jakub@redhat.com>
3936         * cp-lang.c: No need to include cxx-pretty-print.h.
3937         * error.c (cp_printer): Update signature.  No need to process
3938         flags.
3939         (print_instantiation_partial_context): Output last newline
3940         with pp_base_newline.
3941         * Make-lang.in: Update dependencies.
3943 2005-06-30  Steven Bosscher  <stevenb@suse.de>
3945         * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
3946         DECL_THREAD_LOCAL_P.
3947         (cp_finish_decl): Likewise.
3948         (grokvardecl): Set the default DECL_TLS_MODEL here.
3950 2005-06-28  Joseph S. Myers  <joseph@codesourcery.com>
3952         * cvt.c (ocp_convert): Use invalid_conversion hook.
3953         * typeck.c (build_binary_op): Use invalid_binary_op hook.
3954         (build_unary_op): Use invalid_unary_op hook.
3956 2005-06-28  Paul Brook  <paul@codesourcery.com>
3958         * Make-lang.in (cp/except.o): Depend on $(TARGET_H)
3959         * except.c: Include target.h.
3960         (init_exception_processing): Initialize unwind_resume_libfunc.
3961         * doc/tm.texi: Document TARGET_ASM_TTYPE
3963 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3965         * call.c (build_over_call): Pass in named argument list to
3966         `check_function_arguments'.
3967         * typeck.c (build_function_call): Likewise.
3969 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3971         * cp-tree.h (lang_check_failed): Add noreturn attribute.
3973 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
3975         * all files: Update FSF address in copyright headers.
3977 2005-06-23  Jason Merrill  <jason@redhat.com>
3979         PR c++/19317
3980         * semantics.c (simplify_aggr_init_expr): Use
3981         CALL_EXPR_RETURN_SLOT_OPT, not CALL_EXPR_HAS_RETURN_SLOT_ADDR.
3983 2005-06-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3985         * pt.c (register_specialization): Remove superfluous assertion.
3987 2005-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3989         * call.c (convert_like_real): Add format attribute.
3990         * typeck.c (check_for_casting_away_constness,
3991         build_static_cast_1): Likewise.
3992         * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
3993         Likewise.
3995 2005-06-17  Geoffrey Keating  <geoffk@apple.com>
3997         PR c++/17413
3998         * pt.c (type_unification_real): Apply template type deduction even
3999         to procedure parameters that are not dependent on a template
4000         parameter.
4002 2005-06-16  Nathan Sidwell  <nathan@codesourcery.com>
4004         * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might
4005         change.
4006         (create_pseudo_type_info): First parameter is an int.
4008 2005-06-15  Nathan Sidwell  <nathan@codesourcery.com>
4010         PR c++/20678
4011         * error.c (dump_expr) <COMPONENT_REF case>: Check DECL_NAME is not
4012         null.
4014         * Make-lang.in: Reformat some long lines.
4015         (gt-cp-rtti.h): New target.
4016         (cp/rtti.o): Add dependency.
4017         * config-lang.in (gtfiles): Add cp/rtti.c.
4018         * cp-tree.h (CPTI_TI_DESC_TYPE, CPTI_BLTN_DESC_TYPE,
4019         CPTI_PTR_DESC_TYPE, CPTI_ARY_DESC_TYPE, CPTI_FUNC_DESC_TYPE,
4020         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE,
4021         CPTI_SI_CLASS_DESC_TYPE, CPTI_VMI_CLASS_DESC_TYPE,
4022         CPTI_PTM_DESC_TYPE, CPTI_BASE_DESC_TYPE): Remove.
4023         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
4024         ary_desc_type_node, func_desc_type_node, enum_desc_type_node,
4025         class_desc_type_node, si_class_desc_type_node,
4026         vmi_class_desc_type_node, ptm_desc_type_node,
4027         base_desc_type_node): Remove.
4028         * decl.c: Adjust documentation of global trees.
4029         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL,
4030         TINFO_REAL_NAME): Remove.
4031         (struct tinfo_s): New.
4032         (enum tinfo_kind): New.
4033         (tinfo_descs): New.
4034         (get_tinfo_decl): Adjust use of tinfo descriptor.
4035         (tinfo_base_init, generic_initializer, ptr_initializer,
4036         ptm_initializer, class_initializer): Likewise.
4037         (get_pseudo_ti_init): Take descriptor index. Adjust.
4038         (create_pseudo_type_info): Likewise.
4039         (get_pseudo_ti_desc): Return descriptor index. Adjust.
4040         (create_tinfo_types): Adjust use of create_pseudo_type_info.
4041         (emit_tinfo_decl): Adjust use of tinfo descriptor.
4043 2005-06-14  Roger Sayle  <roger@eyesopen.com>
4045         * decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.
4047 2005-06-13  Geoffrey Keating  <geoffk@apple.com>
4049         * Make-lang.in (c++.install-man): Doesn't really depend on installdirs.
4050         (rule for installing g++.1 manpage): Does depend on installdirs.
4052 2005-06-13  Nathan Sidwell  <nathan@codesourcery.com>
4054         PR c++/20789
4055         * decl.c (cp_finish_decl): Clear runtime runtime initialization if
4056         in-class decl's initializer is bad.
4058         PR c++/21929
4059         * parser.c (struct cp_parser): Document that scope could be
4060         error_mark.
4061         (cp_parser_diagnose_invalid_type_name): Cope with error_mark for
4062         scope.
4063         (cp_parser_nested_name_specifier): Return NULL_TREE on error.
4064         (cp_parser_postfix_expression): Deal with null or error_mark
4065         scope.
4066         (cp_parser_elaborated_type_specifier): Adjust
4067         cp_parser_nested_name_specifier call.
4069         * parser (cp_parser_skip_to_end_of_block_or_statement): Cleanup.
4071 2005-06-12  Roger Sayle  <roger@eyesopen.com>
4073         PR c++/21930
4074         * error.c (dump_expr): UNARY_PLUS_EXPR need not handle void types.
4075         Treat CONVERT_EXPR identically to NOP_EXPR.
4077 2005-06-10  Aldy Hernandez  <aldyh@redhat.com>
4079         PR c++/10611
4080         * cvt.c (build_expr_type_conversion): Same.
4081         * typeck.c (build_binary_op): Handle vectors.
4082         (common_type): Same.
4083         (type_after_usual_arithmetic_conversions): Same.
4085 2005-06-08  Nathan Sidwell  <nathan@codesourcery.com>
4087         PR c++/19497
4088         * cp-tree.def (USING_DECL): Update documentation.
4089         * cp-tree.h (DECL_DEPENDENT_P): New.
4090         (USING_DECL_DECLS, USING_DECL_SCOPE): New.
4091         * class.c (handle_using_decl): Move most of the processing to ...
4092         * name-lookup.c (do_class_using_decl): ... here.  Make stricter.
4093         (push_using_decl): Use USING_DECL_SCOPE.
4094         (cp_emit_debug_info_for_using): Make extern.
4095         * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
4096         * name-lookup.h (cp_emit_debug_info_for_using): Declare.
4097         * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
4098         when tsubsting.
4099         (tsubst_expr): Use USING_DECL_SCOPE.
4100         * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
4101         * semantics.c (finish_member_declaration): Likewise.
4103 2005-06-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4105         PR c++/19894
4106         * pt.c (tsubst): Reject pointer-to-member of type void.
4108         PR c++/20563
4109         * parser.c (cp_parser_label_declaration): Deal with invalid/missing
4110         identifiers.
4112 2005-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4114         * cp-tree.def (DEFAULT_ARG): Adjust documentation.
4115         * cp-tree.h (DEFARG_INSTANTIATIONS): New.
4116         (struct tree_default_arg): Add instantiations member.
4117         * parser.c (cp_parser_late_parsing_default_args): Adjust to use a
4118         VEC.
4119         * pt.c (tsubst_arg_types): Likewise.
4121         * parser.c (cp_parser_late_parsing_default_args): Fix overeager
4122         assert in previous patch.
4124 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
4126         * error.c (locate_error): Use gmsgid instead of msgid for argument
4127         name.
4128         (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
4130 2005-06-06  Nathan Sidwell  <nathan@codesourcery.com>
4132         PR 21903
4133         * cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
4134         * parser.c (cp_parser_late_parsing_default_args): Propagate parsed
4135         argument to any early instantiations.
4136         * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
4138         PR c++/20637
4139         * cp-tree.h (add_method): Add using_decl parameter.
4140         * class.c (add_method): Add using_decl parameter.  Adjust error
4141         messages.
4142         (handle_using_decl): Pass the using decl to add_method.
4143         (clone_function_decl): Adjust add_member calls.
4144         * decl2.c (check_classfn): Likewise.
4145         * method.c (lazily_declare_fn): Likewise.
4146         * semantics.c (finish_member_declaration): Likewise.
4148         * method.c (synthesize_method): Use inform, not warning.
4150 2005-06-06  Hans-Peter Nilsson  <hp@axis.se>
4152         * config-lang.in (target_libs): Remove target-gperf.
4154 2005-06-05  Mark Mitchell  <mark@codesourcery.com>
4156         PR c++/21619
4157         * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
4158         * parser.c (cp_parser_postfix_expression): Allow non-constant
4159         expressions as arguments to __builtin_constant_p.
4160         * tree.c (builtin_valid_in_constant_expr_p): Use
4161         DECL_IS_BUILTIN_CONSTANT_P.
4163 2005-06-03  Mark Mitchell  <mark@codesourcery.com>
4165         PR c++/21853
4166         * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
4167         the pointed-to type for a pointer-to-member.
4169         PR c++/21336
4170         * cp-tree.h (grok_op_properties): Remove friendp parameter.
4171         * decl.c (grokfndecl): Adjust call.
4172         (grok_op_properties): Determine the class of which the function is
4173         a member by looking at its DECL_CONTEXT, not current_class_type.
4174         * pt.c (tsubst_decl): Adjust call to grok_op_properties.
4176 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
4178         * method.c (synthesize_method): Add addtional arg to warning call.
4180         PR c++/21280
4181         * Make-lang.in (method.o): Add diagnostic.h
4182         * decl.c (start_preparsed_function): Use decl's location for file
4183         info.
4184         * decl2.c (cp_finish_file): Set input_location before synthesizing
4185         a function.
4186         (mark_used): When deferring a synthesized function, save current
4187         location.  Do not set function's location when actually
4188         synthesizing it.
4189         * method.c: #include diagnostic.h.
4190         (synthesize_method): Set the functions source location.  Show
4191         needed location if errors are emitted.
4193         * decl.c (start_decl): Simplify specialization handling. Remove
4194         unneeded CLASSTYPE_TEMPLATE_INSTANTIATION check.
4195         * mangle.c (discriminator_for_local_entity): Use VEC_index.
4197         PR c++/20350
4198         * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
4200         PR c++/21151
4201         * name-lookup.c (pushtag): Push local class even in a template.
4203 2005-05-31  Nathan Sidwell  <nathan@codesourcery.com>
4205         PR c++/21165
4206         * init.c (integral_constant_value): Check the type of the
4207         initializer, not the decl.
4209 2005-05-30  Mark Mitchell  <mark@codesourcery.com>
4211         PR c++/21784
4212         * name-lookup.c (do_nonmember_using_decl): Ignore builtin
4213         functions, even when the used name is not a function.
4215 2005-05-30  Kazu Hirata  <kazu@cs.umass.edu>
4217         * operators.def, optimize.c: Update copyright.
4219 2005-05-28  Mark Mitchell  <mark@codesourcery.com>
4221         PR c++/21210
4222         * call.c (standard_conversion): Permit conversions to complex
4223         types if conversion to the corresponding scalar type would be
4224         permitted.
4226         PR c++/21340
4227         * method.c (implicitly_declare_fn): Clear processing_template_decl
4228         when generating implicit declaration.
4230 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
4232         PR c++/21614
4233         * typeck.c (get_member_function_from_ptrfunc): Do not attempt
4234         conversions to base classes of incomplete types.
4236 2005-05-27  Ian Lance Taylor  <ian@airs.com>
4238         * semantics.c (add_stmt): Add C++ frontend specific version.
4239         * cp-tree.h (STMT_IS_FULL_EXPR_P): Define.
4240         (stmts_are_full_exprs_p): Declare.
4242 2005-05-27  Roger Sayle  <roger@eyesopen.com>
4243             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4245         * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
4246         * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
4247         of CONVERT_EXPR.
4248         (cp_parser_unary_expression): Likewise.
4249         * typeck.c (build_unary_op): Likewise.
4250         * call.c (add_builtin_candidate, build_new_op): Likewise.
4251         * error.c (dump_expr): Likewise.
4252         * pt.c (tsubst_copy, tsubst_copy_and_build): Likewise.
4253         * decl.c (ambi_op_p, grok_op_properties): Likewise.
4254         * dump.c (dump_op): Likewise.
4255         * lex.c (init_operators): Likewise.
4256         * operators.def ("+"): Likewise.
4257         * cp-gimplify.c (cp_gimplify_expr): Handle UNARY_PLUS_EXPR like a
4258         conversion, if the result and argument types differ.
4259         * tree.c (fold_if_not_in_template): Fold UNARY_PLUS_EXPR much
4260         like a NOP_EXPR when !processing_template_decl.
4262         * cxx-pretty-print.c (pp_cxx_cast_expression): Prototype.
4263         (pp_cxx_unary_expression): Handle new UNARY_PLUS_EXPR tree code.
4265 2005-05-27  Nathan Sidwell  <nathan@codesourcery.com>
4267         PR c++/21455
4268         * typeck.c (get_delta_difference): Cope with incomplete but equal
4269         classes.  Reorder if.
4271         PR c++/21681
4272         * parser.c (cp_parser_late_parsing_for_member): Disable access
4273         checking for template functions.
4275 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4277         PR c++/21768
4278         * pt.c (redeclare_class_template): Change error message according
4279         to coding conventions.
4281 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4283         * call.c (build_op_delete_call): Fix quoting in error message.
4285 2005-05-25  Richard Henderson  <rth@redhat.com>
4287         PR libgcj/21692
4288         * cp-tree.h (make_alias_for): Declare.
4289         * decl2.c (build_java_method_aliases): New.
4290         (cp_finish_file): Call it.
4291         * method.c (make_alias_for): Split out from ...
4292         (make_alias_for_thunk): ... here.
4294 2005-05-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4296         PR c++/21686
4297         * semantics.c (finish_id_expression): Fix quoting in error message.
4299 2005-05-25  DJ Delorie  <dj@redhat.com>
4301         * decl.c (duplicate_decls): Move warning control from if() to
4302         warning(OPT_*).
4303         * name-lookup.c (parse_using_directive): Likewise.
4304         * parser.c (cp_parser_elaborated_type_specifier): Likewise.
4305         (cp_parser_init_declarator): Likewise.
4306         * tree.c (handle_com_interface_attribute): Likewise.
4308 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
4310         * class.c (layout_class_type): Do not issue C++ ABI warnings
4311         for ObjC structs.
4312         * decl.c (objc_mark_locals_volatile): Streamline by calling
4313         objc_volatilize_decl().
4314         * parser.c (cp_parser_objc_message_expression): Allow simple
4315         type specifiers (instead of merely type names) as message
4316         receivers.
4317         * pt.c (template_args_equal): Do not call objc_comptypes().
4318         * typeck.c (composite_pointer_type): If both pointers are
4319         ObjC-esque, arbitrarily choose the first; do not call
4320         objc_comptypes().
4321         (comptypes): Do not call objc_comptypes().
4322         (convert_for_assignment): Call objc_compare_types().
4323         (comp_ptr_ttypes_real): Call objc_type_quals_match() before
4324         concluding that types do not match.
4326 2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>
4328         PR C++/21645
4329         * optimize.c (update_cloned_parm): Copy the TYPE also from the
4330         original one.
4332 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
4334         PR c++/21495
4335         * decl.c (grokdeclarator): Fix "storage class specified for"
4336         error reporting.
4338 2005-05-19  Kazu Hirata  <kazu@cs.umass.edu>
4340         * parser.c: Fix comment typos.
4342 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
4344         * Make-lang.in (cc1plus-dummy): New.
4345         (cc1plus-checksum.c): New.
4346         (cc1plus-checksum.o): New.
4347         (cc1plus): Add cc1plus-checksum.o.
4349 2005-05-17  H.J. Lu  <hongjiu.lu@intel.com>
4351         PR C++/19664
4352         * decl2.c (determine_visibility): Don't set visibility to
4353         hidden if it has been set explicitly by user.
4355 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
4356             Mike Stump  <mrs@apple.com>
4358         Yet more Objective-C++...
4360         * cp-objcp-common.h (cxx_get_alias_set): Move from
4361         here...
4362         (cxx_warn_unused_global_decl): Likewise.
4363         (cp_expr_size): Likewise.
4364         (cp_tree_size): Likewise.
4365         (cp_var_mod_type_p): Likewise.
4366         (cxx_initialize_diagnostics): Likewise.
4367         (cxx_types_compatible_p): Likewise.
4368         * cp-tree.h: to here.
4369         (do_poplevel): Add.
4370         * lex.c (D_OBJC): Add.
4371         (init_reswords): Add.
4372         * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
4373         * parser.c: Add c-common.h include.
4374         * pt.c: Add c-common.h and cp-objcp-common.h includes.
4375         (template_args_equal): Use objc_comptypes as well.
4376         (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
4377         * semantics.c (do_poplevel): Remove static.
4379         * decl.c (objc_mark_locals_volatile): Don't change decls that are
4380         already ok.
4381         * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
4382         Objective C++ early enough.
4383         * lex.c (struct resword reswords): Add Objective-C++ support.
4384         * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
4385         (cp_parser_objc_message_receiver): Add.
4386         (cp_parser_objc_message_args): Likewise.
4387         (cp_parser_objc_message_expression): Likewise.
4388         (cp_parser_objc_encode_expression): Likewise.
4389         (cp_parser_objc_defs_expression): Likewise.
4390         (cp_parser_objc_protocol_expression): Likewise.
4391         (cp_parser_objc_selector_expression): Likewise.
4392         (cp_parser_objc_expression): Likewise.
4393         (cp_parser_objc_visibility_spec): Likewise.
4394         (cp_parser_objc_method_type): Likewise.
4395         (cp_parser_objc_protocol_qualifiers): Likewise.
4396         (cp_parser_objc_typename): Likewise.
4397         (cp_parser_objc_selector_p): Likewise.
4398         (cp_parser_objc_selector): Likewise.
4399         (cp_parser_objc_method_keyword_params): Likewise.
4400         (cp_parser_objc_method_tail_params_opt): Likewise.
4401         (cp_parser_objc_interstitial_code): Likewise.
4402         (cp_parser_objc_method_signature): Likewise.
4403         (cp_parser_objc_method_prototype_list): Likewise.
4404         (cp_parser_objc_method_definition_list): Likewise.
4405         (cp_parser_objc_class_ivars): Likewise.
4406         (cp_parser_objc_identifier_list): Likewise.
4407         (cp_parser_objc_alias_declaration): Likewise.
4408         (cp_parser_objc_class_declaration): Likewise.
4409         (cp_parser_objc_protocol_declaration): Likewise.
4410         (cp_parser_objc_protocol_refs_opt): Likewise.
4411         (cp_parser_objc_superclass_or_category): Likewise.
4412         (cp_parser_objc_class_interface): Likewise.
4413         (cp_parser_objc_class_implementation): Likewise.
4414         (cp_parser_objc_end_implementation): Likewise.
4415         (cp_parser_objc_declaration): Likewise.
4416         (cp_parser_objc_try_catch_finally_statement): Likewise.
4417         (cp_parser_objc_synchronized_statement): Likewise.
4418         (cp_parser_objc_throw_statement): Likewise.
4419         (cp_parser_objc_statement): Likewise.
4420         (cp_parser_primary_expression): Add Objective-C++.
4421         (cp_parser_statement): Likewise.
4422         (cp_parser_declaration): Likewise.
4423         (cp_parser_simple_type_specifier): Likewise.
4424         (cp_parser_type_name): Likewise.
4425         (cp_parser_parameter_declaration_list): Likewise.
4426         (cp_parser_member_declaration) Likewise.
4427         * tree.c: Include debug.h.
4428         * typeck.c (composite_pointer_type): Add Objective-C++ support.
4429         (finish_class_member_access_expr): Likewise.
4430         (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
4431         (build_modify_expr): Allow objc to generate write barriers.
4433         * Make-lang.in (cp/tree.o): Add debug.h.
4434         * tree.c (lvalue_p_1, case CONST_DECL): Add.
4436 2005-05-18  Jan Hubicka  <jh@suse.cz>
4438         * method.c: Include tree-pass.h
4439         (use_thunk): Lower body before expanding.
4441 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
4443         PR c++/21454
4444         * decl.c (maybe_deduce_size_from_array_init): Call
4445         cp_apply_type_quals_to_decl after completing array type.
4447 2005-05-16  Richard Henderson  <rth@redhat.com>
4449         * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
4450         (build_library_fn): ... here.
4452 2005-05-12  Ian Lance Taylor  <ian@airs.com>
4454         * cp-tree.h (cp_stmt_codes): Don't define.
4455         (statement_code_p): Declare.
4456         (STATEMENT_CODE_P): Define.
4457         * lex.c (statement_code_p): Define.
4458         (cxx_init): Use actual codes in stmt_codes initializer, not
4459         cp_stmt_codes macro.  Initialize statement_code_p directly, rather
4460         than using INIT_STATEMENT_CODES.
4462 2005-05-09  Mark Mitchell  <mark@codesourcery.com>
4464         * typeck.c (build_unary_op): Do not resort to address arithmetic
4465         when taking the address of a COMPONENT_REF.
4467 2005-05-08  Kazu Hirata  <kazu@cs.umass.edu>
4469         * class.c (vtbl_init_data_s): Change the type of fns to
4470         VEC(tree,gc)*.
4471         (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
4472         Use VEC instead of VARRAY.
4474 2005-05-07  Richard Sandiford  <rsandifo@redhat.com>
4476         * mangle.c: Remove a reference to the MIPS -mint64 option.
4478 2005-05-07  Kazu Hirata  <kazu@cs.umass.edu>
4480         * decl.c (wrapup_globals_for_namespace): Use VEC instead of
4481         VARRAY.
4482         * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
4483         * name-lookup.h (cp_binding_level): Change the type of
4484         static_decls to VEC(tree,gc)*.
4486         * mangle.c (globals): Change the type of substitutions to
4487         VEC(tree,gc)*.
4488         (dump_substitution_candidates, add_substitution,
4489         find_substitution, finish_mangling, init_mangle): Use VEC
4490         instead of VARRAY.
4492 2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>
4494         * decl2.c (spew_debug): Remove.
4496         * decl2.c (ssdf_decls, start_static_storage_duration_function,
4497         generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
4499         * decl2.c (pending_statics, note_vague_linkage_var,
4500         cp_finish_file): Use VEC instead of VARRAY.
4501         (pending_statics_used): Remove.
4503 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
4505         * decl2.c (deferred_fns, note_vague_linkage_fn,
4506         cp_finish_file): Use VEC instead of VARRAY.
4508 2005-05-05  Mark Mitchell  <mark@codesourcery.com>
4510         PR c++/21352
4511         * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
4513 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
4515         * pt.c: Fix a comment typo.
4517 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
4519         * cp-tree.h (language_function): Change the type of
4520         x_local_names to VEC.
4521         * decl.c (push_local_name): Adjust uses of local_names.
4523 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
4525         * friend.c, lex.c, mangle.c, repo.c: Update copyright.
4527 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
4529         * class.c (local_classes, init_class_processing): Use VEC
4530         instead of VARRAY.
4531         * cp-tree.h (local_classes): Likewise.
4532         * mangle.c (discriminator_for_local_entity): Likewise.
4533         * name-lookup.c (pushtag): Likewise.
4535         * class.c (current_lang_depth, push_lang_context,
4536         pop_lang_context): Use VEC instead of VARRAY.
4537         * cp-tree.h (saved_scope): Use VEC for lang_base instead of
4538         VARRAY.
4539         * name-lookup.c (push_to_top_level): Use VEC instead of
4540         VARRAY.
4542 2005-05-02  Paolo Bonzini  <bonzini@gnu.org>
4544         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
4545         for BUILT_IN_MD built-ins.
4547 2005-05-02  Michael Matz  <matz@suse.de>
4549         PR c++/19542
4550         * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
4551         common frontend.
4552         (null_node): Remove.
4553         * lex.c (cxx_init): Move null_node initialisation to C common frontend.
4555 2005-04-25  Ian Lance Taylor  <ian@airs.com>
4557         * cp-tree.def: Add EXPR_STMT.
4558         * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
4559         (EXPR_STMT_EXPR): Define.
4560         * cp-gimplify.c: Include "flags.h".
4561         (gimplify_expr_stmt): New static function.
4562         (cp_gimplify_expr): Handle EXPR_STMT.
4563         * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
4564         rather than pp_expression.
4565         (pp_cxx_statement): Handle EXPR_STMT.
4566         * dump.c (cp_dump_tree): Handle EXPR_STMT.
4567         * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
4568         initializer.
4570 2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>
4572         PR C++/21188
4573         * rtti.c (ifnonnull): Cast the zero comparison operand
4574         to the correct type.
4576 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
4578         PR middle-end/20991
4579         * class.c: Include cgraph.h.
4580         (cp_fold_obj_type_ref): Set node->local.vtable_method.
4581         * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
4583 2005-04-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
4585         * mangle.c (write_builtin_type): Handle integer types which are
4586         not one of the shared integer type nodes and emit a "vendor
4587         extended builtin type" with an encoding in the form of "u5int96".
4589 2005-04-24  Ian Lance Taylor  <ian@airs.com>
4591         * cp-tree.def (USING_STMT): Change class to tcc_statement.
4592         (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
4593         (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
4594         (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
4596 2005-04-23  DJ Delorie  <dj@redhat.com>
4598         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
4599         init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
4600         repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
4601         callers.
4603 2005-04-22  Per Bothner  <per@bothner.com>
4605         * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
4606         input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
4608 2005-04-22  Alexandre Oliva  <aoliva@redhat.com>
4610         PR c++/21087
4611         * name-lookup.c (push_overloaded_decl): Do not overload with
4612         non-duplicate anticipated built-in.
4614 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
4616         * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
4617         VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
4619 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
4621         * cp-tree.h: Adjust for new VEC API.
4622         Define VEC(tree_pair_s,gc).
4623         (struct save_scope): Adjust.
4624         (struct lang_type_class): Adjust.
4625         (unemitted_tinfo_decls): Adjust.
4626         * class.c (add_method, resort_type_method_vec,
4627         finish_struct_methods, struct find_final_overrider_data,
4628         dfs_find_final_overrider_pre, find_final_overrider,
4629         get_vcall_index, warn_hidden, walk_subobject_offsets,
4630         check_methods, fixup_inline_methods, end_of_class,
4631         warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
4632         add_vcall_offset): Adjust.
4633         * decl.c (xref_basetypes, finish_method): Adjust.
4634         * decl2.c (check_classfn): Adjust.
4635         * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
4636         * method.c (do_build_copy_constructor): Adjust.
4637         * name-lookup.c (new_class_binding, store_binding,
4638         store_bindings, store_class_bindings): Adjust.
4639         * name-lookup.h: Define VEC(cxx_saved_binding,gc),
4640         VEC(cp_class_binding,gc).
4641         (struct cp_binding_level): Adjust.
4642         * parser.c: Define VEC(cp_token_position,heap).
4643         (struct cp_lexer): Adjust.
4644         (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
4645         cp_lexer_save_tokens): Adjust.
4646         * pt.c (retrieve_specialization,
4647         check_explicit_specialization): Adjust.
4648         * rtti.c (unemitted_tinfo_decls): Adjust.
4649         (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
4650         get_pseudo_ti_desc): Adjust.
4651         * search.c (dfs_access_in_type, lookup_conversion_operator,
4652         lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
4653         dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
4654         * semantics.c: Define VEC(deferred_access,gc).
4655         (push_deferring_access_checks): Adjust.
4656         * typeck2.c (abstract_virtuals_error): Adjust.
4658 2005-04-20  Ian Lance Taylor  <ian@airs.com>
4660         * cp-tree.def: Add STMT_EXPR.
4661         * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
4662         (STMT_EXPR_STMT): Define.
4663         * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
4664         STMT_EXPR.
4665         (pp_cxx_expression): Likewise.
4666         (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
4667         * dump.c (cp_dump_tree): Handle STMT_EXPR.
4669 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
4671         * decl.c (expand_static_init): Call build2 and build3 instead
4672         of build.
4674         * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
4676 2005-04-17  Ian Lance Taylor  <ian@airs.com>
4678         * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
4679         * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
4680         ARROW_EXPR.
4681         (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
4682         (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
4683         ALIGNOF_EXPR.
4684         * typeck.c (cxx_sizeof_or_alignof_type): Update call to
4685         c_sizeof_or_alignof_type for change in parameter type.
4687 2005-04-16  Mark Mitchell  <mark@codesourcery.com>
4689         PR c++/21025
4690         * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
4691         which sizeof/alignof is dependent, rather than just whether we are
4692         processing_template_decl.
4694 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
4696         * cp-tree.h (LOOKUP_GLOBAL): Remove.
4697         (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
4698         LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
4699         LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
4700         their values.
4702 2005-04-15  Richard Henderson  <rth@redhat.com>
4704         PR middle-end/14311
4705         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
4707 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
4709         * cp-tree.h (lang_type_class): Remove redefined.  Move
4710         java_interface into where redefined was.  Increment the width
4711         of dummy.
4712         (TYPE_REDEFINED): Remove.
4714 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
4716         * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
4717         CLASSTYPE_TEMPLATE_LEVEL): Remove.
4719 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
4721         * decl2.c (determine_visibility): Don't use export_class_data.
4722         (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
4723         TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
4725 2005-04-09  Kazu Hirata  <kazu@cs.umass.edu>
4727         * cp-tree.h (cxx_alignof): Remove.
4729         * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
4731         * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
4732         CONV_STATIC_CAST): Remove.
4734         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
4736         * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
4738         * cp-tree.h (cp_deprecated): Remove.
4740 2005-04-08  Ian Lance Taylor  <ian@airs.com>
4742         * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
4743         CONTINUE_STMT, SWITCH_STMT.
4744         * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
4745         BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
4746         (WHILE_COND, WHILE_BODY): Define.
4747         (DO_COND, DO_BODY): Define.
4748         (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
4749         (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
4750         * cp-gimplify.c (enum bc_t): Define.
4751         (struct cp_gimplify_ctx, ctxp): Define.
4752         (push_context, pop_context): New static functions.
4753         (begin_bc_block, finish_bc_block): New static functions.
4754         (build_bc_goto): New static function.
4755         (gimplify_cp_loop, gimplify_for_stmt): New static functions.
4756         (gimplify_while_stmt, gimplify_do_stmt): Likewise.
4757         (gimplify_switch_stmt): Likewise.
4758         (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
4759         SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
4760         (cp_genericize): Call push_context and pop_context.
4761         * semantics.c (finish_break_stmt): Just call build_stmt
4762         (BREAK_STMT) rather than build_break_stmt.
4763         (finish_continue_stmt): Corresponding change.
4764         * decl.c (pop_switch): Update call to c_do_switch_warnings for new
4765         parameters.
4766         * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
4767         WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
4768         * dump.c (cp_dump_tree): Likewise.
4770 2005-04-08  Mark Mitchell  <mark@codesourcery.com>
4772         PR c++/20905
4773         * parser.c (cp_parser_type_specifier_seq): Add is_condition
4774         parameter.
4775         (cp_parser_new_type_id): Pass it.
4776         (cp_parser_condition): Likewise.
4777         (cp_parser_conversion_type_id): Likewise.
4778         (cp_parser_type_id): Likewise.
4779         (cp_parser_type_specifier_seq): In a condition, do not allow
4780         invalid type-specifier combinations.
4781         (cp_parser_exception_declaration): Adjust call to
4782         cp_parser_type_specifier_seq.
4784         * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
4785         * cp-tree.h (struct tinst_level): Add in_system_header_p.
4786         (TINST_IN_SYSTEM_HEADER_P): New macro.
4787         (make_tinst_level): Remove.
4788         * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
4789         the instantiated class.
4790         (push_tinst_level): Do not use make_tinst_level.  Set
4791         TINST_IN_SYSTEM_HEADER_P.
4792         (pop_tinst_level): Likewise.
4793         (instantiate_class_template): Set in_system_header.
4794         (instantiate_pending_templates): Likewise.
4795         * tree.c (make_tinst_level): Remove.
4797 2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
4799         * decl.c (start_decl): Apply pending #pragma weak regardless of
4800         scope.
4802 2005-04-06  Mark Mitchell  <mark@codesourcery.com>
4804         PR c++/20212
4805         * pt.c (regenerate_decl_from_template): Copy attributes for
4806         parameters from the pattern to the instantiation.
4808 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
4810         PR c++/20734
4811         * cp-tree.def (OFFSET_REF): Correct comments.
4812         * init.c (build_offset_ref): Remove misleading comment.
4813         * typeck.c (build_unary_op): Handle pointer-to-member creation
4814         here, rather than ...
4815         (unary_complex_lvalue): ... here.
4817 2005-04-06  Jason Merrill  <jason@redhat.com>
4819         PR c++/19312
4820         * tree.c (stabilize_init): Don't bother trying to stabilize
4821         something with no side-effects.
4823 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
4825         PR c++/20763
4826         * decl.c (grokdeclarator): Correct attribute handling.
4828 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
4830         PR c++/19159
4831         * decl2.c (import_export_decl): Use non-COMDAT external linkage
4832         for virtual tables, typeinfo, etc. that will be emitted in only
4833         one translation unit on systems without weak symbols.
4835 2005-04-04  Mark Mitchell  <mark@codesourcery.com>
4837         PR c++/20679
4838         * parser.c (cp_parser_template_name): Fix thinko.
4840 2005-04-04  Nathan Sidwell  <nathan@codesourcery.com>
4842         PR c++/20746
4843         * method.c (use_thunk): Protect covariant pointer return
4844         adjustments from NULL pointers.
4846 2005-04-04  Jan Hubicka  <jh@suse.cz>
4848         * decl2.c (finish_objects): Revert my previous patch.
4849         (cp_finish_file): Likewise.
4851 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
4853         * pt.c: Fix comment typos.
4855 2005-04-03  Nathan Sidwell  <nathan@codesourcery.com>
4857         PR c++/20723
4858         * pt.c (more_specialized_fn): Member functions are unordered wrt
4859         non-members.  Conversion operators are unordered wrt other
4860         functions.
4862 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
4864         * call.c (add_template_candidates_real): Remove length parameter
4865         from fn_type_unification call.
4866         * class.c (resolve_address_of_overloaded_function): Likewise
4867         * cp-tree.h (fn_type_unification): Remove length parameter.
4868         * pt.c (get_bindings_overload): Remove.
4869         (get_bindings_real): Rename to ...
4870         (get_bindings): ... here.  Remove length and strict
4871         parameters. Change return type flag to boolean.  Remove original
4872         forwarding function.
4873         (determine_specialization): Adjust get_bindings call.
4874         (fn_type_unification): Remove length parameter.  Adjust.
4875         (type_unification_real): Remove length parameter.  Adjust.
4876         (resolve_overloaded_unification): Adjust get_bindings call.
4877         (try_one_overload): Simplify confusing cascaded if control flow.
4878         (unify): Remove length paramter from type_unification_real call.
4879         (most_specialized_instantiation): Adjust get_bindings calls.
4880         (most_specialized): Likewise.
4882 2005-03-31  Nathan Sidwell  <nathan@codesourcery.com>
4884         PR c++/19203, implement DR 214
4885         * call.c (joust): Use more_specialized_fn.
4886         * cp-tree.h (DEDUCE_ORDER): Remove.
4887         (more_specialized): Replace with ...
4888         (more_specialized_fn): ... this.
4889         * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
4890         case.
4891         (type_unification_real): Remove DEDUCE_ORDER case.
4892         (more_specialized): Replace with ...
4893         (more_specialized_fn): ... this.  Implement DR 214.
4894         (most_specialized_instantiation): Use get_bindings_real directly.
4896 2005-03-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4898         PR c++/18644
4899         * call.c (build_new_op): Remove check for -Wsynth.
4901 2005-03-31  Jan Hubicka  <jh@suse.cz>
4903         * decl2.c (finish_objects): Mark ctor as needed.
4904         (cp_finish_file): Output variables only in nonunit-at-a-time.
4906 2005-03-29  Richard Henderson  <rth@redhat.com>
4908         PR c/20519
4909         * decl.c (cp_complete_array_type): Rename from complete_array_type.
4910         Use the new complete_array_type in c-common.c.  Update all callers.
4911         * cp-tree.h (cp_complete_array_type): Update to match.
4913 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
4915         * typeck.c (build_static_cast_1): Allow scalar_cast between
4916         any integral, floating, or enumeration type.
4918 2005-03-24  Steven Bosscher  <stevenb@suse.de>
4920         * typeck.c (comptypes): First determine if the types are compatible
4921         from a target-independent point of view.  Check target attributes
4922         last.
4924         * class.c (build_base_path):
4925         (build_vbase_offset_vtbl_entries):
4926         (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
4927         * error.c (dump_expr): Likewise.
4928         * init.c (build_zero_init, expand_cleanup_for_base,
4929         build_vec_delete_1): Likewise.
4930         * mangle.c (write_integer_cst): Likewise.
4931         * method.c (thunk_adjust): Likewise.
4932         * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
4933         * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
4934         * typeck.c (build_ptrmemfunc_access_expr,
4935         (get_member_function_from_ptrfunc): Likewise.
4937 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
4939         * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
4941 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
4943         * cp-tree.h (perform_integral_promotions): Remove.
4944         (default_conversion): Add.
4946 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
4948         * parser.c (cp_parser_warn_min_max): New function.
4949         (cp_parser_binary_expression): Use it.
4950         (cp_parser_assignment_operator_opt): Likewise.
4951         (cp_parser_operator): Likewise.
4953 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4955         PR c++/19980
4956         * decl.c (start_preparsed_function): Robustify.
4958 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4960         PR c++/20499
4961         * parser.c (cp_parser_class_head): Return NULL_TREE when
4962         encountering a redefinition.
4964 2005-03-22  Nathan Sidwell  <nathan@codesourcery.com>
4966         PR c++/20465
4967         PR c++/20381
4968         * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
4969         template.
4971 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
4973         PR c++/20461
4974         PR c++/20536
4975         * init.c (emit_mem_initializers): Don't crash on undefined
4976         types.
4978 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
4980         PR c++/20147
4981         * semantics.c (finish_stmt_expr_expr): Return immediately
4982         if error_operand_p (expr).
4984 2005-03-21  Joseph S. Myers  <joseph@codesourcery.com>
4986         * cp-tree.h (lvalue_or_else, lvalue_p): New.
4987         * typeck.c (lvalue_or_else): New.  Call lvalue_error.
4989 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4991         PR c++/20240
4992         * decl.c (decls_match): Compare context of VAR_DECL.
4994 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4996         PR c++/20333
4997         * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
4998         Check the return value of cp_parser_nested_name_specifier.
5000 2005-03-18  Dale Johannesen <dalej@apple.com>
5002         * cp/tree.c (cp_tree_equal):  Handle SSA_NAME.
5004 2005-03-18  Paolo Carlini  <pcarlini@suse.de>
5006         PR c++/20463
5007         * parser.c (cp_parser_diagnose_invalid_type_name):
5008         Check TYPE_BINFO (current_class_type) before attempting
5009         to emit inform messages.
5011 2005-03-17  Paolo Carlini  <pcarlini@suse.de>
5013         PR c++/19966
5014         * cp-tree.h (grok_op_properties): Change return type to void.
5015         * decl.c (grok_op_properties): Return early - don't check the
5016         arity - in case of a static member or an operator that cannot
5017         be non-member; tidy a bit.
5019 2005-03-17  Nathan Sidwell  <nathan@codesourcery.com>
5021         PR c++/20186
5022         * pt.c (contains_dependent_cast_p): Remove.
5023         (fold_non_dependent_expr): Don't use it.
5024         (value_dependent_expression_p): Use a switch statement.
5025         reference_exprs can be dependent.
5027 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5029         PR c++/4403
5030         PR c++/9783, DR433
5031         * name-lookup.c (pushtag): Skip template parameter scope when
5032         scope is ts_global.  Don't push tag into template parameter
5033         scope.
5034         * pt.c (instantiate_class_template): Reorder friend class
5035         template substitution to handle non-dependent friend class
5036         that hasn't been previously declared.
5038 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5040         Friend class name lookup 5/n
5041         PR c++/1016
5042         * cp-tree.h (pushtag): Adjust declaration.
5043         * decl.c (lookup_and_check_tag): Call lookup_type_scope if
5044         lookup_name fails.
5045         (xref_tag): Adjust call to pushtag.  Make hidden class visible.
5046         (start_enum): Adjust call to pushtag.
5047         * name-lookup.c (ambiguous_decl): Ignore hidden names.
5048         (qualify_lookup): Change return type to bool.
5049         (hidden_name_p): New function.
5050         (lookup_namespace_name, unqualified_namespace_lookup,
5051         lookup_name_real): Use it.
5052         (lookup_type_scope): Update comments.
5053         (maybe_process_template_type_declaration): Change parameter name
5054         from globalize to is_friend.
5055         (pushtag): Change globalize parameter of type int to tag_scope.
5056         Hide name if introduced by friend declaration.
5057         * name-lookup.h (hidden_name_p): Add declaration.
5058         * parser.c (cp_parser_lookup_name): Don't deal with hidden name
5059         here.
5060         * pt.c (push_template_decl_real): Make hidden class template
5061         visible.
5062         (lookup_template_class, instantiate_class_template): Adjust call
5063         to pushtag.
5064         * semantics.c (begin_class_definition): Likewise.
5065         * rtti.c (init_rtti_processing, build_dynamic_cast_1,
5066         tinfo_base_init, emit_support_tinfos): Use ts_current instead of
5067         ts_global.
5069 2005-03-13  Mark Mitchell  <mark@codesourcery.com>
5071         PR c++/20157
5072         * pt.c (determine_specialization): Reject non-specializations.
5074 2005-03-11  Per Bothner  <per@bothner.com>
5076         * cp-tree.h (struct cp_declarator): New id_loc field.
5077         * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
5078         location using c_lex_with_flags, instead of input_location.
5079         (cp_parser_direct_declarator): Set declarator's id_loc from
5080         cp_token's id_loc.
5082 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
5084         PR c++/18384, c++/18327
5085         * decl.c (reshape_init_array): Use UHWI type for max_index_cst
5086         and index.  Convert max_index to size_type_node if it isn't
5087         host_integerp (, 1).
5089 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
5091         PR c++/20208
5092         * pt.c (tsubst_decl): Apply array-to-pointer and
5093         function-to-pointer conversions to function arguments.
5094         (regenerate_decl_from_template): Likewise.
5096 2005-03-09  Paolo Carlini  <pcarlini@suse.de>
5098         PR c++/16859
5099         * decl.c (complete_array_type): In pedantic mode, return
5100         3 for an empty initializer list as the initializer for an
5101         array of unknown bound (8.5.1/4).
5102         (maybe_deduce_size_from_array_init): Fix final test to use
5103         the above.
5105 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5107         PR c++/20186
5108         * pt.c (contains_dependent_cast_p): New.
5109         (fold_non_dependent_expr): Call it.
5111 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
5113         PR c++/20142
5114         * cp-tree.h (target_type): Remove.
5115         * decl.c (layout_var_decl): Remove #if 0'd code.
5116         (cp_finish_decl): Remove dead code.
5117         * init.c (build_vec_init): When determining whether or not the
5118         element type has an asignment operator, look through all array
5119         dimensions.
5120         * typeck.c (target_type): Remove.
5122 2005-03-07  Mark Mitchell  <mark@codesourcery.com>
5124         * class.c (finish_struct_1): Do not warn about non-virtual
5125         destructors in Java classes.
5127 2005-03-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5129         PR c++/19311
5130         * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
5131         * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
5132         for OFFSET_TYPE.
5133         * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
5134         Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
5135         (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
5136         template.
5138 2005-03-02  Alexandre Oliva  <aoliva@redhat.com>
5140         * name-lookup.c (push_overloaded_decl): Don't error if the new
5141         decl matches the old one.
5142         * decl.c (redeclaration_error_message): Likewise.
5144 2005-03-01  Per Bothner  <per@bothner.com>
5146         * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
5147         unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
5149 2005-03-01  Nathan Sidwell  <nathan@codesourcery.com>
5151         PR c++/20232
5152         * class.c (update_vtable_entry_for_fn): Don't crash on invalid
5153         covariancy.
5155         * cp-tree.g (THUNK_TARGET): Expand comment.
5156         * method.c (use_thunk): Make sure we also use the target, if that
5157         is a thunk.
5159 2005-02-27  Jakub Jelinek  <jakub@redhat.com>
5161         PR c++/20206
5162         * decl.c (cxx_comdat_group): Put thunks for
5163         TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
5164         comdat group as the thunk target.
5166 2005-02-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5168         * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
5169         parser.c: Fix comment typo(s).
5171 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
5173         PR c++/20175
5174         * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
5175         initializes a char/wchar_t array.
5177 2005-02-23  Mark Mitchell  <mark@codesourcery.com>
5179         PR c++/19878
5180         * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
5181         with internal linkage.
5183 2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
5185         * decl.c (grokvardecl): Don't exempt anonymous types from having
5186         linkage for variables that have linkage other than "C".
5188 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
5190         * cp-objcp-common.h, error.c: Update copyright.
5192 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
5194         PR c++/20073
5195         * decl.c (start_decl_1): Don't clear TREE_READONLY.
5196         (cp_finish_decl): Likewise.
5197         (complete_vars): Call cp_apply_type_quals_to_decl.
5198         * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
5199         cases where that's not valid.
5201         PR c++/19991
5202         * init.c (integral_constant_value): Iterate if the value of a decl
5203         is itself a constant.
5205         PR c++/20152
5206         * parser.c (cp_parser_class_head): Check for redefintions here.
5207         * semantics.c (begin_class_definition): Not here.
5209         PR c++/20153
5210         * decl2.c (build_anon_union_vars): Add type parameter.
5211         (finish_anon_union): Pass it.
5213         PR c++/20148
5214         * error.c (dump_expr): Do not print the body of a BIND_EXPR.
5215         Handle STATEMENT_LIST.
5217         PR c++/19883
5218         * parser.c (cp_parser_direct_declarator): Always complain about
5219         non-constant array bounds when in a function scope.
5220         * semantics.c (finish_id_expression): Do not mark dependent names
5221         as non-constant.
5223 2005-02-21  Douglas Gregor  <dgregor@cs.indiana.edu>
5225         PR c++/19076
5226         PR c++/6628
5227         * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
5228         * decl.c (grokdeclarator): Pedwarn about qualifying a function
5229         type.
5230         Add qualifiers when declaring a typedef of a function type.
5231         Member function pointers pick up the qualifiers of the typedef
5232         used to declare them.
5233         Don't complain about creating cv-qualified function types.
5234         Complain about qualified function typedefs that are used to
5235         declare non-static member functions or free functions.
5236         Use cp_apply_type_quals_to_decl.
5237         (start_preparsed_function): Use cp_apply_type_quals_to_decl.
5238         (grokclassfn): Use cp_apply_type_quals_to_decl.
5239         * error.c (dump_type_suffix): Print qualifiers for function
5240         types.
5241         * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
5242         (tsubst): When substituting a function type into a member
5243         pointer type, pass along the qualifiers.
5244         (unify): Unify member pointers to member function pointers.
5245         * tree.c (cp_build_qualified_type_real): Function types may be
5246         qualified. This includes restrict qualifiers.
5247         * typeck.c (cp_apply_type_quals_to_decl): New function to replace
5248         use of c_apply_type_quals_to_decl. Drops qualifiers that are being
5249         added to function types.
5251 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
5253         PR 18785
5254         * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
5255         c_common_to_target_charset.  Delete bogus comment.
5257 2005-02-18  Richard Henderson  <rth@redhat.com>
5259         PR libstdc++/10606
5260         * except.c (do_get_exception_ptr): New.
5261         (expand_start_catch_block): Use it.
5263 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
5265         * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
5266         if type is not error_mark_node.
5268 2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5270         PR c++/19508
5271         * decl2.c (grokfield): Do not apply attributes to template parameters
5272         as they are ignored by tsubst anyway.
5274 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
5276         PR c++/19813
5277         * decl.c (start_decl_1): Clear TREE_READONLY flag if
5278         its type has TYPE_NEEDS_CONSTRUCTING.
5279         (complete_vars): Likewise.
5281 2005-02-17  Alexandre Oliva  <aoliva@redhat.com>
5283         PR c++/20028
5284         * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
5285         template along with TYPE_SIZE.
5287         PR c++/20022
5288         * semantics.c (perform_deferred_access_checks): Use
5289         get_deferred_access_checks to get the top of the stack.
5291 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
5293         PR c++/17788
5294         * class.c (add_implicitly_declared_members, check_field_decl)
5295         (check_field_decls, check_bases): Remove arguments, tests and
5296         assignments of cant_have_default_ctor-related variables.
5298 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
5300         * decl2.c (mark_used): Set the source location of the used decl to
5301         the current input location here...
5302         * method.c (synthesize_method): ... not here.  Set input_location
5303         from the decl instead.
5305 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5307         PR c++/19608
5308         * parser.c (cp_parser_late_parsing_for_member): Use
5309         current_function_decl as scope to push to and from.
5311         PR c++/19884
5312         * pt.c (check_explicit_specialization): Make sure namespace
5313         binding lookup found an overloaded function.
5314         (lookup_template_function): Just assert FNS is an overloaded
5315         function.
5317         PR c++/19895
5318         * decl.c (grokdeclarator): Check for error mark node in ptrmem
5319         construction.
5321 2005-02-14  Alexandre Oliva  <aoliva@redhat.com>
5323         PR c++/17816
5324         * decl.c (redeclaration_error_message): Report redefinition of
5325         pure virtual function.
5327 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5329         PR c++/19891
5330         * class.c (build_simple_base_path): Build the component_ref
5331         directly.
5332         (update_vtable_entry_for_fn): Walk the covariant's binfo chain
5333         rather than using lookup_base.
5334         * search.c (dfs_walk_once): Add non-recursive assert check.
5335         * typeck.c (build_class_member_access_expr): It is possible for
5336         the member type to be both const and volatile.
5338 2005-02-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5340         PR c++/14479
5341         PR c++/19487
5342         * pt.c (maybe_check_template_type): Remove.
5343         * cp-tree.h (maybe_check_template_type): Remove prototype.
5344         * name-lookup.c (maybe_process_template_type_declaration): Don't
5345         use maybe_check_template_type.
5347 2005-02-11  Richard Henderson  <rth@redhat.com>
5349         PR c++/19632
5350         * pt.c (get_mostly_instantiated_function_type): Save and restore
5351         flag_access_control instead of push/pop_access_scope.
5353 2005-02-10  Mark Mitchell  <mark@codesourcery.com>
5355         PR c++/19755
5356         * decl.c (reshape_init): Issue warnings about missing braces.
5358 2005-02-11  Kazu Hirata  <kazu@cs.umass.edu>
5360         * cp-tree.def, except.c, ptree.c: Update copyright.
5362 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
5364         PR c++/19811
5365         * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
5366         attempting name lookup.
5368         * parser.c (cp_parser_unqualified_id): Initialize type_decl.
5370         PR c++/19787
5371         * call.c (initialize_reference): Robustify.
5373         PR ++/19732
5374         * decl.c (grokdeclarator): Check for invalid use of destructor
5375         names.
5377         PR c++/19762
5378         * parser.c (cp_parser_unqualified_id): Avoid creating destructor
5379         names with invalid types.
5381         PR c++/19826
5382         * parser.c (cp_parser_direct_declarator): Allow type-dependent
5383         expressions as array bounds.
5385         PR c++/19739
5386         * parser.c (cp_parser_attributes_list): Allow empty lists.
5388 2005-02-08  Mark Mitchell  <mark@codesourcery.com>
5390         PR c++/19733
5391         * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
5392         (check_bases): Give warnings about a base class with a
5393         non-virtual destructor, even if it is implicit.
5394         (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
5395         (maybe_warn_about_overly_private_class): Don't use
5396         TYPE_HAS_DESTRUCTOR.
5397         (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
5398         (check_for_override): Give it external linkage.
5399         (add_implicitly_declared_members): Generate destructors lazily.
5400         (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
5401         TYPE_HAS_DESTRUCTOR.
5402         (check_bases_and_members): Call check_methods before
5403         check_field_decls.
5404         (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
5405         TYPE_HAS_DESTRUCTOR.
5406         (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
5407         * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
5408         * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
5409         (lang_type_class): Add lazy_destructor.
5410         (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
5411         (CLASSTYPE_DESTRUCTORS): Robustify.
5412         (TYPE_HAS_DESTRUCTOR): Remove.
5413         (check_for_override): Declare.
5414         (build_vbase_delete): Remove.
5415         * cvt.c (convert_to_void): Issue errors about pseudo-destructor
5416         expressions.
5417         * decl.c (cxx_maybe_build_cleanup): Remove dead code.
5418         * except.c (dtor_nothrow): Lazily create destructors if necessary.
5419         (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
5420         * init.c (build_delete): Lazily create destructors, if necessary.
5421         (build_vbase_delete): Remove.
5422         * method.c (locate_dtor): Simplify.
5423         (implicitly_declare_fn): Add support for destructors.
5424         * parser.c (cp_parser_lookup_name): Lazily create destructors, if
5425         necessary.
5426         * pt.c (check_explicit_specialization): Don't use
5427         TYPE_HAS_DESTRUCTOR.
5428         (instantiate_class_template): Likewise.
5429         * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
5430         * rtti.c (emit_support_tinfos): Robustify.
5431         * search.c (lookup_fnfields_1): Lazily create destructors.
5432         * typeck.c (build_class_member_access_expr): Remove
5433         PSEUDO_DTOR_EXPR handling.
5434         (lookup_destructor): Likewise.
5436 2005-02-08  Kazu Hirata  <kazu@cs.umass.edu>
5438         * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
5439         copyright.
5441 2005-02-07  Mark Mitchell  <mark@codesourcery.com>
5443         * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
5444         on boolean variables.
5445         (cp_lexer_stop_debugging): Likewise.
5447 2005-02-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5449         PR c++/17401
5450         * parser.c (cp_parser_pure_specifier): Emit a specific error
5451         message with an invalid pure specifier.
5452         * decl2.c (grok_function_init): Remove.
5453         (grokfield): An initializer for a method is a always a pure
5454         specifier.
5456 2005-02-02  Matt Austern  <austern@apple.com>
5458         PR c++/19628
5459         * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
5460         * parser.c (cp_parser_postfix_expression): Accept function call in
5461         constant expression if builtin_valid_in_constant_expr_p is true
5462         for that function.
5463         * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
5464         * semantics.c (finish_id_expression): Accept function call in constant
5465         expression if builtin_valid_in_constant_expr_p is true for that
5466         function.
5467         * tree.c (builtin_valid_in_constant_expr_p): New.
5469 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5471         PR c++/17413
5472         * pt.c (check_instantiated_args): Improve error message.
5473         Fix logic when to print its second part.
5475 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5477         * cp-tree.h (complete_type_or_else): Remove macro.
5478         (complete_type_or_diagnostic): Rename to complete_type_or_else
5479         and remove last argument.
5480         * typeck.c (complete_type_or_diagnostic): Rename to
5481         complete_type_or_else and remove last argument.
5483 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5485         * cp-tree.h (commonparms): Remove prototype.
5486         (convert_arguments): Likewise.
5487         (PFN_FROM_PTRMEMFUNC): Remove.
5488         * typeck.c (commonparms): Make static.
5489         (convert_arguments): Add prototype. Make static.
5490         (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
5492 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
5494         * parser.c (cp_parser_primary_expression): Don't complain about
5495         floating-point literals in integral constant expressions when
5496         !pedantic.
5498 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
5500         * parser.c (cp_parser_template_id): Revert comment patch too.
5502         PR c++/18757
5503         PR c++/19366
5504         PR c++/19499
5505         * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
5506         Issue an error when creating the template id.
5507         * pt.c (fn_type_unification): Return early if the explicit
5508         template arg list is an error_mark_node.
5510 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
5512         * decl.c (build_enumerator): Do not issue duplicate error messages
5513         about invalid enumeration constants.
5514         * parser.c (cp_parser_non_integral_constant_expression): Always
5515         set parser->non_integral_constant_expression_p.
5516         (cp_parser_primary_expression): Add cast_p parameter.  Issue
5517         errors about invalid uses of floating-point literals in
5518         cast-expressions.
5519         (cp_parser_postfix_expression): Add cast_p parameter.
5520         (cp_parser_open_square_expression): Pass it.
5521         (cp_parser_parenthesized_expression_list): Add cast_p parameter.
5522         (cp_parser_unary_expression): Likewise.
5523         (cp_parser_new_placement): Pass it.
5524         (cp_parser_direct_new_declarator): Likewise.
5525         (cp_parser_new_initializer): Likewise.
5526         (cp_parser_cast_expression): Add cast_p parameter.
5527         (cp_parser_binary_expression): Likewise.
5528         (cp_parser_question_colon_clause): Likewise.
5529         (cp_parser_assignment_expression): Likewise.
5530         (cp_parser_expression): Likewise.
5531         (cp_parser_constant_expression): If an integral constant
5532         expression is invalid, return error_mark_node.
5533         (cp_parser_expression_statement): Pass cast_p.
5534         (cp_parser_condition): Likewise.
5535         (cp_parser_iteration_statement): Likewise.
5536         (cp_parser_jump_statement): Likewise.
5537         (cp_parser_mem_initializer): Likewise.
5538         (cp_parser_template_argument): Likewise.
5539         (cp_parser_parameter_declaration): Likewise.
5540         (cp_parser_initializer): Likewise.
5541         (cp_parser_throw_expression): Likewise.
5542         (cp_parser_attribute_list): Likewise.
5543         (cp_parser_simple_cast_expression): Likewise.
5544         (cp_parser_functional_cast): Likewise.
5545         (cp_parser_late_parsing_default_args): Likewise.
5546         (cp_parser_sizeof_operand): Save/restore
5547         non_integral_constant_expression_p.
5549 2005-01-31  Mike Stump  <mrs@apple.com>
5551         * parser.c (cp_lexer_new_main): Get the first token, first, before
5552         doing anything.
5554 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
5556         * decl.c (start_decl): Add missing parentheses.
5558 2005-01-30  Mark Mitchell  <mark@codesourcery.com>
5560         PR c++/19555
5561         * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
5562         * decl.c (duplicate_decls): Do not discard
5563         DECL_IMPLICIT_INSTANTIATION when merging declarations.
5564         (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
5565         variables that do not have DECL_USE_TEMPLATE.
5567         PR c++/19395
5568         * decl.c (grokdeclarator): Refactor code so that qualified names
5569         are never allowed as the declarator in a typedef.
5571         PR c++/19367
5572         * name-lookup.c (do_nonmember_using_decl): Avoid overloading
5573         builtin declarations.
5575         PR c++/19457
5576         * call.c (convert_like_real): Inline call to
5577         dubious_conversion_warnings here.
5578         * cp-tree.h (dubious_conversion_warnings): Remove.
5579         * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
5580         setting TREE_NEGATED_INT.
5581         * typeck.c (dubious_conversion_warnings): Remove.
5583         PR c++/19349
5584         * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
5585         memory.
5587 2005-01-28  Mark Mitchell  <mark@codesourcery.com>
5589         PR c++/19253
5590         * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
5591         tentative parses.
5593         PR c++/19667
5594         * pt.c (redeclare_class_template): Robustify.
5596 2005-01-27  Steven Bosscher  <stevenb@suse.de>
5598         * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
5599         instead of SWITCH_EXPR ones.
5600         * pt.c (tsubst_expr): Likewise.
5601         * semantics.c (begin_switch_stmt, finish_switch_cond,
5602         finish_switch_stmt): Likewise.
5604 2005-01-26  J"orn Rennecke <joern.rennecke@st.com>
5606         PR c++/18370
5607         * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
5609 2005-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
5611         * class.c (abort_fndecl_addr): New variable.
5612         (build_vtbl_initializer): If we have a pure virtual function
5613         share the abort function's address.
5614         Include gt-cp-class.h at the end.
5615         * config-lang.in (gtfiles): Add cp/class.c.
5617 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5619         * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
5620         (pp_cxx_function_definition): Make static.
5621         * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
5622         (pp_cxx_function_definition): Likewise.
5624 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5626         * name-lookup.c (print_binding_level): Make static.
5627         (constructor_name_full): Make static inline.
5628         (current_decl_namespace): Make static.
5629         * name-lookup.h (constructor_name_full): Remove prototype.
5630         (print_binding_level): Likewise.
5631         (current_decl_namespace): Likewise.
5633 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5635         * decl.h (debug_bindings_indentation): Remove.
5637 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5639         * typeck.c: Fix a comment typo.
5641 2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5643         PR c++/19208
5644         * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
5645         at least once.
5646         (tsubst): Use fold_decl_constant_value in place of a bare call to
5647         integral_constant_value.
5649 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
5651         * typeck.c (more_qualified_p): Remove.
5652         * cp-tree.h: Remove the corresponding prototype.
5654 2005-01-19  Matt Austern  <austern@apple.com>
5656         * typeck.c (comptypes): Handle return code from objc_comptypes
5657         correctly.
5659 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
5661         * cp-tree.h, name-lookup.h: Remove unused prototypes.
5663 2005-01-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5665         PR c++/19375
5666         * semantics.c (finish_id_expression): Disable access checking for
5667         already lookuped FIELD_DECL.
5669 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
5671         * decl.c (delete_block): Remove.
5672         * cp-tree.h: Remove the corresponding prototype.
5674         * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
5675         walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
5676         Remove.
5677         * cp-tree.h: Remove the corresponding prototypes.
5679         * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
5680         cp_update_decl_after_saving, name_p): Remove.
5681         * cp-tree.h: Remove the corresponding prototypes.
5683 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
5685         PR c/19472
5686         * semantics.c (finish_asm_stmt): Strip nops off
5687         input memory operands.
5689 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
5691         * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
5692         typeck2.c: Update copyright.
5694 2005-01-16  Kazu Hirata  <kazu@cs.umass.edu>
5696         * class.c (get_enclosing_class): Remove.
5697         * cp-tree.h: Remove the corresponding prototypes.
5699         * cvt.c (convert_lvalue): Remove.
5700         * cp-tree.h: Remove the corresponding prototype.
5702         * pt.c (tinst_for_decl): Remove.
5703         * cp-tree.h: Remove the corresponding prototypes.
5705         * tree.c (hash_chainon): Remove.
5706         * cp-tree.h: Remove the corresponding prototypes.
5708 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
5710         PR c++/19263
5711         * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
5712         of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
5714 2005-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5716         * Make-lang.in (cp-warn): Don't append $(WERROR).
5718 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
5720         * cp-tree.h: Fix a comment typo.
5722 2005-01-07  Nathan Sidwell  <nathan@codesourcery.com>
5724         PR c++/19298
5725         * pt.c (tsubst_qualified_id): Call convert_from_reference.
5727 2005-01-06  Mark Mitchell  <mark@codesourcery.com>
5729         PR c++/19244
5730         * class.c (add_implicitly_declared_members): Remove dead code.
5731         * decl.c (grokfndecl): Add sfk parameter.  Use it do set
5732         DECL_CONSTRUCTOR_P.
5733         (grokdeclarator): Adjust calls to grokfndecl.
5734         * method.c (implicitly_declare_fn): Improve documentation.
5735         * parser.c (cp_parser_direct_declarator): Do not consider a
5736         function to be a constructor if the containing class was
5737         originally anonymous.
5739 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5741         PR c++/17154
5742         * search.c (lookup_field_1): Handle using declaration in
5743         class template partial specialization.
5745 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5747         PR c++/19258
5748         * pt.c (push_access_scope): Handle friend defined in class.
5749         (pop_access_scope): Likewise.
5751 2005-01-06  Nathan Sidwell  <nathan@codesourcery.com>
5753         PR c++/19270
5754         * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
5755         (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
5756         array-new handling code.  Use build_x_binary_op.
5758 2005-01-05  Nathan Sidwell  <nathan@codesourcery.com>
5760         PR c++/19030
5761         * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
5762         * name-lookup.h (push_scope): Return pushed scope, not flag.
5763         * name-lookup.c (push_scope): Return scope that should be popped,
5764         not a flag.
5765         * decl.c (start_decl): Adjust.
5766         (grokfndecl): Adjust scope push and pop.
5767         * decl2.c (check_classfn): Likewise.
5768         * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
5769         cp_parser_init_declarator, cp_parser_direct_declarator,
5770         cp_parser_class_specifier, cp_parser_class_head,
5771         cp_parser_lookup_name,
5772         cp_parser_constructor_declarator_p): Likewise.
5773         * pt.c (instantiate_class_template,
5774         resolve_typename_type): Likewise.
5776 2005-01-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5778         PR c++/14136
5779         * parser.c (cp_parser_unqualified_id): Do not issue error message
5780         for typedef-name as destructor declarator when performing an
5781         uncommitted tentative parse.
5783 2005-01-01  Steven Bosscher  <stevenb@suse.de>
5785         PR middle-end/17544
5786         * decl.c (finish_function): Fix comment.  Annotate the compiler
5787         generated return with the current file name and line 0.