OSDN Git Service

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