libcpp/
[official-gcc.git] / gcc / cp / ChangeLog
blob1dbf6004e9a4eedf0007b12a678ff182d5a263e3
1 2006-01-04  Richard Henderson  <rth@redhat.com>
3         Merge from gomp branch.
4         * lex.c (handle_pragma_java_exceptions): Fix whitespace.
5         * parser.c (struct cp_token): Add pragma_kind.
6         (eof_token): Update to match.
7         (struct cp_lexer): Add in_pragma; rearrange next for better packing.
8         (cp_parser_initial_pragma): New.
9         (cp_lexer_new_main): Use it.  Don't bother clearing
10         c_lex_return_raw_strings.
11         (cp_lexer_get_preprocessor_token): Always initialize keyword
12         and pragma_kind fields.  Handle CPP_PRAGMA.
13         (cp_lexer_consume_token): Don't allow CPP_PRAGMA_EOL when 
14         in_pragma is set.
15         (cp_lexer_handle_pragma): Remove.  Update callers to cp_parser_pragma.
16         (cp_lexer_print_token) <CPP_PRAGMA>: Don't print as a string.
17         (cp_parser_skip_to_pragma_eol): New.
18         (cp_parser_error): Use it.
19         (cp_parser_skip_to_closing_parenthesis): Stop at CPP_PRAGMA_EOL;
20         rearrange with switch statement.
21         (cp_parser_skip_to_end_of_statement): Likewise.
22         (cp_parser_skip_to_end_of_block_or_statement): Likewise.
23         (cp_parser_skip_to_closing_brace): Likewise.
24         (cp_parser_skip_until_found): Likewise.
25         (cp_parser_statement): Add in_compound argument; update callers.
26         Use it to decide how to handle pragma parsing.
27         (cp_parser_labeled_statement): Add in_compound argument; pass
28         it on to cp_parser_statement.
29         (cp_parser_statement_seq_opt): Stop at CPP_PRAGMA_EOL.
30         (cp_parser_declaration_seq_opt): Likewise.
31         (cp_parser_parameter_declaration): Likewise.
32         (cp_parser_member_specification_opt): Likewise.
33         (cp_parser_function_definition_after_decl): Likewise.
34         (cp_parser_cache_group): Handle CPP_PRAGMA/CPP_PRAGMA_EOL pairs.
35         (cp_parser_pragma): New.
36         (pragma_lex): New.
38 2006-01-04  Dirk Mueller <dmueller@suse.com>
40         * decl.c (finish_constructor_body): create simple
41         compound stmt instead of a if(1) { } construct.
43 2006-01-03  Mark Mitchell  <mark@codesourcery.com>
45         PR c++/25492
46         * name-lookup.c (push_class_level_binding): When a derived class
47         provides a type binding, eliminate any type binding from a base
48         class. 
50         PR c++/25625
51         * repo.c (repo_emit_p): Always instantiate static data members
52         initialized by constant expressions, so that there values are
53         available.
55 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
57         PR c++/25635
58         * class.c (add_method): Set TYPE_HAS_CONVERSION for classes with a
59         conversion operator.
60         * decl.c (grokdeclarator): Do not set TYPE_HAS_CONVERSION here.
62         PR c++/25638
63         * class.c (add_method): Never associate more than one destructor
64         with a single class.
66         PR c++/25637
67         * cp-tree.h (do_friend): Adjust prototype.
68         * decl.c (grokfndecl): Make funcdef_flag a bool, not an int.
69         (grokdeclarator): Likewise.  Refine check for invalid
70         declarations/definitions of member functions outside of their own
71         class.
72         * friend.c (do_friend): Make funcdef_flag a bool, not an int.
74         PR c++/25633
75         * parser.c (cp_parser_mem_initializer_list): Check result of
76         cp_parser_mem_initializer against error_mark_node, not NULL_TREE.
77         (cp_parser_mem_initializer): Return error_mark_node for failure.
79         PR c++/25634
80         * parser.c (cp_parser_template_parameter_list): Call
81         begin_template_parm_list and end_template_parm_list here.
82         (cp_parser_type_parameter): Not here.
83         (cp_parser_template_declaration_after_export): Or here.
84         (cp_parser_elaborated_type_specifier): Call
85         cp_parser_check_template_parameters.
87         * tree.c (build_target_expr_with_type): Use force_target_expr.
89         * decl2.c (mark_used): Fix typo in comment.
91 2006-01-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
93         * parser.c (cp_parser_using_declaration): Skip name-lookup on
94         invalid scope.
96 2005-12-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
98         * cxx-pretty-print.c (pp_cxx_constant): New.  Print
99         string-literal in parens if input program says so.
100         (pp_cxx_primary_expression): Hand off constant printing to
101         pp_cxx_constant. 
102         (pp_cxx_pretty_printer_init): Set pp->c_base.constant.
103         (pp_cxx_expression): Use pp_cxx_constant for literals. 
104         * error.c (dump_expr): Use pp_constant for literals.
106 2005-12-29  Nathan Sidwell  <nathan@codesourcery.com>
108         * method.c (make_thunk): Don't set comdat_linkage here.
109         (use_thunk): Make thunk one only here, if thunk target is
110         DECL_ONE_ONLY.
112 2005-12-26  Mark Mitchell  <mark@codesourcery.com>
114         PR c++/25439
115         * decl.c (grokdeclarator): Remove dead code.
116         * ptree.c (cxx_print_xnode): Handle BASELINK.
117         * parser.c (make_id_declarator): Add sfk parameter.  
118         (cp_parser_direct_declarator): Do not pass TYPE_DECLs to
119         make_id_declarator.
120         (cp_parser_declarator_id): Simplify BASELINKs here.
121         (cp_parser_member_declaration): Adjust calls to
122         make_id_declarator.
124 2005-12-26  Mark Mitchell  <mark@codesourcery.com>
126         PR c++/23171, c++/23172, c++/25417.
127         * typeck.c (build_unary_op): Create temporary variables for
128         compound literals whose addresses are taken.
129         * init.c (expand_aggr_init_1): Use COMPOUND_LITERAL_P.
130         * decl.c (reshape_init_vector): Likewise.
131         (reshape_init): Give it external linkage.
132         (check_initializer): Use COMPOUND_LITERAL_P.
133         (initialize_artificial_var): Allow the initializer to be a
134         CONSTRUCTOR.
135         * call.c (make_temporary_var_for_ref_to_temp): Use
136         create_temporary_var.
137         * cp-tree.h (COMPOUND_LITERAL_P): New macro.
138         (rehape_init): Declare.
139         * typeck2.c (digest_init): Use COMPOUND_LITERAL_P.
140         * semantics.c (finish_compound_literal): Use reshape_init.
142 2005-12-23  Mark Mitchell  <mark@codesourcery.com>
144         PR c++/24671
145         * pt.c (instantiate_template): Handle SFINAE.
147 2005-12-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
149         * decl.c (grokdeclarator): Improve diagnostic for friend
150         declarations of class members.
152 2005-12-22  Mark Mitchell  <mark@codesourcery.com>
154         PR c++/25369
155         * tree.c (really_overloaded_fn): Tweak comment.
156         * pt.c (tsubst_call_declarator_parms): Remove.
157         (tsubst_copy): Call mark_used on the member referenced by an
158         OFFSET_REF.
159         * semantics.c (finish_qualified_id_expr): Simplify.
160         * decl2.c (mark_used): Accept BASELINKs.
162         PR c++/25364
163         * typeck.c (build_unary_op): Pass DECLs not names to
164         build_offset_refs.
165         * init.c (build_offset_ref): Do not do name lookup.  Do not call
166         mark_used.
167         * call.c (build_call): Simplify and tidy.
168         * semantics.c (finish_qualified_id_expr): Call mark_used.
170 2005-12-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
172         PR c++/23333
173         * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to
174         identify a single '0'.
176 2005-12-20  Mark Mitchell  <mark@codesourcery.com>
178         PR c++/21228
179         * decl.c (use_eh_spec_block): New function.
180         (store_parm_decls): Use it.
181         (finish_function): Likewise.
182         
183 2005-12-19  Mark Mitchell  <mark@codesourcery.com>
185         PR c++/24278
186         * init.c (expand_member_init): Print messages about baseclasses
187         using %T rather than %D.
189         PR c++/24915
190         * class.c (add_method): Do not treat templates as identical unless
191         their return types are the same.
192         
193 2005-12-12  Mark Mitchell  <mark@codesourcery.com>
195         PR c++/25300
196         * tree.c (build_qualified_name): Return error_mark_node for
197         erroneous input.
199 2005-12-10  Mark Mitchell  <mark@codesourcery.com>
201         PR c++/25337 
202         * pt.c (tsubst_copy_and_build): Permit dependent types for the
203         object in a class member access expression.
205 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
207         PR java/9861
208         * mangle.c (write_bare_function_type): Mangle return type for
209         methods of Java classes
211 2005-12-08  Théodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
212         
213         * call.c (build_conditional_expr): Print types in error messages.
214         
215 2005-12-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
217         * expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.
219 2005-12-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
221         * cp-gimplify.c (gimplify_cp_loop): Use fold_build3.
223 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
225         * Make-lang.in (c++.all.build, c++.install-normal): Remove.
227 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
229         * Make-lang.in: Remove all dependencies on s-gtype.
231 2005-12-06  Aldy Hernandez  <aldyh@redhat.com>
233        PR C++/24138
234         * decl.c (reshape_init_array_1): Handle max_index of -1.
236 2005-12-06  Roger Sayle  <roger@eyesopen.com>
238         * typeck.c (build_binary_op): Issue warning if either operand of a
239         comparison operator is a string literal, except for testing equality
240         or inequality against NULL.
242 2005-12-06  Roger Sayle  <roger@eyesopen.com>
244         PR c++/25263
245         * decl.c (compute_array_index_type): Check that itype is an
246         INTEGER_CST node before testing/clearing TREE_OVERFLOW.
248 2005-12-05  Daniel Berlin  <dberlin@dberlin.org>
250         * ptree.c (cxx_print_decl): Update to check for decl_common
251         structure.
253 2005-12-02  Mark Mitchell  <mark@codesourcery.com>
255         PR c++/24173
256         * decl.c (duplicate_decls): Don't rely on DECL_TEMPLATE_INFO after
257         clobbering newdecl.
259 2005-12-02  Richard Guenther  <rguenther@suse.de>
261         * semantics.c (simplify_aggr_init_expr): Use buildN instead
262         of build.
264 2005-12-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
266         * parser.c (cp_lexer_new_main): Usr GGC_RESIZEVEC instead of
267         ggc_realloc. 
268         (cp_parser_template_argument_list): Use XRESIZEVEC instead of
269         xrealloc. 
270         * class.c (pushclass): Likewise.
272 2005-12-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
274         * decl2.c (get_priority_info): Use XNEW, not xmalloc.
275         * decl.c (push_switch): Likewise.
276         * lex.c (handle_pragma_implementation): Likewise.
277         * cp-objcp-common.c (decl_shadowed_for_var_insert): Use GGC_NEW,
278         not ggc_alloc.
279         (cxx_initialize_diagnostics): Use XNEW, not xmalloc.
280         * class.c (init_class_processing): Use XNEWVEC, not xmalloc.
281         * g++spec.c (lang_specific_driver): Likewise.
282         * mangle.c (save_partially_mangled_name): Likewise.
283         * parser.c (cp_lexer_new_main): Use GGC_NEWVEC, not ggc_alloc.
284         (cp_parser_template_argument_list): Use XNEWVEC, nto xmalloc.
285         (cp_parser_sizeof_operand): Likewise.
286         * repo.c (open_repo_file, open_repo_file): Likewise.
287         
288 2005-12-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
290         * parser.c (cp_parser_make_typename_type): Call make_typename_type
291         with tf_none instead of magic value 0.
292         (cp_parser_explicit_instantiation): Call do_type_instantiation
293         with tf_error instead of magic value 1.
294         (cp_parser_elaborated_type_specifier): Call make_typename_type
295         with tf_error instead of magic value 1.
296         (cp_parser_class_name): Likewise.
297         (cp_parser_lookup_name): Likewise.
299 2005-12-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
301         * parser.c (cp_parser_declaration): Set token2.type to CPP_EOF,
302         not RID_MAX.
304 2005-11-30  Jason Merrill  <jason@redhat.com>
306         PR c++/21123
307         * cp-gimplify.c (cp_genericize_r): Don't dereference invisible reference 
308         parms in a thunk.
310 2005-11-30  Ben Elliston  <bje@au.ibm.com>
312         * typeck.c (build_x_unary_op): Correct spelling in error message.
314 2005-11-28  Nathan Sidwell  <nathan@codesourcery.com>
316         PR c++/21166
317         * class.c (check_field_decls): Only set DECL_PACKED on a field
318         when its natural alignment is > BITS_PER_UNIT.
320 2005-11-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
322         PR c++/24979
323         * cp-tree.h (DECL_MAIN_P): Remove duplicate definition.
325 2005-11-26  Richard Henderson  <rth@redhat.com>
327         * lex.c: Update for pragma_lex rename.
328         * parser.c: Likewise.
330 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
332         PR c++/9278
333         * decl.c (grokparms): Do not allow typedef-names in a '(void)'
334         parmlist.
336 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
338         * typeck2.c (process_init_constructor_union): Remove check for
339         unnamed union members.
341 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
343         * name-lookup.c (lookup_name_real): Merge two if's.
345 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
347         * pt.c (instantiate_class_template): Clean-up.
349 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
351         * pt.c (template_class_depth_real): Remove. Move functionality to ...
352         (template_class_depth): ... here, replacing count_specializations
353         with 0.  Adjust comment.
355 2005-11-24  Richard Guenther  <rguenther@suse.de>
356         Dirk Mueller <dmueller@suse.de>
358         PR c++/14024
359         * typeck.c (build_reinterpret_cast_1): Use
360         strict_aliasing_warning.
362 2005-11-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
364         PR c++/24235
365         * pt.c (check_instantiated_args): Reword diagnostic message about
366         template argument involving local types.
368 2005-11-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
370         PR c++/21667
371         * typeck.c (build_array_ref): Avoid code duplicate.  Use common
372         C/C++ diagnostic function warn_array_subscript_with_type_char. 
374 2005-11-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
376         PR c++/22238
377         * error.c (resolve_virtual_fun_from_obj_type_ref): New.
378         (dump_expr): Use it in <case CALL_EXPR>.
380 2005-11-21  Richard Henderson  <rth@redhat.com>
382         * cp-objcp-common.h, name-lookup.c, name-lookup.h: Revert 11-18 patch.
384         * name-lookup.c (lookup_name): Remove prefer_type argument.
385         (lookup_name_prefer_type): New.
386         * decl.c (lookup_and_check_tag): Use them.
387         * pt.c (tsubst_friend_class): Likewise.
388         (lookup_template_class): Likewise.
389         (tsubst_copy_and_build): Likewise.
390         * name-lookup.h (lookup_name_prefer_type): New.
391         (lookup_name): Remove declaration.
393 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
395         PR c++/8355
396         * decl.c (grokfndecl): Set up DECL_TEMPLATE_INFO before calling
397         set_decl_namespace.
398         * name-lookup.c (set_decl_namespace): 
400 2005-11-18  Mike Stump  <mrs@apple.com>
402         * cp-objcp-common.h (LANG_HOOKS_LOOKUP_NAME): Add.
403         * name-lookup.c (lookup_name_two): Remove.
404         (lookup_name_one): Add.
405         * name-lookup.h (lookup_name_two): Remove.
406         (lookup_name_one): Add.
408 2005-11-15  Jason Merrill  <jason@redhat.com>
410         PR c++/24580
411         * method.c (locate_copy): Also use skip_artificial_parms here.
412         (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
413         for RECORD_TYPE.
414         (locate_ctor): Abort if we fail to find a default constructor.
416 2005-11-15  Mike Stump  <mrs@apple.com>
418         * name-lookup.c (lookup_name_two): Add.
419         * name-lookup.h: Likewise.
421 2005-11-15  Mark Mitchell  <mark@codesourcery.com>
423         PR c++/24667
424         * typeck.c (check_for_casting_away_constness): Use the diag_fn.
425         (build_const_cast_1): Call it, for C-style casts.
427 2005-11-14  Mark Mitchell  <mark@codesourcery.com>
429         PR c++/24687
430         * pt.c (check_explicit_specialization): Don't check for C linkage.
431         (push_template_decl_real): Likewise.
432         * parser.c (cp_parser_explicit_specialization): Check here.
433         (cp_parser_template_declaration_after_export): And here.
435         * parser.c (cp_lexer_get_preprocessor_token): Initialize keyword
436         field.
438 2005-11-14  Jason Merrill  <jason@redhat.com>
440         PR c++/24580
441         * method.c (locate_ctor): Skip all artificial parms, not just
442         'this'.
444 2005-11-14  Mark Mitchell  <mark@codesourcery.com>
446         * parser.c (eof_token): Add initializer for ambiguous_p.
448 2005-11-13  Mark Mitchell  <mark@codesourcery.com>
450         PR c++/24817
451         * decl.c (check_redeclaration_exception_specification): New
452         function.
453         (duplicate_decls): Use it.
454         * error.c (fndecl_to_string): Print the template parameter list.
456         PR c++/20293
457         * cxx-pretty-print.c (pp_cxx_statement): Print qualifying scopes
458         for namespaces.
459         (pp_cxx_original_namespace_definition): Likewise.
460         * name-lookup.c (ambiguous_decl): Don't issue error messages;
461         instead return lists of ambiguous candidates.
462         (select_decl): Handle ambiguous namespace lookups.
463         * parser.c (cp_token): Add ambiguous_p.
464         (cp_lexer_get_preprocessor_token): Set it.
465         (cp_parser_diagnose_invalid_type_name): Avoid duplicate messages
466         when a qualified name uses an invalid scope. 
467         (cp_parser_primary_expression): Print ambiguous candidates.
468         (cp_parser_type_parameter): Adjust comment to reflect new
469         parameter name for cp_parser_lookup_name.
470         (cp_parser_template_argument): Likewise.
471         (cp_parser_elaborated_type_specifier): Likewise.
472         (cp_parser_namespace_name): Likewise.
473         (cp_parser_class_name): Print ambiguous candidates.
474         (cp_parser_lookup_name): Rename ambiguous_p parameter to
475         ambiguous_decls.  Use it to return a list of ambiguous candiates
476         when a lookup is ambiguous.
477         (cp_parser_lookup_name_simple): Adjust comment to reflect new
478         parameter name for cp_parser_lookup_name.
479         
480 2005-11-12  Jakub Jelinek  <jakub@redhat.com>
482         PR c++/24780
483         * typeck.c (complete_type): Set TYPE_NEEDS_CONSTRUCTING
484         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR flags for all variants
485         of array type.
487         PR c++/24761
488         * pt.c (tsubst_copy_asm_operands): New function.
489         (tsubst_expr) <case ASM_EXPR>: Use it.
491 2005-11-08  Jakub Jelinek  <jakub@redhat.com>
493         PR c++/19450
494         * decl.c (redeclaration_error_message): Issue diagnostics about
495         olddecl and newdecl disagreement on __thread property.
496         (grokdeclarator): Set DECL_TLS_MODEL on class static variables.
498 2005-11-08  Jason Merrill  <jason@redhat.com>
500         PR c++/21123
501         * method.c (use_thunk): Use build_cplus_new instead of 
502         force_target_expr.
504 2005-11-06  Jason Merrill  <jason@redhat.com>
505             James A. Morrison <phython@gcc.gnu.org>
507         PR c++/17256
508         * decl2.c (cp_finish_file): Fix conditions for undefined warning.
509         Set TREE_NO_WARNING instead of TREE_PUBLIC.
510         * pt.c (instantiate_pending_templates): Set DECL_INITIAL to avoid
511         a warning on a function we didn't instantiate because of excessive
512         recursion.
514 2005-11-06  Mark Mitchell  <mark@codesourcery.com>
516         * class.c (record_subobject_offsets): Don't record offsets past
517         biggest empty class for non-empty base classes.
518         (layout_class_type): Use TYPE_SIZE_UNIT, not TYPE_SIZE, when
519         keeping track of the size of emptyclasses.
521         PR c++/21308
522         * class.c (sizeof_biggest_empty_class): New variable.
523         (record_subobject_offsets): Don't record offsets past biggest
524         empty class for data members.  Replace vbases_p parameter with
525         is_data_member parameter.
526         (build_base_field): Adjust call.
527         (layout_class_type): Likewise.  Maintain
528         sizeof_biggest_empty_class.
529         
530 2005-11-05  Kazu Hirata  <kazu@codesourcery.com>
532         * decl2.c, init.c, typeck.c: Fix comment typos.
534 2005-11-04  Richard Guenther  <rguenther@suse.de>
536         PR c++/22487
537         * init.c (build_vec_init): Build comparison of matching
538         types.
540 2005-11-03  Josh Conner  <jconner@apple.com>
542         PR c++/19989
543         pt.c (tsubst): Accept zero-length array if tf_error is set
544         in complain flags.  Change error message for negative-
545         length array.
547 2005-11-04  Joseph S. Myers  <joseph@codesourcery.com>
549         * cp-tree.h (cp_cpp_error), error.c (cp_cpp_error): Take va_list*
550         parameter.
552 2005-11-03  Joseph S. Myers  <joseph@codesourcery.com>
554         PR c++/17964
555         * error.c (cp_cpp_error): New function.
556         * cp-tree.h (cp_cpp_error): Declare.
557         * parser.c (cp_lexer_new_main): Set CPP option client_diagnostic
558         and error callback after lexing.
560 2005-11-03  Mark Mitchell  <mark@codesourcery.com>
562         PR c++/21627
563         * pt.c (register_specialization): Update inline flags on clones.y
565 2005-11-03  Andrew Pinski  <pinskia@physics.uc.edu>
567         PR c++/24582
568         * decl.c (declare_local_label): Return 0 for variables
569         with error_mark_node as their types.
571 2005-11-02  Mark Mitchell  <mark@codesourcery.com>
573         PR c++/22434
574         * call.c (build_conditional_expr): Do bad conversions, if there's
575         no other choice.
577         PR c++/24560
578         * parser.c (cp_parser_postfix_dot_deref_expression): Improve error
579         message for use of overloaded functions on LHS of "." operator.
581         PR c++/19253
582         * parser.c (cp_parser_postfix_expression): Use
583         cp_parser_elaborated_type_specifier to handle typename-types in
584         functional casts.
585         (cp_parser_enclosed_argument_list): Skip ahead to the end of the
586         template argument list if the closing ">" is not found.
588         PR c++/24569
589         * pt.c (instantiate_decl): Use cp_finish_decl, not
590         finish_static_data_member_decl. 
592 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
594         * decl.c (grokfndecl): Remove the setting
595         of the return type of the function type
596         of main after erroring about must returning
597         int.
599 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
601         PR C++/23229
602         * decl.c (grokfndecl): Create a new function type
603         after erroring out about main not returning int.
605 2005-10-28  Josh Conner  <jconner@apple.com>
607         PR c++/22153
608         * parser.c (cp_parser_member_declaration): Detect and handle
609         a template specialization.
611 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
613         PR C++/23426
614         * decl.c (start_decl): Check that the decl is an
615         error_mark_node before getting the type.
616         Remove the check for the decl's type being an
617         error_mark_node.  
619 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
621         PR c++/24260
622         * parser.c (cp_parser_init_declarator): Pass attributes to
623         grokfield. 
625 2005-10-20  Mark Mitchell  <mark@codesourcery.com>
627         PR c++/22618
628         * search.c (accessible_p): Check access in the outermost set of
629         template parameters.
631 2005-10-20  Richard Guenther  <rguenther@suse.de>
633         * decl.c (grokdeclarator): Fix ambiguous pedwarn message.
635 2005-10-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
637         PR c++/22293
638         * decl.c (grokdeclarator): Reject unqualified destructors in
639         friend declarations.
641 2005-10-18  Mark Mitchell  <mark@codesourcery.com>
643         PR c++/23293
644         * pt.c (convert_template_argument): Use canonical type variants in
645         template specializations.
647 2005-10-18  Nathan Sidwell  <nathan@codesourcery.com>
649         PR c++/21383
650         * name-lookup.c (arg_assoc): Template args can be null in a
651         template-id-expr.
653         PR c++/22604
654         * class.c (update_vtable_entry_for_fn): Don't process invalid
655         covariant overriders.
657         PR c++/23118
658         * cp-tree.h (add_method): Add return value.
659         * class.c (add_method): Return success indicator.
660         * semantics.c (finish_member_declaration): Don't add an invalid
661         method to the method list.
663 2005-10-17  Mark Mitchell  <mark@codesourcery.com>
665         PR c++/21908
666         * call.c (build_new_method_call): Do not show VTT parameters to
667         the user.
669 2005-10-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
671         PR c++/23440
672         * parser.c (cp_parser_statement): If the parser reached CPP_EOF,
673         only complain about missing statement.
675 2005-10-17  Nathan Sidwell  <nathan@codesourcery.com>
677         PR c++/24386
678         * cp-tree.h (BASELINK_QUALIFIED_P): New.
679         * pt.c (tsubst_copy_and_build): <CALL_EXPR case>: Use it.
680         * typeck.c (finish_class_member_access_expr): Set it.
682         PR c++/21353
683         * decl.c (check_default_argument): Don't check
684         processing_template_decl or uses_template_parms here.
685         (grokparms): Only call check_default_argument when not processing
686         a template decl.
687         * parser.c (cp_parser_late_parsing_default_arg): Call
688         check_default_argument when not processing a template decl.
690 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
692         PR c++/24389
693         * decl2.c (mark_used): Use uses_template_parms instead of
694         dependent_type_p.
695         * init.c (constant_value_1): Handle uninstantiated templates
696         specially.
697         * pt.c (instantiate_decl): Add sanity check.
699 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
701         PR c++/22173
702         * typeck.c (check_template_keyword): Fix thinko.
703                 
704 2005-10-16  Andrew Pinski  <pinskia@physics.uc.edu>
706         PR c++/23959
707         * decl.c (pop_switch): Only call c_do_switch_warnings
708         when not processing templates.
710 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
712         PR c++/22173
713         * cp-tree.h (QUALIFIED_NAME_IS_TEMPLATE): New macro.
714         (check_template_keyword): New function.
715         (finish_id_expression): Change prototoype.
716         (finish_qualified_id_expr): Change prototype.
717         (build_qualified_name): New function.
718         (finish_class_member_access_expr): Change prototype.
719         * init.c (build_offset_ref): Use build_qualified_name.
720         * mangle.c (write_expression): Likewise.
721         * parser.c (cp_parser_primary_expression): Remove qualifying_class
722         parameter.  Add address_p and template_arg_p.  Use
723         build_qualified_name.
724         (cp_parser_id_expression): Default *template_p to
725         template_keyword_p.  Check for invalid uses of the template
726         keyword.  
727         (cp_parser_postfix_expression): Eliminate special handling for
728         qualified names.  Adjust call to cp_parser_primary_expression.
729         (cp_parser_postfix_dot_deref_expression): Adjust call to
730         cp_parser_id_expression and finish_class_member_access_expr.
731         (cp_parser_template_argument_list): Add comment.
732         (cp_parser_template_argument): Adjust use of
733         cp_parser_primary_expression.  Remove call to
734         finish_qualified_id_expr.
735         (cp_parser_lookup_name): Use build_qualified_name. 
736         * pt.c (tsubst): Use build_qualified_name.
737         (tsubst_qualified_id): Likewise.  Adjust call to
738         finish_qualified_id_expr.
739         (tsubst_copy): Use build_qualified_name.
740         (tsubst_copy_and_build): Adjusts call to finish_id_expression and
741         finish_class_member_access_expr. 
742         * semantics.c (finish_non_static_data_member): Use
743         build_qualified_name.
744         (finish_qualified_id_expr): Add template_p and template_arg_p
745         parameters. 
746         (finish_id_expression): Remove qualifiying_class parameter.  Add
747         template_p, done, address_p, and template_arg_p.  Use
748         build_qualified_name.  Adjust calls to
749         finish_class_member_acess_expr.  
750         * tree.c (build_qualified_name): New function.
751         * typeck.c (check_template_keyword): New function.
752         (finish_class_member_access_expr): Add template_p argument.  Check
753         for invalid uses of the template keyword.
755 2005-10-15  Mark Mitchell  <mark@codesourcery.com>
757         PR c++/21347
758         * class.c (maybe_warn_about_overly_private_class): Lazy
759         constructors are public.
761 2005-10-14  Mark Mitchell  <mark@codesourcery.com>
763         PR c++/19565
764         * call.c (convert_like_real): Rely on convert_and_check to issue
765         warnings about overflow and conversion to unsigned.
766         * decl.c (finish_enum): Use the location of the enumerators, not
767         the closing brace of the enumeration, when reporting warnings
768         about conversions.
769         (build_enumerator): Use error_mark_node for erroneous values.
770         * typeck2.c (digest_init): Remove reference to "signature pointer"
771         from comment.
773 2005-10-14  Nathan Sidwell  <nathan@codesourcery.com>
775         PR c++/17796
776         * optimize.c (update_cloned_parm): Add FIRST parameter. Use it.
777         (maybe_clone_body): Track the first clone.
779 2005-10-13  Nathan Sidwell  <nathan@codesourcery.com>
781         PR c++/23984
782         * class.c (build_base_path): The vtable is always the first thing
783         in the vtt.
785 2005-10-13  Mark Mitchell  <mark@codesourcery.com>
787         PR c++/20721
788         * cp-tree.h (DECL_NONTRIVIALLY_INITIALIZED_P): New macro.
789         * decl.c (duplicate_decls): Merge it into new declarations.
790         (decl_jump_unsafe): Use it, rather than DECL_INITIAL.
791         (cp_finish_decl): Set it, when appropriate.
793         PR c++/22180
794         * call.c (build_new_method_call): Correct pretty-printing of
795         destructor names.
796         * pt.c (tsubst_qualified_id): Recognize invalid uses of "~T" as an
797         identifier. 
799         PR c++/23694
800         * decl.c (start_method): Return error_mark_node for errors.
802         PR c++/23307
803         * pt.c (push_template_decl_real): Complain about attempts to
804         declare template variables.
806         PR c++/22352
807         * pt.c (tsubst_template_parms): Set processing_template_decl while
808         processing the parameters.
809         (tsubst_decl): Set processing_template_decl when substituting into
810         a TEMPLATE_DECL.
812         PR c++/22405
813         * pt.c (most_specialized_instantiation): Robustify.
815         PR c++/22464
816         * semantics.c (finish_id_expression): Issue errors about uses of
817         local variables in containing functions even in templates.
819 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
821         PR target/21801
822         PR target/23589
823         * class.c (finish_struct_1): Call
824         targetm.cxx.adjust_class_at_definition.
827 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
829         PR c++/21592
830         * pt.c (build_non_dependent_expr): Don't wrap a COMPONENT_REF
831         with already looked up member functions.  Assert we're not
832         returning a NON_DEPENDENT_EXPR with unknown type.
833         * typeck.c (finish_class_member_access_expr):  We can get
834         non-template-id-expr baselinks.  If the lookup finds a baselink,
835         remember it even inside templates.
837         PR c++/23797
838         * parser.c (cp_parser_functional_cast): Cope when TYPE is not a
839         TYPE_DECL.  Use dependent_type_p to check type.
840         * pt.c (uses_template_parms_p): Use dependent_type_p for a
841         TYPE_DECL.
842         (type_dependent_expression_p): Assert we've not been given a
843         TYPE_DECL.
845         PR c++/21117
846         * decl.c (check_function_type): Correctly overwrite incomplete
847         return type with void type.
848         * typeck.c (check_return_expr): If the function's return type is
849         void, don't try and convert a return expr.
851 2005-10-12  David Edelsohn  <edelsohn@gnu.org>
853         PR c++/23730
854         * call.c (build_object_call): If BINFO is NULL, bypass
855         lookup_fnfields and set fns to NULL_TREE.
857 2005-10-12  Paolo Bonzini  <bonzini@gnu.org>
859         PR c++/24052
860         * error.c (dump_expr): Pass LABEL_DECL to dump_decl.  Print
861         an ADDR_EXPR of a LABEL_DECL as &&. 
863 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
865         PR c++/19964
866         * class.c (walk_subobject_offsets): Don't walk error_mark_node.
868 2005-10-11  Ian Lance Taylor  <ian@airs.com>
870         PR c++/8057
871         * cvt.c (convert_to_void): Don't warn about unused values when
872         processing a template declaration.
874 2005-10-11  Mark Mitchell  <mark@codesourcery.com>
876         PR c++/21089
877         * call.c (convert_like_real): Use decl_constant_value, not
878         integral_constant_value.
879         * init.c (constant_value_1): New function.
880         (integral_constant_value): Use it.
881         (decl_constant_value): Likewise.
882         * typeck.c (decay_conversion): Use decl_constant_value, not
883         integral_constant_value.
885         PR c++/21369
886         * parser.c (cp_parser_elaborated_type_specifier): Don't treat
887         class types as templates if the type is not appearing as part of a
888         type definition or declaration.
890 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
892         PR c++/24277
893         * pt.c (instantiate_decl): Call finish_static_data_member_decl for
894         static data members.
896 2005-10-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
897             Mark Mitchell  <mark@codesourcery.com>
899         PR c++/23437
900         * parser.c (cp_parser_template_argument_list): Do not treat
901         contents of argument list as part of a constant expression.
903 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
905         PR c++/24139
906         * decl.c (grokdeclarator): Do not require template parameter lists
907         for explicitly specialized class.
908         * error.c (dump_aggr_type): Do not dump template arguments for
909         non-primary specializations.
910         (dump_function_name): Likewise.
912         PR c++/24275
913         * pt.c (instantiate_decl): Instantiate the initializer of
914         a static data member in the namespace containing the class
915         containing the static data member.
917 2005-10-08  James A. Morrison  <phython@gcc.gnu.org>
919         PR c++/22172
920         * parser.c (cp_parser_postfix_expression) <RID_TYPENAME>: Treat nontype
921         scopes as nondependent.
923 2005-10-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
925         * call.c (resolve_args): Remove redundant test.
927 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
929         PR tree-optimization/21419
930         PR tree-optimization/24146
931         PR tree-optimization/24151
933         * semantics.c (finish_asm_stmt): Call readonly_error if outputs are
934         read-only.  Set ASM_VOLATILE_P for asms without outputs.
936 2005-10-05  Nathan Sidwell  <nathan@codesourcery.com>
938         PR c++/23513
939         * call.c (joust): Adjust length count to more_specialized_fn.
940         * pt.c (more_specialized_fn): Cope with non-static member vs
941         non-member.
943 2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
945         PR middle-end/23125
946         * decl.c (make_rtl_for_nonlocal_decl): Use set_user_assembler_name
947         instead of change_decl_assembler_name.
949 2005-10-03  Alexandre Oliva  <aoliva@redhat.com>
951         * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
953 2005-10-03  Mark Mitchell  <mark@codesourcery.com>
955         PR c++/17775
956         * repo.c: Include flags.h.
957         (finish_repo): Add -frandom-seed to the arguments.
959 2005-10-02  Mark Mitchell  <mark@codesourcery.com>
961         PR c++/22621
962         * parser.c (cp_parser_template_argument): Don't turn "T::f" into
963         "(*this).T::f".
964         * pt.c (convert_nontype_argument): Remove ??? comment.
966         PR c++/23840
967         * tree.c (lvalue_p_1): A VA_ARG_EXPR with class type is an lvalue,
968         when class rvalues are lvalues.
970 2005-09-28  Mark Mitchell  <mark@codesourcery.com>
972         PR c++/16782
973         * decl.c (grokdeclarator): Always pedwarn about overqualified
974         member names.
976 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
978         PR c++/22147
979         * name-lookup.c (maybe_process_template_type_declaration): Don't
980         treat forward declarations of classes as templates just because
981         we're processing_template_decl.
982         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
983         functions. 
985 2005-09-26  Jason Merrill  <jason@redhat.com>
987         PR c++/13764
988         * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): New macro.
989         * name-lookup.c (pushdecl_maybe_friend): Check it.
990         * decl.c (begin_function_body): Do nothing if it's false.
991         (finish_function_body): Ditto.
992         (outer_curly_brace_block): New fn.
993         (finish_function): Use it.
995 2005-09-26  Richard Guenther  <rguenther@suse.de>
997         PR middle-end/15855
998         * decl2.c (do_static_destruction): Remove.
999         (finish_static_initialization_or_destruction): Likewise.
1000         (DECL_EFFECTIVE_INIT_PRIORITY): New macro.
1001         (NEEDS_GUARD_P): Likewise.
1002         (do_static_initialization): Rename to
1003         do_static_initialization_or_destruction.  Process all
1004         initializers/destructors and handle common conditionalizing.
1005         (start_static_initialization_or_destruction): Rename to
1006         one_static_initialization_or_destruction.  Handle only
1007         decl-specific conditionalizing.
1008         (cp_finish_file): Call do_static_initialization_or_destruction.
1010 2005-09-22  Jakub Jelinek  <jakub@redhat.com>
1012         PR c++/21983
1013         * class.c (find_final_overrider): Move diagnostic about no unique final
1014         overrider to...
1015         (update_vtable_entry_for_fn): ... here.
1017 2005-09-21  Mark Mitchell  <mark@codesourcery.com>
1019         PR c++/23993
1020         * init.c (integral_constant_value): Use DECL_INTEGRAL_CONSTANT_VAR_P.
1022 2005-09-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1024         PR c++/23965
1025         * call.c (resolve_args): Return error_mark_node on arguments
1026         whose TREE_TYPE is error_mark_node.
1028 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
1030         PR c++/23947
1031         * rtti.c (get_pseudo_ti_init): Recompute ti pointer after
1032         get_tinfo_ptr calls.
1034 2005-09-16  Mark Mitchell  <mark@codesourcery.com>
1036         PR c++/23914
1037         * parser.c (cp_parser_enclosed_template_argument_list): Make sure
1038         skip_evaluation is false when processing template arguments.
1040         PR c++/21514
1041         * pt.c (check_instantiated_args): Treat uses of anonymous types as
1042         causing type-deduction failure.
1044 2005-09-15  Jason Merrill  <jason@redhat.com>
1046         PR c++/23357
1047         * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
1048         tcc_expression.
1050 2005-09-15  Mark Mitchell  <mark@codesourcery.com>
1052         PR c++/23896
1053         * pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
1054         processing template arguments.
1056         * pt.c (check_explicit_instantiation_namespace): Fix typo.
1058         PR c++/13140
1059         * decl.c (check_class_member_definition_namespace): New function.
1060         (grokfndecl): Use it.
1061         (grokvardecl): Likewise.
1062         (grokdecl): Improve documentation.
1063         * pt.c (check_explicit_instantiation_namespace): New function.
1064         (register_specialization): Call check_specialization_namespace
1065         when replacing an implicitly instantiated function.
1066         (check_explicit_specialization): Ensure that DECL_CONTEXT is set
1067         correctly for namespace-scope specializations.
1068         (do_decl_instantiation): Use
1069         check_explicit_instantiation_namespace.
1070         (do_type_instantiation): Likewise.
1072 2005-09-15  Nathan Sidwell  <nathan@codesourcery.com>
1074         PR c++/23725
1075         * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.
1077 2005-09-13  Bastian Blank <waldi@debian.org>
1079         PR c++/16171
1080         * mangle.c (find_substitution): Do not use special substitutions
1081         for identifiers not in std::.
1082         
1083 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
1085         PR c++/23839
1086         * typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER
1087         for VAR_DECLs.
1089 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
1091         PR c++/23842
1092         * pt.c (tsubst_default_argument): Do treat default argument
1093         expressions as occurring in the context of the function called. 
1095 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
1097         PR c++/23841
1098         * parser.c (cp_parser_primary_expression): Recognize the closing
1099         ">" of a template-argument-list after a floating-point literal as
1100         the end of a cast expression.
1102 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
1104         PR c++/23789
1105         * cvt.c (perform_qualification_conversions): Don't create
1106         unnecessary NOP_EXPRs.
1107         * pt.c (tsubst_template_arg): Use fold_non_dependent_expr.
1109 2005-09-12  Ian Lance Taylor  <ian@airs.com>
1111         PR g++/7874
1112         * cp-tree.h (struct lang_decl_flags): Add hidden_friend_p
1113         bitfield.  Make dummy bitfield one bit smaller.
1114         (DECL_HIDDEN_FRIEND_P): Define.
1115         (pushdecl_maybe_friend): Declare.
1116         (pushdecl_top_level_maybe_friend): Declare.
1117         * decl.c (duplicate_decls): Add newdecl_is_friend parameter.
1118         Change prototype and all callers.  Add assertion that a
1119         DECL_ARTIFICIAL FUNCTION_DECL is not DECL_HIDDEN_FRIEND_P.  Set
1120         DECL_ANTICIPATED and DECL_HIDDEN_FRIEND_P in duplicated decl if
1121         appropriate.
1122         * name-lookup.c (supplement_binding): Don't ignore a
1123         DECL_HIDDEN_FRIEND_P.
1124         (pushdecl_maybe_friend): Break out contents of pushdecl.  Add
1125         is_friend parameter.  Set DECL_ANTICIPATED and
1126         DECL_HIDDEN_FRIEND_P for a friend function.
1127         (pushdecl): Just call pushdecl_maybe_friend.
1128         (pushdecl_with_scope): Add is_friend parameter.  Change prototype
1129         and all callers.
1130         (pushdecl_namespace_level): Likewise.
1131         (push_overloaded_decl): Likewise.  Check DECL_HIDDEN_FRIEND_P as
1132         well as DECL_ANTICIPATED when checking for a builtin.
1133         (do_nonmember_using_decl): Check DECL_HIDDEN_FRIEND_P as well as
1134         DECL_ANTICIPATED when checking for a builtin.
1135         (do_nonmember_using_decl): Likewise.
1136         (pushdecl_top_level_1): Add is_friend parameter.  Change all
1137         callers.
1138         (pushdecl_top_level_maybe_friend): New function.
1139         (remove_hidden_names): New function.
1140         (struct arg_lookup): Add args field.
1141         (friend_of_associated_class_p): New static function.
1142         (arg_assoc_namespace): Ignore hidden functions which are not
1143         friends of an associated class of some argument.
1144         (lookup_arg_dependent): Remove hidden functions from list passed
1145         in.  Initialize k.args.
1146         * name-lookup.h (remove_hidden_names): Declare.
1147         * friend.c (do_friend): Call pushdecl_maybe_friend instead of
1148         pushdecl.
1149         * call.c (add_function_candidate): Change DECL_ANTICIPATED test to
1150         an assertion, with a check for DECL_HIDDEN_FRIEND_P.
1151         (build_new_function_call): Add koenig_p parameter.  Change
1152         prototype and callers.
1153         * pt.c (register_specialization): Add is_friend parameter.  Change
1154         all callers.
1155         (push_template_decl_real): Change is_friend parameter to bool.
1156         Change prototype and all callers.
1157         (tsubst_friend_class): Call pushdecl_top_level_maybe_friend
1158         instead of pushdecl_top_level.
1160 2005-09-11  Richard Henderson  <rth@redhat.com>
1162         * decl2.c (build_anon_union_vars): Copy attributes from the base addr.
1163         * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR.
1165 2005-09-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1167         * parser.c (cp_parser_translation_unit): Simplify.  The while-block
1168         was actually executed at most once.
1170 2005-09-09  Richard Henderson  <rth@redhat.com>
1172         PR debug/20998
1173         * cp-tree.def (ALIAS_DECL): Remove.
1174         * cp-lang.c (cp_init_ts): Remove support for it.
1175         * error.c (dump_decl): Likewise.
1176         * name-lookup.c (pushdecl): Likewise.
1177         * semantics.c (finish_id_expression): Likewise.
1178         * decl2.c (build_anon_union_vars): Use a VAR_DECL with
1179         DECL_VALUE_EXPR instead.
1181 2005-09-09  Mark Mitchell  <mark@codesourcery.com>
1183         PR c++/22252
1184         * decl.c (start_preparsed_function): Do not pay attention to
1185         #pragma interface for implicitly-defined methods.
1186         * decl2.c (cp_finish_file): Do not complain about uses of inline
1187         functions that have bodies, even if we decided not to emit the
1188         body in this translation unit.
1189         * semantics.c (note_decl_for_pch): Do not mess with linkage.
1190         (expand_or_defer_fn): Make inline, non-template functions COMDAT
1191         at this point.
1193 2005-09-08  Richard Henderson  <rth@redhat.com>
1195         PR debug/23190
1196         * decl.c (wrapup_globals_for_namespace): Call
1197         emit_debug_global_declarations.
1198         * decl2.c (cp_finish_file): Likewise.
1200 2005-09-08  Mark Mitchell  <mark@codesourcery.com>
1202         PR c++/23691
1203         * decl2.c (mark_used): Instantiate static data members initialized
1204         by constants, even in a template.
1206 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
1208         PR obj-c++/16816
1209         * parser.c (cp_parser_objc_selector_expression): Treat CPP_SCOPE as
1210         two CPP_COLON.
1212 2005-09-07  Richard Guenther  <rguenther@suse.de>
1214         * cp-gimplify.c (cp_gimplify_expr): Create empty CONSTRUCTOR
1215         for EMPTY_CLASS_EXPR.
1217 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
1219         PR c/23075
1220         * typeck.c (check_return_expr): Add no_warning argument.  Set
1221         *no_warning to true if "return-statement with no value, in function
1222         returning" warning has been issued.
1223         * cp-tree.h (check_return_expr): Adjust prototype.
1224         * semantics.c (finish_return_stmt): Set TREE_NO_WARNING if
1225         check_return_expr set *no_warning to true.
1227 2005-09-06  Mark Mitchell  <mark@codesourcery.com>
1229         * cp-tree.h (rvalue): New function.
1230         * call.c (build_conditional_expr): Use it.
1231         * init.c (build_new_1): Likewise.
1232         * rtti.c (build_dynamic_cast_1): Likewise.
1233         * tree.c (rvalue): New function.
1234         * typeck.c (build_unary_op): Use it.
1235         (build_static_cast_1): Likewise.
1237         PR c++/9782
1238         * init.c (build_new_1): Make sure the entire array type is
1239         complete, not just its element types.
1241 2005-09-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1243         * decl.c (check_elaborated_type_specifier): Remove redundant check.
1245 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
1247         PR c++/23056
1248         * typeck.c (ignore_overflows): New helper function.
1249         (build_static_cast_1): Use it.
1251 2005-09-06  Kazu Hirata  <kazu@codesourcery.com>
1253         * cp-tree.h, decl.c, decl2.c, semantics.c: Fix comment typos.
1254         Follow spelling conventions.
1256 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
1258         PR c++/23667
1259         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INSTANTIATED when
1260         copying a VAR_DECL.
1262 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
1264         PR c++/21440
1265         * semantics.c (finish_stmt_expr_expr): Add an explicit
1266         initialization to the last statement in the statement-expression.
1267         * (finish_stmt_expr): Adjust accordingly.
1269 2005-09-03  Mark Mitchell  <mark@codesourcery.com>
1271         PR c++/23699
1272         * decl2.c (mark_used): Always instantiate static data members
1273         initialized by constant expressions.
1274         * pt.c (instantiate_decl): Instantiate the initializers for static
1275         data members initialized by constant expressions.
1277         PR c++/21687
1278         * semantics.c (expand_or_defer_fn): Do not call ggc_collect when
1279         finishing processing for a template function in a local class.
1280         Revert:
1281         2005-09-02  Mark Mitchell  <mark@codesourcery.com>
1282         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
1283         around functions in local classes.
1285 2005-09-02  Mark Mitchell  <mark@codesourcery.com>
1287         PR c++/21687
1288         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
1289         around functions in local classes.
1291 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1293         PR obj-c++/23640
1294         * decl2.c (cp_finish_file): If this is obj-c++ and we need a static
1295         init, call generate_ctor_or_dtor_function.
1297 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1299         PR c++/13377
1300         * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
1301         lookup_name_real on final parse.
1303 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1305         PR c++/23639
1306         * semantics.c (qualified_name_lookup_error): Do not complain again
1307         on invalid scope.
1309 2005-08-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1311         PR c++/23586
1312         * parser.c (cp_parser_namespace_name): Move diagnostic for
1313         invalid namespace-name to here from ...
1314         * name-lookup.c (do_namespace_alias): ... here and ...
1315         (do_using_directive): ... here.  Remove dead code.
1317 2005-08-28  Mark Mitchell  <mark@codesourcery.com>
1319         PR c++/23099
1320         * cp-tree.h (saved_scope): Add skip_evaluation.
1321         * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not
1322         DECL_INITIAL, to determine whether or not a static data member was
1323         initialized in the class-specifier.
1324         (cp_finish_decl): Add comment.
1325         * init.c (integral_constant_value): Subtitute into the
1326         initializers for static data members in templates.
1327         * name-lookup.c (push_to_top_level): Save skip_evaluation.
1328         (pop_from_top_level): Restore it.
1329         * pt.c (instantiate_class_template): Do not substitute into the
1330         intializers of static data members when instantiating a class.
1331         (regenerate_decl_from_template): Simplify.
1332         (instantiate_decl): Tidy.  Substitute into the initializer for a
1333         static data member even when the definition of the data member is
1334         not available.
1336 2005-08-26  Mark Mitchell  <mark@codesourcery.com>
1338         PR c++/19004
1339         * pt.c (uses_template_parms): Handle IDENTIFIER_NODE.
1340         (type_dependent_expression_p): Allow BASELINKs whose associated
1341         functions are simply a FUNCTION_DECL.
1343         PR c++/23491
1344         * cp-tree.h (build_vec_init): Adjust prototype.
1345         * init.c (perform_member_init): Adjust call to build_vec_init.
1346         (build_aggr_init): Likewise.
1347         (build_new_1): Do not call build_default_init for array types.
1348         (build_vec_init): Add explicit_default_init_p parameter.  Perform
1349         default initialization of vector elements when set.
1350         * typeck.c (build_modify_expr): Adjust call to build_vec_init.
1352 2005-08-25  Nathan Sidwell  <nathan@codesourcery.com>
1354         PR c++/20817
1355         * typeck.c (build_x_unary_op): Make sure OFFSET_REF is not for a
1356         ->*.
1358 2005-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1360         PR c++/22454
1361         * parser.c (cp_lexer_peek_nth_token): Relax assert.
1363 2005-08-23  Nathan Sidwell  <nathan@codesourcery.com>
1365         PR c++/23044
1366         * pt.c (tsubst_qualified_id): A SCOPE_REF can still remain.
1368 2005-08-22  James E Wilson  <wilson@specifix.com>
1370         PR tree-optimization/23426
1371         * decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
1372         array size check.
1374 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1376         PR c++/22233
1377         * pt.c (push_template_decl_real): Return error_mark_node if the
1378         number of template parameters does not match previous definition.
1380 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1382         PR c++/23089
1383         * decl.c (require_complete_types_for_parms): Mark incomplete types
1384         as invalid.
1386 2005-08-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1388         * parser.c (cp_parser_nth_token_starts_template_argument_list_p):
1389         Fix typo in leading comment.
1391 2005-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1393         * name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.
1395 2005-08-15 Fariborz Jahanian <fjahanian@apple.com>
1397         * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
1398         * call.c (add_template_candidate_real): Pass down 'flags' to
1399         fn_type_unification.
1400         (can_convert_arg): New 'flags' argument. Pass it to call to
1401         implicit_conversion instead of LOOKUP_NORMAL.
1402         (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
1403         * class.c (resolve_address_of_overloaded_function): Ditto.
1404         (resolve_address_of_overloaded_function): Ditto.
1405         * decl.c (reshape_init, check_default_argument): Ditto.
1406         * typeck.c (build_ptrmemfunc): Ditto.
1407         * pt.c (type_unification_real): Add 'flags' argument.
1408         (fn_type_unification): Pass 'flags' to type_unification_real.
1409         (type_unification_real): Pass new 'flags' argument to call to
1410         can_convert_arg.
1412 2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
1413             Nathan Sidwell  <nathan@codesourcery.com>
1415         PR c++/21799
1416         PR c++/8271
1417         * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
1418         explicitly.
1419         
1420 2005-08-12  Nathan Sidwell  <nathan@codesourcery.com>
1422         PR c++/21799
1423         Revert my 2005-07-08 patch
1424         * pt.c (type_unification_real): Remove is_method_argument and
1425         assoicated checks.
1426         (fn_type_unification, unify): Adjust type_unification_real calls.
1428 2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1430         PR c++/23266
1431         * decl2.c (grokfield): Check that method is not static before
1432         marking it as pure.
1434 2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
1436         PR c++/23219
1437         * name-lookup.c (pushtag): Process the template type before
1438         altering the identifier lookup fields.  Remove unreachable code
1439         creating an empty stub decl.
1441 2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1443         PR c++/20646
1444         * decl.c (grokdeclarator): Reset storage_class after error.
1446 2005-08-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1448         PR c++/22508
1449         * init.c (build_new_1): Check for empty candidate list.
1451 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1453         PR c++/23191
1454         * pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
1455         before calling build_exception_variant.
1457 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1459         PR c++/19498
1460         * pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
1461         if substitution of template args did not succeed.
1463 2005-08-06  Michael Matz  <matz@suse.de>
1465         * method.c (use_thunk): Call init_insn_lengths.
1467 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
1469         PR c++/22514
1470         * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
1471         sorrycount or errorcount are nonzero.
1473 2005-08-05  Mark Mitchell  <mark@codesourcery.com>
1475         * name-lookup.c (pushtag): Remove accidental commit from:
1476         2004-12-21  Mark Mitchell  <mark@codesourcery.com>
1477         PR c++/19063
1478         * decl.c (grokdeclarator): Return error_mark_node, not
1479         void_type_node, to indicate errors.
1480         * parser.c (cp_parser_template_parameter_list): Robustify.
1481         (cp_parser_template_parameter): Likewise.
1483 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
1485         * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
1486         Fix comment typos.
1488 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
1490         * method.c: Fix a comment typo.
1492 2005-07-28  Mark Mitchell  <mark@codesourcery.com>
1494         PR c++/22545
1495         * call.c (add_builtin_candidate): Adjust for changes in
1496         representation of pointer-to-member types.
1498 2005-07-28  Mike Stump  <mrs@apple.com>
1500         * pt.c (check_explicit_specialization): Add visibility logic.
1501         (lookup_template_class): Likewise.
1502         (instantiate_class_template): Likewise.
1504 2005-07-27  Devang Patel  <dpatel@apple.com>
1506         * name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
1507         
1508 2005-07-25  Ian Lance Taylor  <ian@airs.com>
1510         * ptree.c (cxx_print_identifier): Print a leading space if the
1511         indent level is 0.
1513 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1515         * call.c (convert_for_arg_passing): Check function pointers when
1516         -Wmissing-format-attribute is activated.
1517         * typeck.c (convert_for_assignment): Likewise.
1519 2005-07-22  Manfred Hollstein  <mh@suse.com>
1521         * parser.c (cp_parser_declaration): Fix unitialised warnings.
1523 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1525         * class.c (build_base_path): Fix typo.
1527 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1529         PR C++/22358
1530         * class.c (build_base_path): Convert BINFO_OFFSET to the correct type.
1532 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1534         * call.c: Fix comment typo(s).
1535         * cxx-pretty-print.h: Likewise.
1536         * name-lookup.c: Likewise.
1537         * parser.c: Likewise.
1539 2005-07-20  Douglas Gregor <doug.gregor@gmail.com>
1541         PR c++/2922
1542         * semantics.c (perform_koenig_lookup): For dependent calls, just
1543         return the set of functions we've found so far. Later, it will be
1544         augmented by those found through argument-dependent lookup.
1545         * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing 
1546         the optimization that skips namespaces where the functions were
1547         originally found.
1549 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
1551         Make CONSTRUCTOR use VEC to store initializers.
1552         * call.c (convert_default_arg): Update call to digest_init.
1553         * class.c (dump_class_hierarchy, dump_array): Update to cope with
1554         VEC in CONSTRUCTOR_ELTS.
1555         * cp-tree.h (EMPTY_CONSTRUCTOR_P): Likewise.
1556         (finish_compound_literal, digest_init): Update declaration.
1557         * decl.c (struct reshape_iter): New data type.
1558         (reshape_init_array): Rename to...
1559         (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.
1560         (reshape_init): Rewrite from scratch. Split parts into...
1561         (reshape_init_array, reshape_init_vector, reshape_init_class,
1562         reshape_init_r): New functions.
1563         (check_initializer): Update call to reshape_init. Remove obsolete
1564         code.
1565         (initialize_artificial_var, cp_complete_array_type): Update to cope
1566         with VEC in CONSTRUCTOR_ELTS.
1567         * decl2.c (grokfield): Update calls to digest_init.
1568         (mark_vtable_entries): Update to cope with VEC in CONSTRUCTOR_ELTS.
1569         * error.c (dump_expr_init_vec): New function.
1570         (dump_expr): Use dump_expr_init_vec.
1571         * init.c (build_zero_init, build_vec_init): Update to cope with VEC
1572         in CONSTRUCTOR_ELTS.
1573         (expand_default_init): Update call to digest_init.
1574         * parser.c  (cp_parser_postfix_expression): Use a VEC for the
1575         initializers.
1576         (cp_parser_initializer_list): Build a VEC of initializers.
1577         * pt.c (tsubst_copy, tsubst_copy_and_build): Update to cope with VEC
1578         in CONSTRUCTOR_ELTS.
1579         * rtti.c (tinfo_base_init, generic_initializer, ptr_initializer,
1580         ptm_initializer, class_initializer, get_pseudo_ti_init): Use
1581         build_constructor_from_list instead of build_constructor.
1582         * semantics.c (finish_compound_literal): Update call to digest_init.
1583         * tree.c (stabilize_init): Update to cope with VEC in
1584         CONSTRUCTOR_ELTS.
1585         * typeck.c (build_ptrmemfunc1): Likewise.
1586         * typeck2.c: (cxx_incomplete_type_error, split_nonconstant_init_1):
1587         Likewise.
1588         (store_init_value): Use build_constructor_from_list and update call
1589         to digest_init.
1590         (digest_init): Rewrite.
1591         (process_init_constructor): Rewrite from scratch. Split into...
1592         (process_init_constructor_array, picflag_from_initializer,
1593         process_init_constructor_record, process_init_constructor_union):
1594         New functions.
1595         (PICFLAG_ERRONEOUS, PICFLAG_NOT_ALL_CONSTANT, PICFLAG_NOT_ALL_SIMPLE):
1596         New macros.
1597         (build_functional_cast): Use build_constructor_from_list instead of
1598         build_constructor.
1600 2005-07-18  Mark Mitchell  <mark@codesourcery.com>
1602         PR c++/22263
1603         * cp-tree.h (instantiate_decl): Change prototype.
1604         * decl2.c (mark_used): Adjust accordingly.
1605         * pt.c (do_decl_instantiation): Likewise.
1606         (instantiate_class_member): Likewise.
1607         (instantiate_decl): Rename undefined_ok as expl_inst_class_mem_p.
1608         Clear DECL_INTERFACE_KNOWN for an explicitly instantiated template
1609         that has no definition available.
1610         (instantiate_pending_templates): Adjust call to instantiate_decl.
1612 2005-07-17  Mark Mitchell  <mark@codesourcery.com>
1614         PR c++/22139
1615         * cp-tree.h (DECL_TEMPLATE_INFO): Improve documentation.
1616         * decl.c (duplicate_decls): Re-register template specializations
1617         for functions that have DECL_TEMLPLATE_INFO, even if they do not
1618         have DECL_TEMPLATE_INSTANTIATION set.
1620 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1622         * call.c (diagnostic_fn_t): New.
1623         (build_temp, convert_like_real): Use diagnostic_fn_t.
1625 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
1627         PR c++/22204
1628         * repo.c (repo_emit_p): Robustify.
1630 2005-07-14  Daniel Berlin  <dberlin@dberlin.org>
1632         Fix PR c++/22452
1633         * tree.c (decl_linkage): Don't check DECL_COMDAT on CONST_DECL.
1635 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
1637         PR c++/22132
1638         * call.c (implicit_conversion): Add c_cast_p parameter.
1639         (standard_conversion): Likewise.  Allow conversions between
1640         differently-qualified pointer types when performing a C-style
1641         cast.
1642         (add_function_candidate): Adjust callee.
1643         (build_builtin_candidate): Likewise.
1644         (build_user_type_conversion_1): Likewise.
1645         (conditional_conversion): Likewise.
1646         (can_convert_arg): Likewise.
1647         (can_convert_arg_bad): Likewise.
1648         (perform_implicit_conversion): Likewise.
1649         * cp-tree.h (comp_ptr_ttypes_const): Declare.
1650         * typeck.c (comp_ptr_ttypes_const): Give it external linkage.
1651         Return bool.
1652         
1653 2005-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1654             Nathan Sidwell  <nathan@codesourcery.com>
1656         PR c++/20172
1657         * pt.c (tsubst_template_parms): Check for invalid non-type
1658         parameters.
1660 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
1662         * cp-lang.c (shadowed_var_for_decl, decl_shadowed_for_var_lookup,
1663         decl_shadowed_for_var_insert): Move over to cp-objcp-common.c.
1664         (cp_init_ts): Call init_shadowed_var_for_decl.
1665         Remove include of gt-cp-cp-lang.h.
1666         * cp-objcp-common.c (shadowed_var_for_decl,
1667         decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert): Moved from
1668         cp-lang.c.
1669         (init_shadowed_var_for_decl): New function to initialize
1670         shadowed_var_for_decl.
1671         Include gt-cp-cp-objcp-common.h.
1672         * Make-lang.in (gt-cp-lang.h): Remove.
1673         (gt-cp-cp-objcp-common.h): Add.
1674         (cp/cp-lang.o): Remove dependancy on gt-cp-lang.h.
1675         (cp/cp-objcp-common.o): Add dependancy on gt-cp-cp-objcp-common.h.
1676         * config-lang.in (gtfiles): Remove cp-lang.c and Add cp-objcp-common.c.
1677         * cp-tree (init_shadowed_var_for_decl): Add prototype.
1679 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
1680         
1681         * Make-lang.in: Add gt-cp-lang.h.
1682         (cp-lang.o): Ditto.     
1683         * class.c (create_vtable_ptr): Stop setting DECL_ASSEMBLER_NAME on
1684         the field.
1685         * config-lang.in: Add cp-lang.c to gtfiles.
1686         * cp-lang.c: Include hashtab.h.
1687         (cp_init_ts): New function.
1688         (LANG_HOOK_INIT_TS): Use macro.
1689         (decl_shadowed_for_var_lookup): New function.
1690         (decl_shadowed_for_var_insert): Ditto.
1691         * cp-tree.h (THUNK_FUNCTION_CHECK): Use decl_common.
1692         (NON_THUNK_FUNCTION_CHECK): Ditto.
1693         (DECL_NAMESPACE_ASSOCIATIONS): Use decl_non_common.
1694         (DECL_INIT_PRIORITY): Ditto.
1695         (DECL_HAS_SHADOWED_FOR_VAR_P): Ditto.
1696         (DECL_SHADOWED_FOR_VAR): Use hashtable.
1697         (SET_DECL_SHADOWED_FOR_VAR): Ditto.
1698         * decl.c (duplicate_decls): Update for new/updated structures.
1699         (poplevel): Use SET_DECL_SHADOWED_FOR_VAR.
1700         * decl2.c (start_static_initialization_or_destruction): Deal with
1701         priority. 
1702         * pt.c (tsubst_decl): Check TS_DECL_WRTL before doing
1703         SET_DECL_RTL.
1704         * tree.c (handle_init_priority_attribute): Handle priority.
1706 2005-07-08  Nathan Sidwell  <nathan@codesourcery.com>
1708         PR c++/21799
1709         * pt.c (type_unification_real): Add is_method argument.  Use it
1710         for this pointer unification.
1711         (fn_type_unification): Adjust type_unification_real call.
1712         (unify): Likewise.
1714 2005-07-07  Nathan Sidwell  <nathan@codesourcery.com>
1716         * pt.c (type_unification_real): Remove allow_incomplete argument.
1717         Remove unreachable code.
1718         (fn_type_unification): Adjust call to type_unification_real.
1719         (unify): Likewise.
1721 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
1723         * Makefile.in (class.o, decl2.o): Adjust dependencies.
1724         * class.c: Include tree-dump.h.
1725         * decl2.c: Include tree-dump.h.
1726         
1727 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1729         * dump.c: Use dump_string_field.
1731 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
1733         * cp-tree.h (GCC_DIAG_STYLE): #undef before defining.  Change
1734         minimum GCC version for format checking to 4.1.
1736 2005-07-02  Kazu Hirata  <kazu@codesourcery.com>
1738         * Make-lang.in (cc1plus-checksum.c): Use
1739         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
1741 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
1743         * name-lookup.c, parser.c: Use %q, %< and %> to quote in
1744         diagnostics.
1746 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
1747             Joseph S. Myers  <joseph@codesourcery.com>
1749         * error.c (location_of): Add comment.
1750         (locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
1751         * cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
1752         * call.c, class.c, decl.c, decl2.c, friend.c, init.c,
1753         name-lookup.c, parser.c, pt.c, search.c, semantics.c, typeck.c,
1754         typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
1755         or cp_pedwarn_at.  Mark up some diagnostic strings with N_.
1757 2005-06-30  Daniel Berlin  <dberlin@dberlin.org> 
1758         
1759         * decl.c (require_complete_types_for_parms): Call relayout_decl
1760         instead of layout_decl.
1762 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
1763             Jakub Jelinek  <jakub@redhat.com>
1765         * cp-lang.c: No need to include cxx-pretty-print.h.
1766         * error.c (cp_printer): Update signature.  No need to process
1767         flags.
1768         (print_instantiation_partial_context): Output last newline
1769         with pp_base_newline.
1770         * Make-lang.in: Update dependencies.
1772 2005-06-30  Steven Bosscher  <stevenb@suse.de>
1774         * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
1775         DECL_THREAD_LOCAL_P.
1776         (cp_finish_decl): Likewise.
1777         (grokvardecl): Set the default DECL_TLS_MODEL here.
1779 2005-06-28  Joseph S. Myers  <joseph@codesourcery.com>
1781         * cvt.c (ocp_convert): Use invalid_conversion hook.
1782         * typeck.c (build_binary_op): Use invalid_binary_op hook.
1783         (build_unary_op): Use invalid_unary_op hook.
1785 2005-06-28  Paul Brook  <paul@codesourcery.com>
1787         * Make-lang.in (cp/except.o): Depend on $(TARGET_H)
1788         * except.c: Include target.h.
1789         (init_exception_processing): Initialize unwind_resume_libfunc.
1790         * doc/tm.texi: Document TARGET_ASM_TTYPE
1792 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1794         * call.c (build_over_call): Pass in named argument list to
1795         `check_function_arguments'.
1796         * typeck.c (build_function_call): Likewise.
1798 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1800         * cp-tree.h (lang_check_failed): Add noreturn attribute.
1802 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
1804         * all files: Update FSF address in copyright headers.
1806 2005-06-23  Jason Merrill  <jason@redhat.com>
1808         PR c++/19317
1809         * semantics.c (simplify_aggr_init_expr): Use
1810         CALL_EXPR_RETURN_SLOT_OPT, not CALL_EXPR_HAS_RETURN_SLOT_ADDR.
1812 2005-06-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1814         * pt.c (register_specialization): Remove superfluous assertion.
1816 2005-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1818         * call.c (convert_like_real): Add format attribute.
1819         * typeck.c (check_for_casting_away_constness,
1820         build_static_cast_1): Likewise.
1821         * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
1822         Likewise.
1824 2005-06-17  Geoffrey Keating  <geoffk@apple.com>
1826         PR c++/17413
1827         * pt.c (type_unification_real): Apply template type deduction even
1828         to procedure parameters that are not dependent on a template
1829         parameter.
1831 2005-06-16  Nathan Sidwell  <nathan@codesourcery.com>
1833         * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might
1834         change.
1835         (create_pseudo_type_info): First parameter is an int.
1837 2005-06-15  Nathan Sidwell  <nathan@codesourcery.com>
1839         PR c++/20678
1840         * error.c (dump_expr) <COMPONENT_REF case>: Check DECL_NAME is not
1841         null.
1843         * Make-lang.in: Reformat some long lines.
1844         (gt-cp-rtti.h): New target.
1845         (cp/rtti.o): Add dependency.
1846         * config-lang.in (gtfiles): Add cp/rtti.c.
1847         * cp-tree.h (CPTI_TI_DESC_TYPE, CPTI_BLTN_DESC_TYPE,
1848         CPTI_PTR_DESC_TYPE, CPTI_ARY_DESC_TYPE, CPTI_FUNC_DESC_TYPE,
1849         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE,
1850         CPTI_SI_CLASS_DESC_TYPE, CPTI_VMI_CLASS_DESC_TYPE,
1851         CPTI_PTM_DESC_TYPE, CPTI_BASE_DESC_TYPE): Remove.
1852         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
1853         ary_desc_type_node, func_desc_type_node, enum_desc_type_node,
1854         class_desc_type_node, si_class_desc_type_node,
1855         vmi_class_desc_type_node, ptm_desc_type_node,
1856         base_desc_type_node): Remove.
1857         * decl.c: Adjust documentation of global trees.
1858         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL,
1859         TINFO_REAL_NAME): Remove.
1860         (struct tinfo_s): New.
1861         (enum tinfo_kind): New.
1862         (tinfo_descs): New.
1863         (get_tinfo_decl): Adjust use of tinfo descriptor.
1864         (tinfo_base_init, generic_initializer, ptr_initializer,
1865         ptm_initializer, class_initializer): Likewise.
1866         (get_pseudo_ti_init): Take descriptor index. Adjust.
1867         (create_pseudo_type_info): Likewise.
1868         (get_pseudo_ti_desc): Return descriptor index. Adjust.
1869         (create_tinfo_types): Adjust use of create_pseudo_type_info.
1870         (emit_tinfo_decl): Adjust use of tinfo descriptor.
1872 2005-06-14  Roger Sayle  <roger@eyesopen.com>
1874         * decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.
1876 2005-06-13  Geoffrey Keating  <geoffk@apple.com>
1878         * Make-lang.in (c++.install-man): Doesn't really depend on installdirs.
1879         (rule for installing g++.1 manpage): Does depend on installdirs.
1881 2005-06-13  Nathan Sidwell  <nathan@codesourcery.com>
1883         PR c++/20789
1884         * decl.c (cp_finish_decl): Clear runtime runtime initialization if
1885         in-class decl's initializer is bad.
1887         PR c++/21929
1888         * parser.c (struct cp_parser): Document that scope could be
1889         error_mark.
1890         (cp_parser_diagnose_invalid_type_name): Cope with error_mark for
1891         scope.
1892         (cp_parser_nested_name_specifier): Return NULL_TREE on error.
1893         (cp_parser_postfix_expression): Deal with null or error_mark
1894         scope.
1895         (cp_parser_elaborated_type_specifier): Adjust
1896         cp_parser_nested_name_specifier call.
1898         * parser (cp_parser_skip_to_end_of_block_or_statement): Cleanup.
1900 2005-06-12  Roger Sayle  <roger@eyesopen.com>
1902         PR c++/21930
1903         * error.c (dump_expr): UNARY_PLUS_EXPR need not handle void types.
1904         Treat CONVERT_EXPR identically to NOP_EXPR.
1906 2005-06-10  Aldy Hernandez  <aldyh@redhat.com>
1908         PR c++/10611
1909         * cvt.c (build_expr_type_conversion): Same.
1910         * typeck.c (build_binary_op): Handle vectors.
1911         (common_type): Same.
1912         (type_after_usual_arithmetic_conversions): Same.
1914 2005-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1916         PR c++/19497
1917         * cp-tree.def (USING_DECL): Update documentation.
1918         * cp-tree.h (DECL_DEPENDENT_P): New.
1919         (USING_DECL_DECLS, USING_DECL_SCOPE): New.
1920         * class.c (handle_using_decl): Move most of the processing to ...
1921         * name-lookup.c (do_class_using_decl): ... here.  Make stricter.
1922         (push_using_decl): Use USING_DECL_SCOPE.
1923         (cp_emit_debug_info_for_using): Make extern.
1924         * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
1925         * name-lookup.h (cp_emit_debug_info_for_using): Declare.
1926         * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
1927         when tsubsting.
1928         (tsubst_expr): Use USING_DECL_SCOPE.
1929         * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
1930         * semantics.c (finish_member_declaration): Likewise.
1932 2005-06-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1934         PR c++/19894
1935         * pt.c (tsubst): Reject pointer-to-member of type void.
1937         PR c++/20563
1938         * parser.c (cp_parser_label_declaration): Deal with invalid/missing
1939         identifiers.
1941 2005-06-07  Nathan Sidwell  <nathan@codesourcery.com>
1943         * cp-tree.def (DEFAULT_ARG): Adjust documentation.
1944         * cp-tree.h (DEFARG_INSTANTIATIONS): New.
1945         (struct tree_default_arg): Add instantiations member.
1946         * parser.c (cp_parser_late_parsing_default_args): Adjust to use a
1947         VEC.
1948         * pt.c (tsubst_arg_types): Likewise.
1950         * parser.c (cp_parser_late_parsing_default_args): Fix overeager
1951         assert in previous patch.
1953 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
1955         * error.c (locate_error): Use gmsgid instead of msgid for argument
1956         name.
1957         (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
1959 2005-06-06  Nathan Sidwell  <nathan@codesourcery.com>
1961         PR 21903
1962         * cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
1963         * parser.c (cp_parser_late_parsing_default_args): Propagate parsed
1964         argument to any early instantiations.
1965         * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
1967         PR c++/20637
1968         * cp-tree.h (add_method): Add using_decl parameter.
1969         * class.c (add_method): Add using_decl parameter.  Adjust error
1970         messages.
1971         (handle_using_decl): Pass the using decl to add_method.
1972         (clone_function_decl): Adjust add_member calls.
1973         * decl2.c (check_classfn): Likewise.
1974         * method.c (lazily_declare_fn): Likewise.
1975         * semantics.c (finish_member_declaration): Likewise.
1977         * method.c (synthesize_method): Use inform, not warning.
1979 2005-06-06  Hans-Peter Nilsson  <hp@axis.se>
1981         * config-lang.in (target_libs): Remove target-gperf.
1983 2005-06-05  Mark Mitchell  <mark@codesourcery.com>
1985         PR c++/21619
1986         * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
1987         * parser.c (cp_parser_postfix_expression): Allow non-constant
1988         expressions as arguments to __builtin_constant_p.
1989         * tree.c (builtin_valid_in_constant_expr_p): Use
1990         DECL_IS_BUILTIN_CONSTANT_P.
1992 2005-06-03  Mark Mitchell  <mark@codesourcery.com>
1994         PR c++/21853
1995         * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
1996         the pointed-to type for a pointer-to-member.
1998         PR c++/21336
1999         * cp-tree.h (grok_op_properties): Remove friendp parameter.
2000         * decl.c (grokfndecl): Adjust call.
2001         (grok_op_properties): Determine the class of which the function is
2002         a member by looking at its DECL_CONTEXT, not current_class_type.
2003         * pt.c (tsubst_decl): Adjust call to grok_op_properties.
2005 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
2007         * method.c (synthesize_method): Add addtional arg to warning call.
2009         PR c++/21280
2010         * Make-lang.in (method.o): Add diagnostic.h
2011         * decl.c (start_preparsed_function): Use decl's location for file
2012         info.
2013         * decl2.c (cp_finish_file): Set input_location before synthesizing
2014         a function.
2015         (mark_used): When deferring a synthesized function, save current
2016         location.  Do not set function's location when actually
2017         synthesizing it.
2018         * method.c: #include diagnostic.h.
2019         (synthesize_method): Set the functions source location.  Show
2020         needed location if errors are emitted.
2022         * decl.c (start_decl): Simplify specialization handling. Remove
2023         unneeded CLASSTYPE_TEMPLATE_INSTANTIATION check.
2024         * mangle.c (discriminator_for_local_entity): Use VEC_index.
2026         PR c++/20350
2027         * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
2029         PR c++/21151
2030         * name-lookup.c (pushtag): Push local class even in a template.
2032 2005-05-31  Nathan Sidwell  <nathan@codesourcery.com>
2034         PR c++/21165
2035         * init.c (integral_constant_value): Check the type of the
2036         initializer, not the decl.
2038 2005-05-30  Mark Mitchell  <mark@codesourcery.com>
2040         PR c++/21784
2041         * name-lookup.c (do_nonmember_using_decl): Ignore builtin
2042         functions, even when the used name is not a function.
2044 2005-05-30  Kazu Hirata  <kazu@cs.umass.edu>
2046         * operators.def, optimize.c: Update copyright.
2048 2005-05-28  Mark Mitchell  <mark@codesourcery.com>
2050         PR c++/21210
2051         * call.c (standard_conversion): Permit conversions to complex
2052         types if conversion to the corresponding scalar type would be
2053         permitted.
2055         PR c++/21340
2056         * method.c (implicitly_declare_fn): Clear processing_template_decl
2057         when generating implicit declaration.
2059 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
2061         PR c++/21614
2062         * typeck.c (get_member_function_from_ptrfunc): Do not attempt
2063         conversions to base classes of incomplete types.
2065 2005-05-27  Ian Lance Taylor  <ian@airs.com>
2067         * semantics.c (add_stmt): Add C++ frontend specific version.
2068         * cp-tree.h (STMT_IS_FULL_EXPR_P): Define.
2069         (stmts_are_full_exprs_p): Declare.
2071 2005-05-27  Roger Sayle  <roger@eyesopen.com>
2072             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2074         * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
2075         * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
2076         of CONVERT_EXPR.
2077         (cp_parser_unary_expression): Likewise.
2078         * typeck.c (build_unary_op): Likewise.
2079         * call.c (add_builtin_candidate, build_new_op): Likewise.
2080         * error.c (dump_expr): Likewise.
2081         * pt.c (tsubst_copy, tsubst_copy_and_build): Likewise.
2082         * decl.c (ambi_op_p, grok_op_properties): Likewise.
2083         * dump.c (dump_op): Likewise.
2084         * lex.c (init_operators): Likewise.
2085         * operators.def ("+"): Likewise.
2086         * cp-gimplify.c (cp_gimplify_expr): Handle UNARY_PLUS_EXPR like a
2087         conversion, if the result and argument types differ.
2088         * tree.c (fold_if_not_in_template): Fold UNARY_PLUS_EXPR much
2089         like a NOP_EXPR when !processing_template_decl.
2091         * cxx-pretty-print.c (pp_cxx_cast_expression): Prototype.
2092         (pp_cxx_unary_expression): Handle new UNARY_PLUS_EXPR tree code.
2094 2005-05-27  Nathan Sidwell  <nathan@codesourcery.com>
2096         PR c++/21455
2097         * typeck.c (get_delta_difference): Cope with incomplete but equal
2098         classes.  Reorder if.
2100         PR c++/21681
2101         * parser.c (cp_parser_late_parsing_for_member): Disable access
2102         checking for template functions.
2104 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2106         PR c++/21768
2107         * pt.c (redeclare_class_template): Change error message according
2108         to coding conventions.
2110 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2112         * call.c (build_op_delete_call): Fix quoting in error message.
2114 2005-05-25  Richard Henderson  <rth@redhat.com>
2116         PR libgcj/21692
2117         * cp-tree.h (make_alias_for): Declare.
2118         * decl2.c (build_java_method_aliases): New.
2119         (cp_finish_file): Call it.
2120         * method.c (make_alias_for): Split out from ...
2121         (make_alias_for_thunk): ... here.
2123 2005-05-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2125         PR c++/21686
2126         * semantics.c (finish_id_expression): Fix quoting in error message.
2128 2005-05-25  DJ Delorie  <dj@redhat.com>
2130         * decl.c (duplicate_decls): Move warning control from if() to
2131         warning(OPT_*).
2132         * name-lookup.c (parse_using_directive): Likewise.
2133         * parser.c (cp_parser_elaborated_type_specifier): Likewise.
2134         (cp_parser_init_declarator): Likewise.
2135         * tree.c (handle_com_interface_attribute): Likewise.
2137 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
2139         * class.c (layout_class_type): Do not issue C++ ABI warnings
2140         for ObjC structs.
2141         * decl.c (objc_mark_locals_volatile): Streamline by calling
2142         objc_volatilize_decl().
2143         * parser.c (cp_parser_objc_message_expression): Allow simple
2144         type specifiers (instead of merely type names) as message
2145         receivers.
2146         * pt.c (template_args_equal): Do not call objc_comptypes().
2147         * typeck.c (composite_pointer_type): If both pointers are
2148         ObjC-esque, arbitrarily choose the first; do not call
2149         objc_comptypes().
2150         (comptypes): Do not call objc_comptypes().
2151         (convert_for_assignment): Call objc_compare_types().
2152         (comp_ptr_ttypes_real): Call objc_type_quals_match() before
2153         concluding that types do not match.
2155 2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>
2157         PR C++/21645
2158         * optimize.c (update_cloned_parm): Copy the TYPE also from the
2159         original one.
2161 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
2163         PR c++/21495
2164         * decl.c (grokdeclarator): Fix "storage class specified for"
2165         error reporting.
2167 2005-05-19  Kazu Hirata  <kazu@cs.umass.edu>
2169         * parser.c: Fix comment typos.
2171 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
2173         * Make-lang.in (cc1plus-dummy): New.
2174         (cc1plus-checksum.c): New.
2175         (cc1plus-checksum.o): New.
2176         (cc1plus): Add cc1plus-checksum.o.
2178 2005-05-17  H.J. Lu  <hongjiu.lu@intel.com>
2180         PR C++/19664
2181         * decl2.c (determine_visibility): Don't set visibility to
2182         hidden if it has been set explicitly by user.
2184 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
2185             Mike Stump  <mrs@apple.com>
2187         Yet more Objective-C++...
2189         * cp-objcp-common.h (cxx_get_alias_set): Move from
2190         here...
2191         (cxx_warn_unused_global_decl): Likewise.
2192         (cp_expr_size): Likewise.
2193         (cp_tree_size): Likewise.
2194         (cp_var_mod_type_p): Likewise.
2195         (cxx_initialize_diagnostics): Likewise.
2196         (cxx_types_compatible_p): Likewise.
2197         * cp-tree.h: to here.
2198         (do_poplevel): Add.
2199         * lex.c (D_OBJC): Add.
2200         (init_reswords): Add.
2201         * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
2202         * parser.c: Add c-common.h include.
2203         * pt.c: Add c-common.h and cp-objcp-common.h includes.
2204         (template_args_equal): Use objc_comptypes as well.
2205         (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
2206         * semantics.c (do_poplevel): Remove static.
2208         * decl.c (objc_mark_locals_volatile): Don't change decls that are
2209         already ok.
2210         * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
2211         Objective C++ early enough.
2212         * lex.c (struct resword reswords): Add Objective-C++ support.
2213         * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
2214         (cp_parser_objc_message_receiver): Add.
2215         (cp_parser_objc_message_args): Likewise.
2216         (cp_parser_objc_message_expression): Likewise.
2217         (cp_parser_objc_encode_expression): Likewise.
2218         (cp_parser_objc_defs_expression): Likewise.
2219         (cp_parser_objc_protocol_expression): Likewise.
2220         (cp_parser_objc_selector_expression): Likewise.
2221         (cp_parser_objc_expression): Likewise.
2222         (cp_parser_objc_visibility_spec): Likewise.
2223         (cp_parser_objc_method_type): Likewise.
2224         (cp_parser_objc_protocol_qualifiers): Likewise.
2225         (cp_parser_objc_typename): Likewise.
2226         (cp_parser_objc_selector_p): Likewise.
2227         (cp_parser_objc_selector): Likewise.
2228         (cp_parser_objc_method_keyword_params): Likewise.
2229         (cp_parser_objc_method_tail_params_opt): Likewise.
2230         (cp_parser_objc_interstitial_code): Likewise.
2231         (cp_parser_objc_method_signature): Likewise.
2232         (cp_parser_objc_method_prototype_list): Likewise.
2233         (cp_parser_objc_method_definition_list): Likewise.
2234         (cp_parser_objc_class_ivars): Likewise.
2235         (cp_parser_objc_identifier_list): Likewise.
2236         (cp_parser_objc_alias_declaration): Likewise.
2237         (cp_parser_objc_class_declaration): Likewise.
2238         (cp_parser_objc_protocol_declaration): Likewise.
2239         (cp_parser_objc_protocol_refs_opt): Likewise.
2240         (cp_parser_objc_superclass_or_category): Likewise.
2241         (cp_parser_objc_class_interface): Likewise.
2242         (cp_parser_objc_class_implementation): Likewise.
2243         (cp_parser_objc_end_implementation): Likewise.
2244         (cp_parser_objc_declaration): Likewise.
2245         (cp_parser_objc_try_catch_finally_statement): Likewise.
2246         (cp_parser_objc_synchronized_statement): Likewise.
2247         (cp_parser_objc_throw_statement): Likewise.
2248         (cp_parser_objc_statement): Likewise.
2249         (cp_parser_primary_expression): Add Objective-C++.
2250         (cp_parser_statement): Likewise.
2251         (cp_parser_declaration): Likewise.
2252         (cp_parser_simple_type_specifier): Likewise.
2253         (cp_parser_type_name): Likewise.
2254         (cp_parser_parameter_declaration_list): Likewise.
2255         (cp_parser_member_declaration) Likewise.
2256         * tree.c: Include debug.h.
2257         * typeck.c (composite_pointer_type): Add Objective-C++ support.
2258         (finish_class_member_access_expr): Likewise.
2259         (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
2260         (build_modify_expr): Allow objc to generate write barriers.
2262         * Make-lang.in (cp/tree.o): Add debug.h.
2263         * tree.c (lvalue_p_1, case CONST_DECL): Add.
2265 2005-05-18  Jan Hubicka  <jh@suse.cz>
2267         * method.c: Include tree-pass.h
2268         (use_thunk): Lower body before expanding.
2270 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
2272         PR c++/21454
2273         * decl.c (maybe_deduce_size_from_array_init): Call
2274         cp_apply_type_quals_to_decl after completing array type.
2276 2005-05-16  Richard Henderson  <rth@redhat.com>
2278         * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
2279         (build_library_fn): ... here.
2281 2005-05-12  Ian Lance Taylor  <ian@airs.com>
2283         * cp-tree.h (cp_stmt_codes): Don't define.
2284         (statement_code_p): Declare.
2285         (STATEMENT_CODE_P): Define.
2286         * lex.c (statement_code_p): Define.
2287         (cxx_init): Use actual codes in stmt_codes initializer, not
2288         cp_stmt_codes macro.  Initialize statement_code_p directly, rather
2289         than using INIT_STATEMENT_CODES.
2291 2005-05-09  Mark Mitchell  <mark@codesourcery.com>
2293         * typeck.c (build_unary_op): Do not resort to address arithmetic
2294         when taking the address of a COMPONENT_REF.
2296 2005-05-08  Kazu Hirata  <kazu@cs.umass.edu>
2298         * class.c (vtbl_init_data_s): Change the type of fns to
2299         VEC(tree,gc)*.
2300         (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
2301         Use VEC instead of VARRAY.
2303 2005-05-07  Richard Sandiford  <rsandifo@redhat.com>
2305         * mangle.c: Remove a reference to the MIPS -mint64 option.
2307 2005-05-07  Kazu Hirata  <kazu@cs.umass.edu>
2309         * decl.c (wrapup_globals_for_namespace): Use VEC instead of
2310         VARRAY.
2311         * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
2312         * name-lookup.h (cp_binding_level): Change the type of
2313         static_decls to VEC(tree,gc)*.
2315         * mangle.c (globals): Change the type of substitutions to
2316         VEC(tree,gc)*.
2317         (dump_substitution_candidates, add_substitution,
2318         find_substitution, finish_mangling, init_mangle): Use VEC
2319         instead of VARRAY.
2321 2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>
2323         * decl2.c (spew_debug): Remove.
2325         * decl2.c (ssdf_decls, start_static_storage_duration_function,
2326         generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
2328         * decl2.c (pending_statics, note_vague_linkage_var,
2329         cp_finish_file): Use VEC instead of VARRAY.
2330         (pending_statics_used): Remove.
2332 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
2334         * decl2.c (deferred_fns, note_vague_linkage_fn,
2335         cp_finish_file): Use VEC instead of VARRAY.
2337 2005-05-05  Mark Mitchell  <mark@codesourcery.com>
2339         PR c++/21352
2340         * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
2342 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
2344         * pt.c: Fix a comment typo.
2346 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
2348         * cp-tree.h (language_function): Change the type of
2349         x_local_names to VEC.
2350         * decl.c (push_local_name): Adjust uses of local_names.
2352 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2354         * friend.c, lex.c, mangle.c, repo.c: Update copyright.
2356 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
2358         * class.c (local_classes, init_class_processing): Use VEC
2359         instead of VARRAY.
2360         * cp-tree.h (local_classes): Likewise.
2361         * mangle.c (discriminator_for_local_entity): Likewise.
2362         * name-lookup.c (pushtag): Likewise.
2364         * class.c (current_lang_depth, push_lang_context,
2365         pop_lang_context): Use VEC instead of VARRAY.
2366         * cp-tree.h (saved_scope): Use VEC for lang_base instead of
2367         VARRAY.
2368         * name-lookup.c (push_to_top_level): Use VEC instead of
2369         VARRAY.
2371 2005-05-02  Paolo Bonzini  <bonzini@gnu.org>
2373         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
2374         for BUILT_IN_MD built-ins.
2376 2005-05-02  Michael Matz  <matz@suse.de>
2378         PR c++/19542
2379         * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
2380         common frontend.
2381         (null_node): Remove.
2382         * lex.c (cxx_init): Move null_node initialisation to C common frontend.
2384 2005-04-25  Ian Lance Taylor  <ian@airs.com>
2386         * cp-tree.def: Add EXPR_STMT.
2387         * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
2388         (EXPR_STMT_EXPR): Define.
2389         * cp-gimplify.c: Include "flags.h".
2390         (gimplify_expr_stmt): New static function.
2391         (cp_gimplify_expr): Handle EXPR_STMT.
2392         * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
2393         rather than pp_expression.
2394         (pp_cxx_statement): Handle EXPR_STMT.
2395         * dump.c (cp_dump_tree): Handle EXPR_STMT.
2396         * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
2397         initializer.
2399 2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>
2401         PR C++/21188
2402         * rtti.c (ifnonnull): Cast the zero comparison operand
2403         to the correct type.
2405 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
2407         PR middle-end/20991
2408         * class.c: Include cgraph.h.
2409         (cp_fold_obj_type_ref): Set node->local.vtable_method.
2410         * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
2412 2005-04-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
2414         * mangle.c (write_builtin_type): Handle integer types which are
2415         not one of the shared integer type nodes and emit a "vendor
2416         extended builtin type" with an encoding in the form of "u5int96".
2418 2005-04-24  Ian Lance Taylor  <ian@airs.com>
2420         * cp-tree.def (USING_STMT): Change class to tcc_statement.
2421         (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
2422         (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
2423         (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
2425 2005-04-23  DJ Delorie  <dj@redhat.com>
2427         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
2428         init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
2429         repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
2430         callers.
2432 2005-04-22  Per Bothner  <per@bothner.com>
2434         * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
2435         input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
2437 2005-04-22  Alexandre Oliva  <aoliva@redhat.com>
2439         PR c++/21087
2440         * name-lookup.c (push_overloaded_decl): Do not overload with
2441         non-duplicate anticipated built-in.
2443 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
2445         * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
2446         VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
2448 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2450         * cp-tree.h: Adjust for new VEC API.
2451         Define VEC(tree_pair_s,gc).
2452         (struct save_scope): Adjust.
2453         (struct lang_type_class): Adjust.
2454         (unemitted_tinfo_decls): Adjust.
2455         * class.c (add_method, resort_type_method_vec,
2456         finish_struct_methods, struct find_final_overrider_data,
2457         dfs_find_final_overrider_pre, find_final_overrider,
2458         get_vcall_index, warn_hidden, walk_subobject_offsets,
2459         check_methods, fixup_inline_methods, end_of_class,
2460         warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
2461         add_vcall_offset): Adjust.
2462         * decl.c (xref_basetypes, finish_method): Adjust.
2463         * decl2.c (check_classfn): Adjust.
2464         * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
2465         * method.c (do_build_copy_constructor): Adjust.
2466         * name-lookup.c (new_class_binding, store_binding,
2467         store_bindings, store_class_bindings): Adjust.
2468         * name-lookup.h: Define VEC(cxx_saved_binding,gc),
2469         VEC(cp_class_binding,gc).
2470         (struct cp_binding_level): Adjust.
2471         * parser.c: Define VEC(cp_token_position,heap).
2472         (struct cp_lexer): Adjust.
2473         (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
2474         cp_lexer_save_tokens): Adjust.
2475         * pt.c (retrieve_specialization,
2476         check_explicit_specialization): Adjust.
2477         * rtti.c (unemitted_tinfo_decls): Adjust.
2478         (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
2479         get_pseudo_ti_desc): Adjust.
2480         * search.c (dfs_access_in_type, lookup_conversion_operator,
2481         lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
2482         dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
2483         * semantics.c: Define VEC(deferred_access,gc).
2484         (push_deferring_access_checks): Adjust.
2485         * typeck2.c (abstract_virtuals_error): Adjust.
2487 2005-04-20  Ian Lance Taylor  <ian@airs.com>
2489         * cp-tree.def: Add STMT_EXPR.
2490         * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
2491         (STMT_EXPR_STMT): Define.
2492         * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
2493         STMT_EXPR.
2494         (pp_cxx_expression): Likewise.
2495         (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
2496         * dump.c (cp_dump_tree): Handle STMT_EXPR.
2498 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
2500         * decl.c (expand_static_init): Call build2 and build3 instead
2501         of build.
2503         * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
2505 2005-04-17  Ian Lance Taylor  <ian@airs.com>
2507         * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
2508         * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
2509         ARROW_EXPR.
2510         (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
2511         (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
2512         ALIGNOF_EXPR.
2513         * typeck.c (cxx_sizeof_or_alignof_type): Update call to
2514         c_sizeof_or_alignof_type for change in parameter type.
2516 2005-04-16  Mark Mitchell  <mark@codesourcery.com>
2518         PR c++/21025
2519         * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
2520         which sizeof/alignof is dependent, rather than just whether we are
2521         processing_template_decl.
2523 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
2525         * cp-tree.h (LOOKUP_GLOBAL): Remove.
2526         (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
2527         LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
2528         LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
2529         their values.
2531 2005-04-15  Richard Henderson  <rth@redhat.com>
2533         PR middle-end/14311
2534         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
2536 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
2538         * cp-tree.h (lang_type_class): Remove redefined.  Move
2539         java_interface into where redefined was.  Increment the width
2540         of dummy.
2541         (TYPE_REDEFINED): Remove.
2543 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
2545         * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
2546         CLASSTYPE_TEMPLATE_LEVEL): Remove.
2548 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
2550         * decl2.c (determine_visibility): Don't use export_class_data.
2551         (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
2552         TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
2554 2005-04-09  Kazu Hirata  <kazu@cs.umass.edu>
2556         * cp-tree.h (cxx_alignof): Remove.
2558         * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
2560         * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
2561         CONV_STATIC_CAST): Remove.
2563         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
2565         * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
2567         * cp-tree.h (cp_deprecated): Remove.
2569 2005-04-08  Ian Lance Taylor  <ian@airs.com>
2571         * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
2572         CONTINUE_STMT, SWITCH_STMT.
2573         * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
2574         BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
2575         (WHILE_COND, WHILE_BODY): Define.
2576         (DO_COND, DO_BODY): Define.
2577         (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
2578         (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
2579         * cp-gimplify.c (enum bc_t): Define.
2580         (struct cp_gimplify_ctx, ctxp): Define.
2581         (push_context, pop_context): New static functions.
2582         (begin_bc_block, finish_bc_block): New static functions.
2583         (build_bc_goto): New static function.
2584         (gimplify_cp_loop, gimplify_for_stmt): New static functions.
2585         (gimplify_while_stmt, gimplify_do_stmt): Likewise.
2586         (gimplify_switch_stmt): Likewise.
2587         (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
2588         SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
2589         (cp_genericize): Call push_context and pop_context.
2590         * semantics.c (finish_break_stmt): Just call build_stmt
2591         (BREAK_STMT) rather than build_break_stmt.
2592         (finish_continue_stmt): Corresponding change.
2593         * decl.c (pop_switch): Update call to c_do_switch_warnings for new
2594         parameters.
2595         * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
2596         WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
2597         * dump.c (cp_dump_tree): Likewise.
2599 2005-04-08  Mark Mitchell  <mark@codesourcery.com>
2601         PR c++/20905
2602         * parser.c (cp_parser_type_specifier_seq): Add is_condition
2603         parameter.
2604         (cp_parser_new_type_id): Pass it.
2605         (cp_parser_condition): Likewise.
2606         (cp_parser_conversion_type_id): Likewise.
2607         (cp_parser_type_id): Likewise.
2608         (cp_parser_type_specifier_seq): In a condition, do not allow
2609         invalid type-specifier combinations.
2610         (cp_parser_exception_declaration): Adjust call to
2611         cp_parser_type_specifier_seq.
2613         * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
2614         * cp-tree.h (struct tinst_level): Add in_system_header_p.
2615         (TINST_IN_SYSTEM_HEADER_P): New macro.
2616         (make_tinst_level): Remove.
2617         * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
2618         the instantiated class.
2619         (push_tinst_level): Do not use make_tinst_level.  Set
2620         TINST_IN_SYSTEM_HEADER_P.
2621         (pop_tinst_level): Likewise.
2622         (instantiate_class_template): Set in_system_header.
2623         (instantiate_pending_templates): Likewise.
2624         * tree.c (make_tinst_level): Remove.
2626 2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
2628         * decl.c (start_decl): Apply pending #pragma weak regardless of
2629         scope.
2631 2005-04-06  Mark Mitchell  <mark@codesourcery.com>
2633         PR c++/20212
2634         * pt.c (regenerate_decl_from_template): Copy attributes for
2635         parameters from the pattern to the instantiation.
2637 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
2639         PR c++/20734
2640         * cp-tree.def (OFFSET_REF): Correct comments.
2641         * init.c (build_offset_ref): Remove misleading comment.
2642         * typeck.c (build_unary_op): Handle pointer-to-member creation
2643         here, rather than ...
2644         (unary_complex_lvalue): ... here.
2646 2005-04-06  Jason Merrill  <jason@redhat.com>
2648         PR c++/19312
2649         * tree.c (stabilize_init): Don't bother trying to stabilize
2650         something with no side-effects.
2652 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
2654         PR c++/20763
2655         * decl.c (grokdeclarator): Correct attribute handling.
2657 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
2659         PR c++/19159
2660         * decl2.c (import_export_decl): Use non-COMDAT external linkage
2661         for virtual tables, typeinfo, etc. that will be emitted in only
2662         one translation unit on systems without weak symbols.
2664 2005-04-04  Mark Mitchell  <mark@codesourcery.com>
2666         PR c++/20679
2667         * parser.c (cp_parser_template_name): Fix thinko.
2669 2005-04-04  Nathan Sidwell  <nathan@codesourcery.com>
2671         PR c++/20746
2672         * method.c (use_thunk): Protect covariant pointer return
2673         adjustments from NULL pointers.
2675 2005-04-04  Jan Hubicka  <jh@suse.cz>
2677         * decl2.c (finish_objects): Revert my previous patch.
2678         (cp_finish_file): Likewise.
2680 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
2682         * pt.c: Fix comment typos.
2684 2005-04-03  Nathan Sidwell  <nathan@codesourcery.com>
2686         PR c++/20723
2687         * pt.c (more_specialized_fn): Member functions are unordered wrt
2688         non-members.  Conversion operators are unordered wrt other
2689         functions.
2691 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
2693         * call.c (add_template_candidates_real): Remove length parameter
2694         from fn_type_unification call.
2695         * class.c (resolve_address_of_overloaded_function): Likewise
2696         * cp-tree.h (fn_type_unification): Remove length parameter.
2697         * pt.c (get_bindings_overload): Remove.
2698         (get_bindings_real): Rename to ...
2699         (get_bindings): ... here.  Remove length and strict
2700         parameters. Change return type flag to boolean.  Remove original
2701         forwarding function.
2702         (determine_specialization): Adjust get_bindings call.
2703         (fn_type_unification): Remove length parameter.  Adjust.
2704         (type_unification_real): Remove length parameter.  Adjust.
2705         (resolve_overloaded_unification): Adjust get_bindings call.
2706         (try_one_overload): Simplify confusing cascaded if control flow.
2707         (unify): Remove length paramter from type_unification_real call.
2708         (most_specialized_instantiation): Adjust get_bindings calls.
2709         (most_specialized): Likewise.
2711 2005-03-31  Nathan Sidwell  <nathan@codesourcery.com>
2713         PR c++/19203, implement DR 214
2714         * call.c (joust): Use more_specialized_fn.
2715         * cp-tree.h (DEDUCE_ORDER): Remove.
2716         (more_specialized): Replace with ...
2717         (more_specialized_fn): ... this.
2718         * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
2719         case.
2720         (type_unification_real): Remove DEDUCE_ORDER case.
2721         (more_specialized): Replace with ...
2722         (more_specialized_fn): ... this.  Implement DR 214.
2723         (most_specialized_instantiation): Use get_bindings_real directly.
2725 2005-03-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2727         PR c++/18644
2728         * call.c (build_new_op): Remove check for -Wsynth.
2730 2005-03-31  Jan Hubicka  <jh@suse.cz>
2732         * decl2.c (finish_objects): Mark ctor as needed.
2733         (cp_finish_file): Output variables only in nonunit-at-a-time.
2735 2005-03-29  Richard Henderson  <rth@redhat.com>
2737         PR c/20519
2738         * decl.c (cp_complete_array_type): Rename from complete_array_type.
2739         Use the new complete_array_type in c-common.c.  Update all callers.
2740         * cp-tree.h (cp_complete_array_type): Update to match.
2742 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
2744         * typeck.c (build_static_cast_1): Allow scalar_cast between
2745         any integral, floating, or enumeration type.
2747 2005-03-24  Steven Bosscher  <stevenb@suse.de>
2749         * typeck.c (comptypes): First determine if the types are compatible
2750         from a target-independent point of view.  Check target attributes
2751         last.
2753         * class.c (build_base_path):
2754         (build_vbase_offset_vtbl_entries):
2755         (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
2756         * error.c (dump_expr): Likewise.
2757         * init.c (build_zero_init, expand_cleanup_for_base,
2758         build_vec_delete_1): Likewise.
2759         * mangle.c (write_integer_cst): Likewise.
2760         * method.c (thunk_adjust): Likewise.
2761         * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
2762         * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
2763         * typeck.c (build_ptrmemfunc_access_expr,
2764         (get_member_function_from_ptrfunc): Likewise.
2766 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
2768         * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
2770 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
2772         * cp-tree.h (perform_integral_promotions): Remove.
2773         (default_conversion): Add.
2775 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
2777         * parser.c (cp_parser_warn_min_max): New function.
2778         (cp_parser_binary_expression): Use it.
2779         (cp_parser_assignment_operator_opt): Likewise.
2780         (cp_parser_operator): Likewise.
2782 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2784         PR c++/19980
2785         * decl.c (start_preparsed_function): Robustify.
2787 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2789         PR c++/20499
2790         * parser.c (cp_parser_class_head): Return NULL_TREE when
2791         encountering a redefinition.
2793 2005-03-22  Nathan Sidwell  <nathan@codesourcery.com>
2795         PR c++/20465
2796         PR c++/20381
2797         * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
2798         template.
2800 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
2802         PR c++/20461
2803         PR c++/20536
2804         * init.c (emit_mem_initializers): Don't crash on undefined
2805         types.
2807 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
2809         PR c++/20147
2810         * semantics.c (finish_stmt_expr_expr): Return immediately
2811         if error_operand_p (expr).
2813 2005-03-21  Joseph S. Myers  <joseph@codesourcery.com>
2815         * cp-tree.h (lvalue_or_else, lvalue_p): New.
2816         * typeck.c (lvalue_or_else): New.  Call lvalue_error.
2818 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2820         PR c++/20240
2821         * decl.c (decls_match): Compare context of VAR_DECL.
2823 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2825         PR c++/20333
2826         * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
2827         Check the return value of cp_parser_nested_name_specifier.
2829 2005-03-18  Dale Johannesen <dalej@apple.com>
2831         * cp/tree.c (cp_tree_equal):  Handle SSA_NAME.
2833 2005-03-18  Paolo Carlini  <pcarlini@suse.de>
2835         PR c++/20463
2836         * parser.c (cp_parser_diagnose_invalid_type_name):
2837         Check TYPE_BINFO (current_class_type) before attempting
2838         to emit inform messages.
2840 2005-03-17  Paolo Carlini  <pcarlini@suse.de>
2842         PR c++/19966
2843         * cp-tree.h (grok_op_properties): Change return type to void.
2844         * decl.c (grok_op_properties): Return early - don't check the
2845         arity - in case of a static member or an operator that cannot
2846         be non-member; tidy a bit.
2848 2005-03-17  Nathan Sidwell  <nathan@codesourcery.com>
2850         PR c++/20186
2851         * pt.c (contains_dependent_cast_p): Remove.
2852         (fold_non_dependent_expr): Don't use it.
2853         (value_dependent_expression_p): Use a switch statement.
2854         reference_exprs can be dependent.
2856 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2858         PR c++/4403
2859         PR c++/9783, DR433
2860         * name-lookup.c (pushtag): Skip template parameter scope when
2861         scope is ts_global.  Don't push tag into template parameter
2862         scope.
2863         * pt.c (instantiate_class_template): Reorder friend class
2864         template substitution to handle non-dependent friend class
2865         that hasn't been previously declared.
2867 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2869         Friend class name lookup 5/n
2870         PR c++/1016
2871         * cp-tree.h (pushtag): Adjust declaration.
2872         * decl.c (lookup_and_check_tag): Call lookup_type_scope if
2873         lookup_name fails.
2874         (xref_tag): Adjust call to pushtag.  Make hidden class visible.
2875         (start_enum): Adjust call to pushtag.
2876         * name-lookup.c (ambiguous_decl): Ignore hidden names.
2877         (qualify_lookup): Change return type to bool.
2878         (hidden_name_p): New function.
2879         (lookup_namespace_name, unqualified_namespace_lookup,
2880         lookup_name_real): Use it.
2881         (lookup_type_scope): Update comments.
2882         (maybe_process_template_type_declaration): Change parameter name
2883         from globalize to is_friend.
2884         (pushtag): Change globalize parameter of type int to tag_scope.
2885         Hide name if introduced by friend declaration.
2886         * name-lookup.h (hidden_name_p): Add declaration.
2887         * parser.c (cp_parser_lookup_name): Don't deal with hidden name
2888         here.
2889         * pt.c (push_template_decl_real): Make hidden class template
2890         visible.
2891         (lookup_template_class, instantiate_class_template): Adjust call
2892         to pushtag.
2893         * semantics.c (begin_class_definition): Likewise.
2894         * rtti.c (init_rtti_processing, build_dynamic_cast_1,
2895         tinfo_base_init, emit_support_tinfos): Use ts_current instead of
2896         ts_global.
2898 2005-03-13  Mark Mitchell  <mark@codesourcery.com>
2900         PR c++/20157
2901         * pt.c (determine_specialization): Reject non-specializations.
2903 2005-03-11  Per Bothner  <per@bothner.com>
2905         * cp-tree.h (struct cp_declarator): New id_loc field.
2906         * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
2907         location using c_lex_with_flags, instead of input_location.
2908         (cp_parser_direct_declarator): Set declarator's id_loc from
2909         cp_token's id_loc.
2911 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
2913         PR c++/18384, c++/18327
2914         * decl.c (reshape_init_array): Use UHWI type for max_index_cst
2915         and index.  Convert max_index to size_type_node if it isn't
2916         host_integerp (, 1).
2918 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
2920         PR c++/20208
2921         * pt.c (tsubst_decl): Apply array-to-pointer and
2922         function-to-pointer conversions to function arguments.
2923         (regenerate_decl_from_template): Likewise.
2925 2005-03-09  Paolo Carlini  <pcarlini@suse.de>
2927         PR c++/16859
2928         * decl.c (complete_array_type): In pedantic mode, return
2929         3 for an empty initializer list as the initializer for an
2930         array of unknown bound (8.5.1/4).
2931         (maybe_deduce_size_from_array_init): Fix final test to use
2932         the above.
2934 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
2936         PR c++/20186
2937         * pt.c (contains_dependent_cast_p): New.
2938         (fold_non_dependent_expr): Call it.
2940 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
2942         PR c++/20142
2943         * cp-tree.h (target_type): Remove.
2944         * decl.c (layout_var_decl): Remove #if 0'd code.
2945         (cp_finish_decl): Remove dead code.
2946         * init.c (build_vec_init): When determining whether or not the
2947         element type has an asignment operator, look through all array
2948         dimensions.
2949         * typeck.c (target_type): Remove.
2951 2005-03-07  Mark Mitchell  <mark@codesourcery.com>
2953         * class.c (finish_struct_1): Do not warn about non-virtual
2954         destructors in Java classes.
2956 2005-03-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2958         PR c++/19311
2959         * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
2960         * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
2961         for OFFSET_TYPE.
2962         * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
2963         Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
2964         (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
2965         template.
2967 2005-03-02  Alexandre Oliva  <aoliva@redhat.com>
2969         * name-lookup.c (push_overloaded_decl): Don't error if the new
2970         decl matches the old one.
2971         * decl.c (redeclaration_error_message): Likewise.
2973 2005-03-01  Per Bothner  <per@bothner.com>
2975         * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
2976         unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
2978 2005-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2980         PR c++/20232
2981         * class.c (update_vtable_entry_for_fn): Don't crash on invalid
2982         covariancy.
2984         * cp-tree.g (THUNK_TARGET): Expand comment.
2985         * method.c (use_thunk): Make sure we also use the target, if that
2986         is a thunk.
2988 2005-02-27  Jakub Jelinek  <jakub@redhat.com>
2990         PR c++/20206
2991         * decl.c (cxx_comdat_group): Put thunks for
2992         TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
2993         comdat group as the thunk target.
2995 2005-02-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2997         * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
2998         parser.c: Fix comment typo(s).
3000 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
3002         PR c++/20175
3003         * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
3004         initializes a char/wchar_t array.
3006 2005-02-23  Mark Mitchell  <mark@codesourcery.com>
3008         PR c++/19878
3009         * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
3010         with internal linkage.
3012 2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
3014         * decl.c (grokvardecl): Don't exempt anonymous types from having
3015         linkage for variables that have linkage other than "C".
3017 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
3019         * cp-objcp-common.h, error.c: Update copyright.
3021 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
3023         PR c++/20073
3024         * decl.c (start_decl_1): Don't clear TREE_READONLY.
3025         (cp_finish_decl): Likewise.
3026         (complete_vars): Call cp_apply_type_quals_to_decl.
3027         * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
3028         cases where that's not valid.
3030         PR c++/19991
3031         * init.c (integral_constant_value): Iterate if the value of a decl
3032         is itself a constant.
3034         PR c++/20152
3035         * parser.c (cp_parser_class_head): Check for redefintions here.
3036         * semantics.c (begin_class_definition): Not here.
3038         PR c++/20153
3039         * decl2.c (build_anon_union_vars): Add type parameter.
3040         (finish_anon_union): Pass it.
3042         PR c++/20148
3043         * error.c (dump_expr): Do not print the body of a BIND_EXPR.
3044         Handle STATEMENT_LIST.
3046         PR c++/19883
3047         * parser.c (cp_parser_direct_declarator): Always complain about
3048         non-constant array bounds when in a function scope.
3049         * semantics.c (finish_id_expression): Do not mark dependent names
3050         as non-constant.
3052 2005-02-21  Douglas Gregor  <dgregor@cs.indiana.edu>
3054         PR c++/19076
3055         PR c++/6628
3056         * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
3057         * decl.c (grokdeclarator): Pedwarn about qualifying a function
3058         type.
3059         Add qualifiers when declaring a typedef of a function type.
3060         Member function pointers pick up the qualifiers of the typedef
3061         used to declare them.
3062         Don't complain about creating cv-qualified function types.
3063         Complain about qualified function typedefs that are used to
3064         declare non-static member functions or free functions.
3065         Use cp_apply_type_quals_to_decl.
3066         (start_preparsed_function): Use cp_apply_type_quals_to_decl.
3067         (grokclassfn): Use cp_apply_type_quals_to_decl.
3068         * error.c (dump_type_suffix): Print qualifiers for function
3069         types.
3070         * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
3071         (tsubst): When substituting a function type into a member
3072         pointer type, pass along the qualifiers.
3073         (unify): Unify member pointers to member function pointers.
3074         * tree.c (cp_build_qualified_type_real): Function types may be
3075         qualified. This includes restrict qualifiers.
3076         * typeck.c (cp_apply_type_quals_to_decl): New function to replace
3077         use of c_apply_type_quals_to_decl. Drops qualifiers that are being
3078         added to function types.
3080 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
3082         PR 18785
3083         * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
3084         c_common_to_target_charset.  Delete bogus comment.
3086 2005-02-18  Richard Henderson  <rth@redhat.com>
3088         PR libstdc++/10606
3089         * except.c (do_get_exception_ptr): New.
3090         (expand_start_catch_block): Use it.
3092 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
3094         * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
3095         if type is not error_mark_node.
3097 2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3099         PR c++/19508
3100         * decl2.c (grokfield): Do not apply attributes to template parameters
3101         as they are ignored by tsubst anyway.
3103 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
3105         PR c++/19813
3106         * decl.c (start_decl_1): Clear TREE_READONLY flag if
3107         its type has TYPE_NEEDS_CONSTRUCTING.
3108         (complete_vars): Likewise.
3110 2005-02-17  Alexandre Oliva  <aoliva@redhat.com>
3112         PR c++/20028
3113         * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
3114         template along with TYPE_SIZE.
3116         PR c++/20022
3117         * semantics.c (perform_deferred_access_checks): Use
3118         get_deferred_access_checks to get the top of the stack.
3120 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
3122         PR c++/17788
3123         * class.c (add_implicitly_declared_members, check_field_decl)
3124         (check_field_decls, check_bases): Remove arguments, tests and
3125         assignments of cant_have_default_ctor-related variables.
3127 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
3129         * decl2.c (mark_used): Set the source location of the used decl to
3130         the current input location here...
3131         * method.c (synthesize_method): ... not here.  Set input_location
3132         from the decl instead.
3134 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
3136         PR c++/19608
3137         * parser.c (cp_parser_late_parsing_for_member): Use
3138         current_function_decl as scope to push to and from.
3140         PR c++/19884
3141         * pt.c (check_explicit_specialization): Make sure namespace
3142         binding lookup found an overloaded function.
3143         (lookup_template_function): Just assert FNS is an overloaded
3144         function.
3146         PR c++/19895
3147         * decl.c (grokdeclarator): Check for error mark node in ptrmem
3148         construction.
3150 2005-02-14  Alexandre Oliva  <aoliva@redhat.com>
3152         PR c++/17816
3153         * decl.c (redeclaration_error_message): Report redefinition of
3154         pure virtual function.
3156 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
3158         PR c++/19891
3159         * class.c (build_simple_base_path): Build the component_ref
3160         directly.
3161         (update_vtable_entry_for_fn): Walk the covariant's binfo chain
3162         rather than using lookup_base.
3163         * search.c (dfs_walk_once): Add non-recursive assert check.
3164         * typeck.c (build_class_member_access_expr): It is possible for
3165         the member type to be both const and volatile.
3167 2005-02-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3169         PR c++/14479
3170         PR c++/19487
3171         * pt.c (maybe_check_template_type): Remove.
3172         * cp-tree.h (maybe_check_template_type): Remove prototype.
3173         * name-lookup.c (maybe_process_template_type_declaration): Don't
3174         use maybe_check_template_type.
3176 2005-02-11  Richard Henderson  <rth@redhat.com>
3178         PR c++/19632
3179         * pt.c (get_mostly_instantiated_function_type): Save and restore
3180         flag_access_control instead of push/pop_access_scope.
3182 2005-02-10  Mark Mitchell  <mark@codesourcery.com>
3184         PR c++/19755
3185         * decl.c (reshape_init): Issue warnings about missing braces.
3187 2005-02-11  Kazu Hirata  <kazu@cs.umass.edu>
3189         * cp-tree.def, except.c, ptree.c: Update copyright.
3191 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
3193         PR c++/19811
3194         * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
3195         attempting name lookup.
3197         * parser.c (cp_parser_unqualified_id): Initialize type_decl.
3199         PR c++/19787
3200         * call.c (initialize_reference): Robustify.
3202         PR ++/19732
3203         * decl.c (grokdeclarator): Check for invalid use of destructor
3204         names.
3206         PR c++/19762
3207         * parser.c (cp_parser_unqualified_id): Avoid creating destructor
3208         names with invalid types.
3210         PR c++/19826
3211         * parser.c (cp_parser_direct_declarator): Allow type-dependent
3212         expressions as array bounds.
3214         PR c++/19739
3215         * parser.c (cp_parser_attributes_list): Allow empty lists.
3217 2005-02-08  Mark Mitchell  <mark@codesourcery.com>
3219         PR c++/19733
3220         * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
3221         (check_bases): Give warnings about a base class with a
3222         non-virtual destructor, even if it is implicit.
3223         (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
3224         (maybe_warn_about_overly_private_class): Don't use
3225         TYPE_HAS_DESTRUCTOR.
3226         (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
3227         (check_for_override): Give it external linkage.
3228         (add_implicitly_declared_members): Generate destructors lazily.
3229         (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
3230         TYPE_HAS_DESTRUCTOR.
3231         (check_bases_and_members): Call check_methods before
3232         check_field_decls.
3233         (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
3234         TYPE_HAS_DESTRUCTOR.
3235         (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
3236         * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
3237         * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
3238         (lang_type_class): Add lazy_destructor.
3239         (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
3240         (CLASSTYPE_DESTRUCTORS): Robustify.
3241         (TYPE_HAS_DESTRUCTOR): Remove.
3242         (check_for_override): Declare.
3243         (build_vbase_delete): Remove.
3244         * cvt.c (convert_to_void): Issue errors about pseudo-destructor
3245         expressions.
3246         * decl.c (cxx_maybe_build_cleanup): Remove dead code.
3247         * except.c (dtor_nothrow): Lazily create destructors if necessary.
3248         (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
3249         * init.c (build_delete): Lazily create destructors, if necessary.
3250         (build_vbase_delete): Remove.
3251         * method.c (locate_dtor): Simplify.
3252         (implicitly_declare_fn): Add support for destructors.
3253         * parser.c (cp_parser_lookup_name): Lazily create destructors, if
3254         necessary.
3255         * pt.c (check_explicit_specialization): Don't use
3256         TYPE_HAS_DESTRUCTOR.
3257         (instantiate_class_template): Likewise.
3258         * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
3259         * rtti.c (emit_support_tinfos): Robustify.
3260         * search.c (lookup_fnfields_1): Lazily create destructors.
3261         * typeck.c (build_class_member_access_expr): Remove
3262         PSEUDO_DTOR_EXPR handling.
3263         (lookup_destructor): Likewise.
3265 2005-02-08  Kazu Hirata  <kazu@cs.umass.edu>
3267         * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
3268         copyright.
3270 2005-02-07  Mark Mitchell  <mark@codesourcery.com>
3272         * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
3273         on boolean variables.
3274         (cp_lexer_stop_debugging): Likewise.
3276 2005-02-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3278         PR c++/17401
3279         * parser.c (cp_parser_pure_specifier): Emit a specific error
3280         message with an invalid pure specifier.
3281         * decl2.c (grok_function_init): Remove.
3282         (grokfield): An initializer for a method is a always a pure
3283         specifier.
3285 2005-02-02  Matt Austern  <austern@apple.com>
3287         PR c++/19628
3288         * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
3289         * parser.c (cp_parser_postfix_expression): Accept function call in
3290         constant expression if builtin_valid_in_constant_expr_p is true
3291         for that function.
3292         * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
3293         * semantics.c (finish_id_expression): Accept function call in constant
3294         expression if builtin_valid_in_constant_expr_p is true for that
3295         function.
3296         * tree.c (builtin_valid_in_constant_expr_p): New.
3298 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3300         PR c++/17413
3301         * pt.c (check_instantiated_args): Improve error message.
3302         Fix logic when to print its second part.
3304 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3306         * cp-tree.h (complete_type_or_else): Remove macro.
3307         (complete_type_or_diagnostic): Rename to complete_type_or_else
3308         and remove last argument.
3309         * typeck.c (complete_type_or_diagnostic): Rename to
3310         complete_type_or_else and remove last argument.
3312 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3314         * cp-tree.h (commonparms): Remove prototype.
3315         (convert_arguments): Likewise.
3316         (PFN_FROM_PTRMEMFUNC): Remove.
3317         * typeck.c (commonparms): Make static.
3318         (convert_arguments): Add prototype. Make static.
3319         (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
3321 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
3323         * parser.c (cp_parser_primary_expression): Don't complain about
3324         floating-point literals in integral constant expressions when
3325         !pedantic.
3327 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
3329         * parser.c (cp_parser_template_id): Revert comment patch too.
3331         PR c++/18757
3332         PR c++/19366
3333         PR c++/19499
3334         * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
3335         Issue an error when creating the template id.
3336         * pt.c (fn_type_unification): Return early if the explicit
3337         template arg list is an error_mark_node.
3339 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
3341         * decl.c (build_enumerator): Do not issue duplicate error messages
3342         about invalid enumeration constants.
3343         * parser.c (cp_parser_non_integral_constant_expression): Always
3344         set parser->non_integral_constant_expression_p.
3345         (cp_parser_primary_expression): Add cast_p parameter.  Issue
3346         errors about invalid uses of floating-point literals in
3347         cast-expressions.
3348         (cp_parser_postfix_expression): Add cast_p parameter.
3349         (cp_parser_open_square_expression): Pass it.
3350         (cp_parser_parenthesized_expression_list): Add cast_p parameter.
3351         (cp_parser_unary_expression): Likewise.
3352         (cp_parser_new_placement): Pass it.
3353         (cp_parser_direct_new_declarator): Likewise.
3354         (cp_parser_new_initializer): Likewise.
3355         (cp_parser_cast_expression): Add cast_p parameter.
3356         (cp_parser_binary_expression): Likewise.
3357         (cp_parser_question_colon_clause): Likewise.
3358         (cp_parser_assignment_expression): Likewise.
3359         (cp_parser_expression): Likewise.
3360         (cp_parser_constant_expression): If an integral constant
3361         expression is invalid, return error_mark_node.
3362         (cp_parser_expression_statement): Pass cast_p.
3363         (cp_parser_condition): Likewise.
3364         (cp_parser_iteration_statement): Likewise.
3365         (cp_parser_jump_statement): Likewise.
3366         (cp_parser_mem_initializer): Likewise.
3367         (cp_parser_template_argument): Likewise.
3368         (cp_parser_parameter_declaration): Likewise.
3369         (cp_parser_initializer): Likewise.
3370         (cp_parser_throw_expression): Likewise.
3371         (cp_parser_attribute_list): Likewise.
3372         (cp_parser_simple_cast_expression): Likewise.
3373         (cp_parser_functional_cast): Likewise.
3374         (cp_parser_late_parsing_default_args): Likewise.
3375         (cp_parser_sizeof_operand): Save/restore
3376         non_integral_constant_expression_p.
3378 2005-01-31  Mike Stump  <mrs@apple.com>
3380         * parser.c (cp_lexer_new_main): Get the first token, first, before
3381         doing anything.
3383 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
3385         * decl.c (start_decl): Add missing parentheses.
3387 2005-01-30  Mark Mitchell  <mark@codesourcery.com>
3389         PR c++/19555
3390         * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
3391         * decl.c (duplicate_decls): Do not discard
3392         DECL_IMPLICIT_INSTANTIATION when merging declarations.
3393         (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
3394         variables that do not have DECL_USE_TEMPLATE.
3396         PR c++/19395
3397         * decl.c (grokdeclarator): Refactor code so that qualified names
3398         are never allowed as the declarator in a typedef.
3400         PR c++/19367
3401         * name-lookup.c (do_nonmember_using_decl): Avoid overloading
3402         builtin declarations.
3404         PR c++/19457
3405         * call.c (convert_like_real): Inline call to
3406         dubious_conversion_warnings here.
3407         * cp-tree.h (dubious_conversion_warnings): Remove.
3408         * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
3409         setting TREE_NEGATED_INT.
3410         * typeck.c (dubious_conversion_warnings): Remove.
3412         PR c++/19349
3413         * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
3414         memory.
3416 2005-01-28  Mark Mitchell  <mark@codesourcery.com>
3418         PR c++/19253
3419         * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
3420         tentative parses.
3422         PR c++/19667
3423         * pt.c (redeclare_class_template): Robustify.
3425 2005-01-27  Steven Bosscher  <stevenb@suse.de>
3427         * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
3428         instead of SWITCH_EXPR ones.
3429         * pt.c (tsubst_expr): Likewise.
3430         * semantics.c (begin_switch_stmt, finish_switch_cond,
3431         finish_switch_stmt): Likewise.
3433 2005-01-26  J"orn Rennecke <joern.rennecke@st.com>
3435         PR c++/18370
3436         * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
3438 2005-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
3440         * class.c (abort_fndecl_addr): New variable.
3441         (build_vtbl_initializer): If we have a pure virtual function
3442         share the abort function's address.
3443         Include gt-cp-class.h at the end.
3444         * config-lang.in (gtfiles): Add cp/class.c.
3446 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3448         * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
3449         (pp_cxx_function_definition): Make static.
3450         * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
3451         (pp_cxx_function_definition): Likewise.
3453 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3455         * name-lookup.c (print_binding_level): Make static.
3456         (constructor_name_full): Make static inline.
3457         (current_decl_namespace): Make static.
3458         * name-lookup.h (constructor_name_full): Remove prototype.
3459         (print_binding_level): Likewise.
3460         (current_decl_namespace): Likewise.
3462 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3464         * decl.h (debug_bindings_indentation): Remove.
3466 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
3468         * typeck.c: Fix a comment typo.
3470 2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3472         PR c++/19208
3473         * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
3474         at least once.
3475         (tsubst): Use fold_decl_constant_value in place of a bare call to
3476         integral_constant_value.
3478 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3480         * typeck.c (more_qualified_p): Remove.
3481         * cp-tree.h: Remove the corresponding prototype.
3483 2005-01-19  Matt Austern  <austern@apple.com>
3485         * typeck.c (comptypes): Handle return code from objc_comptypes
3486         correctly.
3488 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
3490         * cp-tree.h, name-lookup.h: Remove unused prototypes.
3492 2005-01-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3494         PR c++/19375
3495         * semantics.c (finish_id_expression): Disable access checking for
3496         already lookuped FIELD_DECL.
3498 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
3500         * decl.c (delete_block): Remove.
3501         * cp-tree.h: Remove the corresponding prototype.
3503         * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
3504         walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
3505         Remove.
3506         * cp-tree.h: Remove the corresponding prototypes.
3508         * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
3509         cp_update_decl_after_saving, name_p): Remove.
3510         * cp-tree.h: Remove the corresponding prototypes.
3512 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
3514         PR c/19472
3515         * semantics.c (finish_asm_stmt): Strip nops off
3516         input memory operands.
3518 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
3520         * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
3521         typeck2.c: Update copyright.
3523 2005-01-16  Kazu Hirata  <kazu@cs.umass.edu>
3525         * class.c (get_enclosing_class): Remove.
3526         * cp-tree.h: Remove the corresponding prototypes.
3528         * cvt.c (convert_lvalue): Remove.
3529         * cp-tree.h: Remove the corresponding prototype.
3531         * pt.c (tinst_for_decl): Remove.
3532         * cp-tree.h: Remove the corresponding prototypes.
3534         * tree.c (hash_chainon): Remove.
3535         * cp-tree.h: Remove the corresponding prototypes.
3537 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
3539         PR c++/19263
3540         * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
3541         of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
3543 2005-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3545         * Make-lang.in (cp-warn): Don't append $(WERROR).
3547 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
3549         * cp-tree.h: Fix a comment typo.
3551 2005-01-07  Nathan Sidwell  <nathan@codesourcery.com>
3553         PR c++/19298
3554         * pt.c (tsubst_qualified_id): Call convert_from_reference.
3556 2005-01-06  Mark Mitchell  <mark@codesourcery.com>
3558         PR c++/19244
3559         * class.c (add_implicitly_declared_members): Remove dead code.
3560         * decl.c (grokfndecl): Add sfk parameter.  Use it do set
3561         DECL_CONSTRUCTOR_P.
3562         (grokdeclarator): Adjust calls to grokfndecl.
3563         * method.c (implicitly_declare_fn): Improve documentation.
3564         * parser.c (cp_parser_direct_declarator): Do not consider a
3565         function to be a constructor if the containing class was
3566         originally anonymous.
3568 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3570         PR c++/17154
3571         * search.c (lookup_field_1): Handle using declaration in
3572         class template partial specialization.
3574 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3576         PR c++/19258
3577         * pt.c (push_access_scope): Handle friend defined in class.
3578         (pop_access_scope): Likewise.
3580 2005-01-06  Nathan Sidwell  <nathan@codesourcery.com>
3582         PR c++/19270
3583         * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
3584         (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
3585         array-new handling code.  Use build_x_binary_op.
3587 2005-01-05  Nathan Sidwell  <nathan@codesourcery.com>
3589         PR c++/19030
3590         * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
3591         * name-lookup.h (push_scope): Return pushed scope, not flag.
3592         * name-lookup.c (push_scope): Return scope that should be popped,
3593         not a flag.
3594         * decl.c (start_decl): Adjust.
3595         (grokfndecl): Adjust scope push and pop.
3596         * decl2.c (check_classfn): Likewise.
3597         * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
3598         cp_parser_init_declarator, cp_parser_direct_declarator,
3599         cp_parser_class_specifier, cp_parser_class_head,
3600         cp_parser_lookup_name,
3601         cp_parser_constructor_declarator_p): Likewise.
3602         * pt.c (instantiate_class_template,
3603         resolve_typename_type): Likewise.
3605 2005-01-03  Volker Reichelt  <reichelt@igpm.rwth-aaachen.de>
3607         PR c++/14136
3608         * parser.c (cp_parser_unqualified_id): Do not issue error message
3609         for typedef-name as destructor declarator when performing an
3610         uncommitted tentative parse.
3612 2005-01-01  Steven Bosscher  <stevenb@suse.de>
3614         PR middle-end/17544
3615         * decl.c (finish_function): Fix comment.  Annotate the compiler
3616         generated return with the current file name and line 0.