OSDN Git Service

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