OSDN Git Service

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