OSDN Git Service

PR c++/22621
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2005-10-02  Mark Mitchell  <mark@codesourcery.com>
2
3         PR c++/22621
4         * parser.c (cp_parser_template_argument): Don't turn "T::f" into
5         "(*this).T::f".
6         * pt.c (convert_nontype_argument): Remove ??? comment.
7
8         PR c++/23840
9         * tree.c (lvalue_p1): A VA_ARG_EXPR with class type is an lvalue,
10         when class rvalues are lvalues.
11
12 2005-09-28  Mark Mitchell  <mark@codesourcery.com>
13
14         PR c++/16782
15         * decl.c (grokdeclarator): Always pedwarn about overqualified
16         member names.
17
18 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
19
20         PR c++/22147
21         * name-lookup.c (maybe_process_template_type_declaration): Don't
22         treat forward declarations of classes as templates just because
23         we're processing_template_decl.
24         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
25         functions. 
26
27 2005-09-26  Jason Merrill  <jason@redhat.com>
28
29         PR c++/13764
30         * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): New macro.
31         * name-lookup.c (pushdecl_maybe_friend): Check it.
32         * decl.c (begin_function_body): Do nothing if it's false.
33         (finish_function_body): Ditto.
34         (outer_curly_brace_block): New fn.
35         (finish_function): Use it.
36
37 2005-09-26  Richard Guenther  <rguenther@suse.de>
38
39         PR middle-end/15855
40         * decl2.c (do_static_destruction): Remove.
41         (finish_static_initialization_or_destruction): Likewise.
42         (DECL_EFFECTIVE_INIT_PRIORITY): New macro.
43         (NEEDS_GUARD_P): Likewise.
44         (do_static_initialization): Rename to
45         do_static_initialization_or_destruction.  Process all
46         initializers/destructors and handle common conditionalizing.
47         (start_static_initialization_or_destruction): Rename to
48         one_static_initialization_or_destruction.  Handle only
49         decl-specific conditionalizing.
50         (cp_finish_file): Call do_static_initialization_or_destruction.
51
52 2005-09-22  Jakub Jelinek  <jakub@redhat.com>
53
54         PR c++/21983
55         * class.c (find_final_overrider): Move diagnostic about no unique final
56         overrider to...
57         (update_vtable_entry_for_fn): ... here.
58
59 2005-09-21  Mark Mitchell  <mark@codesourcery.com>
60
61         PR c++/23993
62         * init.c (integral_constant_value): Use DECL_INTEGRAL_CONSTANT_VAR_P.
63
64 2005-09-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
65
66         PR c++/23965
67         * call.c (resolve_args): Return error_mark_node on arguments
68         whose TREE_TYPE is error_mark_node.
69
70 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
71
72         PR c++/23947
73         * rtti.c (get_pseudo_ti_init): Recompute ti pointer after
74         get_tinfo_ptr calls.
75
76 2005-09-16  Mark Mitchell  <mark@codesourcery.com>
77
78         PR c++/23914
79         * parser.c (cp_parser_enclosed_template_argument_list): Make sure
80         skip_evaluation is false when processing template arguments.
81
82         PR c++/21514
83         * pt.c (check_instantiated_args): Treat uses of anonymous types as
84         causing type-deduction failure.
85
86 2005-09-15  Jason Merrill  <jason@redhat.com>
87
88         PR c++/23357
89         * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
90         tcc_expression.
91
92 2005-09-15  Mark Mitchell  <mark@codesourcery.com>
93
94         PR c++/23896
95         * pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
96         processing template arguments.
97
98         * pt.c (check_explicit_instantiation_namespace): Fix typo.
99
100         PR c++/13140
101         * decl.c (check_class_member_definition_namespace): New function.
102         (grokfndecl): Use it.
103         (grokvardecl): Likewise.
104         (grokdecl): Improve documentation.
105         * pt.c (check_explicit_instantiation_namespace): New function.
106         (register_specialization): Call check_specialization_namespace
107         when replacing an implicitly instantiated function.
108         (check_explicit_specialization): Ensure that DECL_CONTEXT is set
109         correctly for namespace-scope specializations.
110         (do_decl_instantiation): Use
111         check_explicit_instantiation_namespace.
112         (do_type_instantiation): Likewise.
113
114 2005-09-15  Nathan Sidwell  <nathan@codesourcery.com>
115
116         PR c++/23725
117         * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.
118
119 2005-09-13  Bastian Blank <waldi@debian.org>
120
121         PR c++/16171
122         * mangle.c (find_substitution): Do not use special substitutions
123         for identifiers not in std::.
124         
125 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
126
127         PR c++/23839
128         * typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER
129         for VAR_DECLs.
130
131 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
132
133         PR c++/23842
134         * pt.c (tsubst_default_argument): Do treat default argument
135         expressions as occurring in the context of the function called. 
136
137 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
138
139         PR c++/23841
140         * parser.c (cp_parser_primary_expression): Recognize the closing
141         ">" of a template-argument-list after a floating-point literal as
142         the end of a cast expression.
143
144 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
145
146         PR c++/23789
147         * cvt.c (perform_qualification_conversions): Don't create
148         unnecessary NOP_EXPRs.
149         * pt.c (tsubst_template_arg): Use fold_non_dependent_expr.
150
151 2005-09-12  Ian Lance Taylor  <ian@airs.com>
152
153         PR g++/7874
154         * cp-tree.h (struct lang_decl_flags): Add hidden_friend_p
155         bitfield.  Make dummy bitfield one bit smaller.
156         (DECL_HIDDEN_FRIEND_P): Define.
157         (pushdecl_maybe_friend): Declare.
158         (pushdecl_top_level_maybe_friend): Declare.
159         * decl.c (duplicate_decls): Add newdecl_is_friend parameter.
160         Change prototype and all callers.  Add assertion that a
161         DECL_ARTIFICIAL FUNCTION_DECL is not DECL_HIDDEN_FRIEND_P.  Set
162         DECL_ANTICIPATED and DECL_HIDDEN_FRIEND_P in duplicated decl if
163         appropriate.
164         * name-lookup.c (supplement_binding): Don't ignore a
165         DECL_HIDDEN_FRIEND_P.
166         (pushdecl_maybe_friend): Break out contents of pushdecl.  Add
167         is_friend parameter.  Set DECL_ANTICIPATED and
168         DECL_HIDDEN_FRIEND_P for a friend function.
169         (pushdecl): Just call pushdecl_maybe_friend.
170         (pushdecl_with_scope): Add is_friend parameter.  Change prototype
171         and all callers.
172         (pushdecl_namespace_level): Likewise.
173         (push_overloaded_decl): Likewise.  Check DECL_HIDDEN_FRIEND_P as
174         well as DECL_ANTICIPATED when checking for a builtin.
175         (do_nonmember_using_decl): Check DECL_HIDDEN_FRIEND_P as well as
176         DECL_ANTICIPATED when checking for a builtin.
177         (do_nonmember_using_decl): Likewise.
178         (pushdecl_top_level_1): Add is_friend parameter.  Change all
179         callers.
180         (pushdecl_top_level_maybe_friend): New function.
181         (remove_hidden_names): New function.
182         (struct arg_lookup): Add args field.
183         (friend_of_associated_class_p): New static function.
184         (arg_assoc_namespace): Ignore hidden functions which are not
185         friends of an associated class of some argument.
186         (lookup_arg_dependent): Remove hidden functions from list passed
187         in.  Initialize k.args.
188         * name-lookup.h (remove_hidden_names): Declare.
189         * friend.c (do_friend): Call pushdecl_maybe_friend instead of
190         pushdecl.
191         * call.c (add_function_candidate): Change DECL_ANTICIPATED test to
192         an assertion, with a check for DECL_HIDDEN_FRIEND_P.
193         (build_new_function_call): Add koenig_p parameter.  Change
194         prototype and callers.
195         * pt.c (register_specialization): Add is_friend parameter.  Change
196         all callers.
197         (push_template_decl_real): Change is_friend parameter to bool.
198         Change prototype and all callers.
199         (tsubst_friend_class): Call pushdecl_top_level_maybe_friend
200         instead of pushdecl_top_level.
201
202 2005-09-11  Richard Henderson  <rth@redhat.com>
203
204         * decl2.c (build_anon_union_vars): Copy attributes from the base addr.
205         * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR.
206
207 2005-09-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
208
209         * parser.c (cp_parser_translation_unit): Simplify.  The while-block
210         was actually executed at most once.
211
212 2005-09-09  Richard Henderson  <rth@redhat.com>
213
214         PR debug/20998
215         * cp-tree.def (ALIAS_DECL): Remove.
216         * cp-lang.c (cp_init_ts): Remove support for it.
217         * error.c (dump_decl): Likewise.
218         * name-lookup.c (pushdecl): Likewise.
219         * semantics.c (finish_id_expression): Likewise.
220         * decl2.c (build_anon_union_vars): Use a VAR_DECL with
221         DECL_VALUE_EXPR instead.
222
223 2005-09-09  Mark Mitchell  <mark@codesourcery.com>
224
225         PR c++/22252
226         * decl.c (start_preparsed_function): Do not pay attention to
227         #pragma interface for implicitly-defined methods.
228         * decl2.c (cp_finish_file): Do not complain about uses of inline
229         functions that have bodies, even if we decided not to emit the
230         body in this translation unit.
231         * semantics.c (note_decl_for_pch): Do not mess with linkage.
232         (expand_or_defer_fn): Make inline, non-template functions COMDAT
233         at this point.
234
235 2005-09-08  Richard Henderson  <rth@redhat.com>
236
237         PR debug/23190
238         * decl.c (wrapup_globals_for_namespace): Call
239         emit_debug_global_declarations.
240         * decl2.c (cp_finish_file): Likewise.
241
242 2005-09-08  Mark Mitchell  <mark@codesourcery.com>
243
244         PR c++/23691
245         * decl2.c (mark_used): Instantiate static data members initialized
246         by constants, even in a template.
247
248 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
249
250         PR obj-c++/16816
251         * parser.c (cp_parser_objc_selector_expression): Treat CPP_SCOPE as
252         two CPP_COLON.
253
254 2005-09-07  Richard Guenther  <rguenther@suse.de>
255
256         * cp-gimplify.c (cp_gimplify_expr): Create empty CONSTRUCTOR
257         for EMPTY_CLASS_EXPR.
258
259 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
260
261         PR c/23075
262         * typeck.c (check_return_expr): Add no_warning argument.  Set
263         *no_warning to true if "return-statement with no value, in function
264         returning" warning has been issued.
265         * cp-tree.h (check_return_expr): Adjust prototype.
266         * semantics.c (finish_return_stmt): Set TREE_NO_WARNING if
267         check_return_expr set *no_warning to true.
268
269 2005-09-06  Mark Mitchell  <mark@codesourcery.com>
270
271         * cp-tree.h (rvalue): New function.
272         * call.c (build_conditional_expr): Use it.
273         * init.c (build_new_1): Likewise.
274         * rtti.c (build_dynamic_cast_1): Likewise.
275         * tree.c (rvalue): New function.
276         * typeck.c (build_unary_op): Use it.
277         (build_static_cast_1): Likewise.
278
279         PR c++/9782
280         * init.c (build_new_1): Make sure the entire array type is
281         complete, not just its element types.
282
283 2005-09-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
284
285         * decl.c (check_elaborated_type_specifier): Remove redundant check.
286
287 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
288
289         PR c++/23056
290         * typeck.c (ignore_overflows): New helper function.
291         (build_static_cast_1): Use it.
292
293 2005-09-06  Kazu Hirata  <kazu@codesourcery.com>
294
295         * cp-tree.h, decl.c, decl2.c, semantics.c: Fix comment typos.
296         Follow spelling conventions.
297
298 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
299
300         PR c++/23667
301         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INSTANTIATED when
302         copying a VAR_DECL.
303
304 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
305
306         PR c++/21440
307         * semantics.c (finish_stmt_expr_expr): Add an explicit
308         initialization to the last statement in the statement-expression.
309         * (finish_stmt_expr): Adjust accordingly.
310
311 2005-09-03  Mark Mitchell  <mark@codesourcery.com>
312
313         PR c++/23699
314         * decl2.c (mark_used): Always instantiate static data members
315         initialized by constant expressions.
316         * pt.c (instantiate_decl): Instantiate the initializers for static
317         data members initialized by constant expressions.
318
319         PR c++/21687
320         * semantics.c (expand_or_defer_fn): Do not call ggc_collect when
321         finishing processing for a template function in a local class.
322         Revert:
323         2005-09-02  Mark Mitchell  <mark@codesourcery.com>
324         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
325         around functions in local classes.
326
327 2005-09-02  Mark Mitchell  <mark@codesourcery.com>
328
329         PR c++/21687
330         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
331         around functions in local classes.
332
333 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
334
335         PR obj-c++/23640
336         * decl2.c (cp_finish_file): If this is obj-c++ and we need a static
337         init, call generate_ctor_or_dtor_function.
338
339 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
340
341         PR c++/13377
342         * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
343         lookup_name_real on final parse.
344
345 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
346
347         PR c++/23639
348         * semantics.c (qualified_name_lookup_error): Do not complain again
349         on invalid scope.
350
351 2005-08-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
352
353         PR c++/23586
354         * parser.c (cp_parser_namespace_name): Move diagnostic for
355         invalid namespace-name to here from ...
356         * name-lookup.c (do_namespace_alias): ... here and ...
357         (do_using_directive): ... here.  Remove dead code.
358
359 2005-08-28  Mark Mitchell  <mark@codesourcery.com>
360
361         PR c++/23099
362         * cp-tree.h (saved_scope): Add skip_evaluation.
363         * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not
364         DECL_INITIAL, to determine whether or not a static data member was
365         initialized in the class-specifier.
366         (cp_finish_decl): Add comment.
367         * init.c (integral_constant_value): Subtitute into the
368         initializers for static data members in templates.
369         * name-lookup.c (push_to_top_level): Save skip_evaluation.
370         (pop_from_top_level): Restore it.
371         * pt.c (instantiate_class_template): Do not substitute into the
372         intializers of static data members when instantiating a class.
373         (regenerate_decl_from_template): Simplify.
374         (instantiate_decl): Tidy.  Substitute into the initializer for a
375         static data member even when the definition of the data member is
376         not available.
377
378 2005-08-26  Mark Mitchell  <mark@codesourcery.com>
379
380         PR c++/19004
381         * pt.c (uses_template_parms): Handle IDENTIFIER_NODE.
382         (type_dependent_expression_p): Allow BASELINKs whose associated
383         functions are simply a FUNCTION_DECL.
384
385         PR c++/23491
386         * cp-tree.h (build_vec_init): Adjust prototype.
387         * init.c (perform_member_init): Adjust call to build_vec_init.
388         (build_aggr_init): Likewise.
389         (build_new_1): Do not call build_default_init for array types.
390         (build_vec_init): Add explicit_default_init_p parameter.  Perform
391         default initialization of vector elements when set.
392         * typeck.c (build_modify_expr): Adjust call to build_vec_init.
393
394 2005-08-25  Nathan Sidwell  <nathan@codesourcery.com>
395
396         PR c++/20817
397         * typeck.c (build_x_unary_op): Make sure OFFSET_REF is not for a
398         ->*.
399
400 2005-08-24  Nathan Sidwell  <nathan@codesourcery.com>
401
402         PR c++/22454
403         * parser.c (cp_lexer_peek_nth_token): Relax assert.
404
405 2005-08-23  Nathan Sidwell  <nathan@codesourcery.com>
406
407         PR c++/23044
408         * pt.c (tsubst_qualified_id): A SCOPE_REF can still remain.
409
410 2005-08-22  James E Wilson  <wilson@specifix.com>
411
412         PR tree-optimization/23426
413         * decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
414         array size check.
415
416 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
417
418         PR c++/22233
419         * pt.c (push_template_decl_real): Return error_mark_node if the
420         number of template parameters does not match previous definition.
421
422 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
423
424         PR c++/23089
425         * decl.c (require_complete_types_for_parms): Mark incomplete types
426         as invalid.
427
428 2005-08-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
429
430         * parser.c (cp_parser_nth_token_starts_template_argument_list_p):
431         Fix typo in leading comment.
432
433 2005-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
434
435         * name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.
436
437 2005-08-15 Fariborz Jahanian <fjahanian@apple.com>
438
439         * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
440         * call.c (add_template_candidate_real): Pass down 'flags' to
441         fn_type_unification.
442         (can_convert_arg): New 'flags' argument. Pass it to call to
443         implicit_conversion instead of LOOKUP_NORMAL.
444         (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
445         * class.c (resolve_address_of_overloaded_function): Ditto.
446         (resolve_address_of_overloaded_function): Ditto.
447         * decl.c (reshape_init, check_default_argument): Ditto.
448         * typeck.c (build_ptrmemfunc): Ditto.
449         * pt.c (type_unification_real): Add 'flags' argument.
450         (fn_type_unification): Pass 'flags' to type_unification_real.
451         (type_unification_real): Pass new 'flags' argument to call to
452         can_convert_arg.
453
454 2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
455             Nathan Sidwell  <nathan@codesourcery.com>
456
457         PR c++/21799
458         PR c++/8271
459         * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
460         explicitly.
461         
462 2005-08-12  Nathan Sidwell  <nathan@codesourcery.com>
463
464         PR c++/21799
465         Revert my 2005-07-08 patch
466         * pt.c (type_unification_real): Remove is_method_argument and
467         assoicated checks.
468         (fn_type_unification, unify): Adjust type_unification_real calls.
469
470 2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
471
472         PR c++/23266
473         * decl2.c (grokfield): Check that method is not static before
474         marking it as pure.
475
476 2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
477
478         PR c++/23219
479         * name-lookup.c (pushtag): Process the template type before
480         altering the identifier lookup fields.  Remove unreachable code
481         creating an empty stub decl.
482
483 2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
484
485         PR c++/20646
486         * decl.c (grokdeclarator): Reset storage_class after error.
487
488 2005-08-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
489
490         PR c++/22508
491         * init.c (build_new_1): Check for empty candidate list.
492
493 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
494
495         PR c++/23191
496         * pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
497         before calling build_exception_variant.
498
499 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
500
501         PR c++/19498
502         * pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
503         if substitution of template args did not succeed.
504
505 2005-08-06  Michael Matz  <matz@suse.de>
506
507         * method.c (use_thunk): Call init_insn_lengths.
508
509 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
510
511         PR c++/22514
512         * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
513         sorrycount or errorcount are nonzero.
514
515 2005-08-05  Mark Mitchell  <mark@codesourcery.com>
516
517         * name-lookup.c (pushtag): Remove accidental commit from:
518         2004-12-21  Mark Mitchell  <mark@codesourcery.com>
519         PR c++/19063
520         * decl.c (grokdeclarator): Return error_mark_node, not
521         void_type_node, to indicate errors.
522         * parser.c (cp_parser_template_parameter_list): Robustify.
523         (cp_parser_template_parameter): Likewise.
524
525 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
526
527         * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
528         Fix comment typos.
529
530 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
531
532         * method.c: Fix a comment typo.
533
534 2005-07-28  Mark Mitchell  <mark@codesourcery.com>
535
536         PR c++/22545
537         * call.c (add_builtin_candidate): Adjust for changes in
538         representation of pointer-to-member types.
539
540 2005-07-28  Mike Stump  <mrs@apple.com>
541
542         * pt.c (check_explicit_specialization): Add visibility logic.
543         (lookup_template_class): Likewise.
544         (instantiate_class_template): Likewise.
545
546 2005-07-27  Devang Patel  <dpatel@apple.com>
547
548         * name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
549         
550 2005-07-25  Ian Lance Taylor  <ian@airs.com>
551
552         * ptree.c (cxx_print_identifier): Print a leading space if the
553         indent level is 0.
554
555 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
556
557         * call.c (convert_for_arg_passing): Check function pointers when
558         -Wmissing-format-attribute is activated.
559         * typeck.c (convert_for_assignment): Likewise.
560
561 2005-07-22  Manfred Hollstein  <mh@suse.com>
562
563         * parser.c (cp_parser_declaration): Fix unitialised warnings.
564
565 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
566
567         * class.c (build_base_path): Fix typo.
568
569 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
570
571         PR C++/22358
572         * class.c (build_base_path): Convert BINFO_OFFSET to the correct type.
573
574 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
575
576         * call.c: Fix comment typo(s).
577         * cxx-pretty-print.h: Likewise.
578         * name-lookup.c: Likewise.
579         * parser.c: Likewise.
580
581 2005-07-20  Douglas Gregor <doug.gregor@gmail.com>
582
583         PR c++/2922
584         * semantics.c (perform_koenig_lookup): For dependent calls, just
585         return the set of functions we've found so far. Later, it will be
586         augmented by those found through argument-dependent lookup.
587         * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing 
588         the optimization that skips namespaces where the functions were
589         originally found.
590
591 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
592
593         Make CONSTRUCTOR use VEC to store initializers.
594         * call.c (convert_default_arg): Update call to digest_init.
595         * class.c (dump_class_hierarchy, dump_array): Update to cope with
596         VEC in CONSTRUCTOR_ELTS.
597         * cp-tree.h (EMPTY_CONSTRUCTOR_P): Likewise.
598         (finish_compound_literal, digest_init): Update declaration.
599         * decl.c (struct reshape_iter): New data type.
600         (reshape_init_array): Rename to...
601         (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.
602         (reshape_init): Rewrite from scratch. Split parts into...
603         (reshape_init_array, reshape_init_vector, reshape_init_class,
604         reshape_init_r): New functions.
605         (check_initializer): Update call to reshape_init. Remove obsolete
606         code.
607         (initialize_artificial_var, cp_complete_array_type): Update to cope
608         with VEC in CONSTRUCTOR_ELTS.
609         * decl2.c (grokfield): Update calls to digest_init.
610         (mark_vtable_entries): Update to cope with VEC in CONSTRUCTOR_ELTS.
611         * error.c (dump_expr_init_vec): New function.
612         (dump_expr): Use dump_expr_init_vec.
613         * init.c (build_zero_init, build_vec_init): Update to cope with VEC
614         in CONSTRUCTOR_ELTS.
615         (expand_default_init): Update call to digest_init.
616         * parser.c  (cp_parser_postfix_expression): Use a VEC for the
617         initializers.
618         (cp_parser_initializer_list): Build a VEC of initializers.
619         * pt.c (tsubst_copy, tsubst_copy_and_build): Update to cope with VEC
620         in CONSTRUCTOR_ELTS.
621         * rtti.c (tinfo_base_init, generic_initializer, ptr_initializer,
622         ptm_initializer, class_initializer, get_pseudo_ti_init): Use
623         build_constructor_from_list instead of build_constructor.
624         * semantics.c (finish_compound_literal): Update call to digest_init.
625         * tree.c (stabilize_init): Update to cope with VEC in
626         CONSTRUCTOR_ELTS.
627         * typeck.c (build_ptrmemfunc1): Likewise.
628         * typeck2.c: (cxx_incomplete_type_error, split_nonconstant_init_1):
629         Likewise.
630         (store_init_value): Use build_constructor_from_list and update call
631         to digest_init.
632         (digest_init): Rewrite.
633         (process_init_constructor): Rewrite from scratch. Split into...
634         (process_init_constructor_array, picflag_from_initializer,
635         process_init_constructor_record, process_init_constructor_union):
636         New functions.
637         (PICFLAG_ERRONEOUS, PICFLAG_NOT_ALL_CONSTANT, PICFLAG_NOT_ALL_SIMPLE):
638         New macros.
639         (build_functional_cast): Use build_constructor_from_list instead of
640         build_constructor.
641
642 2005-07-18  Mark Mitchell  <mark@codesourcery.com>
643
644         PR c++/22263
645         * cp-tree.h (instantiate_decl): Change prototype.
646         * decl2.c (mark_used): Adjust accordingly.
647         * pt.c (do_decl_instantiation): Likewise.
648         (instantiate_class_member): Likewise.
649         (instantiate_decl): Rename undefined_ok as expl_inst_class_mem_p.
650         Clear DECL_INTERFACE_KNOWN for an explicitly instantiated template
651         that has no definition available.
652         (instantiate_pending_templates): Adjust call to instantiate_decl.
653
654 2005-07-17  Mark Mitchell  <mark@codesourcery.com>
655
656         PR c++/22139
657         * cp-tree.h (DECL_TEMPLATE_INFO): Improve documentation.
658         * decl.c (duplicate_decls): Re-register template specializations
659         for functions that have DECL_TEMLPLATE_INFO, even if they do not
660         have DECL_TEMPLATE_INSTANTIATION set.
661
662 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
663
664         * call.c (diagnostic_fn_t): New.
665         (build_temp, convert_like_real): Use diagnostic_fn_t.
666
667 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
668
669         PR c++/22204
670         * repo.c (repo_emit_p): Robustify.
671
672 2005-07-14  Daniel Berlin  <dberlin@dberlin.org>
673
674         Fix PR c++/22452
675         * tree.c (decl_linkage): Don't check DECL_COMDAT on CONST_DECL.
676
677 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
678
679         PR c++/22132
680         * call.c (implicit_conversion): Add c_cast_p parameter.
681         (standard_conversion): Likewise.  Allow conversions between
682         differently-qualified pointer types when performing a C-style
683         cast.
684         (add_function_candidate): Adjust callee.
685         (build_builtin_candidate): Likewise.
686         (build_user_type_conversion_1): Likewise.
687         (conditional_conversion): Likewise.
688         (can_convert_arg): Likewise.
689         (can_convert_arg_bad): Likewise.
690         (perform_implicit_conversion): Likewise.
691         * cp-tree.h (comp_ptr_ttypes_const): Declare.
692         * typeck.c (comp_ptr_ttypes_const): Give it external linkage.
693         Return bool.
694         
695 2005-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
696             Nathan Sidwell  <nathan@codesourcery.com>
697
698         PR c++/20172
699         * pt.c (tsubst_template_parms): Check for invalid non-type
700         parameters.
701
702 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
703
704         * cp-lang.c (shadowed_var_for_decl, decl_shadowed_for_var_lookup,
705         decl_shadowed_for_var_insert): Move over to cp-objcp-common.c.
706         (cp_init_ts): Call init_shadowed_var_for_decl.
707         Remove include of gt-cp-cp-lang.h.
708         * cp-objcp-common.c (shadowed_var_for_decl,
709         decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert): Moved from
710         cp-lang.c.
711         (init_shadowed_var_for_decl): New function to initialize
712         shadowed_var_for_decl.
713         Include gt-cp-cp-objcp-common.h.
714         * Make-lang.in (gt-cp-lang.h): Remove.
715         (gt-cp-cp-objcp-common.h): Add.
716         (cp/cp-lang.o): Remove dependancy on gt-cp-lang.h.
717         (cp/cp-objcp-common.o): Add dependancy on gt-cp-cp-objcp-common.h.
718         * config-lang.in (gtfiles): Remove cp-lang.c and Add cp-objcp-common.c.
719         * cp-tree (init_shadowed_var_for_decl): Add prototype.
720
721 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
722         
723         * Make-lang.in: Add gt-cp-lang.h.
724         (cp-lang.o): Ditto.     
725         * class.c (create_vtable_ptr): Stop setting DECL_ASSEMBLER_NAME on
726         the field.
727         * config-lang.in: Add cp-lang.c to gtfiles.
728         * cp-lang.c: Include hashtab.h.
729         (cp_init_ts): New function.
730         (LANG_HOOK_INIT_TS): Use macro.
731         (decl_shadowed_for_var_lookup): New function.
732         (decl_shadowed_for_var_insert): Ditto.
733         * cp-tree.h (THUNK_FUNCTION_CHECK): Use decl_common.
734         (NON_THUNK_FUNCTION_CHECK): Ditto.
735         (DECL_NAMESPACE_ASSOCIATIONS): Use decl_non_common.
736         (DECL_INIT_PRIORITY): Ditto.
737         (DECL_HAS_SHADOWED_FOR_VAR_P): Ditto.
738         (DECL_SHADOWED_FOR_VAR): Use hashtable.
739         (SET_DECL_SHADOWED_FOR_VAR): Ditto.
740         * decl.c (duplicate_decls): Update for new/updated structures.
741         (poplevel): Use SET_DECL_SHADOWED_FOR_VAR.
742         * decl2.c (start_static_initialization_or_destruction): Deal with
743         priority. 
744         * pt.c (tsubst_decl): Check TS_DECL_WRTL before doing
745         SET_DECL_RTL.
746         * tree.c (handle_init_priority_attribute): Handle priority.
747
748 2005-07-08  Nathan Sidwell  <nathan@codesourcery.com>
749
750         PR c++/21799
751         * pt.c (type_unification_real): Add is_method argument.  Use it
752         for this pointer unification.
753         (fn_type_unification): Adjust type_unification_real call.
754         (unify): Likewise.
755
756 2005-07-07  Nathan Sidwell  <nathan@codesourcery.com>
757
758         * pt.c (type_unification_real): Remove allow_incomplete argument.
759         Remove unreachable code.
760         (fn_type_unification): Adjust call to type_unification_real.
761         (unify): Likewise.
762
763 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
764
765         * Makefile.in (class.o, decl2.o): Adjust dependencies.
766         * class.c: Include tree-dump.h.
767         * decl2.c: Include tree-dump.h.
768         
769 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
770
771         * dump.c: Use dump_string_field.
772
773 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
774
775         * cp-tree.h (GCC_DIAG_STYLE): #undef before defining.  Change
776         minimum GCC version for format checking to 4.1.
777
778 2005-07-02  Kazu Hirata  <kazu@codesourcery.com>
779
780         * Make-lang.in (cc1plus-checksum.c): Use
781         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
782
783 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
784
785         * name-lookup.c, parser.c: Use %q, %< and %> to quote in
786         diagnostics.
787
788 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
789             Joseph S. Myers  <joseph@codesourcery.com>
790
791         * error.c (location_of): Add comment.
792         (locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
793         * cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
794         * call.c, class.c, decl.c, decl2.c, friend.c, init.c,
795         name-lookup.c, parser.c, pt.c, search.c, semantics.c, typeck.c,
796         typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
797         or cp_pedwarn_at.  Mark up some diagnostic strings with N_.
798
799 2005-06-30  Daniel Berlin  <dberlin@dberlin.org> 
800         
801         * decl.c (require_complete_types_for_parms): Call relayout_decl
802         instead of layout_decl.
803
804 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
805             Jakub Jelinek  <jakub@redhat.com>
806
807         * cp-lang.c: No need to include cxx-pretty-print.h.
808         * error.c (cp_printer): Update signature.  No need to process
809         flags.
810         (print_instantiation_partial_context): Output last newline
811         with pp_base_newline.
812         * Make-lang.in: Update dependencies.
813
814 2005-06-30  Steven Bosscher  <stevenb@suse.de>
815
816         * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
817         DECL_THREAD_LOCAL_P.
818         (cp_finish_decl): Likewise.
819         (grokvardecl): Set the default DECL_TLS_MODEL here.
820
821 2005-06-28  Joseph S. Myers  <joseph@codesourcery.com>
822
823         * cvt.c (ocp_convert): Use invalid_conversion hook.
824         * typeck.c (build_binary_op): Use invalid_binary_op hook.
825         (build_unary_op): Use invalid_unary_op hook.
826
827 2005-06-28  Paul Brook  <paul@codesourcery.com>
828
829         * Make-lang.in (cp/except.o): Depend on $(TARGET_H)
830         * except.c: Include target.h.
831         (init_exception_processing): Initialize unwind_resume_libfunc.
832         * doc/tm.texi: Document TARGET_ASM_TTYPE
833
834 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
835
836         * call.c (build_over_call): Pass in named argument list to
837         `check_function_arguments'.
838         * typeck.c (build_function_call): Likewise.
839
840 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
841
842         * cp-tree.h (lang_check_failed): Add noreturn attribute.
843
844 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
845
846         * all files: Update FSF address in copyright headers.
847
848 2005-06-23  Jason Merrill  <jason@redhat.com>
849
850         PR c++/19317
851         * semantics.c (simplify_aggr_init_expr): Use
852         CALL_EXPR_RETURN_SLOT_OPT, not CALL_EXPR_HAS_RETURN_SLOT_ADDR.
853
854 2005-06-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
855
856         * pt.c (register_specialization): Remove superfluous assertion.
857
858 2005-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
859
860         * call.c (convert_like_real): Add format attribute.
861         * typeck.c (check_for_casting_away_constness,
862         build_static_cast_1): Likewise.
863         * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
864         Likewise.
865
866 2005-06-17  Geoffrey Keating  <geoffk@apple.com>
867
868         PR c++/17413
869         * pt.c (type_unification_real): Apply template type deduction even
870         to procedure parameters that are not dependent on a template
871         parameter.
872
873 2005-06-16  Nathan Sidwell  <nathan@codesourcery.com>
874
875         * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might
876         change.
877         (create_pseudo_type_info): First parameter is an int.
878
879 2005-06-15  Nathan Sidwell  <nathan@codesourcery.com>
880
881         PR c++/20678
882         * error.c (dump_expr) <COMPONENT_REF case>: Check DECL_NAME is not
883         null.
884
885         * Make-lang.in: Reformat some long lines.
886         (gt-cp-rtti.h): New target.
887         (cp/rtti.o): Add dependency.
888         * config-lang.in (gtfiles): Add cp/rtti.c.
889         * cp-tree.h (CPTI_TI_DESC_TYPE, CPTI_BLTN_DESC_TYPE,
890         CPTI_PTR_DESC_TYPE, CPTI_ARY_DESC_TYPE, CPTI_FUNC_DESC_TYPE,
891         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE,
892         CPTI_SI_CLASS_DESC_TYPE, CPTI_VMI_CLASS_DESC_TYPE,
893         CPTI_PTM_DESC_TYPE, CPTI_BASE_DESC_TYPE): Remove.
894         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
895         ary_desc_type_node, func_desc_type_node, enum_desc_type_node,
896         class_desc_type_node, si_class_desc_type_node,
897         vmi_class_desc_type_node, ptm_desc_type_node,
898         base_desc_type_node): Remove.
899         * decl.c: Adjust documentation of global trees.
900         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL,
901         TINFO_REAL_NAME): Remove.
902         (struct tinfo_s): New.
903         (enum tinfo_kind): New.
904         (tinfo_descs): New.
905         (get_tinfo_decl): Adjust use of tinfo descriptor.
906         (tinfo_base_init, generic_initializer, ptr_initializer,
907         ptm_initializer, class_initializer): Likewise.
908         (get_pseudo_ti_init): Take descriptor index. Adjust.
909         (create_pseudo_type_info): Likewise.
910         (get_pseudo_ti_desc): Return descriptor index. Adjust.
911         (create_tinfo_types): Adjust use of create_pseudo_type_info.
912         (emit_tinfo_decl): Adjust use of tinfo descriptor.
913
914 2005-06-14  Roger Sayle  <roger@eyesopen.com>
915
916         * decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.
917
918 2005-06-13  Geoffrey Keating  <geoffk@apple.com>
919
920         * Make-lang.in (c++.install-man): Doesn't really depend on installdirs.
921         (rule for installing g++.1 manpage): Does depend on installdirs.
922
923 2005-06-13  Nathan Sidwell  <nathan@codesourcery.com>
924
925         PR c++/20789
926         * decl.c (cp_finish_decl): Clear runtime runtime initialization if
927         in-class decl's initializer is bad.
928
929         PR c++/21929
930         * parser.c (struct cp_parser): Document that scope could be
931         error_mark.
932         (cp_parser_diagnose_invalid_type_name): Cope with error_mark for
933         scope.
934         (cp_parser_nested_name_specifier): Return NULL_TREE on error.
935         (cp_parser_postfix_expression): Deal with null or error_mark
936         scope.
937         (cp_parser_elaborated_type_specifier): Adjust
938         cp_parser_nested_name_specifier call.
939
940         * parser (cp_parser_skip_to_end_of_block_or_statement): Cleanup.
941
942 2005-06-12  Roger Sayle  <roger@eyesopen.com>
943
944         PR c++/21930
945         * error.c (dump_expr): UNARY_PLUS_EXPR need not handle void types.
946         Treat CONVERT_EXPR identically to NOP_EXPR.
947
948 2005-06-10  Aldy Hernandez  <aldyh@redhat.com>
949
950         PR c++/10611
951         * cvt.c (build_expr_type_conversion): Same.
952         * typeck.c (build_binary_op): Handle vectors.
953         (common_type): Same.
954         (type_after_usual_arithmetic_conversions): Same.
955
956 2005-06-08  Nathan Sidwell  <nathan@codesourcery.com>
957
958         PR c++/19497
959         * cp-tree.def (USING_DECL): Update documentation.
960         * cp-tree.h (DECL_DEPENDENT_P): New.
961         (USING_DECL_DECLS, USING_DECL_SCOPE): New.
962         * class.c (handle_using_decl): Move most of the processing to ...
963         * name-lookup.c (do_class_using_decl): ... here.  Make stricter.
964         (push_using_decl): Use USING_DECL_SCOPE.
965         (cp_emit_debug_info_for_using): Make extern.
966         * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
967         * name-lookup.h (cp_emit_debug_info_for_using): Declare.
968         * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
969         when tsubsting.
970         (tsubst_expr): Use USING_DECL_SCOPE.
971         * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
972         * semantics.c (finish_member_declaration): Likewise.
973
974 2005-06-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
975
976         PR c++/19894
977         * pt.c (tsubst): Reject pointer-to-member of type void.
978
979         PR c++/20563
980         * parser.c (cp_parser_label_declaration): Deal with invalid/missing
981         identifiers.
982
983 2005-06-07  Nathan Sidwell  <nathan@codesourcery.com>
984
985         * cp-tree.def (DEFAULT_ARG): Adjust documentation.
986         * cp-tree.h (DEFARG_INSTANTIATIONS): New.
987         (struct tree_default_arg): Add instantiations member.
988         * parser.c (cp_parser_late_parsing_default_args): Adjust to use a
989         VEC.
990         * pt.c (tsubst_arg_types): Likewise.
991
992         * parser.c (cp_parser_late_parsing_default_args): Fix overeager
993         assert in previous patch.
994
995 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
996
997         * error.c (locate_error): Use gmsgid instead of msgid for argument
998         name.
999         (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
1000
1001 2005-06-06  Nathan Sidwell  <nathan@codesourcery.com>
1002
1003         PR 21903
1004         * cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
1005         * parser.c (cp_parser_late_parsing_default_args): Propagate parsed
1006         argument to any early instantiations.
1007         * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
1008
1009         PR c++/20637
1010         * cp-tree.h (add_method): Add using_decl parameter.
1011         * class.c (add_method): Add using_decl parameter.  Adjust error
1012         messages.
1013         (handle_using_decl): Pass the using decl to add_method.
1014         (clone_function_decl): Adjust add_member calls.
1015         * decl2.c (check_classfn): Likewise.
1016         * method.c (lazily_declare_fn): Likewise.
1017         * semantics.c (finish_member_declaration): Likewise.
1018
1019         * method.c (synthesize_method): Use inform, not warning.
1020
1021 2005-06-06  Hans-Peter Nilsson  <hp@axis.se>
1022
1023         * config-lang.in (target_libs): Remove target-gperf.
1024
1025 2005-06-05  Mark Mitchell  <mark@codesourcery.com>
1026
1027         PR c++/21619
1028         * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
1029         * parser.c (cp_parser_postfix_expression): Allow non-constant
1030         expressions as arguments to __builtin_constant_p.
1031         * tree.c (builtin_valid_in_constant_expr_p): Use
1032         DECL_IS_BUILTIN_CONSTANT_P.
1033
1034 2005-06-03  Mark Mitchell  <mark@codesourcery.com>
1035
1036         PR c++/21853
1037         * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
1038         the pointed-to type for a pointer-to-member.
1039
1040         PR c++/21336
1041         * cp-tree.h (grok_op_properties): Remove friendp parameter.
1042         * decl.c (grokfndecl): Adjust call.
1043         (grok_op_properties): Determine the class of which the function is
1044         a member by looking at its DECL_CONTEXT, not current_class_type.
1045         * pt.c (tsubst_decl): Adjust call to grok_op_properties.
1046
1047 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
1048
1049         * method.c (synthesize_method): Add addtional arg to warning call.
1050
1051         PR c++/21280
1052         * Make-lang.in (method.o): Add diagnostic.h
1053         * decl.c (start_preparsed_function): Use decl's location for file
1054         info.
1055         * decl2.c (cp_finish_file): Set input_location before synthesizing
1056         a function.
1057         (mark_used): When deferring a synthesized function, save current
1058         location.  Do not set function's location when actually
1059         synthesizing it.
1060         * method.c: #include diagnostic.h.
1061         (synthesize_method): Set the functions source location.  Show
1062         needed location if errors are emitted.
1063
1064         * decl.c (start_decl): Simplify specialization handling. Remove
1065         unneeded CLASSTYPE_TEMPLATE_INSTANTIATION check.
1066         * mangle.c (discriminator_for_local_entity): Use VEC_index.
1067
1068         PR c++/20350
1069         * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
1070
1071         PR c++/21151
1072         * name-lookup.c (pushtag): Push local class even in a template.
1073
1074 2005-05-31  Nathan Sidwell  <nathan@codesourcery.com>
1075
1076         PR c++/21165
1077         * init.c (integral_constant_value): Check the type of the
1078         initializer, not the decl.
1079
1080 2005-05-30  Mark Mitchell  <mark@codesourcery.com>
1081
1082         PR c++/21784
1083         * name-lookup.c (do_nonmember_using_decl): Ignore builtin
1084         functions, even when the used name is not a function.
1085
1086 2005-05-30  Kazu Hirata  <kazu@cs.umass.edu>
1087
1088         * operators.def, optimize.c: Update copyright.
1089
1090 2005-05-28  Mark Mitchell  <mark@codesourcery.com>
1091
1092         PR c++/21210
1093         * call.c (standard_conversion): Permit conversions to complex
1094         types if conversion to the corresponding scalar type would be
1095         permitted.
1096
1097         PR c++/21340
1098         * method.c (implicitly_declare_fn): Clear processing_template_decl
1099         when generating implicit declaration.
1100
1101 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
1102
1103         PR c++/21614
1104         * typeck.c (get_member_function_from_ptrfunc): Do not attempt
1105         conversions to base classes of incomplete types.
1106
1107 2005-05-27  Ian Lance Taylor  <ian@airs.com>
1108
1109         * semantics.c (add_stmt): Add C++ frontend specific version.
1110         * cp-tree.h (STMT_IS_FULL_EXPR_P): Define.
1111         (stmts_are_full_exprs_p): Declare.
1112
1113 2005-05-27  Roger Sayle  <roger@eyesopen.com>
1114             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1115
1116         * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
1117         * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
1118         of CONVERT_EXPR.
1119         (cp_parser_unary_expression): Likewise.
1120         * typeck.c (build_unary_op): Likewise.
1121         * call.c (add_builtin_candidate, build_new_op): Likewise.
1122         * error.c (dump_expr): Likewise.
1123         * pt.c (tsubst_copy, tsubst_copy_and_build): Likewise.
1124         * decl.c (ambi_op_p, grok_op_properties): Likewise.
1125         * dump.c (dump_op): Likewise.
1126         * lex.c (init_operators): Likewise.
1127         * operators.def ("+"): Likewise.
1128         * cp-gimplify.c (cp_gimplify_expr): Handle UNARY_PLUS_EXPR like a
1129         conversion, if the result and argument types differ.
1130         * tree.c (fold_if_not_in_template): Fold UNARY_PLUS_EXPR much
1131         like a NOP_EXPR when !processing_template_decl.
1132
1133         * cxx-pretty-print.c (pp_cxx_cast_expression): Prototype.
1134         (pp_cxx_unary_expression): Handle new UNARY_PLUS_EXPR tree code.
1135
1136 2005-05-27  Nathan Sidwell  <nathan@codesourcery.com>
1137
1138         PR c++/21455
1139         * typeck.c (get_delta_difference): Cope with incomplete but equal
1140         classes.  Reorder if.
1141
1142         PR c++/21681
1143         * parser.c (cp_parser_late_parsing_for_member): Disable access
1144         checking for template functions.
1145
1146 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1147
1148         PR c++/21768
1149         * pt.c (redeclare_class_template): Change error message according
1150         to coding conventions.
1151
1152 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1153
1154         * call.c (build_op_delete_call): Fix quoting in error message.
1155
1156 2005-05-25  Richard Henderson  <rth@redhat.com>
1157
1158         PR libgcj/21692
1159         * cp-tree.h (make_alias_for): Declare.
1160         * decl2.c (build_java_method_aliases): New.
1161         (cp_finish_file): Call it.
1162         * method.c (make_alias_for): Split out from ...
1163         (make_alias_for_thunk): ... here.
1164
1165 2005-05-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1166
1167         PR c++/21686
1168         * semantics.c (finish_id_expression): Fix quoting in error message.
1169
1170 2005-05-25  DJ Delorie  <dj@redhat.com>
1171
1172         * decl.c (duplicate_decls): Move warning control from if() to
1173         warning(OPT_*).
1174         * name-lookup.c (parse_using_directive): Likewise.
1175         * parser.c (cp_parser_elaborated_type_specifier): Likewise.
1176         (cp_parser_init_declarator): Likewise.
1177         * tree.c (handle_com_interface_attribute): Likewise.
1178
1179 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
1180
1181         * class.c (layout_class_type): Do not issue C++ ABI warnings
1182         for ObjC structs.
1183         * decl.c (objc_mark_locals_volatile): Streamline by calling
1184         objc_volatilize_decl().
1185         * parser.c (cp_parser_objc_message_expression): Allow simple
1186         type specifiers (instead of merely type names) as message
1187         receivers.
1188         * pt.c (template_args_equal): Do not call objc_comptypes().
1189         * typeck.c (composite_pointer_type): If both pointers are
1190         ObjC-esque, arbitrarily choose the first; do not call
1191         objc_comptypes().
1192         (comptypes): Do not call objc_comptypes().
1193         (convert_for_assignment): Call objc_compare_types().
1194         (comp_ptr_ttypes_real): Call objc_type_quals_match() before
1195         concluding that types do not match.
1196
1197 2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>
1198
1199         PR C++/21645
1200         * optimize.c (update_cloned_parm): Copy the TYPE also from the
1201         original one.
1202
1203 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
1204
1205         PR c++/21495
1206         * decl.c (grokdeclarator): Fix "storage class specified for"
1207         error reporting.
1208
1209 2005-05-19  Kazu Hirata  <kazu@cs.umass.edu>
1210
1211         * parser.c: Fix comment typos.
1212
1213 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
1214
1215         * Make-lang.in (cc1plus-dummy): New.
1216         (cc1plus-checksum.c): New.
1217         (cc1plus-checksum.o): New.
1218         (cc1plus): Add cc1plus-checksum.o.
1219
1220 2005-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1221
1222         PR C++/19664
1223         * decl2.c (determine_visibility): Don't set visibility to
1224         hidden if it has been set explicitly by user.
1225
1226 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
1227             Mike Stump  <mrs@apple.com>
1228
1229         Yet more Objective-C++...
1230
1231         * cp-objcp-common.h (cxx_get_alias_set): Move from
1232         here...
1233         (cxx_warn_unused_global_decl): Likewise.
1234         (cp_expr_size): Likewise.
1235         (cp_tree_size): Likewise.
1236         (cp_var_mod_type_p): Likewise.
1237         (cxx_initialize_diagnostics): Likewise.
1238         (cxx_types_compatible_p): Likewise.
1239         * cp-tree.h: to here.
1240         (do_poplevel): Add.
1241         * lex.c (D_OBJC): Add.
1242         (init_reswords): Add.
1243         * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
1244         * parser.c: Add c-common.h include.
1245         * pt.c: Add c-common.h and cp-objcp-common.h includes.
1246         (template_args_equal): Use objc_comptypes as well.
1247         (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
1248         * semantics.c (do_poplevel): Remove static.
1249
1250         * decl.c (objc_mark_locals_volatile): Don't change decls that are
1251         already ok.
1252         * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
1253         Objective C++ early enough.
1254         * lex.c (struct resword reswords): Add Objective-C++ support.
1255         * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
1256         (cp_parser_objc_message_receiver): Add.
1257         (cp_parser_objc_message_args): Likewise.
1258         (cp_parser_objc_message_expression): Likewise.
1259         (cp_parser_objc_encode_expression): Likewise.
1260         (cp_parser_objc_defs_expression): Likewise.
1261         (cp_parser_objc_protocol_expression): Likewise.
1262         (cp_parser_objc_selector_expression): Likewise.
1263         (cp_parser_objc_expression): Likewise.
1264         (cp_parser_objc_visibility_spec): Likewise.
1265         (cp_parser_objc_method_type): Likewise.
1266         (cp_parser_objc_protocol_qualifiers): Likewise.
1267         (cp_parser_objc_typename): Likewise.
1268         (cp_parser_objc_selector_p): Likewise.
1269         (cp_parser_objc_selector): Likewise.
1270         (cp_parser_objc_method_keyword_params): Likewise.
1271         (cp_parser_objc_method_tail_params_opt): Likewise.
1272         (cp_parser_objc_interstitial_code): Likewise.
1273         (cp_parser_objc_method_signature): Likewise.
1274         (cp_parser_objc_method_prototype_list): Likewise.
1275         (cp_parser_objc_method_definition_list): Likewise.
1276         (cp_parser_objc_class_ivars): Likewise.
1277         (cp_parser_objc_identifier_list): Likewise.
1278         (cp_parser_objc_alias_declaration): Likewise.
1279         (cp_parser_objc_class_declaration): Likewise.
1280         (cp_parser_objc_protocol_declaration): Likewise.
1281         (cp_parser_objc_protocol_refs_opt): Likewise.
1282         (cp_parser_objc_superclass_or_category): Likewise.
1283         (cp_parser_objc_class_interface): Likewise.
1284         (cp_parser_objc_class_implementation): Likewise.
1285         (cp_parser_objc_end_implementation): Likewise.
1286         (cp_parser_objc_declaration): Likewise.
1287         (cp_parser_objc_try_catch_finally_statement): Likewise.
1288         (cp_parser_objc_synchronized_statement): Likewise.
1289         (cp_parser_objc_throw_statement): Likewise.
1290         (cp_parser_objc_statement): Likewise.
1291         (cp_parser_primary_expression): Add Objective-C++.
1292         (cp_parser_statement): Likewise.
1293         (cp_parser_declaration): Likewise.
1294         (cp_parser_simple_type_specifier): Likewise.
1295         (cp_parser_type_name): Likewise.
1296         (cp_parser_parameter_declaration_list): Likewise.
1297         (cp_parser_member_declaration) Likewise.
1298         * tree.c: Include debug.h.
1299         * typeck.c (composite_pointer_type): Add Objective-C++ support.
1300         (finish_class_member_access_expr): Likewise.
1301         (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
1302         (build_modify_expr): Allow objc to generate write barriers.
1303
1304         * Make-lang.in (cp/tree.o): Add debug.h.
1305         * tree.c (lvalue_p_1, case CONST_DECL): Add.
1306
1307 2005-05-18  Jan Hubicka  <jh@suse.cz>
1308
1309         * method.c: Include tree-pass.h
1310         (use_thunk): Lower body before expanding.
1311
1312 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
1313
1314         PR c++/21454
1315         * decl.c (maybe_deduce_size_from_array_init): Call
1316         cp_apply_type_quals_to_decl after completing array type.
1317
1318 2005-05-16  Richard Henderson  <rth@redhat.com>
1319
1320         * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
1321         (build_library_fn): ... here.
1322
1323 2005-05-12  Ian Lance Taylor  <ian@airs.com>
1324
1325         * cp-tree.h (cp_stmt_codes): Don't define.
1326         (statement_code_p): Declare.
1327         (STATEMENT_CODE_P): Define.
1328         * lex.c (statement_code_p): Define.
1329         (cxx_init): Use actual codes in stmt_codes initializer, not
1330         cp_stmt_codes macro.  Initialize statement_code_p directly, rather
1331         than using INIT_STATEMENT_CODES.
1332
1333 2005-05-09  Mark Mitchell  <mark@codesourcery.com>
1334
1335         * typeck.c (build_unary_op): Do not resort to address arithmetic
1336         when taking the address of a COMPONENT_REF.
1337
1338 2005-05-08  Kazu Hirata  <kazu@cs.umass.edu>
1339
1340         * class.c (vtbl_init_data_s): Change the type of fns to
1341         VEC(tree,gc)*.
1342         (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
1343         Use VEC instead of VARRAY.
1344
1345 2005-05-07  Richard Sandiford  <rsandifo@redhat.com>
1346
1347         * mangle.c: Remove a reference to the MIPS -mint64 option.
1348
1349 2005-05-07  Kazu Hirata  <kazu@cs.umass.edu>
1350
1351         * decl.c (wrapup_globals_for_namespace): Use VEC instead of
1352         VARRAY.
1353         * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
1354         * name-lookup.h (cp_binding_level): Change the type of
1355         static_decls to VEC(tree,gc)*.
1356
1357         * mangle.c (globals): Change the type of substitutions to
1358         VEC(tree,gc)*.
1359         (dump_substitution_candidates, add_substitution,
1360         find_substitution, finish_mangling, init_mangle): Use VEC
1361         instead of VARRAY.
1362
1363 2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>
1364
1365         * decl2.c (spew_debug): Remove.
1366
1367         * decl2.c (ssdf_decls, start_static_storage_duration_function,
1368         generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
1369
1370         * decl2.c (pending_statics, note_vague_linkage_var,
1371         cp_finish_file): Use VEC instead of VARRAY.
1372         (pending_statics_used): Remove.
1373
1374 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
1375
1376         * decl2.c (deferred_fns, note_vague_linkage_fn,
1377         cp_finish_file): Use VEC instead of VARRAY.
1378
1379 2005-05-05  Mark Mitchell  <mark@codesourcery.com>
1380
1381         PR c++/21352
1382         * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
1383
1384 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
1385
1386         * pt.c: Fix a comment typo.
1387
1388 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
1389
1390         * cp-tree.h (language_function): Change the type of
1391         x_local_names to VEC.
1392         * decl.c (push_local_name): Adjust uses of local_names.
1393
1394 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
1395
1396         * friend.c, lex.c, mangle.c, repo.c: Update copyright.
1397
1398 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
1399
1400         * class.c (local_classes, init_class_processing): Use VEC
1401         instead of VARRAY.
1402         * cp-tree.h (local_classes): Likewise.
1403         * mangle.c (discriminator_for_local_entity): Likewise.
1404         * name-lookup.c (pushtag): Likewise.
1405
1406         * class.c (current_lang_depth, push_lang_context,
1407         pop_lang_context): Use VEC instead of VARRAY.
1408         * cp-tree.h (saved_scope): Use VEC for lang_base instead of
1409         VARRAY.
1410         * name-lookup.c (push_to_top_level): Use VEC instead of
1411         VARRAY.
1412
1413 2005-05-02  Paolo Bonzini  <bonzini@gnu.org>
1414
1415         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
1416         for BUILT_IN_MD built-ins.
1417
1418 2005-05-02  Michael Matz  <matz@suse.de>
1419
1420         PR c++/19542
1421         * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
1422         common frontend.
1423         (null_node): Remove.
1424         * lex.c (cxx_init): Move null_node initialisation to C common frontend.
1425
1426 2005-04-25  Ian Lance Taylor  <ian@airs.com>
1427
1428         * cp-tree.def: Add EXPR_STMT.
1429         * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
1430         (EXPR_STMT_EXPR): Define.
1431         * cp-gimplify.c: Include "flags.h".
1432         (gimplify_expr_stmt): New static function.
1433         (cp_gimplify_expr): Handle EXPR_STMT.
1434         * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
1435         rather than pp_expression.
1436         (pp_cxx_statement): Handle EXPR_STMT.
1437         * dump.c (cp_dump_tree): Handle EXPR_STMT.
1438         * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
1439         initializer.
1440
1441 2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>
1442
1443         PR C++/21188
1444         * rtti.c (ifnonnull): Cast the zero comparison operand
1445         to the correct type.
1446
1447 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
1448
1449         PR middle-end/20991
1450         * class.c: Include cgraph.h.
1451         (cp_fold_obj_type_ref): Set node->local.vtable_method.
1452         * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
1453
1454 2005-04-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
1455
1456         * mangle.c (write_builtin_type): Handle integer types which are
1457         not one of the shared integer type nodes and emit a "vendor
1458         extended builtin type" with an encoding in the form of "u5int96".
1459
1460 2005-04-24  Ian Lance Taylor  <ian@airs.com>
1461
1462         * cp-tree.def (USING_STMT): Change class to tcc_statement.
1463         (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
1464         (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
1465         (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
1466
1467 2005-04-23  DJ Delorie  <dj@redhat.com>
1468
1469         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
1470         init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
1471         repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
1472         callers.
1473
1474 2005-04-22  Per Bothner  <per@bothner.com>
1475
1476         * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
1477         input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
1478
1479 2005-04-22  Alexandre Oliva  <aoliva@redhat.com>
1480
1481         PR c++/21087
1482         * name-lookup.c (push_overloaded_decl): Do not overload with
1483         non-duplicate anticipated built-in.
1484
1485 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
1486
1487         * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
1488         VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
1489
1490 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1491
1492         * cp-tree.h: Adjust for new VEC API.
1493         Define VEC(tree_pair_s,gc).
1494         (struct save_scope): Adjust.
1495         (struct lang_type_class): Adjust.
1496         (unemitted_tinfo_decls): Adjust.
1497         * class.c (add_method, resort_type_method_vec,
1498         finish_struct_methods, struct find_final_overrider_data,
1499         dfs_find_final_overrider_pre, find_final_overrider,
1500         get_vcall_index, warn_hidden, walk_subobject_offsets,
1501         check_methods, fixup_inline_methods, end_of_class,
1502         warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
1503         add_vcall_offset): Adjust.
1504         * decl.c (xref_basetypes, finish_method): Adjust.
1505         * decl2.c (check_classfn): Adjust.
1506         * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
1507         * method.c (do_build_copy_constructor): Adjust.
1508         * name-lookup.c (new_class_binding, store_binding,
1509         store_bindings, store_class_bindings): Adjust.
1510         * name-lookup.h: Define VEC(cxx_saved_binding,gc),
1511         VEC(cp_class_binding,gc).
1512         (struct cp_binding_level): Adjust.
1513         * parser.c: Define VEC(cp_token_position,heap).
1514         (struct cp_lexer): Adjust.
1515         (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
1516         cp_lexer_save_tokens): Adjust.
1517         * pt.c (retrieve_specialization,
1518         check_explicit_specialization): Adjust.
1519         * rtti.c (unemitted_tinfo_decls): Adjust.
1520         (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
1521         get_pseudo_ti_desc): Adjust.
1522         * search.c (dfs_access_in_type, lookup_conversion_operator,
1523         lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
1524         dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
1525         * semantics.c: Define VEC(deferred_access,gc).
1526         (push_deferring_access_checks): Adjust.
1527         * typeck2.c (abstract_virtuals_error): Adjust.
1528
1529 2005-04-20  Ian Lance Taylor  <ian@airs.com>
1530
1531         * cp-tree.def: Add STMT_EXPR.
1532         * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
1533         (STMT_EXPR_STMT): Define.
1534         * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
1535         STMT_EXPR.
1536         (pp_cxx_expression): Likewise.
1537         (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
1538         * dump.c (cp_dump_tree): Handle STMT_EXPR.
1539
1540 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
1541
1542         * decl.c (expand_static_init): Call build2 and build3 instead
1543         of build.
1544
1545         * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
1546
1547 2005-04-17  Ian Lance Taylor  <ian@airs.com>
1548
1549         * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
1550         * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
1551         ARROW_EXPR.
1552         (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
1553         (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
1554         ALIGNOF_EXPR.
1555         * typeck.c (cxx_sizeof_or_alignof_type): Update call to
1556         c_sizeof_or_alignof_type for change in parameter type.
1557
1558 2005-04-16  Mark Mitchell  <mark@codesourcery.com>
1559
1560         PR c++/21025
1561         * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
1562         which sizeof/alignof is dependent, rather than just whether we are
1563         processing_template_decl.
1564
1565 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
1566
1567         * cp-tree.h (LOOKUP_GLOBAL): Remove.
1568         (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
1569         LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
1570         LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
1571         their values.
1572
1573 2005-04-15  Richard Henderson  <rth@redhat.com>
1574
1575         PR middle-end/14311
1576         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
1577
1578 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
1579
1580         * cp-tree.h (lang_type_class): Remove redefined.  Move
1581         java_interface into where redefined was.  Increment the width
1582         of dummy.
1583         (TYPE_REDEFINED): Remove.
1584
1585 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
1586
1587         * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
1588         CLASSTYPE_TEMPLATE_LEVEL): Remove.
1589
1590 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
1591
1592         * decl2.c (determine_visibility): Don't use export_class_data.
1593         (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
1594         TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
1595
1596 2005-04-09  Kazu Hirata  <kazu@cs.umass.edu>
1597
1598         * cp-tree.h (cxx_alignof): Remove.
1599
1600         * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
1601
1602         * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
1603         CONV_STATIC_CAST): Remove.
1604
1605         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
1606
1607         * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
1608
1609         * cp-tree.h (cp_deprecated): Remove.
1610
1611 2005-04-08  Ian Lance Taylor  <ian@airs.com>
1612
1613         * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
1614         CONTINUE_STMT, SWITCH_STMT.
1615         * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
1616         BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
1617         (WHILE_COND, WHILE_BODY): Define.
1618         (DO_COND, DO_BODY): Define.
1619         (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
1620         (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
1621         * cp-gimplify.c (enum bc_t): Define.
1622         (struct cp_gimplify_ctx, ctxp): Define.
1623         (push_context, pop_context): New static functions.
1624         (begin_bc_block, finish_bc_block): New static functions.
1625         (build_bc_goto): New static function.
1626         (gimplify_cp_loop, gimplify_for_stmt): New static functions.
1627         (gimplify_while_stmt, gimplify_do_stmt): Likewise.
1628         (gimplify_switch_stmt): Likewise.
1629         (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
1630         SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
1631         (cp_genericize): Call push_context and pop_context.
1632         * semantics.c (finish_break_stmt): Just call build_stmt
1633         (BREAK_STMT) rather than build_break_stmt.
1634         (finish_continue_stmt): Corresponding change.
1635         * decl.c (pop_switch): Update call to c_do_switch_warnings for new
1636         parameters.
1637         * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
1638         WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
1639         * dump.c (cp_dump_tree): Likewise.
1640
1641 2005-04-08  Mark Mitchell  <mark@codesourcery.com>
1642
1643         PR c++/20905
1644         * parser.c (cp_parser_type_specifier_seq): Add is_condition
1645         parameter.
1646         (cp_parser_new_type_id): Pass it.
1647         (cp_parser_condition): Likewise.
1648         (cp_parser_conversion_type_id): Likewise.
1649         (cp_parser_type_id): Likewise.
1650         (cp_parser_type_specifier_seq): In a condition, do not allow
1651         invalid type-specifier combinations.
1652         (cp_parser_exception_declaration): Adjust call to
1653         cp_parser_type_specifier_seq.
1654
1655         * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
1656         * cp-tree.h (struct tinst_level): Add in_system_header_p.
1657         (TINST_IN_SYSTEM_HEADER_P): New macro.
1658         (make_tinst_level): Remove.
1659         * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
1660         the instantiated class.
1661         (push_tinst_level): Do not use make_tinst_level.  Set
1662         TINST_IN_SYSTEM_HEADER_P.
1663         (pop_tinst_level): Likewise.
1664         (instantiate_class_template): Set in_system_header.
1665         (instantiate_pending_templates): Likewise.
1666         * tree.c (make_tinst_level): Remove.
1667
1668 2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
1669
1670         * decl.c (start_decl): Apply pending #pragma weak regardless of
1671         scope.
1672
1673 2005-04-06  Mark Mitchell  <mark@codesourcery.com>
1674
1675         PR c++/20212
1676         * pt.c (regenerate_decl_from_template): Copy attributes for
1677         parameters from the pattern to the instantiation.
1678
1679 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
1680
1681         PR c++/20734
1682         * cp-tree.def (OFFSET_REF): Correct comments.
1683         * init.c (build_offset_ref): Remove misleading comment.
1684         * typeck.c (build_unary_op): Handle pointer-to-member creation
1685         here, rather than ...
1686         (unary_complex_lvalue): ... here.
1687
1688 2005-04-06  Jason Merrill  <jason@redhat.com>
1689
1690         PR c++/19312
1691         * tree.c (stabilize_init): Don't bother trying to stabilize
1692         something with no side-effects.
1693
1694 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
1695
1696         PR c++/20763
1697         * decl.c (grokdeclarator): Correct attribute handling.
1698
1699 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
1700
1701         PR c++/19159
1702         * decl2.c (import_export_decl): Use non-COMDAT external linkage
1703         for virtual tables, typeinfo, etc. that will be emitted in only
1704         one translation unit on systems without weak symbols.
1705
1706 2005-04-04  Mark Mitchell  <mark@codesourcery.com>
1707
1708         PR c++/20679
1709         * parser.c (cp_parser_template_name): Fix thinko.
1710
1711 2005-04-04  Nathan Sidwell  <nathan@codesourcery.com>
1712
1713         PR c++/20746
1714         * method.c (use_thunk): Protect covariant pointer return
1715         adjustments from NULL pointers.
1716
1717 2005-04-04  Jan Hubicka  <jh@suse.cz>
1718
1719         * decl2.c (finish_objects): Revert my previous patch.
1720         (cp_finish_file): Likewise.
1721
1722 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
1723
1724         * pt.c: Fix comment typos.
1725
1726 2005-04-03  Nathan Sidwell  <nathan@codesourcery.com>
1727
1728         PR c++/20723
1729         * pt.c (more_specialized_fn): Member functions are unordered wrt
1730         non-members.  Conversion operators are unordered wrt other
1731         functions.
1732
1733 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
1734
1735         * call.c (add_template_candidates_real): Remove length parameter
1736         from fn_type_unification call.
1737         * class.c (resolve_address_of_overloaded_function): Likewise
1738         * cp-tree.h (fn_type_unification): Remove length parameter.
1739         * pt.c (get_bindings_overload): Remove.
1740         (get_bindings_real): Rename to ...
1741         (get_bindings): ... here.  Remove length and strict
1742         parameters. Change return type flag to boolean.  Remove original
1743         forwarding function.
1744         (determine_specialization): Adjust get_bindings call.
1745         (fn_type_unification): Remove length parameter.  Adjust.
1746         (type_unification_real): Remove length parameter.  Adjust.
1747         (resolve_overloaded_unification): Adjust get_bindings call.
1748         (try_one_overload): Simplify confusing cascaded if control flow.
1749         (unify): Remove length paramter from type_unification_real call.
1750         (most_specialized_instantiation): Adjust get_bindings calls.
1751         (most_specialized): Likewise.
1752
1753 2005-03-31  Nathan Sidwell  <nathan@codesourcery.com>
1754
1755         PR c++/19203, implement DR 214
1756         * call.c (joust): Use more_specialized_fn.
1757         * cp-tree.h (DEDUCE_ORDER): Remove.
1758         (more_specialized): Replace with ...
1759         (more_specialized_fn): ... this.
1760         * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
1761         case.
1762         (type_unification_real): Remove DEDUCE_ORDER case.
1763         (more_specialized): Replace with ...
1764         (more_specialized_fn): ... this.  Implement DR 214.
1765         (most_specialized_instantiation): Use get_bindings_real directly.
1766
1767 2005-03-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1768
1769         PR c++/18644
1770         * call.c (build_new_op): Remove check for -Wsynth.
1771
1772 2005-03-31  Jan Hubicka  <jh@suse.cz>
1773
1774         * decl2.c (finish_objects): Mark ctor as needed.
1775         (cp_finish_file): Output variables only in nonunit-at-a-time.
1776
1777 2005-03-29  Richard Henderson  <rth@redhat.com>
1778
1779         PR c/20519
1780         * decl.c (cp_complete_array_type): Rename from complete_array_type.
1781         Use the new complete_array_type in c-common.c.  Update all callers.
1782         * cp-tree.h (cp_complete_array_type): Update to match.
1783
1784 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
1785
1786         * typeck.c (build_static_cast_1): Allow scalar_cast between
1787         any integral, floating, or enumeration type.
1788
1789 2005-03-24  Steven Bosscher  <stevenb@suse.de>
1790
1791         * typeck.c (comptypes): First determine if the types are compatible
1792         from a target-independent point of view.  Check target attributes
1793         last.
1794
1795         * class.c (build_base_path):
1796         (build_vbase_offset_vtbl_entries):
1797         (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
1798         * error.c (dump_expr): Likewise.
1799         * init.c (build_zero_init, expand_cleanup_for_base,
1800         build_vec_delete_1): Likewise.
1801         * mangle.c (write_integer_cst): Likewise.
1802         * method.c (thunk_adjust): Likewise.
1803         * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
1804         * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
1805         * typeck.c (build_ptrmemfunc_access_expr,
1806         (get_member_function_from_ptrfunc): Likewise.
1807
1808 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
1809
1810         * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
1811
1812 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
1813
1814         * cp-tree.h (perform_integral_promotions): Remove.
1815         (default_conversion): Add.
1816
1817 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
1818
1819         * parser.c (cp_parser_warn_min_max): New function.
1820         (cp_parser_binary_expression): Use it.
1821         (cp_parser_assignment_operator_opt): Likewise.
1822         (cp_parser_operator): Likewise.
1823
1824 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1825
1826         PR c++/19980
1827         * decl.c (start_preparsed_function): Robustify.
1828
1829 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1830
1831         PR c++/20499
1832         * parser.c (cp_parser_class_head): Return NULL_TREE when
1833         encountering a redefinition.
1834
1835 2005-03-22  Nathan Sidwell  <nathan@codesourcery.com>
1836
1837         PR c++/20465
1838         PR c++/20381
1839         * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
1840         template.
1841
1842 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
1843
1844         PR c++/20461
1845         PR c++/20536
1846         * init.c (emit_mem_initializers): Don't crash on undefined
1847         types.
1848
1849 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
1850
1851         PR c++/20147
1852         * semantics.c (finish_stmt_expr_expr): Return immediately
1853         if error_operand_p (expr).
1854
1855 2005-03-21  Joseph S. Myers  <joseph@codesourcery.com>
1856
1857         * cp-tree.h (lvalue_or_else, lvalue_p): New.
1858         * typeck.c (lvalue_or_else): New.  Call lvalue_error.
1859
1860 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1861
1862         PR c++/20240
1863         * decl.c (decls_match): Compare context of VAR_DECL.
1864
1865 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1866
1867         PR c++/20333
1868         * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
1869         Check the return value of cp_parser_nested_name_specifier.
1870
1871 2005-03-18  Dale Johannesen <dalej@apple.com>
1872
1873         * cp/tree.c (cp_tree_equal):  Handle SSA_NAME.
1874
1875 2005-03-18  Paolo Carlini  <pcarlini@suse.de>
1876
1877         PR c++/20463
1878         * parser.c (cp_parser_diagnose_invalid_type_name):
1879         Check TYPE_BINFO (current_class_type) before attempting
1880         to emit inform messages.
1881
1882 2005-03-17  Paolo Carlini  <pcarlini@suse.de>
1883
1884         PR c++/19966
1885         * cp-tree.h (grok_op_properties): Change return type to void.
1886         * decl.c (grok_op_properties): Return early - don't check the
1887         arity - in case of a static member or an operator that cannot
1888         be non-member; tidy a bit.
1889
1890 2005-03-17  Nathan Sidwell  <nathan@codesourcery.com>
1891
1892         PR c++/20186
1893         * pt.c (contains_dependent_cast_p): Remove.
1894         (fold_non_dependent_expr): Don't use it.
1895         (value_dependent_expression_p): Use a switch statement.
1896         reference_exprs can be dependent.
1897
1898 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1899
1900         PR c++/4403
1901         PR c++/9783, DR433
1902         * name-lookup.c (pushtag): Skip template parameter scope when
1903         scope is ts_global.  Don't push tag into template parameter
1904         scope.
1905         * pt.c (instantiate_class_template): Reorder friend class
1906         template substitution to handle non-dependent friend class
1907         that hasn't been previously declared.
1908
1909 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1910
1911         Friend class name lookup 5/n
1912         PR c++/1016
1913         * cp-tree.h (pushtag): Adjust declaration.
1914         * decl.c (lookup_and_check_tag): Call lookup_type_scope if
1915         lookup_name fails.
1916         (xref_tag): Adjust call to pushtag.  Make hidden class visible.
1917         (start_enum): Adjust call to pushtag.
1918         * name-lookup.c (ambiguous_decl): Ignore hidden names.
1919         (qualify_lookup): Change return type to bool.
1920         (hidden_name_p): New function.
1921         (lookup_namespace_name, unqualified_namespace_lookup,
1922         lookup_name_real): Use it.
1923         (lookup_type_scope): Update comments.
1924         (maybe_process_template_type_declaration): Change parameter name
1925         from globalize to is_friend.
1926         (pushtag): Change globalize parameter of type int to tag_scope.
1927         Hide name if introduced by friend declaration.
1928         * name-lookup.h (hidden_name_p): Add declaration.
1929         * parser.c (cp_parser_lookup_name): Don't deal with hidden name
1930         here.
1931         * pt.c (push_template_decl_real): Make hidden class template
1932         visible.
1933         (lookup_template_class, instantiate_class_template): Adjust call
1934         to pushtag.
1935         * semantics.c (begin_class_definition): Likewise.
1936         * rtti.c (init_rtti_processing, build_dynamic_cast_1,
1937         tinfo_base_init, emit_support_tinfos): Use ts_current instead of
1938         ts_global.
1939
1940 2005-03-13  Mark Mitchell  <mark@codesourcery.com>
1941
1942         PR c++/20157
1943         * pt.c (determine_specialization): Reject non-specializations.
1944
1945 2005-03-11  Per Bothner  <per@bothner.com>
1946
1947         * cp-tree.h (struct cp_declarator): New id_loc field.
1948         * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
1949         location using c_lex_with_flags, instead of input_location.
1950         (cp_parser_direct_declarator): Set declarator's id_loc from
1951         cp_token's id_loc.
1952
1953 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
1954
1955         PR c++/18384, c++/18327
1956         * decl.c (reshape_init_array): Use UHWI type for max_index_cst
1957         and index.  Convert max_index to size_type_node if it isn't
1958         host_integerp (, 1).
1959
1960 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
1961
1962         PR c++/20208
1963         * pt.c (tsubst_decl): Apply array-to-pointer and
1964         function-to-pointer conversions to function arguments.
1965         (regenerate_decl_from_template): Likewise.
1966
1967 2005-03-09  Paolo Carlini  <pcarlini@suse.de>
1968
1969         PR c++/16859
1970         * decl.c (complete_array_type): In pedantic mode, return
1971         3 for an empty initializer list as the initializer for an
1972         array of unknown bound (8.5.1/4).
1973         (maybe_deduce_size_from_array_init): Fix final test to use
1974         the above.
1975
1976 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
1977
1978         PR c++/20186
1979         * pt.c (contains_dependent_cast_p): New.
1980         (fold_non_dependent_expr): Call it.
1981
1982 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
1983
1984         PR c++/20142
1985         * cp-tree.h (target_type): Remove.
1986         * decl.c (layout_var_decl): Remove #if 0'd code.
1987         (cp_finish_decl): Remove dead code.
1988         * init.c (build_vec_init): When determining whether or not the
1989         element type has an asignment operator, look through all array
1990         dimensions.
1991         * typeck.c (target_type): Remove.
1992
1993 2005-03-07  Mark Mitchell  <mark@codesourcery.com>
1994
1995         * class.c (finish_struct_1): Do not warn about non-virtual
1996         destructors in Java classes.
1997
1998 2005-03-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1999
2000         PR c++/19311
2001         * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
2002         * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
2003         for OFFSET_TYPE.
2004         * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
2005         Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
2006         (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
2007         template.
2008
2009 2005-03-02  Alexandre Oliva  <aoliva@redhat.com>
2010
2011         * name-lookup.c (push_overloaded_decl): Don't error if the new
2012         decl matches the old one.
2013         * decl.c (redeclaration_error_message): Likewise.
2014
2015 2005-03-01  Per Bothner  <per@bothner.com>
2016
2017         * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
2018         unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
2019
2020 2005-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2021
2022         PR c++/20232
2023         * class.c (update_vtable_entry_for_fn): Don't crash on invalid
2024         covariancy.
2025
2026         * cp-tree.g (THUNK_TARGET): Expand comment.
2027         * method.c (use_thunk): Make sure we also use the target, if that
2028         is a thunk.
2029
2030 2005-02-27  Jakub Jelinek  <jakub@redhat.com>
2031
2032         PR c++/20206
2033         * decl.c (cxx_comdat_group): Put thunks for
2034         TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
2035         comdat group as the thunk target.
2036
2037 2005-02-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2038
2039         * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
2040         parser.c: Fix comment typo(s).
2041
2042 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
2043
2044         PR c++/20175
2045         * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
2046         initializes a char/wchar_t array.
2047
2048 2005-02-23  Mark Mitchell  <mark@codesourcery.com>
2049
2050         PR c++/19878
2051         * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
2052         with internal linkage.
2053
2054 2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
2055
2056         * decl.c (grokvardecl): Don't exempt anonymous types from having
2057         linkage for variables that have linkage other than "C".
2058
2059 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
2060
2061         * cp-objcp-common.h, error.c: Update copyright.
2062
2063 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
2064
2065         PR c++/20073
2066         * decl.c (start_decl_1): Don't clear TREE_READONLY.
2067         (cp_finish_decl): Likewise.
2068         (complete_vars): Call cp_apply_type_quals_to_decl.
2069         * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
2070         cases where that's not valid.
2071
2072         PR c++/19991
2073         * init.c (integral_constant_value): Iterate if the value of a decl
2074         is itself a constant.
2075
2076         PR c++/20152
2077         * parser.c (cp_parser_class_head): Check for redefintions here.
2078         * semantics.c (begin_class_definition): Not here.
2079
2080         PR c++/20153
2081         * decl2.c (build_anon_union_vars): Add type parameter.
2082         (finish_anon_union): Pass it.
2083
2084         PR c++/20148
2085         * error.c (dump_expr): Do not print the body of a BIND_EXPR.
2086         Handle STATEMENT_LIST.
2087
2088         PR c++/19883
2089         * parser.c (cp_parser_direct_declarator): Always complain about
2090         non-constant array bounds when in a function scope.
2091         * semantics.c (finish_id_expression): Do not mark dependent names
2092         as non-constant.
2093
2094 2005-02-21  Douglas Gregor  <dgregor@cs.indiana.edu>
2095
2096         PR c++/19076
2097         PR c++/6628
2098         * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
2099         * decl.c (grokdeclarator): Pedwarn about qualifying a function
2100         type.
2101         Add qualifiers when declaring a typedef of a function type.
2102         Member function pointers pick up the qualifiers of the typedef
2103         used to declare them.
2104         Don't complain about creating cv-qualified function types.
2105         Complain about qualified function typedefs that are used to
2106         declare non-static member functions or free functions.
2107         Use cp_apply_type_quals_to_decl.
2108         (start_preparsed_function): Use cp_apply_type_quals_to_decl.
2109         (grokclassfn): Use cp_apply_type_quals_to_decl.
2110         * error.c (dump_type_suffix): Print qualifiers for function
2111         types.
2112         * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
2113         (tsubst): When substituting a function type into a member
2114         pointer type, pass along the qualifiers.
2115         (unify): Unify member pointers to member function pointers.
2116         * tree.c (cp_build_qualified_type_real): Function types may be
2117         qualified. This includes restrict qualifiers.
2118         * typeck.c (cp_apply_type_quals_to_decl): New function to replace
2119         use of c_apply_type_quals_to_decl. Drops qualifiers that are being
2120         added to function types.
2121
2122 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
2123
2124         PR 18785
2125         * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
2126         c_common_to_target_charset.  Delete bogus comment.
2127
2128 2005-02-18  Richard Henderson  <rth@redhat.com>
2129
2130         PR libstdc++/10606
2131         * except.c (do_get_exception_ptr): New.
2132         (expand_start_catch_block): Use it.
2133
2134 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
2135
2136         * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
2137         if type is not error_mark_node.
2138
2139 2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2140
2141         PR c++/19508
2142         * decl2.c (grokfield): Do not apply attributes to template parameters
2143         as they are ignored by tsubst anyway.
2144
2145 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
2146
2147         PR c++/19813
2148         * decl.c (start_decl_1): Clear TREE_READONLY flag if
2149         its type has TYPE_NEEDS_CONSTRUCTING.
2150         (complete_vars): Likewise.
2151
2152 2005-02-17  Alexandre Oliva  <aoliva@redhat.com>
2153
2154         PR c++/20028
2155         * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
2156         template along with TYPE_SIZE.
2157
2158         PR c++/20022
2159         * semantics.c (perform_deferred_access_checks): Use
2160         get_deferred_access_checks to get the top of the stack.
2161
2162 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
2163
2164         PR c++/17788
2165         * class.c (add_implicitly_declared_members, check_field_decl)
2166         (check_field_decls, check_bases): Remove arguments, tests and
2167         assignments of cant_have_default_ctor-related variables.
2168
2169 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
2170
2171         * decl2.c (mark_used): Set the source location of the used decl to
2172         the current input location here...
2173         * method.c (synthesize_method): ... not here.  Set input_location
2174         from the decl instead.
2175
2176 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2177
2178         PR c++/19608
2179         * parser.c (cp_parser_late_parsing_for_member): Use
2180         current_function_decl as scope to push to and from.
2181
2182         PR c++/19884
2183         * pt.c (check_explicit_specialization): Make sure namespace
2184         binding lookup found an overloaded function.
2185         (lookup_template_function): Just assert FNS is an overloaded
2186         function.
2187
2188         PR c++/19895
2189         * decl.c (grokdeclarator): Check for error mark node in ptrmem
2190         construction.
2191
2192 2005-02-14  Alexandre Oliva  <aoliva@redhat.com>
2193
2194         PR c++/17816
2195         * decl.c (redeclaration_error_message): Report redefinition of
2196         pure virtual function.
2197
2198 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2199
2200         PR c++/19891
2201         * class.c (build_simple_base_path): Build the component_ref
2202         directly.
2203         (update_vtable_entry_for_fn): Walk the covariant's binfo chain
2204         rather than using lookup_base.
2205         * search.c (dfs_walk_once): Add non-recursive assert check.
2206         * typeck.c (build_class_member_access_expr): It is possible for
2207         the member type to be both const and volatile.
2208
2209 2005-02-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2210
2211         PR c++/14479
2212         PR c++/19487
2213         * pt.c (maybe_check_template_type): Remove.
2214         * cp-tree.h (maybe_check_template_type): Remove prototype.
2215         * name-lookup.c (maybe_process_template_type_declaration): Don't
2216         use maybe_check_template_type.
2217
2218 2005-02-11  Richard Henderson  <rth@redhat.com>
2219
2220         PR c++/19632
2221         * pt.c (get_mostly_instantiated_function_type): Save and restore
2222         flag_access_control instead of push/pop_access_scope.
2223
2224 2005-02-10  Mark Mitchell  <mark@codesourcery.com>
2225
2226         PR c++/19755
2227         * decl.c (reshape_init): Issue warnings about missing braces.
2228
2229 2005-02-11  Kazu Hirata  <kazu@cs.umass.edu>
2230
2231         * cp-tree.def, except.c, ptree.c: Update copyright.
2232
2233 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
2234
2235         PR c++/19811
2236         * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
2237         attempting name lookup.
2238
2239         * parser.c (cp_parser_unqualified_id): Initialize type_decl.
2240
2241         PR c++/19787
2242         * call.c (initialize_reference): Robustify.
2243
2244         PR ++/19732
2245         * decl.c (grokdeclarator): Check for invalid use of destructor
2246         names.
2247
2248         PR c++/19762
2249         * parser.c (cp_parser_unqualified_id): Avoid creating destructor
2250         names with invalid types.
2251
2252         PR c++/19826
2253         * parser.c (cp_parser_direct_declarator): Allow type-dependent
2254         expressions as array bounds.
2255
2256         PR c++/19739
2257         * parser.c (cp_parser_attributes_list): Allow empty lists.
2258
2259 2005-02-08  Mark Mitchell  <mark@codesourcery.com>
2260
2261         PR c++/19733
2262         * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
2263         (check_bases): Give warnings about a base class with a
2264         non-virtual destructor, even if it is implicit.
2265         (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
2266         (maybe_warn_about_overly_private_class): Don't use
2267         TYPE_HAS_DESTRUCTOR.
2268         (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
2269         (check_for_override): Give it external linkage.
2270         (add_implicitly_declared_members): Generate destructors lazily.
2271         (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
2272         TYPE_HAS_DESTRUCTOR.
2273         (check_bases_and_members): Call check_methods before
2274         check_field_decls.
2275         (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
2276         TYPE_HAS_DESTRUCTOR.
2277         (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
2278         * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
2279         * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
2280         (lang_type_class): Add lazy_destructor.
2281         (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
2282         (CLASSTYPE_DESTRUCTORS): Robustify.
2283         (TYPE_HAS_DESTRUCTOR): Remove.
2284         (check_for_override): Declare.
2285         (build_vbase_delete): Remove.
2286         * cvt.c (convert_to_void): Issue errors about pseudo-destructor
2287         expressions.
2288         * decl.c (cxx_maybe_build_cleanup): Remove dead code.
2289         * except.c (dtor_nothrow): Lazily create destructors if necessary.
2290         (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
2291         * init.c (build_delete): Lazily create destructors, if necessary.
2292         (build_vbase_delete): Remove.
2293         * method.c (locate_dtor): Simplify.
2294         (implicitly_declare_fn): Add support for destructors.
2295         * parser.c (cp_parser_lookup_name): Lazily create destructors, if
2296         necessary.
2297         * pt.c (check_explicit_specialization): Don't use
2298         TYPE_HAS_DESTRUCTOR.
2299         (instantiate_class_template): Likewise.
2300         * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
2301         * rtti.c (emit_support_tinfos): Robustify.
2302         * search.c (lookup_fnfields_1): Lazily create destructors.
2303         * typeck.c (build_class_member_access_expr): Remove
2304         PSEUDO_DTOR_EXPR handling.
2305         (lookup_destructor): Likewise.
2306
2307 2005-02-08  Kazu Hirata  <kazu@cs.umass.edu>
2308
2309         * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
2310         copyright.
2311
2312 2005-02-07  Mark Mitchell  <mark@codesourcery.com>
2313
2314         * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
2315         on boolean variables.
2316         (cp_lexer_stop_debugging): Likewise.
2317
2318 2005-02-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2319
2320         PR c++/17401
2321         * parser.c (cp_parser_pure_specifier): Emit a specific error
2322         message with an invalid pure specifier.
2323         * decl2.c (grok_function_init): Remove.
2324         (grokfield): An initializer for a method is a always a pure
2325         specifier.
2326
2327 2005-02-02  Matt Austern  <austern@apple.com>
2328
2329         PR c++/19628
2330         * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
2331         * parser.c (cp_parser_postfix_expression): Accept function call in
2332         constant expression if builtin_valid_in_constant_expr_p is true
2333         for that function.
2334         * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
2335         * semantics.c (finish_id_expression): Accept function call in constant
2336         expression if builtin_valid_in_constant_expr_p is true for that
2337         function.
2338         * tree.c (builtin_valid_in_constant_expr_p): New.
2339
2340 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2341
2342         PR c++/17413
2343         * pt.c (check_instantiated_args): Improve error message.
2344         Fix logic when to print its second part.
2345
2346 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2347
2348         * cp-tree.h (complete_type_or_else): Remove macro.
2349         (complete_type_or_diagnostic): Rename to complete_type_or_else
2350         and remove last argument.
2351         * typeck.c (complete_type_or_diagnostic): Rename to
2352         complete_type_or_else and remove last argument.
2353
2354 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2355
2356         * cp-tree.h (commonparms): Remove prototype.
2357         (convert_arguments): Likewise.
2358         (PFN_FROM_PTRMEMFUNC): Remove.
2359         * typeck.c (commonparms): Make static.
2360         (convert_arguments): Add prototype. Make static.
2361         (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
2362
2363 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
2364
2365         * parser.c (cp_parser_primary_expression): Don't complain about
2366         floating-point literals in integral constant expressions when
2367         !pedantic.
2368
2369 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
2370
2371         * parser.c (cp_parser_template_id): Revert comment patch too.
2372
2373         PR c++/18757
2374         PR c++/19366
2375         PR c++/19499
2376         * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
2377         Issue an error when creating the template id.
2378         * pt.c (fn_type_unification): Return early if the explicit
2379         template arg list is an error_mark_node.
2380
2381 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
2382
2383         * decl.c (build_enumerator): Do not issue duplicate error messages
2384         about invalid enumeration constants.
2385         * parser.c (cp_parser_non_integral_constant_expression): Always
2386         set parser->non_integral_constant_expression_p.
2387         (cp_parser_primary_expression): Add cast_p parameter.  Issue
2388         errors about invalid uses of floating-point literals in
2389         cast-expressions.
2390         (cp_parser_postfix_expression): Add cast_p parameter.
2391         (cp_parser_open_square_expression): Pass it.
2392         (cp_parser_parenthesized_expression_list): Add cast_p parameter.
2393         (cp_parser_unary_expression): Likewise.
2394         (cp_parser_new_placement): Pass it.
2395         (cp_parser_direct_new_declarator): Likewise.
2396         (cp_parser_new_initializer): Likewise.
2397         (cp_parser_cast_expression): Add cast_p parameter.
2398         (cp_parser_binary_expression): Likewise.
2399         (cp_parser_question_colon_clause): Likewise.
2400         (cp_parser_assignment_expression): Likewise.
2401         (cp_parser_expression): Likewise.
2402         (cp_parser_constant_expression): If an integral constant
2403         expression is invalid, return error_mark_node.
2404         (cp_parser_expression_statement): Pass cast_p.
2405         (cp_parser_condition): Likewise.
2406         (cp_parser_iteration_statement): Likewise.
2407         (cp_parser_jump_statement): Likewise.
2408         (cp_parser_mem_initializer): Likewise.
2409         (cp_parser_template_argument): Likewise.
2410         (cp_parser_parameter_declaration): Likewise.
2411         (cp_parser_initializer): Likewise.
2412         (cp_parser_throw_expression): Likewise.
2413         (cp_parser_attribute_list): Likewise.
2414         (cp_parser_simple_cast_expression): Likewise.
2415         (cp_parser_functional_cast): Likewise.
2416         (cp_parser_late_parsing_default_args): Likewise.
2417         (cp_parser_sizeof_operand): Save/restore
2418         non_integral_constant_expression_p.
2419
2420 2005-01-31  Mike Stump  <mrs@apple.com>
2421
2422         * parser.c (cp_lexer_new_main): Get the first token, first, before
2423         doing anything.
2424
2425 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
2426
2427         * decl.c (start_decl): Add missing parentheses.
2428
2429 2005-01-30  Mark Mitchell  <mark@codesourcery.com>
2430
2431         PR c++/19555
2432         * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
2433         * decl.c (duplicate_decls): Do not discard
2434         DECL_IMPLICIT_INSTANTIATION when merging declarations.
2435         (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
2436         variables that do not have DECL_USE_TEMPLATE.
2437
2438         PR c++/19395
2439         * decl.c (grokdeclarator): Refactor code so that qualified names
2440         are never allowed as the declarator in a typedef.
2441
2442         PR c++/19367
2443         * name-lookup.c (do_nonmember_using_decl): Avoid overloading
2444         builtin declarations.
2445
2446         PR c++/19457
2447         * call.c (convert_like_real): Inline call to
2448         dubious_conversion_warnings here.
2449         * cp-tree.h (dubious_conversion_warnings): Remove.
2450         * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
2451         setting TREE_NEGATED_INT.
2452         * typeck.c (dubious_conversion_warnings): Remove.
2453
2454         PR c++/19349
2455         * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
2456         memory.
2457
2458 2005-01-28  Mark Mitchell  <mark@codesourcery.com>
2459
2460         PR c++/19253
2461         * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
2462         tentative parses.
2463
2464         PR c++/19667
2465         * pt.c (redeclare_class_template): Robustify.
2466
2467 2005-01-27  Steven Bosscher  <stevenb@suse.de>
2468
2469         * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
2470         instead of SWITCH_EXPR ones.
2471         * pt.c (tsubst_expr): Likewise.
2472         * semantics.c (begin_switch_stmt, finish_switch_cond,
2473         finish_switch_stmt): Likewise.
2474
2475 2005-01-26  J"orn Rennecke <joern.rennecke@st.com>
2476
2477         PR c++/18370
2478         * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
2479
2480 2005-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
2481
2482         * class.c (abort_fndecl_addr): New variable.
2483         (build_vtbl_initializer): If we have a pure virtual function
2484         share the abort function's address.
2485         Include gt-cp-class.h at the end.
2486         * config-lang.in (gtfiles): Add cp/class.c.
2487
2488 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2489
2490         * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
2491         (pp_cxx_function_definition): Make static.
2492         * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
2493         (pp_cxx_function_definition): Likewise.
2494
2495 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2496
2497         * name-lookup.c (print_binding_level): Make static.
2498         (constructor_name_full): Make static inline.
2499         (current_decl_namespace): Make static.
2500         * name-lookup.h (constructor_name_full): Remove prototype.
2501         (print_binding_level): Likewise.
2502         (current_decl_namespace): Likewise.
2503
2504 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2505
2506         * decl.h (debug_bindings_indentation): Remove.
2507
2508 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
2509
2510         * typeck.c: Fix a comment typo.
2511
2512 2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2513
2514         PR c++/19208
2515         * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
2516         at least once.
2517         (tsubst): Use fold_decl_constant_value in place of a bare call to
2518         integral_constant_value.
2519
2520 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
2521
2522         * typeck.c (more_qualified_p): Remove.
2523         * cp-tree.h: Remove the corresponding prototype.
2524
2525 2005-01-19  Matt Austern  <austern@apple.com>
2526
2527         * typeck.c (comptypes): Handle return code from objc_comptypes
2528         correctly.
2529
2530 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
2531
2532         * cp-tree.h, name-lookup.h: Remove unused prototypes.
2533
2534 2005-01-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2535
2536         PR c++/19375
2537         * semantics.c (finish_id_expression): Disable access checking for
2538         already lookuped FIELD_DECL.
2539
2540 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
2541
2542         * decl.c (delete_block): Remove.
2543         * cp-tree.h: Remove the corresponding prototype.
2544
2545         * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
2546         walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
2547         Remove.
2548         * cp-tree.h: Remove the corresponding prototypes.
2549
2550         * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
2551         cp_update_decl_after_saving, name_p): Remove.
2552         * cp-tree.h: Remove the corresponding prototypes.
2553
2554 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
2555
2556         PR c/19472
2557         * semantics.c (finish_asm_stmt): Strip nops off
2558         input memory operands.
2559
2560 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
2561
2562         * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
2563         typeck2.c: Update copyright.
2564
2565 2005-01-16  Kazu Hirata  <kazu@cs.umass.edu>
2566
2567         * class.c (get_enclosing_class): Remove.
2568         * cp-tree.h: Remove the corresponding prototypes.
2569
2570         * cvt.c (convert_lvalue): Remove.
2571         * cp-tree.h: Remove the corresponding prototype.
2572
2573         * pt.c (tinst_for_decl): Remove.
2574         * cp-tree.h: Remove the corresponding prototypes.
2575
2576         * tree.c (hash_chainon): Remove.
2577         * cp-tree.h: Remove the corresponding prototypes.
2578
2579 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
2580
2581         PR c++/19263
2582         * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
2583         of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
2584
2585 2005-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2586
2587         * Make-lang.in (cp-warn): Don't append $(WERROR).
2588
2589 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
2590
2591         * cp-tree.h: Fix a comment typo.
2592
2593 2005-01-07  Nathan Sidwell  <nathan@codesourcery.com>
2594
2595         PR c++/19298
2596         * pt.c (tsubst_qualified_id): Call convert_from_reference.
2597
2598 2005-01-06  Mark Mitchell  <mark@codesourcery.com>
2599
2600         PR c++/19244
2601         * class.c (add_implicitly_declared_members): Remove dead code.
2602         * decl.c (grokfndecl): Add sfk parameter.  Use it do set
2603         DECL_CONSTRUCTOR_P.
2604         (grokdeclarator): Adjust calls to grokfndecl.
2605         * method.c (implicitly_declare_fn): Improve documentation.
2606         * parser.c (cp_parser_direct_declarator): Do not consider a
2607         function to be a constructor if the containing class was
2608         originally anonymous.
2609
2610 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2611
2612         PR c++/17154
2613         * search.c (lookup_field_1): Handle using declaration in
2614         class template partial specialization.
2615
2616 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2617
2618         PR c++/19258
2619         * pt.c (push_access_scope): Handle friend defined in class.
2620         (pop_access_scope): Likewise.
2621
2622 2005-01-06  Nathan Sidwell  <nathan@codesourcery.com>
2623
2624         PR c++/19270
2625         * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
2626         (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
2627         array-new handling code.  Use build_x_binary_op.
2628
2629 2005-01-05  Nathan Sidwell  <nathan@codesourcery.com>
2630
2631         PR c++/19030
2632         * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
2633         * name-lookup.h (push_scope): Return pushed scope, not flag.
2634         * name-lookup.c (push_scope): Return scope that should be popped,
2635         not a flag.
2636         * decl.c (start_decl): Adjust.
2637         (grokfndecl): Adjust scope push and pop.
2638         * decl2.c (check_classfn): Likewise.
2639         * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
2640         cp_parser_init_declarator, cp_parser_direct_declarator,
2641         cp_parser_class_specifier, cp_parser_class_head,
2642         cp_parser_lookup_name,
2643         cp_parser_constructor_declarator_p): Likewise.
2644         * pt.c (instantiate_class_template,
2645         resolve_typename_type): Likewise.
2646
2647 2005-01-03  Volker Reichelt  <reichelt@igpm.rwth-aaachen.de>
2648
2649         PR c++/14136
2650         * parser.c (cp_parser_unqualified_id): Do not issue error message
2651         for typedef-name as destructor declarator when performing an
2652         uncommitted tentative parse.
2653
2654 2005-01-01  Steven Bosscher  <stevenb@suse.de>
2655
2656         PR middle-end/17544
2657         * decl.c (finish_function): Fix comment.  Annotate the compiler
2658         generated return with the current file name and line 0.
2659