typeck.c (cxx_mark_addressable): Add braces around the first if.
[gcc.git] / gcc / cp / ChangeLog
1 2004-11-10 Andrew Pinski <pinskia@physics.uc.edu>
2
3 * typeck.c (cxx_mark_addressable): Add braces around the first if.
4
5 2004-11-10 Adam Nemet <anemet@lnxw.com>
6
7 PR middle-end/18160
8 * typeck.c (cxx_mark_addressable): Issue an error if address of an
9 explicit register variable is requested.
10
11 2004-11-10 Nathan Sidwell <nathan@codesourcery.com>
12
13 PR c++/18143
14 * cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK): New.
15 (struct lang_decl_flags): Add thunk_p flag.
16 (struct lang_decl): Remove separate fixed_offset. Place
17 cloned_function and fixed_offset into union.
18 (DECL_CLONED_FUNCTION_P, DECL_CLONED_FUNCTION): Adjust.
19 (DECL_THUNK_P, SET_DECL_THUNK_P): Adjust.
20 (THUNK_FIXED_OFFSET): Adjust.
21 * method.c (make_thunk): Adjust.
22
23 2004-11-09 Mark Mitchell <mark@codesourcery.com>
24
25 PR c++/18369
26 * init.c (build_new_1): Handle parenthesized type-ids that name an
27 array type. Tidy.
28
29 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
30
31 * call.c, class.c, decl.c, decl2.c, error.c, mangle.c, parser.c,
32 pt.c, search.c, semantics.c, typeck.c: Use %q, %< and %> for
33 quoting in diagnostics.
34 * parser.c (cp_parser_sizeof_operand): Use '' instead of `' for
35 quoting in printf format.
36 * decl.c (duplicate_decls, start_decl): Use %qD instead of
37 unquoted %D.
38
39 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
40
41 * class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c,
42 search.c, typeck2.c: Fix comment formatting.
43
44 2004-11-04 Ulrich Weigand <uweigand@de.ibm.com>
45
46 PR tree-optimization/18184
47 * cp-objcp-common.c (cxx_types_compatible_p): Do not treat pointers
48 of different modes or alias-all flags as equivalent.
49 * typeck.c (comptypes): Likewise.
50
51 2004-11-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
52
53 DR 49, 100
54 * cp-tree.h (TYPE_REF_OBJ_P): New macro.
55 (TYPE_PTR_P, TYPE_PTROB_P, TYPE_PTROBV_P, TYPE_PTRFN_P,
56 TYPE_REFFN_P): Document.
57 (fold_decl_constant_value): New prototype.
58 * pt.c (convert_nontype_argument_function): Rewrite and extract
59 parts into...
60 (fold_decl_constant_value, convert_nontype_argument_function): New.
61 (lookup_template_class): Add comment about useless double call.
62 * mangle.c (write_expression): Strip conversions before lowering
63 pointer to members.
64 * cvt.c (ocp_convert): Check LOOKUP_COMPLAIN for a pedwarn. Disallow
65 enum to enum conversion.
66
67 2004-11-02 Mark Mitchell <mark@codesourcery.com>
68
69 PR c++/18124
70 * parser.c (cp_parser_type_parameter): Robustify.
71
72 PR c++/18155
73 * parser.c (cp_parser_single_declaration): Disallow template
74 typedefs.
75
76 PR c++/18177
77 * typeck.c (build_const_cast): Use error_operand_p.
78
79 2004-11-02 Ziemowit Laski <zlaski@apple.com>
80
81 * cp-lang.c (cxx_types_compatible_p): Remove prototype and definition.
82 (LANG_HOOKS_TYPES_COMPATIBLE_P): Move to cp-objcp-common.h.
83 * cp-objcp-common.c (cxx_types_compatible_p): Moved definition here
84 from cp-lang.c.
85 * cp-objcp-common.h (cxx_types_compatible_p): Moved prototype here
86 from cp-lang.c.
87 (LANG_HOOKS_TYPES_COMPATIBLE_P): Moved here from cp-lang.c.
88
89 2004-11-01 Nathan Sidwell <nathan@codesourcery.com>
90
91 PR c++/18064
92 * search.c (check_final_overrider): Deprecate gnu covariant extension.
93
94 2004-10-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
95
96 Convert diagnostics to use quoting flag q 9/n
97 * typeck.c (build_x_unary_op, convert_member_func_to_ptr,
98 get_delta_difference): Use new quotation style.
99 * repo.c (reopen_repo_file_for_write): Likewise.
100 * pt.c (do_type_instantiation): Likewise.
101 * parser.c (cp_parser_diagnose_invalid_type_name):
102 * name-lookup.c (push_overloaded_decl, set_decl_namespace):
103 * error.c (cp_print_error_function,
104 print_instantiation_full_context): Likewise.
105 * decl.c (define_label, grok_reference_init,
106 maybe_deduce_size_from_array_init, revert_static_member_fn):
107 * decl2.c (check_classfn): Likewise.
108 * class.c (add_method, check_field_decls, layout_class_type,
109 resolve_address_of_overloaded_function): Likewise.
110 * call.c (build_x_va_arg, build_over_call): Likewise.
111
112 2004-10-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
113
114 Convert diagnostics to use quoting flag q 8/n
115 * cvt.c (cp_convert_to_pointer, warn_ref_binding,
116 convert_to_reference, ocp_convert, convert_to_void
117 cp_convert_to_pointer): Use new quotation style.
118
119 2004-10-31 Mark Mitchell <mark@codesourcery.com>
120
121 PR c++/15172
122 * typeck2.c (store_init_value): Use split_nonconstant_init even
123 for types that require construction.
124
125 1004-10-28 Matt Austern <austern@apple.com>
126
127 PR c++/17542
128 * cp-tree.h (class_key_or_enum_as_string): Declare.
129 * error.c (class_key_or_enum): Rename to class_key_or_enum_as_string
130 and remove static qualifier.
131 * decl.c (shadow_tag): Warn about ignored attributes in class/struct/
132 union/enum declaration.
133
134 2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
135
136 * pt.c: Fix a comment typo.
137
138 2004-10-28 Nathan Sidwell <nathan@codesourcery.com>
139
140 * typeck.c (composite_pointer_type): Remove comment about DR 195.
141 (build_reinterpret_cast_1): Revert DR195 patch. Only emit a
142 warning when being pedantic.
143 (build_reinterpet_cast, build_c_cast): Adjust.
144
145 2004-10-29 Mark Mitchell <mark@codesourcery.com>
146
147 PR c++/17695
148 * decl.c (grokdeclarator): Mark TYPE_DECLs as abstract when they
149 appear in a constructor/destructor that will be cloned.
150
151 1004-10-28 Matt Austern <austern@apple.com>
152
153 PR c++/14124
154 * decl.c (finish_enum): Handle packed attribute.
155 * parser.c (cp_parser_enum_specifier): Process trailing attributes.
156
157 2004-10-28 Mark Mitchell <mark@codesourcery.com>
158
159 PR c++/17132
160 * pt.c (instantiate_class_template): Increment
161 processing_template_decl when substituting into a member class
162 template.
163
164 2004-10-27 Mark Mitchell <mark@codesourcery.com>
165
166 PR c++/17435
167 * call.c (convert_like_real): Fix formatting.
168 (initialize_reference): When binding a temporary to a base class,
169 ensure that the nominal copy made is to the derived class, not the
170 base class.
171
172 PR c++/18140
173 * parser.c (cp_parser_next_token_ends_template_argument_p): Do not
174 include ">>".
175
176 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
177
178 * decl.c (bad_specifiers): Move the q after the %.
179
180 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
181
182 * parser.c (cp_parser_diagnose_invalid_type_name): Move the q after
183 the %.
184
185 2004-10-26 Mark Mitchell <mark@codesourcery.com>
186
187 * name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.
188 * search.c (current_scope): Fix prototype.
189
190 PR c++/18093
191 * search.c (current_scope): Return the innermost non-block scope,
192 not the innermost non-block, non-namespace scope.
193 (at_namespace_scope_p): Adjust accordingly.
194 (dfs_accessible_post): Do not pass namespaces to is_friend.
195 (dfs_walk_once_accessible_r): Likewise.
196 * decl.c (grokvardecl): Adjust call to current_scope.
197 (build_enumerator): Likewise.
198 * parser.c (cp_parser_using_declaration): Likewise.
199 (cp_parser_direct_declarator): Use at_namespace_scope_p instead of
200 current_scope.
201 (cp_parser_class_head): Adjust call to current_scope.
202 * name-lookup.c (do_namespace_alias): Set the DECL_CONTEXT for the
203 alias.
204
205 PR c++/18020
206 * pt.c (tusbst_copy_and_build): Resolve enumeration constants to
207 their underlying values.
208
209 PR c++/18161
210 * typeck.c (build_binary_op): Honor build_type, even when in a
211 template.
212
213 2004-10-26 Nathan Sidwell <nathan@codesourcery.com>
214
215 * parser.c (cp_lexer_get_preprocessor_token): Remove unneeded
216 padding token checking.
217
218 2004-10-25 Andrew Pinski <pinskia@physics.uc.edu>
219
220 PR c++/18121
221 * decl.c (grokdeclarator) <case cdk_array>: Remove the call
222 layout_type as it is already done by create_array_type_for_decl.
223
224 2004-10-22 Nathan Sidwell <nathan@codesourcery.com>
225
226 PR c++/18095
227 * parser.c (eof_token): Make const, correctly initialize rid and
228 location fields.
229 (struct cp_lexer): Replace buffer_end pointer with buffer_length
230 count. Adjust.
231 (cp_lexer_new_main): Directly grow lexer's buffer here. Don't
232 zero it out.
233 (cp_lexer_new_from_tokens): Adjust.
234 (cp_lexer_grow_buffer): Remove.
235 (cp_lexer_peek_nth_token, cp_lexer_consume_token,
236 cp_lexer_purge_token): Add const casts.
237
238 2004-10-21 Mark Mitchell <mark@codesourcery.com>
239
240 PR c++/18073
241 PR c++/10841
242 * cp-tree.h (convert_to_base): Change prototype.
243 (build_ptrmemfunc): Likewise.
244 (convert_ptrmem): New function.
245 * call.c (struct conversion): Adjust documentation for base_p.
246 (standard_conversion): Set base_p for ck_pmem conversions as
247 appropriate.
248 (convert_like_real): Use convert_to_base for ck_pmem and ck_ptr
249 conversions.
250 * class.c (convert_to_base): Handle both pointers and objects.
251 Add nonnull parameter.
252 (build_vfield_ref): Adjust call to convert_to_base.
253 * cvt.c (cp_convert_to_pointer): Adjust call to build_ptrmemfunc.
254 (convert_force): Likewise.
255 * typeck.c (build_unary_op): Likewise.
256 (convert_ptrmem): New function.
257 (build_static_cast_1): Use it.
258 (build_reinterpret_cast): Allow conversions to vector types.
259 (get_delta_difference): Add c_cast_p parameter.
260 (build_ptrmemfunc): Likewise. Adjust calls to
261 get_delta_difference.
262
263 2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
264
265 PR c++/13560
266 * error.c (cp_error_at): Output the context as it might be
267 different file as the other location.
268
269 2004-10-21 Kazu Hirata <kazu@cs.umass.edu>
270
271 * typeck.c: Fix a comment typo.
272
273 2004-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
274
275 PR c++/13495
276 * decl.c (make_unbound_class_template): Add PARM_LIST parameter.
277 * cp-tree.h (make_unbound_class_template): Adjust prototype.
278 * parser.c (cp_parser_lookup_name): Adjust call to
279 make_unbound_class_template.
280 (cp_parser_single_declaration): Handle member class of class
281 template as template friend parsing correctly.
282 * friend.c (is_friend): Call is_specialization_of_friend for
283 template friend class.
284 (make_friend_class): Handle member class of class template as
285 template friend.
286 * pt.c (is_specialization_of_friend): Likewise.
287 (instantiate_class_template): Likewise.
288 (tsubst): Adjust call to make_unbound_class_template.
289
290 2004-10-20 Nathan Sidwell <nathan@codesourcery.com>
291
292 * typeck.c (composite_pointer_type): Add comment about DR 195
293 (build_reinterpret_cast_1): Add for_reinterpret_cast_p parameter.
294 Allow function pointer conversions that DR195 suggests.
295 (build_reinterpret_cast, build_c_cast): Update
296 build_reinterpret_cast_1 calls.
297
298 2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
299
300 * call.c, typeck.c: Fix comment typos.
301
302 2004-10-20 Nathan Sidwell <nathan@codesourcery.com>
303
304 * parser.c (cp_token_position): New typedef. Define VEC thereof.
305 (struct cp_lexer): Allow buffer and buffer_end to be NULL. Make
306 next_token and last_token cp_token_position. Make saved_tokens a
307 VEC(cp_token_position).
308 (eof_token): New static variable.
309 (CP_SAVED_TOKENS_SIZE): Rename to ...
310 (CP_SAVED_TOKEN_STACK): ... here.
311 (cp_lexer_new_main): Adjust main lexer creation and buffer
312 filling.
313 (cp_lexer_new_from_tokens): Do not copy the tokens, merely point
314 to the parent buffer. Do not append eof token.
315 (cp_lexer_destroy): Only free buffer if non-NULL. Free token
316 stack.
317 (cp_lexer_next_token, cp_lexer_prev_token): Remove.
318 (cp_lexer_token_position, cp_lexer_token_at): New.
319 (cp_lexer_saving_tokens): Adjust. Make inline.
320 (cp_lexer_advance_token, cp_lexer_token_difference): Remove.
321 (cp_lexer_peek_token_emit_debug_info): Fold into ...
322 (cp_lexer_peek_token): ... here.
323 (cp_lexer_peek_nth_token): Don't peek past EOF.
324 (cp_lexer_consume_token): Set next_token to eof_token, if reaching
325 EOF.
326 (cp_lexer_purge_token): Adjust eof setting.
327 (cp_lexer_purge_tokens_after): Likewise.
328 (cp_lexer_save_tokens): Push next_token directly.
329 (cp_lexer_commit_tokens): Adjust.
330 (cp_lexer_rollback_tokens): Pop next_token directly.
331 (cp_parser_check_for_invalid_template_id): Adjust token purging.
332 (cp_parser_translation_unit): Do not consume the EOF.
333 (cp_parser_nested_name_specifier_opt): Adjust token purging.
334 (cp_parser_template_id, cp_parser_template_name): Likewise.
335
336 2004-10-19 Mark Mitchell <mark@codesourcery.com>
337
338 PR c++/14035
339 * call.c (struct conversion): Add base_p.
340 (convert_like): Add c_cast_p argument.
341 (convert_like_with_conversion): Likewise.
342 (build_conv): Clear base_p.
343 (standard_conversion): Set it, for derived-to-base conversions.
344 (convert_like_real): Add c_cast_p parameter. Handle pointer
345 conversions directly rather than relying on ocp_convert.
346 (perform_direct_initialization_if_possible): Add c_cast_p
347 parameter.
348 * cp-tree.h (perform_direct_initialization_if_possible): Change
349 prototype.
350 (convert_member_func_to_ptr): New function.
351 * typeck.c (check_for_casting_away_constness): Add diag_fn
352 parameter.
353 (build_static_cast_1): New function, split out from ...
354 (build_static_cast): ... here. Use build_static_cast_1.
355 (build_reinterpret_cast_1): New function, split out from ...
356 (build_reinterpret_cast): ... here. Use build_reinterpret_cast_1.
357 (build_const_cast_1): New function, split out from ...
358 (build_const_cast): ... here. Use build_const_cast_1.
359 (build_c_cast): Rewrite to use build_const_cast_1,
360 build_static_cast_1, and build_reinterpret_cast_1.
361 (convert_member_func_to_ptr): New function.
362
363 2004-10-19 Paolo Bonzini <bonzini@gnu.org>
364
365 PR c++/18047
366 * parser.c (enum cp_parser_prec): Give relational expressions
367 a higher precedence than equality expressions.
368
369 2004-10-15 Nathan Sidwell <nathan@codesourcery.com>
370
371 * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.
372 (ACCESSIBLY_UNIQUELY_DERIVED_P): Remove.
373 (PUBLICLY_UNIQUELY_DERIVED_P): Adjust lookup_base call.
374 (enum base_access): Reorganize.
375 (accessible_base_p, accessible_p): Add consider_local_p parameter.
376 * call.c (standard_conversion): Update comment about
377 DERIVED_FROM_P.
378 (enforce_access): Adjust accessible_p call.
379 (build_over_call): Adjust accessible_base_p call.
380 * class.c (convert_to_base): Adjust lookup_base call.
381 (build_vtbl_ref_1): Likewise.
382 (warn_about_ambiguous_bases): Likewise. Add early exit.
383 * cvt.c (convert_to_pointer_force) Adjust lookup_base call.
384 * search.c (accessible_base_p): Add consider_local_p parameter.
385 (lookup_base): Pass consider_local_p to accessible_base_p call.
386 (friend_accessible_p): Check whether scope is a class member.
387 Remove unnecessary class template check.
388 (accessible_p): Add consider_local_p parameter. Use it.
389 (adjust_result_of_qualified_name_lookup): Adjust lookup_base call.
390 * tree.c (maybe_dummy_object): Likewise.
391 * typeck.c (comp_except_type): Use PUBLICLY_UNIQUELY_DERIVED_P.
392 (build_class_member_access_expr): Adjust lookup_base call.
393 * typeck2.c (binfo_or_else): Likewise.
394 * rtti.c (build_dynamic_cast_1): Access can consider friendship
395 and current scope.
396
397 2004-10-17 Giovanni Bajo <giovannibajo@gcc.gnu.org>
398
399 PR c++/17743
400 * decl2.c (grokfield): Apply attributes also to TYPE_DECLs.
401
402 2004-10-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
403
404 PR c++/10479
405 * parser.c (cp_parser_parenthesized_expression_list): Fold
406 non-dependent expressions in attribute lists.
407
408 2004-10-15 Mark Mitchell <mark@codesourcery.com>
409
410 PR c++/17042
411 * decl.c (declare_global_var): Use the return value from pushdecl.
412
413 PR c++/14667
414 * parser.c (cp_parser_simple_declaration): Do not diagnose invalid
415 type names if we have already found a valid type.
416 (cp_parser_member_declaration): Likewise.
417
418 PR c++/17916
419 * parser.c (cp_parser_member_specification_opt): Handle
420 CPP_PRAGMA.
421
422 2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
423
424 * dump.c, g++spec.c, repo.c: Update copyright.
425
426 2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
427
428 * decl.c: Fix a comment typo.
429
430 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
431
432 PR c++/16301
433 * name-lookup.c (parse_using_directive): If we have a
434 error_mark_node, do not set the decl namespace associations
435 on it.
436
437 2004-10-14 Mark Mitchell <mark@codesourcery.com>
438
439 PR c++/17976
440 * decl.c (cp_finish_decl): Do not call expand_static_init more
441 than once for a single variable.
442
443 2004-10-14 Matt Austern <austern@apple.com>
444
445 * Make-lang.in (pt.o): depends on pointer-set.h
446 * cp-tree.h (cp_walk_subtrees): Last argument is pointer_set_t* now.
447 * pt.c (struct pair_fn_data): Use pointer_set_t, not htab_t
448 (for_each_template_parm): Convert from htab_t to pointer_set_t.
449 * tree.c (cp_walk_subtrees): Last argument is pointer_set_t* now.
450
451 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
452
453 PR c++/17661
454 * semantics.c (finish_for_expr): Convert expression to void
455 so that we don't create temporaries for a?b:c.
456
457 2004-10-13 Kazu Hirata <kazu@cs.umass.edu>
458
459 * search.c: Fix a comment typo.
460
461 2004-10-12 Nathan Sidwell <nathan@codesourcery.com>
462
463 * class.c (dfs_modify_vtables): Simplify condition. Return
464 dfs_skip_bases as appropriate.
465 (modify_all_vtables): Walk in pre-order.
466 * search.c (dfs_walk_all, dfs_walk_once_r,
467 dfs_walk_once_accessible_r): Assert post order function never
468 returns dfs_skip_bases.
469
470 * search.c (struct lookup_base_data_s): New.
471 (lookup_base_r): Replace with ...
472 (dfs_lookup_base): ... this.
473 (lookup_base): Use dfs_walk_all.
474
475 2004-10-12 Kazu Hirata <kazu@cs.umass.edu>
476
477 * search.c: Fix comment typos.
478
479 2004-10-11 Mark Mitchell <mark@codesourcery.com>
480
481 PR c++/15786
482 * parser.c (cp_parser_declarator): Add member_p parameter.
483 (cp_parser_condition): Adjust calls to cp_parser_declarator.
484 (cp_parser_explicit_instantiation): Likewise.
485 (cp_parser_init_declarator): Likewise.
486 (cp_parser_direct_declarator): Add member_p parameter. Do not
487 parse tentatively when parsing the parameters to a member.
488 (cp_parser_type_id): Adjust calls to cp_parser_declarator.
489 (cp_parser_parameter_declaration): Likewise.
490 (cp_parser_member_declaration): Likewise.
491 (cp_parser_exception_declaration): Likewise.
492
493 PR c++/17936
494 * cp-tree.h (CLASSTYPE_TEMPLATE_SPECIALIZATION): Add a comment.
495 * pt.c (optimize_specialization_lookup_p): Do not optimize lookups
496 for members of partial or explicit specializations.
497
498 PR c++/17929
499 * decl2.c (finish_anon_union): Robustify.
500
501 2004-10-11 Nathan Sidwell <nathan@codesourcery.com>
502
503 * cp-tree.h (get_dynamic_cast_base_type): Rename to ...
504 (dcast_base_hint): ... here.
505 * rtti.c (build_dynamic_cast_1): Use dcast_base_hint.
506 * search.c (struct dcast_data_s): New.
507 (dynamic_cast_base_recurse): Remove. Replace with ...
508 (dfs_dcast_hint_pre, dfs_dcast_base_post): ... these. New.
509 (get_dynamic_cast_base_type): Rename to ...
510 (dcast_base_hint): ... here. Use dfs_walk_once_accessible.
511 (accessible_r): Remove.
512 (dfs_accessible_post): New, broken out of accessible_r.
513 (accessible_p): Use dfs_walk_once_accessible.
514 (dfs_walk_once_accessible_r): New. From accessible_r.
515 (dfs_walk_once_accessible): New. From acessible_p.
516
517 * cp-tree.h (SAME_BINFO_TYPE_P): New.
518 * class.c (build_base_path): Use SAME_BINFO_TYPE_P to compare
519 binfo types.
520 (convert_to_base_statically, determine_primary_bases,
521 update_vtable_entry_for_fn, dfs_modify_vtables, build_vtt_inits,
522 dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
523 accumulate_vtbl_inits, dfs_accumulate_vtbl_inits,
524 build_vtbl_initializer, add_vcall_offset_vtbl_entries_1): Likewise.
525 * init.c (expand_member_init): Likewise.
526 * search.c (lookup_base_r, dynamic_cast_base_recurse,
527 binfo_via_virtual, copied_binfo, binfo_for_vbase,
528 original_binfo): Likewise.
529 * tree.c (copy_binfo): Likewise.
530
531 2004-10-11 Kazu Hirata <kazu@cs.umass.edu>
532
533 * semantics.c: Fix comment typos.
534
535 2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
536
537 PR c++/17554
538 part of c++/17657
539 middle-end/17703
540 * semantics.c (maybe_cleanup_point_expr): Call
541 fold_build_cleanup_point_expr.
542 (maybe_cleanup_point_expr_void): New function.
543 (add_decl_expr): Call maybe_cleanup_point_expr_void.
544 (finish_expr_stmt): Likewise.
545 (finish_return_stmt): Likewise.
546 (finish_for_expr): Likewise.
547 (finish_asm_stmt): Likewise.
548 * typeck.c (condition_conversion): Call
549 fold_build_cleanup_point_expr.
550
551 2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
552
553 PR c++/17907
554 * semantics.c (add_decl_expr): If the decl has a size which
555 has side effects then the decl expression needs a cleanup point.
556
557 2004-10-10 Mark Mitchell <mark@codesourcery.com>
558
559 PR c++/17393
560 * decl.c (grokdeclarator): Robustify error-recovery on invalid
561 declarations.
562
563 2004-10-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
564
565 Convert diagnostics to use quoting flag q 7/n
566 * typeck.c (composite_pointer_type_r, composite_pointer_type,
567 cxx_sizeof_or_alignof_type, cxx_sizeof_or_alignof_expr,
568 string_conv_p, build_class_member_access_expr,
569 build_class_member_access_expr, lookup_destructor,
570 finish_class_member_access_expr, build_indirect_ref,
571 get_member_function_from_ptrfunc, build_function_call,
572 convert_arguments, build_binary_op, pointer_diff, build_unary_op,
573 check_for_casting_away_constness, build_static_cast,
574 build_reinterpret_cast, build_const_cast, build_c_cast,
575 build_modify_expr, get_delta_difference, build_ptrmemfunc,
576 dubious_conversion_warnings, convert_for_assignment,
577 convert_for_initialization,
578 maybe_warn_about_returning_address_of_local, check_return_expr):
579 Use quoting marks.
580
581 * typeck2.c (error_not_base_type, readonly_error,
582 abstract_virtuals_error, cxx_incomplete_type_diagnostic,
583 store_init_value, digest_init, build_x_arrow,
584 build_m_component_ref, require_complete_eh_spec_types): Likewise.
585
586 * tree.c (cp_build_qualified_type_real,
587 handle_java_interface_attribute, handle_init_priority_attribute):
588 Likewise.
589
590 * semantics.c (finish_asm_stmt, finish_non_static_data_member,
591 finish_pseudo_destructor_expr,
592 check_template_template_default_arg, begin_class_definition,
593 finish_base_specifier, qualified_name_lookup_error,
594 finish_id_expression, finish_typeof): Likewise.
595
596 * search.c (lookup_base, check_final_overrider,
597 look_for_overrides_r): Likewise.
598
599 * rtti.c (get_tinfo_decl, build_dynamic_cast_1): Likewise.
600
601 2004-10-09 Mark Mitchell <mark@codesourcery.com>
602
603 PR c++/17867
604 * error.c (dump_expr): Correct handling of AGGR_INIT_EXPRs using a
605 constructor.
606
607 PR c++/17670
608 * init.c (build_new): Correct comments.
609 * parser.c (cp_parser_new_expression): Use NULL_TREE for nelts in
610 the non-array case.
611
612 PR c++/17821
613 * parser.c (cp_parser_postfix_dot_deref_expression): If the
614 pseduo-destructor-name production does not work, fall back to the
615 ordinary production.
616
617 PR c++/17826
618 * tree.c (cp_tree_equal): Handle a BASELINK.
619
620 PR c++/17524
621 * cp-tree.h (check_var_type): New function.
622 * decl.c (check_var_type): New function, split out from ...
623 (grokdeclarator): ... here.
624 * pt.c (tsubst_decl): Use check_var_type.
625
626 PR c++/17685
627 * decl.c (grokdeclarator): Disallow declarations of operators as
628 non-functions.
629
630 2004-10-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
631
632 PR c++/17868
633 * error.c (dump_expr): Add missing case for RDIV_EXPR.
634
635 2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
636
637 * pt.c, search.c: Fix comment typos.
638
639 2004-10-08 Nathan Sidwell <nathan@codesourcery.com>
640
641 * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp,
642 unmarkedp): Remove.
643 (dfs_skip_bases, dfs_walk_all, dfs_walk_once): New.
644 * class.c (struct find_final_overrider_data): Remove most_derived,
645 vpath_list and vpath fields. Add path field.
646 (dfs_find_final_ocerrider_1): Add DEPTH parameter. Adjust.
647 (dfs_find_final_overrider): Rename to ...
648 (dfs_find_final_overrider_pre): ... here. Adjust.
649 (dfs_find_final_overrider_post): Adjust.
650 (dfs_find_final_overrider_q): Fold into
651 dfs_find_final_overrider_pre.
652 (find_final_overrider): Adjust dfs searching.
653 (dfs_modify_vtables): Don't mark binfo here.
654 (modify_all_vtables): Use dfs_walk_once.
655 (build_vtt_inits): Likwise. Use dfs_walk_all.
656 (dfs_build_secondary_vptr_vtt_inits): Don't mark binfo here.
657 Return dfs_skip_bases as appropriate.
658 (dfs_fixup_binfo_vtbls): Return dfs_skip_bases as appropriate.
659 * init.c (dfs_initialized_vtbl_ptrs): Return dfs_skip_bases as
660 appropriate. Don't mark binfo here.
661 (initialize_vtbl_ptrs): Use dfs_walk_once.
662 * search.c (struct vbase_info): Remove unused struct.
663 (access_in_type): Use dfs_walk_once.
664 (dfs_access_in_type): Don't mark binfo here.
665 (dfs_accessible_queue_p, dfs_accessible_p) Remove.
666 Fold into ...
667 (accessible_r): ... here. New. Specialize dfs_walk_once.
668 (accessible_p): Use accessible_r.
669 (lookup_field_queue_p): Remove. Fold into ...
670 (lookup_field_r): ... here. Adjust.
671 (lookup_member): Use dfs_walk_all.
672 (dfs_walk_real, dfs_walk): Replace with ...
673 (dfs_walk_all, dfs_walk_once): ... these.
674 (dfs_walk_once_r, dfs_unmark_r): Workers for dfs_walk_once.
675 (dfs_unmark, unmarkedp, markedp): Remove.
676 (dfs_get_pure_virtuals): Don't mark binfo here.
677 (get_pure_virtuals): Use dfs_walk_once.
678 (dfs_debug_unmarked_p): Remove. Fold into ...
679 (dfs_debug_mark): ... here.
680 (note_debug_info_needed): Use dfs_walk_all.
681
682 2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
683
684 * pt.c (tsubst_expr) <case ASM_EXPR>: Look passed the
685 CLEANUP_POINT_EXPR to get the asm expression.
686
687 2004-10-07 Mark Mitchell <mark@codesourcery.com>
688
689 * cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.
690 (DECL_MEMBER_TEMPLATE_P): New macro.
691 (is_member_template): Remove.
692 (class_method_index_for_fn): New function.
693 * pt.c (build_over_call): Use DECL_MEMBER_TEMPLATE_P.
694 * class.c (finish_struct_methods): Remove out-of-date comment.
695 * decl.c (copy_fn_p): Use DECL_MBMER_TEMPLATE_P.
696 * decl2.c (check_classfn): Use DECL_MEMBER_TEMPLATE_P and
697 class_method_index_for_fn.
698 * pt.c (is_member_template): Remove.
699 (is_member_template_class): Likewise.
700 (optimize_specialization_lookup_p): New function.
701 (retrieve_specialization): Optimize lookups for members that are
702 not member templates.
703 (register_specialization): Adjust accordingly.
704 (build_template_decl): Add member_template_p parameter. Set
705 DECL_MEMBER_TEMPLATE_P.
706 (process_partial_specialization): Adjust call to
707 retrieve_specialization.
708 (push_template_decl_real): Determine whether the template is a
709 member template.
710 (lookup_template_class): Use retrieve_specialization.
711 (tsubst_decl): Adjust call to retrieve_specialization.
712 (tsubst_exception_specification): New function.
713 (tsubst): Use it.
714 (tsubst_copy): Use DECL_MEMBER_TEMPLATE_P.
715 (instantiate_template): Adjust call to retrieve_specialization.
716 (regenerate_decl_from_template): Do not actually generate a new
717 DECL.
718 (instantiate_decl): Adjust call to retrieve_specialization.
719 (class_method_index_for_fn): New method.
720
721 2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
722
723 * parser.c (cp_parser_asm_definition): Look passed the
724 CLEANUP_POINT_EXPR to get the asm expression.
725
726 2004-10-06 Andrew Pinski <pinskia@physics.uc.edu>
727
728 PR c++/17368
729 * semantics.c (finish_asm_stmt): Asm expressions need cleanup
730 also.
731
732 2004-10-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
733
734 Convert diagnostics to use quoting flag q 6/n
735 * pt.c (finish_member_template_decl, check_specialization_scope,
736 maybe_process_partial_specialization, determine_specialization,
737 check_explicit_specialization, maybe_check_template_type,
738 process_partial_specialization, check_default_tmpl_args,
739 push_template_decl_real, redeclare_class_template,
740 convert_nontype_argument, coerce_template_parms,
741 lookup_template_class, push_tinst_level,
742 instantiate_class_template, tsubst_arg_types,
743 tsubst_function_type, tsubst, tsubst_qualified_id,
744 tsubst_copy_and_build, check_instantiated_args,
745 do_decl_instantiation, do_type_instantiation,
746 invalid_nontype_parm_type_p, check_specialization_namespace,
747 convert_template_argument, determine_specialization,
748 check_template_shadow, tsubst_decl
749 instantiate_pending_templates): Use quoting marks.
750
751 2004-10-05 Nathan Sidwell <nathan@codesourcery.com>
752
753 PR c++/17829
754 * parser.c (cp_parser_postfix_expression): Inhibit Koenig when
755 unqualified lookup finds a member function.
756
757 2004-10-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
758
759 Convert diagnostics to use quoting flag q 5/n
760 * parser.c (cp_parser_name_lookup_error,
761 cp_parser_diagnose_invalid_type_name,
762 cp_parser_primary_expression, cp_parser_unqualified_id,
763 cp_parser_nested_name_specifier_opt, cp_parser_labeled_statement,
764 cp_parser_jump_statement, cp_parser_simple_declaration,
765 cp_parser_decl_specifier_seq, cp_parser_mem_initializer_id,
766 cp_parser_type_parameter, cp_parser_template_id,
767 cp_parser_template_name, cp_parser_direct_declarator,
768 cp_parser_parameter_declaration_list, cp_parser_class_head,
769 cp_parser_base_specifier, cp_parser_lookup_name,
770 cp_parser_late_parsing_default_args,
771 cp_parser_optional_template_keyword
772 cp_parser_elaborated_type_specifier, cp_parser_check_class_key,
773 cp_parser_check_access_in_redeclaration): Use quoting marks.
774
775 * name-lookup.c (supplement_binding, pushdecl,
776 check_for_out_of_scope_variable, validate_nonmember_using_decl,
777 do_nonmember_using_decl, lookup_tag, set_decl_namespace,
778 push_namespace, do_namespace_alias, do_using_directive,
779 ambiguous_decl, lookup_namespace_name, add_function): Likewise.
780
781 * method.c (use_thunk): Likewise.
782
783 * lex.c (unqualified_name_lookup_error,
784 unqualified_fn_lookup_error): Likewise.
785
786 2004-10-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
787
788 Convert diagnostics to use quoting flag q 4/n
789 * except.c (decl_is_java_type, build_throw,
790 is_admissible_throw_operand, check_handlers_1, check_handlers):
791 Use quoting formats.
792 * friend.c (add_friend, make_friend_class, do_friend): Likewise.
793 * init.c (sort_mem_initializers, emit_mem_initializers,
794 member_init_ok_or_else, expand_member_init, is_aggr_type,
795 build_offset_ref, build_java_class_ref): Likewise.
796
797 2004-10-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
798
799 Convert diagnostics to use quoting flag q 3/n
800 * decl.c (pop_label, duplicate_decls, redeclaration_error_message,
801 redeclaration_error_message, lookup_label, check_goto,
802 make_typename_type, make_unbound_class_template,
803 fixup_anonymous_aggr, check_tag_decl, start_decl, start_decl_1,
804 grok_reference_init, layout_var_decl, maybe_commonize_var,
805 check_for_uninitialized_const_var, reshape_init_array,
806 reshape_init, check_initializer, cp_finish_decl,
807 member_function_or_else, bad_specifiers, grokfndecl, grokvardecl,
808 check_static_variable_definition, compute_array_index_type,
809 create_array_type_for_decl, check_special_function_return_type,
810 grokdeclarator, check_default_argument, grokparms,
811 grok_ctor_properties, grok_op_properties,
812 check_elaborated_type_specifier, xref_tag, finish_enum,
813 build_enumerator, check_function_type, start_preparsed_function,
814 store_parm_decls): Use quoting formats.
815 * decl2.c (grok_array_decl, delete_sanity, check_member_template,
816 check_java_method, check_classfn, finish_static_data_member_decl,
817 grokfield, grokbitfield, grok_function_init,
818 build_anon_union_vars, coerce_new_type, coerce_delete_type,
819 check_default_args): Likewise.
820 * parser.c (cp_parser_decl_specifier_seq): Likewise.
821
822 2004-10-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
823
824 Convert diagnostics to use quoting flag q 2/n
825 * class.c (build_base_path, add_method, alter_access,
826 handle_using_decl, check_bases,
827 maybe_warn_about_overly_private_class, find_final_overrider,
828 warn_hidden, finish_struct_anon, add_implicitly_declared_members,
829 check_bitfield_decl, check_field_decls, layout_empty_base,
830 build_base_field, check_methods, layout_virtual_bases,
831 warn_about_ambiguous_bases, layout_class_type, finish_struct_1,
832 resolve_address_of_overloaded_function, instantiate_type,
833 note_name_declared_in_class): Use format flag "q" for quoting.
834
835 2004-10-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
836
837 Convert diagnostics to use quoting flag q 1/n
838 * error.c (locate_error): Ignore quoting flag q.
839 * call.c (build_user_type_conversion_1, build_operator_new_call,
840 build_object_call, op_error, build_conditional_expr,
841 build_new_op, build_op_delete_call, enforce_access,
842 convert_like_real, convert_arg_to_ellipsis, build_x_va_arg,
843 convert_default_arg, build_over_call, build_new_method_call,
844 joust, perform_implicit_conversion, initialize_reference): Use the
845 quoting flag q.
846
847 2004-10-03 Andrew Pinski <pinskia@physics.uc.edu>
848
849 PR c++/17797
850 * typeck.c (build_reinterpret_cast): Return if the inner type
851 is error_mark_node.
852
853 2004-10-01 Jan Hubicka <jh@suse.cz>
854
855 * semantics.c (expand_body): Update call of tree_rest_of_compilation.
856
857 2004-09-30 Nathan Sidwell <nathan@codesourcery.com>
858
859 * cp-tree.h (struct lang_decl): Shrink by reordering fields and
860 turning operator_code and fixed_offset into bitfields.
861
862 2004-09-29 Joseph S. Myers <jsm@polyomino.org.uk>
863
864 * decl.c (duplicate_decls): Merge TREE_DEPRECATED.
865
866 2004-09-29 Jason Merrill <jason@redhat.com>
867
868 PR tree-optimization/17697
869 * decl.c (duplicate_decls): Copy TREE_NOTHROW from newdecl to olddecl.
870
871 2004-09-28 Jason Merrill <jason@redhat.com>
872
873 PR middle-end/17525
874 * class.c (build_base_field): Set TYPE_MODE.
875
876 2004-09-28 Roger Sayle <roger@eyesopen.com>
877
878 PR driver/17537
879 * g++spec.c (lang_specific_driver): Unrecognized libraries, other
880 than -lc and -lm, may require linking against libstc++.
881
882 2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
883
884 * tree.c: Fix a comment typo.
885
886 2004-09-28 Nathan Sidwell <nathan@codesourcery.com>
887
888 * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.
889 (struct secondary_vptr_vtt_init_data_s): New.
890 (build_vtt_inits): Adjust dfs_walkers.
891 (dfs_build_secondary_vptr_vtt_inits): Caller data is a
892 secondary_vptr_vtt_init_data_s structure. Adjust.
893 (dfs_ctor_vtable_bases_queue_p): Remove.
894 (dfs_fixup_binfo_vtbls): No need to clear BINFO_MARKED. Simplify.
895
896 * pt.c (struct get_template_base_data_s): Remove.
897 (get_template_base_r): Fold into get_template_base.
898 (get_template_base): Walk base binfos directly in inheritance
899 graph order.
900
901 2004-09-27 Mark Mitchell <mark@codesourcery.com>
902
903 PR c++/17642
904 * cp-tree.h (fold_if_not_in_template): New function.
905 * call.c (build_conditional_expr): Use fold_if_not_in_template.
906 (build_cxx_call): Likewise.
907 * cvt.c (convert_to_complex): Likewise.
908 (ocp_convert): Likewise.
909 (convert): Likewise.
910 (convert_force): Likewise.
911 * decl.c (compute_array_index_type): Clear
912 processing_template_decl while folding array bounds.
913 * pt.c (convert_nontype_argument): Clear
914 processing_template_decl while processing non-type argument
915 initialization.
916 * tree.c (fold_if_not_in_template): New function.
917 * typeck.c (build_class_member_access_expr): Use
918 fold_if_not_in_template.
919 (build_array_ref): Likewise.
920 (build_binary_op): Likewise. Do not try to optimize computations
921 when processing templates.
922 (cp_pointer_int_sum): Use fold_if_not_in_template.
923 (pointer_diff): Likewise.
924 (build_unary_op): Likewise.
925 (build_reinterpret_cast): Likewise.
926 (get_delta_difference): Likewise.
927 (expand_ptrmemfunc_cst): Likewise.
928 (dubious_conversion_warnings): Likewise.
929
930 2004-09-27 Matt Austern <austern@apple.com>
931
932 * cp/parser.c (struct cp_token): New one-bit field , implicit_extern_c
933 (cp_lexer_get_preprocessor_token): Set implicit_extern_c for
934 tokens that come from headers that are implicitly extern "C".
935 (struct cp_parser): new one-bit field, implicit_extern_c.
936 (cp_parser_new): Set parser's implicit_extern_c to false.
937 (cp_parser_translation_unit): Pop lang context if we were in a
938 header that was implicitly extern "C".
939 (cp_parser_declaration_seq_opt): Push/pop lang context as
940 required by the token's and parser's implicit_extern_c.
941
942 2004-09-27 Mark Mitchell <mark@codesourcery.com>
943
944 PR c++/17585
945 * cp-tree.h (shared_member_p): Declare.
946 * search.c (shared_member_p): Give it external linkage.
947 * semantics.c (finish_qualified_id_expr): Use it.
948 (finish_id_expression): Likewise.
949
950 PR c++/17585
951 * semantics.c (finish_id_expression): Do not add "this->" to
952 static member functions.
953
954 2004-09-27 Nathan Sidwell <nathan@codesourcery.com>
955
956 PR c++/17681
957 * error.c (dump_type): Change TREE_VEC case into TREE_BINFO.
958
959 * class.c (struct count_depth_data): Remove.
960 (dfs_depth_post, dfs_depth_q): Remove.
961 (find_final_overrider): Use number of vbase classes as depth
962 bound.
963
964 * cp-tree.h (types_overlap_p): Remove.
965 * search.c (struct overlap_info): Remove.
966 (dfs_check_overlap, dfs_no_overlap_yet, types_overlap_p): Remove.
967
968 * pt.c (GTB_VIA_VIRTUAL, GTB_IGNORE_TYPE): Remove.
969 (get_template_base_recursive): Remove. Replace with ...
970 (get_template_base_r): ... this.
971 (struct get_template_base_data_s): New.
972 (get_template_base): Use get_template_base_r via dfs_walk. Always
973 return NULL on failure.
974 (unify): Remove error_mark_node check from get_template_base result.
975
976 2004-09-24 Paolo Bonzini <bonzini@gnu.org>
977
978 * parser.c (cp_parser_expression_stack): Clarify why it is
979 an array of NUM_PREC_VALUES elements.
980 (cp_parser_binary_expression): Clarify why we do not need to
981 handle stack overflow.
982
983 2004-09-24 Nathan Sidwell <nathan@codesourcery.com>
984
985 PR c++/16889
986 * search.c (lookup_field_queue_p): Correct check for hidden base.
987
988 * search.c (bfs_walk): Remove.
989 (lookup_member): Use dfs_walk_real.
990 (dfs_walk_real): Move and adjust documentation from bfs_walk.
991
992 2004-09-23 Zack Weinberg <zack@codesourcery.com>
993
994 * decl.c (grokfndecl): If ::main is found not to return int,
995 correct it after issuing a diagnostic.
996 (grokdeclarator): If the incoming type was error_mark_node, do
997 not complain about declaring something with no type.
998 (start_function): Change check for ::main not returning int to
999 an assertion, as grokfndecl now catches this when the user did it.
1000 * init.c (perform_member_init, sort_mem_initializers)
1001 (emit_mem_initializers): Make most diagnostics be issued on
1002 the line of current_function_decl, not whatever the current
1003 input line is.
1004 * parser.c (cp_lexer_peek_token_emit_debug_info): Surround
1005 definition and declaration with #ifdef ENABLE_CHECKING.
1006 Avoid unnecessary use of fprintf.
1007 (cp_lexer_print_token, cp_lexer_debug_stream): Adjust stub
1008 definitions to avoid warnings.
1009 (cp_lexer_new_main): Add assertion that first token is not a
1010 padding token.
1011 (cp_lexer_new_from_token_array): Fold into ...
1012 (cp_lexer_new_from_tokens): ... here. Add assertion that
1013 first token is not a padding token.
1014 (cp_lexer_set_source_position_from_token): Move nearer to callers.
1015 Remove unused lexer argument.
1016 (cp_lexer_peek_token): Just print debugging report (if enabled)
1017 and return lexer->next_token.
1018 (cp_lexer_skip_purged_tokens): Delete.
1019 (cp_lexer_next_token_is, cp_lexer_next_token_is_not): Make
1020 inline, simplify bodies.
1021 (cp_lexer_peek_nth_token): Add debugging report a la
1022 cp_lexer_peek_token.
1023 (cp_lexer_consume_token): Correct commentary. Advance over
1024 purged tokens here. Set current source position here, from
1025 token to be returned. Avoid unnecessary use of fprintf.
1026 (cp_lexer_purge_token): Advance next_token pointer over this and
1027 subsequent purged tokens.
1028 (cp_parser_error): Adjust source position to that of the
1029 peeked token.
1030 (cp_parser_push_lexer_for_tokens, cp_parser_pop_lexer): New functions.
1031 (cp_parser_string_literal): Remove some excessive cleverness.
1032 (cp_parser_enum_specifier): Call start_enum before consuming
1033 the opening brace.
1034 (cp_parser_member_declaration): Make the "extra semicolon"
1035 diagnostic consistently-worded with the other place this is
1036 diagnosed. Explicitly set the diagnostic location to the
1037 location of the offending semicolon.
1038 (cp_parser_enclosed_template_argument_list): Use %</%> quoting
1039 in diagnostics. Do not use cp_parser_require. Set location
1040 of diagnostics about improper use of '>>' to location of
1041 offending token.
1042 (cp_parser_late_parsing_for_member):
1043 Use cp_parser_push_lexer_for_tokens and cp_parser_pop_lexer.
1044 (cp_parser_late_parsing_default_args): Likewise. Manually
1045 move some logic outside the loop.
1046
1047 2004-09-23 Andrew Pinski <pinskia@physics.uc.edu>
1048
1049 PR c++/17618
1050 * cvt.c (cp_convert_to_pointer): Return early when the type is
1051 an error_mark_node.
1052
1053 2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
1054
1055 PR c++/13989
1056 PR c++/9844
1057 * decl.c (grokfndecl): Add new argument "attrlist", use it
1058 to call cplus_decl_attributes.
1059 (start_function): Remove call to cplus_decl_attributes.
1060 * cvt.c (ocp_convert): Add support to use type conversion
1061 function to vector type.
1062 * parser.c (cp_parser_conversion_type_id): Add attributes, if any,
1063 to the parsed type.
1064
1065 2004-09-23 Paolo Bonzini <bonzini@gnu.org>
1066
1067 PR c++/17596
1068
1069 * parser.c (cp_parser_token_tree_map_node,
1070 cp_parser_pm_expression, cp_parser_additive_expression,
1071 cp_parser_multiplicative_expression, cp_parser_shift_expression,
1072 cp_parser_relational_expression, cp_parser_equality_expression,
1073 cp_parser_and_expression, cp_parser_exclusive_or_expression,
1074 cp_parser_inclusive_or_expression,
1075 cp_parser_logical_and_expression,
1076 cp_parser_logical_or_expression): Removed.
1077 (enum cp_parser_prec, struct cp_parser_token_tree_map_node,
1078 binops, binops_by_token): New.
1079 (cp_parser_assignment_expression): Use cp_parser_binary_expression.
1080 (cp_parser_new): Initialize binops_by_token.
1081 (cp_parser_binary_expression): Rewritten.
1082 (N_CP_TTYPES): New.
1083
1084 2004-09-23 Kazu Hirata <kazu@cs.umass.edu>
1085
1086 * parser.c: Fix a comment typo.
1087
1088 2004-09-23 Nathan Sidwell <nathan@codesourcery.com>
1089
1090 PR c++/17620
1091 * decl.c (xref_basetypes): Look through typedefs before checking
1092 for duplicate base.
1093
1094 2004-09-22 Nathan Sidwell <nathan@codesourcery.com>
1095
1096 * cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
1097 * decl2.c (cp_finish_file): Adjust tinfo decl emission loop.
1098 * rtti.c (unemitted_tinfo_decls): Make a VEC(tree).
1099 (init_rtti_processing): Initialize it to something realistic.
1100 (get_tinfo_decl): Adjust pushing the new decl.
1101
1102 * cp-tree.h (struct lang_type_class): Remove marked flags, add
1103 diamond_shaped and repeated_base flags. Reorder to keep 8-bit blocks.
1104 (TYPE_MARKED_P): New.
1105 (CLASSTYPE_DIAMOND_SHAPED_P, CLASSTYPE_REPEATED_BASE_P): New.
1106 (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
1107 CLEAR_CLASSTYPE_MARKED_N): Remove.
1108 (CLASSTYPE_MARKED_*, SET_CLASSTYPE_MARKED_*,
1109 CLEAR_CLASSTYPE_MARKED_*): Remove.
1110 * decl.c (xref_basetypes): Use TYPE_MARKED_P. Determine diamond
1111 shaped and repeated base properties.
1112 * lex.c (cxx_make_type): Don't clear TYPE_ALIAS_SET.
1113 * rtti.c (dfs_class_hint_mark, dfs_class_hint_unmark,
1114 class_hint_flags): Remove.
1115 (get_pseudo_ti_init): Use CLASSTYPE_REPEATED_BASE_P and
1116 CLASSTYPE_DIAMOND_SHAPED_P.
1117
1118 2004-09-21 Ziemowit Laski <zlaski@apple.com>
1119
1120 * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from
1121 cp-objcp-common.h.
1122 (objcp_tsubst_copy_and_build): Reformat function signature.
1123 * cp-objcp-common.h (objcp_tsubst_copy_and_build): Likewise.
1124 (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved to cp-lang.c.
1125
1126 2004-09-21 Zack Weinberg <zack@codesourcery.com>
1127
1128 * parser.c (cp_lexer_peek_token, cp_lexer_consume_token):
1129 Don't handle CPP_PRAGMA tokens specially.
1130 (cp_lexer_handle_pragma): Use cp_lexer_consume_token. Don't
1131 purge the token; do clear token->value after processing. Add
1132 assertion at beginning that token->value is nonzero.
1133 (cp_parser_statement, cp_parser_declaration_seq_opt): Handle
1134 CPP_PRAGMA as a full statement or declaration in its own right.
1135
1136 2004-09-21 Matt Austern <austern@apple.com>
1137
1138 PR c++/15049
1139 * decl.c (grokvardecl): Accept declarations of global variables
1140 using anonymous types.
1141
1142 2004-09-21 Roger Sayle <roger@eyesopen.com>
1143
1144 PR c++/7503
1145 * tree.c (lvalue_p_1): Disallow MIN_EXPR and MAX_EXPR as lvalues
1146 if either operand has side-effects.
1147 * typeck.c (rationalize_conditional_expr): Assert that neither
1148 operand of MIN_EXPR or MAX_EXPR has side-effects.
1149 (build_modify_expr): Add support for MIN_EXPR and MAX_EXPR.
1150 Check that the "lhs" is a valid lvalue, i.e. that neither operand
1151 of a MIN_EXPR or MAX_EXPR has a side-effect.
1152
1153 2004-09-21 Nathan Sidwell <nathan@codesourcery.com>
1154
1155 * cp-tree.h (struct lang_type_header): Remove
1156 uses_multiple_inheritance field.
1157 (TYPE_USES_MULTIPLE_INHERITANCE): Remove.
1158 (TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P): Remove.
1159 (TYPE_USES_VIRTUAL_BASECLASSES): Remove.
1160 (DECL_NEEDS_VTT_PARM_P): Use CLASSTYPE_VBASECLASSES.
1161 (TYPE_CONTAINS_VPTR_P): Likewise.
1162 * call.c (add_template_candidate_real): Use
1163 CLASSTYPE_VBASECLASSES.
1164 (build_special_member_call): Likewise.
1165 * class.c (finish_struct_bits): Remove
1166 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P & TYPE_USES_VIRTUAL_BASECLASSES
1167 bookkeeping.
1168 (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
1169 (create_vtable_ptr): Remove TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P
1170 bookkeeping.
1171 (build_vtt_inits): Use CLASSTYPE_VBASECLASSES.
1172 (accumulate_vtbl_inits, build_vbase_offset_vtbl_entries):
1173 Likewise.
1174 * decl.c (xref_basetypes): Remove TYPE_USES_MULTIPLE_INHERITANCE,
1175 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
1176 bookkeeping.
1177 (cxx_maybe_build_cleanup): Use CLASSTYPE_VBASECLASSES.
1178 * decl2.c (maybe_retrofit_in_chrg): Likewise.
1179 * init.c (expand_member, push_base_cleanups): Likewise.
1180 * pt.c (instantiate_class_template): Remove
1181 TYPE_USES_MULTIPLE_INHERITANCE,
1182 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
1183 bookkeeping.
1184 * ptree.c (cxx_print_type): Remove TYPE_USES_MULTIPLE_INHERITANCE
1185 check.
1186 * typeck2.c (process_init_constructor): Replace some sorrys with
1187 asserts.
1188
1189 2004-09-21 Andreas Tobler <a.tobler@schweiz.ch>
1190
1191 * decl.c (reshape_init_array): Initialize max_index_cst to fix
1192 bootstrap failure.
1193
1194 2004-09-20 Mark Mitchell <mark@codesourcery.com>
1195
1196 PR c++/17530
1197 * pt.c (tsubst): Fix parentheses to accomodate emacs.
1198 (tsubst_baselink): If we get a single function, mark it as used.
1199
1200 2004-09-20 Matt Austern <austern@apple.com>
1201 Zack Weinberg <zack@codesourcery.com>
1202
1203 * decl.c (make_rtl_for_nonlocal_decl, start_preparsed_function):
1204 Apply lbasename to input_filename before passing to get_fileinfo.
1205 * semantics.c (begin_class_definition): Likewise.
1206 * lex.c (handle_pragma_interface): Apply get_fileinfo to the
1207 correct filename. Rename variables to be less confusing.
1208 (handle_pragma_implementation): Likewise. Disable "appears
1209 after file is included" diagnostic.
1210
1211 * parser.c (struct cp_token): Add in_system_header fiag.
1212 (CP_TOKEN_BLOCK_NUM_TOKENS, struct cp_token_block)
1213 (CP_TOKEN_BUFFER_SIZE, cp_token_cache_push_token)
1214 (CPP_NONE, cp_lexer_read_token): Delete.
1215 (struct cp_lexer): Remove first_token, string_tokens,
1216 main_lexer_p fields. Clarify comments.
1217 (struct cp_token_cache): Now just a pair of pointers.
1218 (CP_LEXER_BUFFER_SIZE): New #define.
1219 (CPP_PURGED): New fake token type.
1220 (cp_lexer_new_from_token_array, cp_lexer_destroy)
1221 (cp_lexer_peek_token_emit_debug_info, cp_lexer_skip_purged_tokens)
1222 (cp_lexer_handle_pragma, cp_token_cache_new, cp_parser_string_literal):
1223 New functions.
1224 (cp_lexer_new_from_tokens): Now a simple wrapper around
1225 cp_lexer_new_from_token_array.
1226 (cp_lexer_set_source_position_from_token): Also update
1227 in_system_header.
1228 (cp_lexer_next_token, cp_lexer_prev_token, cp_lexer_advance_token):
1229 Don't wrap round.
1230 (cp_lexer_token_difference): Dont handle wrapping round.
1231 (cp_lexer_new_main): Enable pragma deferral and raw strings,
1232 read the entire translation unit through c_lex_with_flags into
1233 this lexer's buffer, then turn raw strings back off again.
1234 (cp_lexer_grow_buffer): Adjust for buffer no longer being circular.
1235 (cp_lexer_get_preprocessor_token): No need to handle not being
1236 the main lexer. Set token->in_system_header too.
1237 (cp_lexer_peek_token): Skip purged tokens. Feed pragma tokens
1238 to cp_lexer_handle_pragma. No need to call cp_lexer_read_token.
1239 (cp_lexer_peek_nth_token): Likewise.
1240 (cp_lexer_purge_token): Mark the token PURGED, don't shift all
1241 the other tokens down.
1242 (cp_lexer_purge_tokens_after): Likewise.
1243 (cp_lexer_save_tokens, cp_lexer_rollback_tokens): Don't worry
1244 about there being no tokens.
1245 (cp_lexer_print_token): Revise to give useful information on
1246 all tokens.
1247 (struct cp_parser): Add field translate_strings_p.
1248 (cp_parser_new): Initialize it.
1249 (cp_parser_translation_unit): Destroy the lexer when done.
1250 (cp_parser_parameter_declaration): Restructure saving of
1251 default arguments.
1252 (cp_parser_save_member_function_body): Likewise.
1253 (cp_parser_check_for_invalid_template_id)
1254 (cp_parser_nested_name_specifier_opt, cp_parser_template_id):
1255 Adjust calls to cp_lexer_advance_token.
1256 (cp_parser_skip_to_closing_parenthesis, cp_parser_declaration):
1257 No need to fiddle c_lex_string_translate.
1258 (cp_parser_primary_expression, cp_parser_linkage_specification)
1259 (cp_parser_asm_definition, cp_parser_asm_specification_opt)
1260 (cp_parser_asm_operand_list, cp_parser_asm_clobber_list)
1261 Use cp_parser_string_literal.
1262 (cp_parser_attribute_list): Save and restore
1263 parser->translate_strings_p, not c_lex_string_translate.
1264 (cp_parser_cache_group): Delete.
1265 (cp_parser_cache_group_1): Rename cp_parser_cache_group. Do
1266 not take a cache argument.
1267
1268 2004-09-20 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1269
1270 PR c++/14179
1271 * decl.c (reshape_init): Extract array handling into...
1272 (reshape_init_array): New function. Use integers instead of trees
1273 for indices. Handle out-of-range designated initializers.
1274
1275 2004-09-20 Steven Bosscher <stevenb@suse.de>
1276
1277 * lex.c (cxx_init): Don't set the ridpointer for RID_NULL
1278 to null_node.
1279
1280 2004-09-19 Mark Mitchell <mark@codesourcery.com>
1281
1282 * decl2.c (determine_visibility): Allow class visibility
1283 directives to override targetm.cxx.export_class_data.
1284
1285 2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
1286
1287 * call.c, semantics.c: Follow spelling conventions.
1288 * class.c: Fix a comment typo.
1289
1290 2004-09-16 Geoffrey Keating <geoffk@apple.com>
1291
1292 PR pch/13361
1293 * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
1294 (handle_pragma_implementation): Likewise.
1295
1296 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>
1297 Zack Weinberg <zack@codesourcery.com>
1298
1299 * cp-tree.def: Use tree_code_class enumeration constants
1300 instead of code letters.
1301 * call.c, class.c, cp-gimplify.c, cp-lang.c, cxx-pretty-print.c
1302 * mangle.c, pt.c, semantics.c, tree.c, typeck.c:
1303 Update for new tree-class enumeration constants.
1304
1305 2004-09-16 Mark Mitchell <mark@codesourcery.com>
1306
1307 PR c++/16002
1308 * parser.c (cp_parser_simple_declaration): Commit to tentative
1309 parses after seeing a decl-specifier.
1310 (cp_parser_simple_declaration): Eliminate spurious message.
1311 (cp_parser_init_declarator): Adjust error message.
1312
1313 PR c++/16029
1314 * lex.c (unqualified_name_lookup_error): Mark the dummy
1315 declaration as used.
1316
1317 PR c++/17501
1318 * parser.c (cp_parser_nested_name_specifier): Do not resolve
1319 typename types if the user explicitly said "typename".
1320
1321 2004-09-16 Andrew MacLeod <amacleod@redhat.com>
1322
1323 * error.c (dump_decl): Make sure there is lang_specific info before
1324 checking for DTOR and CTOR decls.
1325
1326 2004-09-16 Nathan Sidwell <nathan@codesourcery.com>
1327
1328 * class.c (copy_virtuals): Remove.
1329 (build_primary_vtable): Use copy_list directly.
1330 (build_secondary_vtable): Likewise.
1331 (update_vtable_entry_for_fn): Clear BV_CALL_INDEX here.
1332 (create_vtable_ptr): Likewise.
1333
1334 2004-09-16 Kazu Hirata <kazu@cs.umass.edu>
1335
1336 * search.c: Follow spelling conventions.
1337
1338 2004-09-16 Nathan Sidwell <nathan@codesourcery.com>
1339
1340 * cp-tree.h (struct lang_type_class): Make pure_virtuals a
1341 VEC(tree).
1342 (CLASSTYPE_INLINE_FRIENDS, CLASSTYPE_PURE_VIRTUALS): Update
1343 comments.
1344 * call.c (build_new_method_call): Don't confirm a pure virtual is
1345 in CLASSTYPE_PURE_VIRTUALS. Reorder checks. Make it a warning.
1346 * class.c (check_methods): CLASSTYPE_INLINE_FRIENDS is a VEC(tree).
1347 (fixup_inline_methods, finish_struct): Likewise.
1348 * decl.c (finish_method): Likewise.
1349 * search.c (dfs_get_pure_virtuals, get_pure_virtuals):
1350 CLASSTYPE_PURE_VIRTUALS is a VEC(tree).
1351 * typeck2.c (abstract_virtuals_error): Likewise. Truncate the
1352 vector to avoid repeating the list in error messages.
1353
1354 2004-09-15 Mark Mitchell <mark@codesourcery.com>
1355
1356 * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Define.
1357 * cp-tree.h (cxx_comdat_group): Declare.
1358 * decl.c (cxx_comdat_group): New function.
1359
1360 2004-09-15 Nathan Sidwell <nathan@codesourcery.com>
1361
1362 * search.c (get_pure_virtuals): Remove unused variables.
1363
1364 * cp-tree.h (struct lang_decl_flags): Remove
1365 needs_final_overrider.
1366 (DECL_NEEDS_FINAL_OVERRIDER_P): Remove.
1367 * decl.c (duplicate_decls): Do not copy DECL_NEEDS_FINAL_OVERRIDER_P.
1368 * class.c (finish_struct_bits): Correct comment about
1369 CLASSTYPE_PURE_VIRTUALS.
1370 * search.c (get_pure_virtuals): Remove useless loop.
1371
1372 2004-09-14 Mark Mitchell <mark@codesourcery.com>
1373
1374 PR c++/17324
1375 * mangle.c (partially_mangled_name): New variable.
1376 (partially_mangled_name_len): Likewise.
1377 (save_partially_mangled_name): New function.
1378 (restore_partially_mangled_name): Likewise.
1379 (write_encoding): Save and restore partially mangled names around
1380 calls to get_mostly_instantiated_function_type.
1381 (write_unqualified_name): Likewise.
1382
1383 2004-09-14 Nathan Sidwell <nathan@codesourcery.com>
1384
1385 * pt.c (unify): Replace gcc_unreachable with gcc_assert.
1386
1387 2004-09-13 Mark Mitchell <mark@codesourcery.com>
1388
1389 PR c++/16162
1390 * parser.c (cp_parser_id_expression): Correct value for
1391 is_declarator.
1392 (cp_parser_nested_name_specifier_opt): Look through typenames as
1393 necessary.
1394 (cp_parser_template_name): Honor check_dependency_p.
1395
1396 PR c++/16716
1397 * parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
1398 Robustify.
1399
1400 PR c++/17327
1401 * pt.c (unify): Add ENUMERAL_TYPE case. Replace sorry with
1402 gcc_unreacable.
1403
1404 2004-09-12 Richard Henderson <rth@redhat.com>
1405
1406 PR c++/16254
1407 * semantics.c (maybe_cleanup_point_expr): Don't call fold.
1408 * typeck.c (condition_conversion): Likewise.
1409
1410 2004-09-11 Richard Henderson <rth@redhat.com>
1411
1412 PR c++/17404
1413 * pt.c (cur_stmt_expr): Move from tsubst_expr.
1414 (tsubst_expr) <case STMT_EXPR>: Move ...
1415 (tsubst_copy_and_build): ... here.
1416
1417 2004-09-10 Zack Weinberg <zack@codesourcery.com>
1418
1419 * cp-tree.h (interface_only, interface_unknown): Delete declarations;
1420 comment explaining them moved to c-common.h.
1421 * lex.c (interface_only, interface_unknown, extract_interface_info):
1422 Delete definitions.
1423 (cxx_finish): Don't reset interface_unknown.
1424 (handle_pragma_interface): Don't set interface_only and
1425 interface_unknown; just the like-named fields in finfo.
1426 (handle_pragma_implementation): Adjust comment.
1427 * decl2.c (cp_finish_file): Don't reset interface_only and
1428 interface_unknown.
1429 * method.c (synthesize_method): Don't reset interface_unknown or
1430 call extract_interface_info.
1431 * pt.c (pop_tinst_level): Don't call extract_interface_info.
1432 * decl.c (start_cleanup_fn): Don't save or restore interface_only
1433 and interface_unknown.
1434 (make_rtl_for_nonlocal_decl): Call get_fileinfo on input_filename
1435 and use the result instead of the interface_only/interface_unknown
1436 globals.
1437 (start_preparsed_function): Likewise.
1438 * lex.c (cxx_make_type): Likewise.
1439 * semantics.c (begin_class_definition): Likewise.
1440 (expand_body): Don't call extract_interface_info.
1441
1442 2004-09-10 Ziemowit Laski <zlaski@apple.com>
1443
1444 * decl.c (objc_mark_locals_volatile): Make description of
1445 routine more descriptive; only mark VAR_DECLs at each
1446 binding level.
1447
1448 2004-09-10 Richard Henderson <rth@redhat.com>
1449
1450 PR c++/17386
1451 * call.c (build_vfield_ref): Move...
1452 * class.c (build_vfield_ref): ... here. Convert datum to the
1453 primary base containing the vptr.
1454 (make_new_vtable): Simplify build_primary_vtable arguments.
1455 (finish_struct_1): Do not duplicate TYPE_VFIELD.
1456 * typeck.c (build_class_member_access_expr): Don't warn for
1457 null object access to base fields.
1458
1459 2004-09-10 Ziemowit Laski <zlaski@apple.com>
1460
1461 * decl.c (objc_get_current_scope, objc_mark_locals_volatile):
1462 New functions, to be called from ObjC++.
1463
1464 2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
1465
1466 * class.c, cp-tree.h, decl.c, decl2.c, mangle.c,
1467 name-lookup.h, parser.c, search.c, semantics.c, typeck2.c: Fix
1468 comment typos.
1469
1470 2004-09-09 Ziemowit Laski <zlaski@apple.com>
1471
1472 * typeck.c (build_c_cast): Preserve the cast if casting
1473 to and from an Objective-C type.
1474
1475 2004-09-09 Ziemowit Laski <zlaski@apple.com>
1476
1477 * Make-lang.in (cp/typeck.o): Depend on c-common.h.
1478 * typeck.c: Include c-common.h.
1479 (comptypes): For RECORD_TYPEs, call objc_comptypes() and
1480 return the result if nonnegative.
1481
1482 2004-09-09 Zack Weinberg <zack@codesourcery.com>
1483
1484 * decl2.c (import_export_class)
1485 * lex.c (handle_pragma_interface):
1486 Test MULTIPLE_SYMBOL_SPACES with if, not #ifdef.
1487
1488 2004-09-08 Ziemowit Laski <zlaski@apple.com>
1489
1490 * Make-lang.in (cp/semantics.o): Depend on c-common.h.
1491 * semantics.c: Include c-common.h.
1492 (finish_compound_stmt): Call objc_clear_super_receiver().
1493
1494 2004-09-08 Ziemowit Laski <zlaski@apple.com>
1495
1496 * cp-tree.h (do_poplevel): New prototype.
1497 * semantics.c (do_poplevel): Make externally visible.
1498
1499 2004-09-08 Nathan Sidwell <nathan@codesourcery.com>
1500
1501 * cp-tree.h (tree_pair_s): Define a GC'd vector.
1502 * name-lookup.h (cxx_saved_binding, cp_class_binding): Likewise.
1503 * semantics.c (deferred_access): Likewise.
1504
1505 2004-09-06 Daniel Jacobowitz <dan@debian.org>
1506
1507 * semantics.c (expand_body): Assert that we are not nested.
1508
1509 2004-09-06 Zack Weinberg <zack@codesourcery.com>
1510
1511 * decl.c (build_enumerator): Use add_double and int_fits_type_p
1512 instead of cp_build_binary_op, to avoid creating short-lived trees.
1513 * parser.c (cp_parse_type_specifier <RID_ENUM>): Use two-token
1514 lookahead instead of backtracking. Move some code to avoid a
1515 conditional branch.
1516 (cp_parser_enum_specifier): Avoid duplication of effort with caller.
1517 Use cp_lexer_next_token_is/cp_lexer_next_token_is_not as appropriate.
1518 (cp_parser_enumerator_list, cp_parser_enumerator_definition):
1519 Use cp_lexer_next_token_is/cp_lexer_next_token_is_not as appropriate.
1520
1521 2004-09-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1522
1523 * decl.c (grok_declarator): Remove a redundant semicolon.
1524
1525 * parser.c (cp_parser_decl_specifier_seq, cp_parser_type_specifier):
1526 Correct comments describing function parameters.
1527
1528 2004-09-03 Matt Austern <austern@apple.com>
1529 Compile speed improvement.
1530 * parser.c (cp_lexer_print_token): Only define if ENABLE_CHECKING set.
1531 Otherwise define a stub macro that expands to nothing.
1532 (cp_lexer_debugging_p): Only define if ENABLE_CHECKING set. Otherwise
1533 define a stub macro that expands to 0.
1534 (cp_lexer_start_debugging): Only define if ENABLE_CHECKING set.
1535 (cp_lexer_stop_debugging): Likewise.
1536 (cp_lexer_debug_stream): Only define if ENABLE_CHECKING set. Otherwise
1537 define a stub macro that expands to NULL.
1538 (cp_lexer_new_main): Only set debugging_p if ENABLE_CHECKING set.
1539 (cp_lexer_new_from_tokens): Likewise.
1540
1541 2004-09-03 Jan Hubicka <jh@suse.cz>
1542
1543 * decl.c (finish_function): Clean out pointers we no longer need.
1544
1545 2004-09-03 Jan Beulich <jbeulich@novell.com>
1546
1547 * g++spec.c (MATH_LIBRARY_PROFILE): Default to MATH_LIBRARY rather
1548 than "-lm".
1549
1550 2004-09-02 Paul Brook <paul@codesourcery.com>
1551
1552 * decl2.c (determine_visibility): Only check data visibility
1553 for VAR_DECLS.
1554
1555 2004-08-31 Mark Mitchell <mark@codesourcery.com>
1556
1557 * cp-tree.h (DECL_CONSTRUCTION_VTABLE_P): New macro.
1558 * class.c (build_ctor_vtbl_group): Set DECL_CONSTRUCTION_VTABLE_P.
1559 * decl2.c (determine_visibility): Honor
1560 TARGET_CXX_EXPORT_CLASS_DATA.
1561
1562 * class.c (key_method): Rename to ...
1563 (determine_key_method): ... this.
1564 (finish_struct_1): Adjust accordingly.
1565 * cp-tree.h (key_method): Declare.
1566 * decl2.c (maybe_emit_vtables): Determine the key method here if
1567 it has not already been done.
1568
1569 2004-08-31 Ziemowit Laski <zlaski@apple.com>
1570
1571 * Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.
1572 (cp/cp-lang.o): Depend on debug.h, gtype-cp.h and cp/cp-objcp-common.h.
1573 (cp/cp-decl.c): Do not depend on gtype-cp.h.
1574 (cp/cp-objcp-common.o): New target.
1575 * cp-lang.c: Include debug.h, cp-objcp-common.h and gtype-cp.h.
1576 (cxx_get_alias_set, cxx_warn_unused_global_decl, cp_expr_size,
1577 cp_tree_size, cp_var_mod_type_p, cxx_initialize_diagnostics): Move
1578 prototypes and definitions to cp-objcp-common.h and cp-objcp-common.c,
1579 respectively.
1580 (LANG_HOOKS_TREE_SIZE, LANG_HOOKS_FINISH,
1581 LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_INIT_OPTIONS,
1582 LANG_HOOKS_INITIALIZE_DIAGNOSTICS, LANG_HOOKS_HANDLE_OPTION,
1583 LANG_HOOKS_HANDLE_FILENAME, LANG_HOOKS_MISSING_ARGUMENT,
1584 LANG_HOOKS_POST_OPTIONS, LANG_HOOKS_GET_ALIAS_SET,
1585 LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_EXPAND_EXPR,
1586 LANG_HOOKS_EXPAND_DECL, LANG_HOOKS_PARSE_FILE,
1587 LANG_HOOKS_DUP_LANG_SPECIFIC_DECL, LANG_HOOKS_TRUTHVALUE_CONVERSION,
1588 LANG_HOOKS_SET_DECL_ASSEMBLER_NAME, LANG_HOOKS_MARK_ADDRESSABLE,
1589 LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
1590 LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
1591 LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_PRINT_ERROR_FUNCTION,
1592 LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL, LANG_HOOKS_WRITE_GLOBALS,
1593 LANG_HOOKS_FUNCTION_INIT, LANG_HOOKS_FUNCTION_FINAL,
1594 LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
1595 LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
1596 LANG_HOOKS_ATTRIBUTE_TABLE, LANG_HOOKS_TREE_INLINING_WALK_SUBTREES,
1597 LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
1598 LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
1599 LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P,
1600 LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
1601 LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P,
1602 LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN,
1603 LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN, LANG_HOOKS_EXPR_SIZE,
1604 LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR,
1605 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_MAKE_TYPE,
1606 LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE,
1607 LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
1608 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE, LANG_HOOKS_INCOMPLETE_TYPE_ERROR,
1609 LANG_HOOKS_TYPE_PROMOTES_TO, LANG_HOOKS_REGISTER_BUILTIN_TYPE,
1610 LANG_HOOKS_GIMPLIFY_EXPR, LANG_HOOKS_FOLD_OBJ_TYPE_REF): Move
1611 hooks to cp-objcp-common.h.
1612 (finish_file): New function.
1613 * cp-objcp-common.c: New file.
1614 * cp-objcp-common.h: New file.
1615 * cp-tree.h (cp_finish_file): New prototype.
1616 * decl.c: Do not include gtype-cp.h.
1617 * decl2.c (finish_file): Rename to cp_finish_file.
1618
1619 2004-08-31 Richard Henderson <rth@redhat.com>
1620
1621 PR c++/17221
1622 * pt.c (tsubst_expr): Move OFFSETOF_EXPR handling ...
1623 (tsubst_copy_and_build): ... here.
1624
1625 2004-08-30 Mark Mitchell <mark@codesourcery.com>
1626
1627 * cp-tree.h (initialize_artificial_var): Declare.
1628 * decl.c (initialize_artifical_var): New function.
1629 * class.c (initialize_array): Remove.
1630 (initialize_vtable): Use initialize_artificial_var.
1631 (build_vtt): Likewise.
1632 (build_ctor_vtbl_group): Likewise.
1633
1634 2004-08-30 Richard Henderson <rth@redhat.com>
1635
1636 * class.c (build_base_path): Use build_address directly.
1637 * typeck.c (build_unary_op): Don't lower &a.b to pointer
1638 arithmetic directly.
1639 * typeck2.c (store_init_value): Don't assume !TREE_CONSTANT
1640 means !initializer_constant_valid_p.
1641
1642 2004-08-30 Richard Henderson <rth@redhat.com>
1643
1644 * class.c (fixed_type_or_null): Use get_base_address before
1645 assuming an ADDR_EXPR is non-null.
1646
1647 2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
1648
1649 * name-lookup.c (pop_binding, pushdecl,
1650 set_identifier_type_value_with_scope, push_overloaded_decl,
1651 arg_assoc_type): Replace abort with gcc_assert or gcc_unreachable.
1652 * parser.c (cp_parser_diagnose_invalid_type_name,
1653 cp_parser_postfix_expression, cp_parser_unary_expression,
1654 cp_parser_check_declarator_template_para): Likewise.
1655 * pt.c (push_inline_template_parms_recursive,
1656 check_explicit_specialization, convert_nontype_argument,
1657 coerce_template_template_parms, uses_template_parms,
1658 instantiate_class_template, tsubst_decl, tsubst, tsubst_copy,
1659 tsubst_expr, instantiate_template,
1660 maybe_adjust_types_for_deduction, type_unification_real,
1661 resolve_overloaded_unification, template_decl_level,
1662 type_dependent_expression_p): Likewise.
1663 * search.c (lookup_base_r): Likewise.
1664 * semantics.c (finish_stmt_expr, simplify_aggr_init_expr): Likewise.
1665 * tree.c (lvalue_p_1, count_functions, cxx_printable_name,
1666 verify_stmt_tree_r, get_type_decl, stabilize_call): Likewise.
1667 * typeck.c (common_type, get_member_function_from_ptrfunc,
1668 build_binary_op, build_unary_op, expand_ptrmemfunc_cst): Likewise.
1669 * typeck2.c (cxx_incomplete_type_diagnostic,
1670 split_nonconstant_init_1, store_init_value,
1671 process_init_constructor): Likewise.
1672
1673 2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
1674
1675 * call.c (check_dtor_name): Replace abort with gcc_assert or
1676 gcc_unreachable.
1677 (build_call, add_builtin_candidate, build_new_op,
1678 convert_like_real, build_over_call, in_charge_arg_for_name,
1679 source_type, joust): Likewise.
1680 * class.c (build_simple_base_path, get_vcall_index,
1681 finish_struct_1, instantiate_type, get_enclosing_class,
1682 add_vcall_offset_vtbl_entries_1, cp_fold_obj_type_ref): Likewise.
1683 * cp-gimplify.c (cp_genericize): Likewise.
1684 * cp-lang.c (cp_expr_size, cp_tree_size): Likewise.
1685 * cvt.c (cp_convert_to_pointer, ocp_convert): Likewise.
1686 * decl.c (poplevel, make_unbound_class_template, reshape_init,
1687 check_special_function_return_type, grokdeclarator,
1688 grok_op_properties, tag_name, xref_tag, start_preparsed_function,
1689 finish_function): Likewise.
1690 * decl2.c (grokfield, maybe_emit_vtables):Likewise.
1691 * error.c (dump_global_iord, dump_decl, dump_template_decl,
1692 language_to_string): Likewise.
1693 * except.c (choose_personality_routine): Likewise.
1694 * friend.c (do_friend): Likewise.
1695 * g++spec.c (lang_specific_driver): Likewise.
1696 * init.c (build_zero_init, expand_default_init, build_new_1,
1697 build_vec_delete_1, build_vec_init, build_dtor_call): Likewise.
1698 * lex.c (retrofit_lang_decl, cp_type_qual_from_rid): Likewise.
1699 * mangle.c (add_substitution, write_unscoped_name,
1700 write_template_prefix, write_identifier,
1701 write_special_name_destructor, write_type, write_builtin_type,
1702 write_expression, write_template_param,
1703 write_java_integer_type_codes): Likewise.
1704 * method.c (implicitly_declare_fn): Likewise.
1705
1706 2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
1707
1708 * cp-tree.h (BINFO_PRIMARY_P): Use a binfo flag.
1709 (BINFO_INDIRECT_PRIMARY_P): Remove.
1710 * class.c (determine_primary_base): Rename to ...
1711 (determine_primary_bases): ... here. Set all primary bases.
1712 (set_primary_base): Remove.
1713 (mark_primary_bases): Remove.
1714 (build_simple_base_path, walk_subobject_offsets,
1715 propagate_binfo_offsets, end_of_class): Adjust.
1716 (layout_class_type): Rename determine_primary_base call.
1717 (dump_class_hierarchy_r, dump_vtable): Adjust. Don't pass a binfo
1718 to type_as_string.
1719 (dfs_build_secondary_vptr_vtt_inits, dfs_accumulate_vtbl_inits,
1720 build_rtti_vtbl_entries): Adjust.
1721 * init.c (build_vtbl_address): Adjust.
1722
1723 * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Use gcc_assert.
1724
1725 2004-08-28 Ziemowit Laski <zlaski@apple.com>
1726
1727 * Make-lang.in (CXX_OBJS): Split up into CXX_OBJS and
1728 CXX_AND_OBJCXX_OBJS.
1729 (CXX_C_OBJS): Include in CXX_AND_OBJCXX_OBJS instead of listing
1730 separately on the link line.
1731
1732 2004-08-28 Jason Merrill <jason@redhat.com>
1733
1734 * decl.c (expand_static_init): Avoid bogus warnings.
1735
1736 2004-08-27 Jason Merrill <jason@redhat.com>
1737
1738 PR c++/16851
1739 * tree.c (stabilize_init): See through a COMPOUND_EXPR.
1740
1741 PR c++/13684
1742 * decl.c (expand_static_init): Use thread-safety API.
1743 (register_dtor_fn): Return the call, don't expand it.
1744 * tree.c (add_stmt_to_compound): New fn.
1745 (stabilize_call): Use it.
1746
1747 2004-08-27 Richard Henderson <rth@redhat.com>
1748
1749 * cp-tree.def (OFFSETOF_EXPR): New.
1750 * parser.c (cp_parser_builtin_offsetof): Either built an
1751 OFFSETOF_EXPR, or call fold_offsetof immediately.
1752 * pt.c (tsubst_expr): Handle OFFSETOF_EXPR.
1753
1754 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
1755
1756 * call.c (validate_conversion_obstack): Replace
1757 my_friendly_assert with gcc_assert or gcc_unreachable.
1758 (direct_reference_binding, merge_conversion_sequences,
1759 build_user_type_conversion_1, perform_overload_resolution,
1760 build_op_delete_call, enforce_access, call_builtin_trap,
1761 build_over_call, build_special_member_call, build_new_method_call,
1762 initialize_reference): Likewise.
1763 * class.c (build_base_path, build_primary_vtable, alter_access,
1764 check_bases, update_vtable_entry_for_fn, layout_empty_base,
1765 clone_function_decl, adjust_clone_args,
1766 type_requires_array_cookie, include_empty_classes,
1767 finish_struct_1, resolve_address_of_overloaded_function,
1768 instantiate_type, get_vtbl_decl_for_binfo, build_vtt_inits,
1769 dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
1770 accumulate_vtbl_inits, build_vtbl_initializer,
1771 build_vbase_offset_vtbl_entries, build_rtti_vtbl_entries): Likewise.
1772 * cvt.c (build_up_reference, convert_to_reference): Likewise.
1773 * decl.c (poplevel, duplicate_decls, make_typename_type,
1774 cxx_init_decl_processing, reshape_init, check_initializer,
1775 make_rtl_for_nonlocal_decl, initialize_local_var, cp_finish_decl,
1776 expand_static_init, grokfndecl, grokvardecl, build_ptrmem_type,
1777 grokdeclarator, copy_fn_p, grok_op_properties, xref_tag,
1778 xref_basetypes, start_preparsed_function, save_function_data,
1779 finish_function, finish_method, maybe_register_incomplete_var,
1780 complete_vars): Likewise.
1781 * decl2.c (grok_array_decl, check_member_template,
1782 check_classfn, finish_static_data_member_decl, coerce_new_type,
1783 coerce_delete_type, import_export_class, decl_needed_p,
1784 determine_visibility, import_export_decl, build_cleanup,
1785 start_static_initialization_or_destructi, do_static_destruction,
1786 prune_vars_needing_no_initialization,
1787 build_offset_ref_call_from_tree): Likewise.
1788 * error.c (dump_decl, dump_expr): Likewise.
1789 * init.c (finish_init_stmts, build_zero_init,
1790 expand_virtual_init, expand_default_init, expand_aggr_init_1,
1791 build_offset_ref, build_new_1, build_delete, build_vbase_delete):
1792 Likewise.
1793 * mangle.c (write_method_parms, write_template_args,
1794 write_expression, write_template_arg): Likewise.
1795 * method.c (make_thunk, finish_thunk, use_thunk): Likewise.
1796 * name-lookup.c (pop_binding, begin_scope, leave_scope,
1797 resume_scope, push_using_decl, validate_nonmember_using_decl,
1798 is_ancestor, poplevel_class, set_inherited_value_binding_p,
1799 push_class_level_binding, do_class_using_decl, push_namespace,
1800 pop_namespace, add_using_namespace, ambiguous_decl,
1801 lookup_namespace_name, lookup_type_current_level,
1802 maybe_process_template_type_declaration): Likewise.
1803 * parser.c (cp_lexer_peek_nth_token,
1804 cp_parser_parse_and_diagnose_invalid_typ,
1805 cp_parser_translation_unit, cp_parser_template_id,
1806 cp_parser_lookup_name, cp_parser_late_parsing_for_member): Likewise.
1807 * pt.c (push_access_scope, finish_member_template_decl,
1808 push_inline_template_parms_recursive, add_outermost_template_args,
1809 get_innermost_template_args, begin_explicit_instantiation,
1810 end_explicit_instantiation, retrieve_specialization,
1811 is_specialization_of, is_specialization_of_friend,
1812 register_specialization, check_explicit_specialization,
1813 comp_template_parms, process_template_parm,
1814 process_partial_specialization, convert_nontype_argument,
1815 coerce_template_template_parms, coerce_template_parms,
1816 mangle_class_name_for_template, lookup_template_function,
1817 lookup_template_class, instantiate_class_template, tsubst_decl,
1818 tsubst_function_type, tsubst, tsubst_qualified_id, tsubst_copy,
1819 instantiate_template, fn_type_unification, type_unification_real,
1820 get_template_base, regenerate_decl_from_template,
1821 template_for_substitution, instantiate_decl,
1822 get_mostly_instantiated_function_type, dependent_scope_ref_p,
1823 value_dependent_expression_p, resolve_typename_type): Likewise.
1824 * repo.c (repo_emit_p): Likewise.
1825 * rtti.c (build_headof, get_tinfo_decl, get_pseudo_ti_init,
1826 create_tinfo_types, emit_tinfo_decl): Likewise.
1827 * search.c (lookup_base_r, lookup_base, lookup_field_1,
1828 dfs_access_in_type, build_baselink, lookup_member,
1829 adjust_result_of_qualified_name_lookup, copied_binfo): Likewise.
1830 * semantics.c (perform_or_defer_access_check,
1831 finish_non_static_data_member, finish_stmt_expr_expr,
1832 finish_stmt_expr, finish_call_expr, finish_pseudo_destructor_expr,
1833 finish_template_template_parm, finish_member_declaration,
1834 emit_associated_thunks): Likewise.
1835 * tree.c (build_target_expr_with_type, force_target_expr,
1836 copy_binfo, get_first_fn, cp_tree_equal): Likewise.
1837 * typeck.c (type_after_usual_arithmetic_conversions, comptypes,
1838 cxx_sizeof_or_alignof_type, perform_integral_promotions,
1839 build_class_member_access_expr, finish_class_member_access_expr,
1840 build_ptrmemfunc_access_expr, build_unary_op,
1841 unary_complex_lvalue, cxx_mark_addressable, build_modify_expr,
1842 build_ptrmemfunc, expand_ptrmemfunc_cst, check_return_expr
1843 * typeck2.c (complete_type_check_abstract,
1844 abstract_virtuals_error, process_init_constructor,
1845 add_exception_specifier): Likewise.
1846
1847 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
1848
1849 * class.c (build_vtbl_initializer): Use ssize_int.
1850 * decl.c (complete_array_type): Likewise.
1851 * method.c (finish_thunk): Likewise.
1852 * search.c (get_dynamic_base_type): Likewise.
1853
1854 2004-08-26 Richard Henderson <rth@redhat.com>
1855
1856 * cp-tree.h (DECL_FIELD_IS_BASE): New.
1857 * class.c (build_base_field): Set it.
1858 (build_simple_base_path): Use it.
1859 (fixed_type_or_null): Don't consider base fields definitive.
1860
1861 2004-08-25 Roger Sayle <roger@eyesopen.com>
1862
1863 PR middle-end/16693
1864 PR tree-optimization/16372
1865 * decl.c (finish_enum): Make the precision of the enumerated type
1866 the same width as the underlying integer type.
1867
1868 2004-08-25 Mark Mitchell <mark@codesourcery.com>
1869
1870 PR c++/17155
1871 * lex.c (build_lang_decl): Set DECL_NO_STATIC_CHAIN for all C++
1872 functions.
1873
1874 * mangle.c (get_identifier_nocopy): Add cast.
1875
1876 * cp-tree.h (mangle_type): Remove.
1877 * mangle.c (globals): GTY it.
1878 (mangle_obstack): New variable.
1879 (name_obstack): Likewise.
1880 (name_base): Likewise.
1881 (write_char): Adjust accordingly.
1882 (write_chars): Likewise.
1883 (write_string): Likewise.
1884 (start_mangling): Initialize G.substitutions only one. Add
1885 ident_p parameter.
1886 (finish_mangling): Use VARRAY_CLEAR to reclaim
1887 storage in G.substitutions. Use obstack_finish.
1888 (init_mangle): Adjust for changes to variable names above.
1889 Initialize G.substitutions.
1890 (mangle_decl_string): Adjust call to start_mangling.
1891 (get_identifier_nocopy): New function.
1892 (mangle_decl): Use it.
1893 (mangle_type_string): Adjust call to start_mangling.
1894 (mangle_special_for_type): Likewise.
1895 (mangle_vtt_for_type): Likewise.
1896 (mangle_ctor_vtbl_for_type): Likewise.
1897 (mangle_thunk): Likewise.
1898 (mangle_guard_variable): Likewise.
1899 (mangle_ref_init_variable): Likewise.
1900
1901 2004-08-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1902
1903 PR c++/14428
1904 * pt.c (redeclare_class_template): Check the type of non-type and
1905 template template parameter.
1906
1907 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
1908
1909 * call.c (convert_class_to_reference): Adjust build_int_cst calls.
1910 (build_user_type_conversion_1, convert_like_real,
1911 build_java_interface_fn_ref, build_special_member_call): Likewise.
1912 * class.c (finish_struct_1, build_vtbl_initializer): Likewise.
1913 * cp-gimplify.c (cp_gimplify_expr): Likewise.
1914 * cvt.c (cp_convert_to_pointer): Likewise.
1915 * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
1916 * decl2.c (start_static_initialization_or_destruction,
1917 generate_ctor_or_dtor_function): Likewise.
1918 * except.c (build_throw): Likewise.
1919 * mangle.c (write_integer_cst): Likewise.
1920 * method.c (finish_thunk): Likewise.
1921 * rtti.c (build_headof, get_tinfo_decl_dynamic,
1922 build_dynamic_cast_1, ptr_initializer, ptm_initializer,
1923 get_pseudo_ti_init): Likewise.
1924 * search.c (get_dynamic_cast_base_type): Likewise.
1925
1926 2004-08-25 Zack Weinberg <zack@codesourcery.com>
1927
1928 * class.c, search.c: Remove references to DWARF_DEBUG.
1929
1930 2004-08-25 Adam Nemet <anemet@lnxw.com>
1931
1932 * repo.c (extract_string): Reset backquote after one character.
1933 (get_base_filename): Fix indentation.
1934
1935 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
1936
1937 * decl.c (cxx_init_decl_processing): Adjust
1938 build_common_tree_nodes call.
1939
1940 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
1941
1942 PR c++/16889
1943 * (is_subobject_of_p): Resurrect & optimize.
1944 (lookup_field_r): Use it.
1945
1946 2004-08-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1947
1948 PR c++/16706
1949 * search.c (friend_accessible_p): Increment processing_template_decl
1950 when deal with TEMPLATE_DECL of SCOPE.
1951
1952 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
1953
1954 PR c++/17149
1955 * semantics.c (check_accessibility_of_qualified_id): Defer check
1956 if qualifying_type is a template parameter.
1957
1958 2004-08-23 Mark Mitchell <mark@codesourcery.com>
1959
1960 PR c++/17163
1961 * pt.c (instantiate_decl): Do not try to apply
1962 DECL_DECLARED_INLINED_P to a VAR_DECL.
1963
1964 * search.c (build_baselink): Fix typo in comment.
1965
1966 2004-08-22 Andrew Pinski <apinski@apple.com>
1967
1968 Revert:
1969 2004-08-22 Andrew Pinski <apinski@apple.com>
1970 PR c++/14029
1971 * typeck.c (build_unary_op): Use &a.b if the folded lowered
1972 expression is not constant.
1973
1974 2004-08-23 Nathan Sidwell <nathan@codesourcery.com>
1975
1976 * name-lookup.c (pushdecl): Rename build_type_copy call.
1977 * tree.c (cp_build_qualified_type_real,
1978 build_exception_variant, handle_java_interface_attribute): Likewise.
1979
1980 2004-08-22 Andrew Pinski <apinski@apple.com>
1981
1982 PR c++/14029
1983 * typeck.c (build_unary_op): Use &a.b if the folded lowered
1984 expression is not constant.
1985
1986 2004-08-20 Mark Mitchell <mark@codesourcery.com>
1987
1988 PR c++/17121
1989 * decl.c (expand_static_init): Use DECL_FUNCTION_SCOPE_P.
1990
1991 2004-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
1992
1993 PR c++/17120
1994 * pt.c (tsubst_copy_and_build): Avoid clearing TREE_NO_WARNING for
1995 MODOP_EXPR.
1996
1997 2004-08-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1998
1999 * pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION
2000 before calling comp_template_args.
2001
2002 2004-08-20 Nathan Sidwell <nathan@codesourcery.com>
2003
2004 * class.c (build_vtbl_initializer): Use build_int_cst for
2005 negative size types.
2006 * decl.c (complete_array_type): Likewise.
2007 * method.c (finish_thunk): Likewise.
2008
2009 2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
2010
2011 * tree.c: Remove unused mark_local_for_remap_r.
2012
2013 2004-08-19 Eric Christopher <echristo@redhat.com>
2014
2015 * cp-tree.h (cxx_unsave_expr_now): Delete prototype.
2016 * tree.c (cxx_unsave_expr_now): Delete.
2017 (cp_unsave_r): Ditto.
2018
2019 2004-08-19 Mark Mitchell <mark@codesourcery.com>
2020
2021 PR c++/15890
2022 * pt.c (push_template_decl_real): Disallow template allocation
2023 functions with fewer than two parameters.
2024
2025 2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
2026
2027 * cp-tree.h (build_shared_int_cst): Remove.
2028 * tree.c (shared_int_cache): Remove.
2029 (build_shared_int_cst): Remove.
2030 * class.c (finish_struct_1): Use build_int_cst.
2031
2032 2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
2033
2034 * decl.c (finish_enum): Do not copy value node early, copy
2035 later.
2036 * lex.c (cxx_init): Force null_node to be unique.
2037
2038 2004-08-19 Joseph S. Myers <jsm@polyomino.org.uk>
2039
2040 PR c++/17041
2041 * pt.c (tsubst_copy, tsubst_copy_and_build): Copy TREE_NO_WARNING
2042 from input for MODOP_EXPR.
2043
2044 2004-08-18 Mark Mitchell <mark@codesourcery.com>
2045
2046 * pt.c (dependent_template_p): Fix typo in commment.
2047
2048 PR c++/17068
2049 * pt.c (dependent_template_p): Treat IDENTIFIER_NODEs as
2050 dependent.
2051
2052 2004-08-17 Mark Mitchell <mark@codesourcery.com>
2053
2054 PR c++/16246
2055 * pt.c (unify): Tidy ARRAY_TYPE handling. Make sure that non-type
2056 arguments have the same type as the corresponding parameter.
2057
2058 PR c++/16215
2059 * parser.c (cp_parser_name_lookup_error): If parser->object_scope
2060 is set use it for diagnostic purposes.
2061 (cp_parser_pseudo_destructor_name): Remove special-case error
2062 message.
2063
2064 PR c++/15871
2065 * semantics.c (expand_or_defer_fn): Honor -fkeep-inline-functions.
2066
2067 PR c++/16965
2068 * cp-tree.h (qualified_name_lookup_error): Add parameter.
2069 * name-lookup.c (do_class_using_decl): Restrict set of entities
2070 passed to cp_emit_debug_info_for_using more carefully.
2071 (lookup_qualified_name): Allow lookup_member to return sets of
2072 ambiguous entries.
2073 * parser.c (cp_parser_lookup_name): Add ambiguous_p parameter.
2074 (cp_parser_primary_expression): Handle ambiguous lookups.
2075 (cp_parser_template_name): Adjust use of cp_parser_lookup_name.
2076 (cp_parser_template_argument): Likewise.
2077 (cp_parser_elaborate_type_specifier): Likewise.
2078 (cp_parser_namespace_name): Likewise.
2079 (cp_parser_class_name): Likewise.
2080 (cp_parser_lookup_name_simple): Likewise.
2081 * pt.c (tsubst_qualified_id): Handle ambiguous results.
2082 (tsubst_expr): Likewise.
2083 * semantics.c (qualified_name_lookup_error): Add decl paramter.
2084 For ambiguous lookups, print candidates.
2085
2086 2004-08-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2087
2088 PR c++/6749
2089 * pt.c (instantiate_pending_templates): Add int parameter. Don't
2090 return anything.
2091 * cp-tree.h (instantiate_pending_templates): Adjust prototype.
2092 * decl2.c (finish_file): Adjust call to
2093 instantiate_pending_templates.
2094
2095 2004-08-15 Roger Sayle <roger@eyesopen.com>
2096
2097 * call.c (build_vfield_ref, build_call, build_conditional_expr,
2098 convert_arg_to_ellipsis, build_x_va_arg, build_over_call,
2099 build_java_interface_fn_ref, build_special_member_call,
2100 build_new_method_call, initialize_reference): Replace calls to
2101 build with calls to buildN.
2102 * class.c (build_base_path, convert_to_base_statically,
2103 build_vfn_ref, instantiate_type, dfs_accumulate_vtbl_inits,
2104 build_vtbl_initializer): Likewise.
2105 * cp-gimplify.c (genericize_try_block, genericize_catch_block,
2106 gimplify_if_stmt, cp_genericize_r): Likewise.
2107 * cvt.c (convert_to_void): Likewise.
2108 * decl.c (check_initializer, finish_constructor_body,
2109 finish_destructor_body): Likewise.
2110 * error.c (dump_expr): Likewise.
2111 * except.c (build_exc_ptr, expand_start_catch_block, build_throw):
2112 Likewise.
2113 * init.c (perform_member_init, expand_virtual_init,
2114 expand_cleanup_for_base, build_init, expand_default_init,
2115 build_offset_ref, decl_constant_value, build_new, build_new_1,
2116 build_vec_delete_1, build_vec_init, build_delete,
2117 push_base_cleanups, build_vec_delete): Likewise.
2118 * mangle.c (write_integer_cst): Likewise.
2119 * method.c (thunk_adjust, do_build_copy_constructor,
2120 do_build_assign_ref): Likewise.
2121 * pt.c (lookup_template_function, tsubst, tsubst_copy_and_build,
2122 unify, build_non_dependent_expr): Likewise.
2123 * rtti.c (build_headof, build_typeid, ifnonnull,
2124 build_dyanmic_cast_1, tinfo_base_init): Likewise.
2125 * semantics.c (begin_compound_stmt, finish_call_expr,
2126 finish_pseudo_destructor_expr, finish_id_expression,
2127 simplify_aggr_init_expr, finalize_nrv_r): Likewise.
2128 * tree.c (build_target_expr, build_cplus_new, array_type_nelts_top,
2129 array_type_nelts_total, stabilize_call): Likewise.
2130 * typeck.c (decay_conversion, build_class_member_access_expr,
2131 lookup_destructor, build_ptrmemfunc_access_expr, build_array_ref,
2132 get_member_function_from_ptrfunc, build_binary_op, pointer_diff,
2133 build_x_unary_op, build_unary_op, unary_complex_lvalue,
2134 build_compound_expr, build_modify_expr, expand_ptrmemfunc_cst,
2135 check_return_expr): Likewise.
2136 * typeck2.c (split_nonconstant_1, split_nonconstant_init_1,
2137 split_nonconstant_init, store_init_value, build_m_component_ref):
2138 Likewise.
2139
2140 2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
2141
2142 * call.c (convert_class_to_reference,
2143 build_user_type_conversion_1, convert_like_real,
2144 build_java_interface_fn_ref, build_special_member_call): Use
2145 build_int_cst.
2146 * class.c (build_vtbl_initializer): Likewise.
2147 * cp-gimplify.c (cp_gimplify_expr): Likewise.
2148 * cvt.c (cp_convert_to_pointer): Likewise.
2149 * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
2150 * decl2.c (start_static_initialization_or_destruction,
2151 generate_ctor_or_dtor_function): Likewise.
2152 * except.c (build_throw): Likewise.
2153 * lex.c (cxx_init): Likewise.
2154 * mangle.c (write_integer_cst): Likewise.
2155 * rtti.c (build_headof, get_tinfo_decl_dynamic,
2156 build_dynamic_cast_1, ptr_initializer, ptm_initializer,
2157 get_pseudo_ti_init): Likewise.
2158 * search.c (get_dynamic_cast_base_type): Likewise.
2159 * tree.c (build_shared_int_cst): Likewise.
2160
2161 2004-08-12 Mark Mitchell <mark@codesourcery.com>
2162
2163 PR c++/16273
2164 * class.c (count_depth_data): New type.
2165 (dfs_depth_post): New function.
2166 (dfs_depth_q): Likewise.
2167 (find_final_overrider_data_s): Change type of vpath.
2168 Add vpath_list.
2169 (dfs_find_final_overrider_1): New function.
2170 (dfs_find_final_overrider): Use it.
2171 (dfs_find_final_overrider_q): Adjust use of vpath.
2172 (dfs_find_final_overrider_post): Likewise.
2173 (find_final_overrider): Use dfs_depth. Allocate and deallocate
2174 vpath_list.
2175
2176 2004-08-12 Jan Beulich <jbeulich@novell.com>
2177
2178 * parser.c (cp_parser_asm_definition): Properly consume scope operator
2179 tokens preceding the clobbers. Don't check for scope operator
2180 following inputs. Simplify inputs handling to match that now used for
2181 clobbers.
2182
2183 2004-08-11 Mark Mitchell <mark@codesourcery.com>
2184
2185 PR c++/16698
2186 * except.c (build_throw): Allocate cleanup_type and the function
2187 for __cxa_throw separately.
2188
2189 PR c++/16853
2190 * call.c (standard_conversion): Do not accept conversions between
2191 pointers to members if the class types are unrelated.
2192
2193 PR c++/16618
2194 * parser.c (cp_parser_builtin_offsetof): Cast to "const volatile
2195 char &" instead of just "char &".
2196
2197 PR c++/16870
2198 * pt.c (tsubst): Just return the unknown_type_node.
2199
2200 2004-08-11 Mark Mitchell <mark@codesourcery.com>
2201
2202 PR c++/16964
2203 * parser.c (cp_parser_class_specifier): Robustify.
2204
2205 PR c++/16904
2206 * pt.c (tsubst_copy_and_build): Complain about invalid
2207 qualification.
2208
2209 PR c++/16929
2210 * pt.c (tsubst_default_argument): Clear out current_class_ptr and
2211 current_class_ref while tsubsting.
2212
2213 2004-08-10 Mark Mitchell <mark@codesourcery.com>
2214
2215 PR c++/16971
2216 * parser.c (cp_parser_init_declarator): Robustify.
2217
2218 2004-08-06 Richard Sandiford <rsandifo@redhat.com>
2219
2220 * typeck2.c (process_init_constructor): Guard the missing field warning
2221 with warn_missing_field_initializers rather than extra_warnings.
2222
2223 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
2224
2225 * class.c (instantiate_type) <ENTRY_VALUE_EXPR>: Do not handle.
2226
2227 2004-08-05 Mark Mitchell <mark@codesourcery.com>
2228
2229 * decl.c (start_preparsed_function): Move determine_visibility
2230 call.
2231 * decl2.c (determine_visibility): Incorporate dllexport testing.
2232
2233 2004-08-05 Geoffrey Keating <geoffk@apple.com>
2234
2235 * g++spec.c (lang_specific_driver): An -Xlinker or -Wl, option
2236 means that libstdc++ is needed.
2237
2238 2004-08-05 Nathan Sidwell <nathan@codesourcery.com>
2239
2240 * cvt.c (cp_convert_to_pointer): Adjust force_fit_type call.
2241
2242 2004-08-04 Geoffrey Keating <geoffk@apple.com>
2243
2244 * decl.c (make_rtl_for_nonlocal_decl): Set DECL_ASSEMBLER_NAME rather
2245 than passing it as a parameter to rest_of_decl_compilation.
2246 * decl2.c (grokfield): Use set_user_assembler_name.
2247
2248 2004-08-04 Nathan Sidwell <nathan@codesourcery.com>
2249
2250 * decl.c (complete_array_type): Don't gratuitously copy
2251 maxindex. Its type is always set.
2252
2253 2004-08-04 Paul Brook <paul@codesourcery.com>
2254
2255 * Make-lang.in (cp/semantics.o, cp/optimize.o): Depend on TARGET_H.
2256 * cp-tree.h (struct language_function): Rename x_dtor_label to
2257 x_cdtor_label.
2258 (dtor_label): Rename ...
2259 (cdtor_label): ... to this.
2260 * decl.c (begin_constructor_body): Remove.
2261 (check_special_function_return_type): Maybe change the return type.
2262 (grokdeclarator): Pass the class type.
2263 (start_preparsed_function): Constructors may need a return label.
2264 (finish_constructor_body, finish_destructor_body): Set the return
2265 value.
2266 (begin_function_body): Don't call begin_constructor_body.
2267 (finish_function): Don't warn for constructors or destructors.
2268 (implicitly_declare_fn): Maybe change the return type.
2269 * optimize.c: Include target.h.
2270 (maybe_clone_body): Remap the function result.
2271 * semantics.c: Include target.h.
2272 (finish_return_stmt): Maybe jump to return label for constructors.
2273
2274 2004-08-03 Mark Mitchell <mark@codesourcery.com>
2275
2276 * class.c (build_vtable): Do not set DECL_VISIBILITY here.
2277 (check_field_decls): Or here.
2278 (check_methods): Or here.
2279 (initialize_array): Don't mess with DECL_CONTEXT.
2280 * cp-tree.h (start_decl): Adjust prototype.
2281 (determine_visibility): New function.
2282 * decl.c (duplicate_decls): Remove checks for hidden "operator
2283 new".
2284 (build_library_fn_1): Give all library functions default
2285 visibility.
2286 (start_decl): Add pop_scope_p parameter. Tidy.
2287 (cp_finish_decl): Do not pop scopes here. Call
2288 determine_visibility for variable definitions.
2289 (start_preparsed_function): Call determine_visibility.
2290 * decl2.c (determine_visibility): New function.
2291 * method.c (use_thunk): Fix formatting.
2292 * parser.c (cp_parser_condition): Adjust calls to start_decl.
2293 (cp_parser_init_declarator): Likewise.
2294 * pt.c (instantiate_decl): Always call pop_nested_class.
2295 * rtti.c (get_tinfo_decl): Do not set DECL_VISIBILITY.
2296 (tinfo_base_init): Likewise.
2297
2298 2004-08-02 Mark Mitchell <mark@codesourcery.com>
2299
2300 PR c++/16707
2301 * name-lookup.c (validate_nonmember_using_decl): Robustify.
2302
2303 2004-08-01 Mark Mitchell <mark@codesourcery.com>
2304
2305 PR c++/16224
2306 * name-lookup.c (decl_namespace): Remove.
2307 (current_decl_namespace): Use decl_namespace_context instead of
2308 decl_namespace.
2309 (push_decl_namespace): Likewise.
2310 (arg_assoc_class): Likewise.
2311 (arg_assoc_type): Likewise.
2312 * pt.c (check_specialization_namespace): New function.
2313 (maybe_process_partial_specialization): Use it.
2314 (register_specialization): Likewise.
2315
2316 PR c++/16489
2317 * cp-tree.h (DECL_INTEGRAL_CONSTANT_VAR_P): New macro.
2318 * call.c (null_ptr_cst_p): Handle variables with constant
2319 initializers.
2320 * pt.c (convert_nontype_argument): Use
2321 DECL_INTEGRAL_CONSTANT_VAR_P.
2322 * semantics.c (finish_id_expression): Likewise.
2323
2324 PR c++/16529
2325 * decl.c (duplicate_decls): Reject duplicate namespace
2326 declarations.
2327
2328 PR c++/16810
2329 * typeck.c (build_ptrmemfunc): Loosen assertion.
2330
2331 2004-08-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
2332
2333 * call.c (z_candidate::template_decl): Rename from template.
2334 (add_template_candidate_real): Adjust member reference.
2335 (joust): Likewise.
2336
2337 2004-07-29 Mark Mitchell <mark@codesourcery.com>
2338
2339 * cp-tree.h (IDENTIFIER_REPO_CHOSEN): Define.
2340 (lang_decl_flags): Narrow the width of "languages". Add
2341 repo_available_p.
2342 (DECL_NEEDED_P): Remove.
2343 (FOR_EACH_CLONE): New macro.
2344 (DECL_REPO_AVAILABLE_P): Likewise.
2345 (DECL_TINFO_P): Likewise.
2346 (set_linkage_according_to_type): Declare.
2347 (import_export_vtable): Remove.
2348 (import_export_tinfo): Likewise.
2349 (mark_needed): New function.
2350 (decl_needed_p): Likewise.
2351 (note_vauge_linkage_fn): Likewise.
2352 (init_repo): Change prototype.
2353 (repo_template_used): Remove.
2354 (repo_template_instantiated): Likewise.
2355 (repo_emit_p): New function.
2356 (repo_export_class_p): Likewise.
2357 (no_linkage_check): Change prototype.
2358 * class.c (set_linkage_according_to_type): New function.
2359 (build_vtable): Use it. Do not call import_export_vtable. Set
2360 DECL_IGNORED_P if appropriate.
2361 * decl.c (duplicate_decls): Preserve DECL_REPO_AVAILABLE_P.
2362 (make_rtL_for_nonlocal_decls): Check for template instantiations
2363 explicitly.
2364 (grokfndecl): Adjust call to no_linkage_check.
2365 (set_linkage_for_static_data_member): New function.
2366 (grokvardecl): Use it. Adjust call to no_linkage_check.
2367 (grokdeclarator): Use set_linkage_for_static_data_member.
2368 * decl2.c (note_vague_linkage_fn): New function.
2369 (note_vague_linkage_var): Likewise.
2370 (finish_static_data_member_decl): Use it.
2371 (import_export_vtable): Remove.
2372 (import_export_class): Use repo_export_class_p.
2373 (var_finalized_p): Simplify.
2374 (maybe_emit_vtables): Simplify.
2375 (mark_needed): New function.
2376 (decl_needed_p): Likewise.
2377 (import_export_decl): Add documentation and consistency checks.
2378 Use repo_emit_p. Handle virtual tables and RTTI information
2379 here.
2380 (import_export_tinfo): Remove.
2381 (write_out_vars): Call import_export_decl.
2382 (cxx_callgraph_analyze_expr): Ensure that all vtables are emitted
2383 whenever one is.
2384 (finish_file): Use decl_needed_p. Do not call import_export_decl
2385 for undefined static data members. Do not warn about undefined
2386 inlines when using a repository.
2387 (mark_used): Use note_vague_linkage_fn. Always defer template
2388 instantiations.
2389 * lex.c (cxx_init): Adjust call to init_repo. Always set
2390 flag_unit_at_a-time.
2391 * method.c (synthesize_method): Remove unncessary
2392 import_export_decl call.
2393 (implicitly_declare_fn): Use set_linkage_according_to_type.
2394 * optimize.c (maybe_clone_body): Use FOR_EACH_CLONE.
2395 * pt.c (instantiate_class_template): Don't redundantly add classes
2396 to keyed_classes. Don't call repo_template_used.
2397 (tsubst_decl): Set DECL_INTERFACE_KNOWN for instantiations of
2398 templates with internal linkage.
2399 (check_instantiated_args): Adjust call to no_linkage_check.
2400 (instantiate_template): Use FOR_EACH_CLONE.
2401 (mark_definable): New function.
2402 (mark_decl_instantiated): Use it.
2403 (do_decl_instantiation): Adjust tests for explicit instantiation
2404 after "extern template".
2405 (instantiate_class_member): Do not use repo_template_instantiated.
2406 (do_type_instantiation): Simplify.
2407 (instantiate_decl): Use mark_definable. Check repo_emit_p.
2408 Simplify.
2409 * repo.c (repo_get_id): Remove.
2410 (original_repo): Remove.
2411 (IDENTIFIER_REPO_USED): Remove.
2412 (IDENTIFIER_REPO_CHOSEN): Remove.
2413 Remove all #if 0'd code.
2414 (repo_template_used): Remove.
2415 (repo_template_instantiated): Remove.
2416 (temporary_obstack_initialized_p): New variable.
2417 (init_repo): Register with lang_post_pch_load. Avoid creating
2418 identifiers unnecessarily. Don't use original_repo. Close the
2419 file here.
2420 (reopen_repo_file_for_write): Not here.
2421 (finish_repo): Always write out a new repository file.
2422 (repo_emit_p): New function.
2423 (repo_export_class_p): Likewise.
2424 * rtti.c (get_tinfo_decl): Use set_linkage_according_to_type.
2425 (involves_incomplete_p): New function.
2426 (tinfo_base_init): Use it.
2427 (ptr_initializer): Remove non_public_ptr parameter.
2428 (ptm_initializer): Likewise.
2429 (get_pseudo_ti_init): Likewise.
2430 (unemitted_tinfo_decl_p): Remove.
2431 (emit_tinfo_decl): Use import_export_decl.
2432 * semantics.c (expand_body): Move updates of static_ctors and
2433 static_dtors to ...
2434 (expand_or_defer_fn): ... here.
2435 * tree.c (no_linkage_check): Add relaxed_p parameter.
2436
2437 2004-07-28 Eric Christopher <echristo@redhat.com>
2438
2439 * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
2440
2441 2004-07-28 Nathan Sidwell <nathan@codesourcery.com>
2442
2443 * cp-tree.h (struct tree_pair_s): New.
2444 (typedef tree_pair_p): New.
2445 (DEF_VEC_O(tree_pair_s)): New.
2446 (struct lang_type_class): Make vcall_indices a VEC(tree_pair_s).
2447 (CLASSTYPE_VCALL_INDICES): Update documentation.
2448 * class.c (get_vcall_index): Adjust.
2449 (add_vcall_offset): Adjust.
2450
2451 2004-07-27 Kelley Cook <kcook@gcc.gnu.org>
2452
2453 * pt.c, typeck.c: Remove spurious carriage returns.
2454
2455 2004-07-27 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2456
2457 PR c++/14429
2458 * pt.c (coerce_template_template_parms) <PARM_DECL case>: Only check
2459 when the type of ARG is not dependent.
2460
2461 2004-07-26 Geoffrey Keating <geoffk@apple.com>
2462
2463 * g++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX.
2464 (lang_specific_driver): If the C++ or math library options don't
2465 start with '-l', don't count them as added libraries.
2466
2467 2004-07-26 Nathan Sidwell <nathan@codesourcery.com>
2468
2469 * decl.c (xref_basetypes): Adjust base access vector creation.
2470 * rtti.c (get_pseudo_ti_init, get_pseudo_ti_desc): Adjust base
2471 access accesses.
2472 * search.c (dynamic_cast_base_recurse, dfs_access_in_type): Likewise.
2473
2474 2004-07-26 Niall Douglas <s_fsfeurope2@nedprod.com>
2475 Brian Ryner <bryner@brianryner.com>
2476
2477 PR c++/15000
2478 PR c++/9283
2479 * class.c (check_field_decls): Apply hidden visibility if
2480 -fvisibility-inlines-hidden and inlined unless otherwise specified
2481 (build_vtable): Set vtable visibility to class visibility.
2482 (check_field_decls): Default static member visibility to class
2483 visibility.
2484 (check_methods): Default method visibility to class visibility.
2485 * cp-tree.h: Added CLASSTYPE_VISIBILITY and
2486 CLASSTYPE_VISIBILITY_SPECIFIED macro.
2487 * decl.c (duplicate_decls): New logic for merging definition decls
2488 with declaration decls. Added ignore & warning when non default
2489 applied to global operator new or delete.
2490 * method.c, optimize.c, rtti.c: Added setting of VISIBILITY_SPECIFIED
2491 wherever VISIBILITY was changed
2492 * rtti.c (get_tinfo_decl): Set typeinfo visibility to class
2493 visibility.
2494 (tinfo_base_init): Set typeinfo name visibility to class visibility.
2495
2496 2004-07-25 Bernardo Innocenti <bernie@develer.com>
2497
2498 * decl.c: Rename all identifiers named `class' to `cl'.
2499 * cp-tree.h: Likewise.
2500
2501 2004-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
2502
2503 * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
2504 * typeck2.c (abstract_virtuals_error): Use GGC_NEW.
2505 * name-lookup.c (binding_entry_make): Use GGC_NEW.
2506 (binding_table_construct): Use GGC_CNEWVEC.
2507 (binding_table_new): Use GGC_NEW.
2508 (cxx_binding_make): Likewise.
2509 (begin_scope): Likewise.
2510 (push_to_top_level): Use GCC_CNEW.
2511 * parser.c (cp_token_cache_new): Likewise.
2512 (cp_token_cache_push_token): Likewise.
2513 (cp_lexer_new_main): Likewise.
2514 (cp_lexer_new_from_tokens): Likewise.
2515 (cp_parser_context_new): Likewise.
2516 (cp_parser_new): Likewise.
2517 (cp_lexer_new_from_tokens): Use GGC_NEWVEC.
2518 * lex.c (cxx_make_type): Use GGC_CNEW.
2519 (retrofit_lang_decl): Use GGC_NEWVAR.
2520 (cxx_dup_lang_specific_decl): Likewise.
2521 (copy_lang_type): Likewise.
2522 * decl.c (use_label): Use GGC_NEW instead of ggc_alloc.
2523 (save_function_data): Likewise.
2524 (lookup_label): Use GGC_CNEW instead of ggc_alloc_cleared.
2525 (cxx_push_function_context): Likewise.
2526
2527 2004-07-25 Richard Henderson <rth@redhat.com>
2528
2529 * decl.c (start_preparsed_function): Set DECL_ARTIFICIAL and
2530 DECL_IGNORED_P on RESULT_DECL.
2531 * semantics.c (finalize_nrv): Copy them too.
2532
2533 2004-07-23 Nathan Sidwell <nathan@codesourcery.com>
2534
2535 * search.c (lookup_conversion_operator): Avoid two loops.
2536 (add_conversions): Remove.
2537 (check_hidden_convs, split_conversions,
2538 lookup_conversions_r): New.
2539 (lookup_conversions): Use lookup_conversions_r.
2540
2541 2004-07-22 Nathan Sidwell <nathan@codesourcery.com>
2542
2543 * pt.c (get_template_base): Check type is completable.
2544
2545 2004-07-21 Eric Christopher <echristo@redhat.com>
2546
2547 * decl.c (poplevel): Inline unused variable checking.
2548 Change formatting.
2549
2550 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
2551
2552 * typeck.c (build_binary_op): Do not use RDIV_EXPR for
2553 integer vectors.
2554
2555 2004-07-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2556
2557 PR c++/14497
2558 * pt.c (check_explicit_specialization): Remove extension to accept
2559 specializations without template headers. Fall-through to normal
2560 processing.
2561
2562 2004-07-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2563
2564 PR c++/509
2565 * pt.c (determine_specialization): New parameter template_count.
2566 Disambiguate between member templates and member functions counting
2567 the template headers.
2568 (check_explicit_specialization): Update caller.
2569 (tsubst_friend_function): Likewise.
2570
2571 2004-07-20 Steven Bosscher <stevenb@suse.de>
2572
2573 * cp-tree.def (TINST_LEVEL): Make it an 'x' node.
2574 * cp-tree.h (tinst_level_t): New tree type.
2575 (union lang_tree_node): Handle it.
2576 (TINST_LOCATION): New accessor macro.
2577 (make_tinst_level): New prototype.
2578 * cp-lang.c (cp_tree_size): Handle TINST_LEVEL.
2579 * decl.c (cp_tree_node_structure): Likewise.
2580 * error.c (print_instantiation_full_context): Use TINST_LOCATION.
2581 (print_instantiation_partial_context): Likewise.
2582 * pt.c (pop_tinst_level): Likewise.
2583 (push_tinst_level): Use make_tinst_level.
2584 * tree.c (make_tinst_level): New function.
2585 (cp_walk_subtrees): Walk TINST_DECL for a TINST_LEVEL node.
2586
2587 2004-07-20 Mark Mitchell <mark@codesourcery.com>
2588
2589 * parser.c (cp_parser_simple_type_specifier): Fix typo.
2590
2591 PR c++/16637
2592 * parser.c (cp_parser_simple_type_specifier): Do not record usage
2593 of globally-qualified names.
2594
2595 2004-07-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2596
2597 PR c++/16175
2598 * error.c (dump_type) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Output
2599 cv qualifier.
2600
2601 2004-07-19 Mark Mitchell <mark@codesourcery.com>
2602
2603 PR c++/16623
2604 * cp-tree.h (lang_type_class): Add lazy_assignment_op.
2605 (CLASSTYPE_LAZY_ASSIGNMENT_OP): New macro.
2606 * class.c (add_implicitly_declared_members): Use
2607 CLASSTYPE_LAZY_ASSIGNMENT_OP.
2608 * method.c (lazily_declare_fn): Clear
2609 CLASSTYPE_LAZY_ASSIGNMENT_OP.
2610 * search.c (lookup_fnfields_1): Check it.
2611
2612 2004-07-20 Nathan Sidwell <nathan@codesourcery.com>
2613
2614 * cp-tree.h (vec_binfo_member): Remove.
2615 * tree.c (vec_binfo_member): Remove.
2616
2617 * cp-tree.h (struct lang_type_class): Remove vfields field.
2618 (CLASSTYPE_VFIELDS): Remove.
2619 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
2620 * class.c (determine_primary_base): Remove CLASSTYPE_VFIELDS
2621 handling.
2622 (dfs_modify_vtables): Use TYPE_CONTAINS_VPTR_P.
2623 (finish_struct_1): Remove CLASSTYPE_VFIELDS handling.
2624 * init.c (dfs_initialize_vtbl_ptrs): Use TYPE_CONTAINS_VPTR_P.
2625
2626 2004-07-20 Nathan Sidwell <nathan@codesourcery.com>
2627
2628 * cp-tree.h (DEF_VEC_P(tree)): Remove here.
2629 (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF):
2630 Moved to common.
2631 (BINFO_LANG_SLOTS): Remove.
2632 * tree.c (copy_binfo): Adjust BINFO creation and accessors.
2633 * decl.c (xref_basetypes): Adjust BINFO creation and accessors.
2634 * class.c (check_bases): Adjust BINFO accessors.
2635 (determine_primary_base, finish_struct_bits,
2636 maybe_warn_about_overly_private_class, warn_hidden,
2637 walk_subobject_offsets, propagate_binfo_offsets, end_of_class,
2638 warn_about_ambiguous_bases, get_vfield_name,
2639 dump_class_hierarchy_r, build_vtt_inits, accumulate_vtbl_inits,
2640 add_vcall_offset_vtbl_entries_r): Likewise.
2641 * dump.c (cp_dump_tree): Likewise.
2642 * init.c (sort_mem_initializers, expand_member_init, build_delete,
2643 push_base_cleanups): Likewise.
2644 * method.c (do_build_copy_constructor, do_build_assign_ref,
2645 synthesize_exception_spec): Likewise.
2646 name-lookup.c (arg_assoc_class): Likewise.
2647 * pt.c (instantiate_class_template,
2648 get_template_base_recursive): Likewise.
2649 * rtti.c (get_pseudo_ti_init, get_pseudo_ti_desc): Likewise.
2650 * typeck2.c (process_init_constructor): Likewise.
2651 * search.c (lookup_base_r, dynamic_cast_base_recurse,
2652 dfs_access_in_type, dfs_walk_real, look_for_overrides,
2653 types_overlap_p, copied_binfo, original_binfo): Likewise.
2654 (binfo_for_vtable): Remove
2655
2656 2004-07-20 Steven Bosscher <stevenb@suse.de>
2657
2658 * cp-tree.h (struct lang_decl_flags): Unify the template_info and
2659 thunk_alias, and the access and virtual_offset fields.
2660 (THUNK_VIRTUAL_OFFSET, THUNK_ALIAS): Adjust.
2661 * decl.c (finish_case_label): Update c_add_case_node call.
2662
2663 2004-07-19 Mark Mitchell <mark@codesourcery.com>
2664
2665 Revert patch for PR c++/16623.
2666
2667 2004-07-19 Kelley Cook <kcook@gcc.gnu.org>
2668
2669 * except.c: Remove two spurious carriage returns.
2670
2671 2004-07-19 Mark Mitchell <mark@codesourcery.com>
2672
2673 PR c++/16623
2674 * cp-tree.h (lang_type_class): Add lazy_assignment_op.
2675 (CLASSTYPE_LAZY_ASSIGNMENT_OP): New macro.
2676 * class.c (add_implicitly_declared_members): Use
2677 CLASSTYPE_LAZY_ASSIGNMENT_OP.
2678 * method.c (lazily_declare_fn): Clear
2679 CLASSTYPE_LAZY_ASSIGNMENT_OP.
2680 * search.c (lookup_fnfields_1): Check it.
2681
2682 2004-07-19 Nathan Sidwell <nathan@codesourcery.com>
2683
2684 * class.c (add_method): Delay adding the slot until the end.
2685 (determine_primary_base): Adjust VEC_iterate invokation.
2686 (resort_type_method_vec, finish_struct_methods, warn_hidden,
2687 walk_subobject_offsets, end_of_class, warn_about_ambiguous_bases,
2688 build_vtbl_initializer): Likewise.
2689 * init.c (sort_mem_initializers, build_delete, push_base_cleanups,
2690 build_vbase_delete): Likewise.
2691 * method.c (do_build_copy_constructor): Likewise.
2692 * name-lookup.c (new_class_binding, print_binding_level,
2693 poplevel_class, store_class_bindings, push_to_top_level,
2694 pop_from_top_level): Likewise.
2695 * pt.c (check_explicit_specialization): Likewise.
2696 * search.c (lookup_conversion_operator, lookup_fnfields_1,
2697 get_pure_virtuals, add_conversions, dfs_check_overlap,
2698 binfo_for_vbase): Likewise.
2699
2700 2004-07-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2701
2702 PR c++/12170
2703 * pt.c (unify) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Use only
2704 innermost set of template arguments during deduction. Simplify.
2705
2706 2004-07-19 Joseph S. Myers <jsm@polyomino.org.uk>
2707
2708 * typeck.c (build_modify_expr, build_x_modify_expr): Set
2709 TREE_NO_WARNING on assignments with an operator other than '='.
2710
2711 2004-07-10 Steven Bosscher <stevenb@suse.de>
2712 Joseph S. Myers <jsm@polyomino.org.uk>
2713
2714 * cp-tree.h (C_SET_EXP_ORIGINAL_CODE): Remove.
2715 * decl2.c (grokfield): Don't check current_class_depth via
2716 unused TREE_COMPLEXITY.
2717 * semantics.c (finish_parenthesized_expr): Set TREE_NO_WARNING
2718 to avoid the missing parentheses warning.
2719 Don't set C_SET_EXP_ORIGINAL_CODE.
2720
2721 2004-07-18 Mark Mitchell <mark@codesourcery.com>
2722
2723 * tree.c (no_linkage_helper): Remove.
2724 (no_linkage_check): Don't use walk_tree_without_duplicates.
2725
2726 * mangle.c (write_expression): Issue a sorry for zero-operand
2727 functional casts.
2728
2729 2004-07-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2730
2731 PR c++/13092
2732 * init.c (build_offset_ref): Build SCOPE_REF with non-null
2733 TREE_TYPE for non-dependent names.
2734 * typeck.c (build_x_unary_op): Handle non-dependent SCOPE_REF.
2735 * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
2736 unknown_type_node as its TREE_TYPE.
2737 * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
2738 * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
2739 (dump_expr) <SCOPE_REF case>: Likewise.
2740
2741 2004-07-17 Jason Merrill <jason@redhat.com>
2742
2743 PR c++/16115
2744 * call.c (type_passed_as): Make the invisible reference type
2745 __restrict.
2746 * cp-gimplify.c (gimplify_cleanup_stmt): Rename to
2747 cp_genericize_r. Handle invisible reference lowering.
2748 (is_invisiref_parm): New fn.
2749 (cp_genericize): Adjust the types of invisible reference parms.
2750 Don't repeat the walk for clones.
2751 * decl.c (store_parm_decls): Don't generate any code for clones.
2752
2753 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
2754
2755 * cp-tree.h (builtin_function): Declare.
2756
2757 2004-07-16 Mark Mitchell <mark@codesourcery.com>
2758
2759 * class.c (finish_struct_methods): Remove unncessary code.
2760 (add_implicitly_declared_members): Create declarations for default
2761 constructors and copy constructors lazily.
2762 * cp-tree.h (lang_type_class): Remove lazy_default_ctor and
2763 lazy_copy_ctor.
2764 (CLASSTYPE_LAZY_DEFAULT_CTOR): New macro.
2765 (CLASSTYPE_LAZY_COPY_CTOR): Likewise.
2766 * decl2.c (check_classfn): Robustify.
2767 (locate_dtor): Handle empty CLASSTYPE_METHOD_VEC.
2768 (locate_ctor): Handle lazy default constructors.
2769 (locate_copy): Handle lazy copy constructors.
2770 (implicitly_declare_fn): Make sure we're looking at the
2771 TYPE_MAIN_VARIANT for a class before creating functions. Don't
2772 set TYPE_HAS_CONSTRUCTOR.
2773 (lazily_declare_fn): New function.
2774 * name-lookup.c (constructor_name_full): Simplify.
2775 * search.c (lookup_fnfields_1): Lazily create methods, as
2776 necessary.
2777 (lookup_for_overrides): Handle empty CLASSTYPE_METHOD_VEC.
2778
2779 2004-07-16 Steven Bosscher <stevenb@suse.de>
2780
2781 * cp-tree.h (struct lang_type): Don't have three GTY options on a
2782 single bit GTY desc.
2783
2784 2004-07-16 Richard Henderson <rth@redhat.com>
2785
2786 * cp-lang.c (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING): Die.
2787 * cp-tree.h (cp_copy_res_decl_for_inlining): Remove.
2788 * tree.c (cp_copy_res_decl_for_inlining): Remove.
2789
2790 2004-07-16 Nathan Sidwell <nathan@codesourcery.com>
2791
2792 * class.c (finish_struct_bits): Use for loop.
2793 (propagate_binfo_offsets): Do primary binfo outside of loop.
2794
2795 PR c++/16583
2796 * dump.c (cp_dump_tree): Don't dump the bases if there's no
2797 binfo.
2798
2799 * pt.c (tsubst) <TREE_BINFO case>: We should never get here.
2800
2801 2004-07-15 Mark Mitchell <mark@codesourcery.com>
2802
2803 * cp-tree.h (lang_type_class): Remove has_real_assign_ref and
2804 has_abstract_assign_ref. Make methods a VEC(tree) *.
2805 (TYPE_HAS_CONST_ASSIGN_REF): Add documentation.
2806 (CLASSTYPE_CONSTRUCTORS): Adjust for changes to CLASSTYPE_METHOD_VEC.
2807 (CLASSTYPE_DESTRUCTORS): Likewise.
2808 (TYPE_HAS_REAL_ASSIGN_REF): Remove.
2809 (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
2810 (add_method): Change prototoype.
2811 * class.c (add_method): Remove error_p parameter. Adjust for
2812 changes to CLASSTYPE_METHOD_VEC.
2813 (handle_using_decl): Adjust call to add_method.
2814 (maybe_warn_about_overly_private_class): Adjust for
2815 changes to CLASSTYPE_METHOD_VEC.
2816 (resort_type_method_vec): Likewise.
2817 (finish_struct_methods): Likewise.
2818 (check_for_override): Likewise.
2819 (warn_hidden): Likewise.
2820 (add_implicitly_declared_members): Defer creation of assignment
2821 operators. Adjust call to add_method.
2822 (clone_function_decl): Adjust call to add_method.
2823 (check_bases_and_members): Don't set TYPE_HAS_REAL_ASSIGN_REF.
2824 (finish_struct_1): Use CLASSTYPE_DESTRUCTORS.
2825 * decl.c (grok_special_member_properties): Don't set
2826 TYPE_HAS_ABSTRACT_ASSIGN_REF.
2827 * decl2.c (check_classfn): Adjust for
2828 changes to CLASSTYPE_METHOD_VEC.
2829 * method.c (locate_dtor): Use CLASSTYPE_DESTRUCTORS.
2830 (locate_ctor): Use CLASSTYPE_CONSTRUCTORS.
2831 (locate_copy): Adjust for changes to CLASSTYPE_METHOD_VEC.
2832 (implicitly_declare_fn): Set DECL_SOURCE_LOCATION. Do not call
2833 cp_finish_decl.
2834 * pt.c (check_explicit_specialization): Adjust for
2835 changes to CLASSTYPE_METHOD_VEC.
2836 (instantiate_class_template): Do not set
2837 TYPE_HAS_ABSTRACT_ASSIGN_REF.
2838 * ptree.c (cxx_print_type): Don't try to print
2839 CLASSTYPE_METHOD_VEC.
2840 * rtti.c (emit_support_tinfos): Use CLASSTYPE_DESTRUCTORS.
2841 * search.c (lookup_field_r): Adjust for
2842 changes to CLASSTYPE_METHOD_VEC.
2843 (lookup_fnfields): Likewise.
2844 (lookup_conversion_operator): Likewise.
2845 (lookup_fnfields_1): Likewise. Create assignment operators
2846 lazily.
2847 (look_for_overrides_here): Adjust for
2848 changes to CLASSTYPE_METHOD_VEC.
2849 (add_conversions): Likewise.
2850 * semantics.c (finish_member_declaration): Adjust call to add_method.
2851
2852 2004-07-15 Jason Merrill <jason@redhat.com>
2853
2854 * cp-lang.c (cxx_types_compatible_p): To the middle-end,
2855 references and pointers are compatible.
2856
2857 2004-07-15 Nathan Sidwell <nathan@codesourcery.com>
2858
2859 * decl.c (xref_basetypes): Refactor.
2860 * tree.c (copy_base_binfos): Replace with ...
2861 (copy_binfo): ... this. Deep copy the given binfo, (not the just
2862 bases of the given base).
2863 * cp-tree.h (copy_base_binfo): Remove.
2864 (copy_binfo): Declare.
2865
2866 2004-07-15 Mark Mitchell <mark@codesourcery.com>
2867
2868 * name-lookup.c (set_inherited_value_binding_p): Add class_type
2869 parameter.
2870 (get_class_binding): Adjust.
2871 (push_class_level_binding): Don't use set_inherited_value_binding_p.
2872
2873 2004-07-15 Nathan Sidwell <nathan@codesourcery.com>
2874
2875 * class.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.
2876 * decl.c (xref_basetypes): Set it here.
2877
2878 * class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.
2879 Don't check for incomplete base.
2880 (get_vfield_name): Simplify while loop.
2881 * decl.c (xref_basetypes): Set CLASSTYPE_NON_AGGREGATE here.
2882
2883 2004-07-14 Mark Mitchell <mark@codesourcery.com>
2884
2885 * lex.c (cxx_make_type): Remove call to get_pointer_type.
2886
2887 * cp-tree.h (IDENTIFIER_VALUE): Remove.
2888 (BINFO_PUSHDECLS_MARKED): Likewise.
2889 (maybe_inject_for_scope_var): Likewise.
2890 (push_class_decls): Likewise.
2891 * name-lookup.h (push_class_binding): Remove.
2892 (innermost_non_namespace_value): New function.
2893 (outer_binding): Likewise.
2894 * class.c (add_method): Push bindings before adding to
2895 TYPE_METHODS.
2896 (restore_class_cache): Do not restore class_shadowed.
2897 (pushclass): Do not add USING_DECLs. Do not call
2898 push_class_decls.
2899 * config-lang.in (gtfiles): Remove $(srcdir)/cp/search.c.
2900 * decl.c (pushdecl): Use outer_binding.
2901 (poplevel): Set the scope for an out-of-scope for-loop declaration
2902 appropriately.
2903 (cp_finish_decl): Don't call maybe_inject_for_scope_var.
2904 * name-lookup.c (new_class_binding): New function.
2905 (push_binding): Use it.
2906 (pushdecl): Use innermost_non_namespace_value.
2907 (maybe_inject_for_scope_var): Remove.
2908 (push_class_binding): Remove.
2909 (set_inherited_value_binding_p): New function.
2910 (get_class_binding): New function.
2911 (push_class_level_binding): Assert that the current_class_type is
2912 being defined.
2913 (outer_binding): New function.
2914 (innermost_non_namespace_value): Likewise.
2915 (lookup_name_real): Use outer_binding.
2916 (lookup_name_current_level): Ignore out-of-scope variables.
2917 * pt.c (check_template_shadow): Use innermost_non_namespace_value.
2918 (lookup_template_class): Likewise.
2919 * search.c (dfs_push_type_decls): Remove.
2920 (dfs_push_decls): Likewise.
2921 (setup_class_bindings): Likewise.
2922 (lookup_field_1): Handle USING_DECLs from dependent scopes.
2923 (marked_pushdecls_p): Remove.
2924 (unmarked_pushdecls_p): Remove.
2925 (marked_identifiers): Remove.
2926 (setup_class_bindings): Remove.
2927 (dfs_push_type_decls): Remove.
2928 (dfs_push_decls): Remove.
2929 (push_class_decls): Remove.
2930
2931 2004-07-13 Mark Mitchell <mark@codesourcery.com>
2932
2933 PR c++/16518
2934 PR c++/16337
2935 * decl.c (grokvardecl): Make declspecs parameter const.
2936 (grokdeclarator): Likewise. Adjust accordingly.
2937 * decl.h (grokdeclarator): Adjust declaration.
2938 * parser.c (cp_parser_init_declarator): Do not clear
2939 decl_specifiers->attributes.
2940
2941 * cp-tree.h (lang_identifier): Remove class_value.
2942 (IDENTIFIER_CLASS_VALUE): Remove.
2943 (pop_class_decls): Likewise.
2944 (init_search_processing): Likewise.
2945 * class.c (handle_using_decl): Use lookup_member, not
2946 IDENTIFIER_CLASS_VALUE.
2947 (restore_class_cache): New function, split out from ...
2948 (pushclass): ... here. Do not call clear_identifier_class_values.
2949 (invalidate_class_lookup_cache): Do not clear
2950 IDENTIFIER_CLASS_VALUE.
2951 (popclass): Do not call pop_class_decls.
2952 (maybe_note_name_used_in_class): Do not save names looked up after
2953 the class is complete. Use lookup_member, not
2954 IDENTIFIER_CLASS_VALUE.
2955 * config-lang.in (gtfiles): Add $(srcdir)/cp/search.c.
2956 * decl.c (cxx_init_decl_processing): Do not call
2957 init_search_processing.
2958 * method.c (do_build_copy_constructor): Remove unnecessary code.
2959 (do_build_assign_ref): Likewise.
2960 * name-lookup.c (pushdecl): Use lookup_member, not
2961 IDENTIFIER_CLASS_VALUE.
2962 (set_identifier_type_value_with_scope): Set TREE_TYPE on the
2963 type_shadowed list.
2964 (poplevel_class): Do not restore IDENTIFIER_CLASS_VALUE.
2965 (push_class_binding): Do not set it.
2966 (clear_identifier_class_values): Remove.
2967 (push_class_level_binding): Do not set IDENTIFIER_CLASS_VALUE.
2968 (store_binding): Do not save it.
2969 (pop_from_top_level): Do not restore it.
2970 * name-lookup.h (cxx_saved_binding): Remove class_value.
2971 (clear_identifier_class_values): Remove.
2972 * ptree.c (cxx_print_identifier): Do not print
2973 IDENTIFIER_CLASS_VALUE.
2974 * search.c (search_obstack): Remove.
2975 (push_stack_level): Remove.
2976 (pop_stack_level): Remove.
2977 (search_level): Remove.
2978 (search_stack): Remove.
2979 (lookup_member): Don't check IDENTIFIER_CLASS_VALUE.
2980 (setup_class_bindings): Use IDENTIFIER_MARKED, not
2981 IDENTIFIER_CLASS_VALUE.
2982 (marked_identifiers): New variable.
2983 (push_class_decls): Clear IDENTIFIER_MARKED.
2984 (pop_class_decls): Don't call pop_search_level.
2985 (init_search_processing): Remove.
2986
2987 2004-07-12 Mark Mitchell <mark@codesourcery.com>
2988
2989 * cp-tree.h (get_aggr_typedef): Remove.
2990 * init.c (get_aggr_typedef): Likewise.
2991
2992 * name-lookup.c (push_class_level_binding): Simplify.
2993
2994 2004-07-12 Andrew Pinski <apinski@apple.com>
2995
2996 PR c++/16475
2997 Revert:
2998 2004-07-07 H.J. Lu <hongjiu.lu@intel.com>
2999 PR c++/16276
3000 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
3001 is not public.
3002
3003 2004-07-12 Eric Christopher <echristo@redhat.com>
3004
3005 * parser.c (cp_parser_class_head): Remove unused variable.
3006
3007 2004-07-12 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3008
3009 * decl.c (grok_op_properties): Reject [de-]allocation functions
3010 declared in a namespace, or declared as static.
3011
3012 2004-07-12 Nathan Sidwell <nathan@codesourcery.com>
3013
3014 * cp-tree.h (make_binfo): Remove.
3015 * decl.c (xref_basetypes): Use make_tree_binfo directly.
3016 * tree.h (copy_base_binfos): Likewise.
3017 (make_binfo): Remove.
3018
3019 * call.c (build_user_type_conversion_1, build_new_op,
3020 check_constructor_callable, build_temp,
3021 perform_direct_initialization_of_possible): Pass type directly to
3022 lookup_fnfields & build_special_member_call.
3023 (build_special_member_call): Accept a type, and complete it.
3024 * class.c (finish_stuct_bits): Copy the BINFOs here.
3025 * cvt.c (ocp_convert): Pass type directly to
3026 build_special_member_call.
3027 * decl.c (build_ptrmemfunc_type): Call xref_bastypes here.
3028 (xref_basetypes): Allocate the binfo here. Adjust.
3029 * init.c (build_init, build_new_1): Pass type directly to
3030 build_special_member_call.
3031 * lex.c (cxx_make_type): Do not allocate binfo here.
3032 * name-lookup.c (arg_assoc_class): Incomplete types have no binfo.
3033 * parser.c (cp_parser_class_head): Always call xref_basetypes.
3034 * pt.c (instantiate_class_template): Likewise. Inhibit access
3035 checking for template friends.
3036 * ptree.c (cxx_print_type): Adjust record printing.
3037 * search.c (lookup_base): When taking a type, complete it before
3038 looking for a binfo.
3039 (lookup_member): Delay completing a type.
3040 (push_class_decls): Don't walk an incomplete type.
3041 (lookup_conversions): Likewise.
3042 * semantics.c (finish_stmt_expr_expr): Pass type directly to
3043 build_special_member_call.
3044 * tree.c (copy_base_binfos): Adjust.
3045 (make_binfo): Likewise.
3046 * typeck.c (build_modify_expr): Pass type directly to
3047 build_special_member_call.
3048 * typeck2.c (process_init_constructor): Check a binfo exists.
3049 (build_m_component_ref): Allow accessing an incomplete type.
3050 (build_functional_cast): Pass type directly to
3051 build_special_member_call.
3052
3053 2004-07-12 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3054
3055 PR c++/2204
3056 * config-lang.in (gtfiles): Add typeck2.c.
3057 * Make-lang.in: Tweak typeck2.c dependencies, and add rule for
3058 gt-cp-typeck2.h.
3059 * cp-tree.h: Declare complete_type_check_abstract.
3060 * typeck2.c (pat_calc_hash, pat_compare,
3061 complete_type_check_abstract): New functions.
3062 (abstract_virtuals_error): If the type is abstract, register the
3063 declaration within abstract_pending_vars for further checks.
3064 Inspect also dependent types. Handle IDENTIFIER_NODEs as decl.
3065 * decl.c (cp_finish_decl): Do not strip array types.
3066 (create_array_type_for_decl): Check for abstractness of the element
3067 type.
3068 (complete_vars): Call complete_type_check_abstract.
3069 * class.c (finish_struct): Prepare a list of virtual functions for
3070 template types, and call complete_vars on it to check for abstractness.
3071
3072 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
3073
3074 PR tree-optimization/14107
3075 * decl.c (finish_function): Remove temporary band-aid.
3076
3077 2004-07-11 Mark Mitchell <mark@codesourcery.com>
3078
3079 * call.c (build_operator_new_call): Avoid using push_to_top_level.
3080 (build_new_op): Adjust call to lookup_function_nonclass.
3081 * name-lookup.c (identifier_type_value): Adjust call to
3082 lookup_name_real.
3083 (lookup_name_real): Add block_p parameter.
3084 (lookup_name_nonclass): Adjust call to lookup_name_real.
3085 (lookup_function_nonclass): Likewise.
3086 (lookup_name): Likewise.
3087 * name-lookup.h (lookup_name_real): Change prototype.
3088 (lookup_name_nonclass): Likewise.
3089 * parser.c (cp_parser_lookup_name): Likewise.
3090
3091 * cp-tree.h (saved_scope): Make old_bindings a vector.
3092 (unuse_fields): Remove.
3093 * name-lookup.h (cxx_saved_binding): Define it.
3094 * class.c (pushclass): Don't use unuse_fields.
3095 * name-lookup.c (cxx_saved_binding_make): Remove.
3096 (store_binding): Add new bindings to a vector, using an
3097 accumulator style, rather than adding them to a list.
3098 (store_bindings): Adjust accordingly.
3099 (store_class_bindings): Likewise.
3100 (push_to_top_level): Likewise.
3101 (pop_from_top_level): Likewise.
3102 * optimize.c (maybe_clone_body): Must push_to_top_level and
3103 pop_from_top_level calls outside of loop.
3104 * parser.c (cp_parser_class_specifier): Move push_scope/pop_scope
3105 calls here from cp_parser_late_parsing_default_args.
3106 (cp_parser_save_default_args): Record the class type in which the
3107 function is declared.
3108 (cp_parser_late_parsing_default_args): Do not call
3109 push_nested_class/pop_nested_class.
3110 * search.c (dfs_unuse_fields): Remove.
3111 (unuse_fields): Remove.
3112
3113 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
3114
3115 * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP, LANG_HOOKS_PUSHLEVEL,
3116 LANG_HOOKS_POPLEVEL, LANG_HOOKS_UPDATE_DECL_AFTER_SAVING): Remove.
3117 * cp-tree.h (poplevel): Declare.
3118 (set_block): Remove.
3119 * decl.c (set_block): Remove.
3120
3121 2004-07-10 Mike Stump <mrs@apple.com>
3122
3123 * decl2.c (import_export_class): Never export/import vtables
3124 with inline key functions.
3125
3126 2004-07-09 Steven Bosscher <stevenb@suse.de>
3127
3128 * typeck.c (c_expand_asm_operands): Remove.
3129
3130 2004-07-09 Mike Stump <mrs@apple.com>
3131
3132 * typeck.c (build_class_member_access_expr): Skip null deref
3133 warning when we don't dereference it.
3134
3135 2004-07-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3136
3137 PR c++/8211
3138 PR c++/16165
3139 * class.c (check_field_decls): Improve -Weffc++ warning: do not
3140 warn for pointers to functions/members, or for classes without
3141 destructors.
3142
3143 2004-07-08 Mark Mitchell <mark@codesourcery.com>
3144
3145 * name-lookup.h (struct cp_binding_level): Update documentation
3146 for class_shadowed.
3147
3148 2004-07-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3149
3150 PR c++/16169
3151 * typeck.c (check_return_expr): Improve -Weffc++ warning: handle
3152 returning CALL_EXPR, and non-reference return type.
3153
3154 2004-07-08 Nathan Sidwell <nathan@codesourcery.com>
3155
3156 * name-lookup.c (push_binding): Use VEC_reserve.
3157
3158 2004-07-08 Richard Henderson <rth@redhat.com>
3159
3160 * cp-tree.h (expand_eh_spec_block): Remove.
3161
3162 2004-07-07 Mark Mitchell <mark@codesourcery.com>
3163
3164 * cp-tree.h (saved_scope): Remove x_previous_class_type and
3165 x_previous_class_values; add x_previous_class_level.
3166 (previous_class_type): Remove.
3167 (previous_class_values): Remove.
3168 (previous_class_level): New macro.
3169 * class.c (pushclass): Restore the identifier cache more
3170 expeditiously.
3171 (invalidate_class_lookup_cache): Use vector for class_shadowed and
3172 previous_class_values.
3173 * decl.c (poplevel): Likewise.
3174 * name-lookup.c (cxx_binding_init): New function.
3175 (cxx_binding_make): Use it.
3176 (push_binding): For a binding in a class level, use a vector of
3177 cp_class_binding nodes.
3178 (push_binding_level): New function.
3179 (begin_scope): Use it.
3180 (leave_scope): Do not put class binding levels on the free list.
3181 (print_binding_level): Adjust for the fact that class_shadowed is
3182 a vector.
3183 (poplevel_class): Likewise.
3184 (clear_identifier_class_values): Likewise.
3185 (push_class_level_binding): Likewise.
3186 (set_class_shadows): Remove.
3187 (store_binding): New function.
3188 (store_class_bindings): New function.
3189 (push_to_top_level): Use store_class_bindings as appropriate.
3190 (pop_from_top_level): Use previous_class_level, not
3191 previous_class_type.
3192 * name-lookup.h (cp_class_binding): New type.
3193 (cp_binding_level): Use a vector object for class_shadowed.
3194 (push_binding_level): Declare.
3195 (set_class_shadows): Remove.
3196
3197 2004-07-07 Andrew Pinski <apinski@apple.com>
3198
3199 * class.c (instantiate_type): BUFFER_REF is dead.
3200 * lex.c (init_operators): IN_EXPR is dead.
3201
3202 2004-07-07 Jason Merrill <jason@redhat.com>
3203
3204 PR c++/16334
3205 * call.c (build_new_op): Give overload warnings for built-in
3206 candidates.
3207
3208 2004-07-07 H.J. Lu <hongjiu.lu@intel.com>
3209
3210 PR c++/16276
3211 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
3212 is not public.
3213
3214 2004-07-07 Nathan Sidwell <nathan@codesourcery.com>
3215
3216 * cp-tree.h (CLASSTYPE_N_BASECLASSES): Remove.
3217 * class.c (build_primary_vtable, check_bases,
3218 determine_primary_base, finish_struct_bits,
3219 maybe_warn_about_overly_private_class, dfs_find_final_overrider_q,
3220 get_basefndecls, warn_hidden, walk_subobject_offsets,
3221 build_base_fields, create_vtable_ptr, propagate_binfo_offsets,
3222 layout_virtual_bases, end_of_class, warn_about_ambiguous_bases,
3223 finish_struct_1, get_vfield_name, contains_empty_class_p,
3224 dump_class_hierarchy_r, finish_vtbls, build_vtt_inits,
3225 dfs_ctor_vtable_bases_queue_p, accumulate_vtbl_inits,
3226 add_vcall_offset_vtbl_entries_r, cp_fold_obj_type_ref): Adjust
3227 BINFO macros.
3228 * decl.c (xref_basetypes): Likewise.
3229 * dump.c (cp_dump_tree): Likewise.
3230 * error.c (dump_expr): Likewise.
3231 * init.c (sort_mem_initializers, expand_member_init,
3232 push_base_cleanups): Likewise.
3233 * method.c (do_build_copy_constructor, do_build_assign_reg,
3234 synthesize_exception_spec): Likewise.
3235 * name-lookup.c (arg_assoc_class): Likewise.
3236 * pt.c (instantiate_class_template, tsubst,
3237 get_template_base_recursive): Likewise.
3238 * ptree.c (cxx_print_type): Likewise.
3239 * rtti.c (get_psuedo_ti_init, get_pseudo_ti_desc): Likewise.
3240 * search.c (lookup_base_r, dynamic_cast_base_recurse,
3241 dfs_access_in_type, access_in_type, lookup_field_queue_p,
3242 bfs_walk, dfs_walk_real, look_for_overrides, markedp, unmarkedp,
3243 marked_pushdecls_p, unmarked_pushdecls_p, dfs_debug_markedp,
3244 dfs_debug_unmarkedp, dfs_check_overlap, dfs_no_overlap_yet,
3245 binfo_for_vtable, copied_binfo, original_binfo): Likewise
3246 * tree.c (copy_base_binfos, make_binfo): Likewise.
3247 * typeck.c (commmon_base_type): Likewise
3248 * typeck2.c (process_init_constructor): Likewise
3249
3250 2004-07-06 Joseph S. Myers <jsm@polyomino.org.uk>
3251
3252 * decl.c (check_tag_decl): Name redeclared type in diagnostic.
3253
3254 2004-07-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3255
3256 PR c++/3671
3257 * pt.c (convert_nontype_argument): Disallow conversions between
3258 different enumeration types.
3259
3260 2004-07-06 Nathan Sidwell <nathan@codesourcery.com>
3261
3262 * cp-tree.h (BINFO_MARKED): Remove.
3263 (BINFO_VTABLE_PATH_MARKED, BINFO_NEW_VTABLE_MARKED,
3264 BINFO_DEPENDENT_BASE_P, BINFO_LOST_PRIMARY_P,
3265 BINFO_INDIRECT_PRIMARY_P): Use appropriate BINFO_FLAG_n.
3266 (SET_BINFO_NEW_VTABLE_MARKED): Use BINFO_VIRTUAL_P.
3267 * class.c (build_base_path): Use BINFO_VIRTUAL_P.
3268 (mark_primary_bases, determine_primary_base, base_derived_from,
3269 dfs_find_final_overrider, dfs_find_final_overrider_q,
3270 dfs_find_inal_overrider_post, update_vtable_entry_for_fn,
3271 dfs_modify_vtables, walk_subobject_offsets,
3272 layout_nonempty_base_or_field, build_base_field,
3273 build_base_fields, propagate_binfo_offsets, layout_virtual_bases,
3274 end_of_class, get_vfield_name, dump_class_hierarchy, dump_vtable,
3275 finish_vtbls, build_vtt_inits, dfs_build_secondary_vptr_vtt_inits,
3276 build_ctor_vtbl_group, accumulate_vtble_inits,
3277 dfs_accumulate_vtbls_inits, build_vbase_offset_vtbl_entries,
3278 build_vcall_offset_vtbl_entries, add_vcall_offset_vtbl_entries_r,
3279 add_vcall_offset_vtbl_entries_1): Likewise.
3280 * decl.c (xref_basetypes): Incomming virtual base indicated by
3281 TREE_TYPE. Adjust.
3282 * dump.c (cp_dump_tree): Use BINFO_VIRTUAL_P.
3283 * init.c (finish_init_stmts, sort_mem_initializers,
3284 emit_mem_initializers, build_vtble_address, expand_member_init,
3285 push_base_cleanups): Likewise.
3286 * method.c (do_build_copy_constructor): Likewise.
3287 * pt.c (instantiate_class_template,
3288 get_template_base_recursive): Likewise.
3289 * rtti.c (dfs_class_hint_mark, get_pseudo_ti_init,
3290 get_pseudo_ti_desc): Likewise.
3291 * search.c (lookup_base_r, dynamic_cast_base_recurse,
3292 binfo_from_vbase, binfo_via_virtual, copied_binfo,
3293 original_binfo): Likewise.
3294 * semantics.c (finish_base_specifier): Virtualness is indicated
3295 by TREE_TYPE.
3296 * tree.c (copy_base_binfos): Use BINFO_VIRTUAL_P.
3297
3298 2004-07-06 Mark Mitchell <mark@codesourcery.com>
3299
3300 Revert:
3301 2004-06-24 Jason Merrill <jason@redhat.com>
3302 PR c++/16115
3303 * decl.c (grokparms): Give the PARM_DECL reference type if the
3304 parameter is passed by invisible reference.
3305
3306 2004-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3307
3308 * cp-lang.c (cp_var_mod_type_p): Add extra arg.
3309 * decl.c (grokdeclarator): Extra arg to variably_modified_type_p.
3310 * pt.c (check_instantiated_args, unify): Likewise.
3311
3312 2004-07-05 Phil Edwards <phil@codesourcery.com>
3313
3314 * Make-lang.in (check-c++, lang_checks): Add some comments.
3315
3316 2004-07-05 Zack Weinberg <zack@codesourcery.com>
3317
3318 * cp-mudflap.c: Delete file.
3319 * Makefile.in: Remove all references to cp-mudflap.o.
3320
3321 2004-07-05 Zack Weinberg <zack@codesourcery.com>
3322
3323 * decl.c (cxx_init_decl_processing): Call
3324 build_common_tree_nodes before creating the global NAMESPACE_DECL.
3325
3326 2004-07-05 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3327
3328 PR c++/2518
3329 * call.c (build_operator_new_call): Look only at global scope.
3330
3331 2004-07-05 Nathan Sidwell <nathan@codesourcery.com>
3332
3333 * call.c (enforce_access): Expect TREE_BINFO.
3334 * class.c (binfo_ctor_vtable): Check TREE_BINFO.
3335 * cp-tree.h (RECORD_OR_UNION_TYPE_CHECK): Remove.
3336 (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF):
3337 Adjust.
3338 (BINFO_LANG_ELTS): Remove.
3339 (BINFO_LANG_SLOTS): New.
3340 (TYPE_RAISES_EXCEPTIONS, ENUM_TEMPLATE_INFO): Use TYPE_LANG_SLOT_1.
3341 (CLASSTYPE_TEMPLATE_INFO): Adjust.
3342 * pt.c (tsubst): Split TREE_BINFO case from TREE_VEC case.
3343 * search.c (lookup_member): Check TREE_BINFO.
3344 * semantics.c (perform_or_defer_access_check): Likewise.
3345 (check_accessibility_of_qualified_id): Check
3346 deferred_access_no_check.
3347 * tree.c (make_binfo): Use make_tree_binfo.
3348
3349 2004-07-04 Mark Mitchell <mark@codesourcery.com>
3350
3351 * method.c (implicitly_declare_fn): Set linkage of generated
3352 functions.
3353
3354 2004-07-04 Richard Henderson <rth@redhat.com>
3355
3356 * typeck.c (cxx_mark_addressable): Don't put_var_into_stack.
3357
3358 2004-07-03 Scott Brumbaugh <scottb.lists@verizon.net>
3359
3360 PR c++/3761
3361 * name-lookup.c (push_class_level_binding): Don't pass a
3362 TREE_LIST of ambiguous names to check_template_shadow as it
3363 only handles declarations. Instead, pull the declaration
3364 out and pass that.
3365
3366 2004-07-03 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3367
3368 PR c++/14971
3369 * pt.c (check_explicit_specialization): Clarify error message.
3370
3371 2004-07-02 Richard Henderson <rth@redhat.com>
3372
3373 * tree.c (cp_unsave_r): Update remap_save_expr call.
3374
3375 2004-07-02 Mark Mitchell <mark@codesourcery.com>
3376
3377 PR c++/16240
3378 * mangle.c (write_template_arg): Correct mangling.
3379
3380 PR c++/16297
3381 * decl.c (grokdeclarator): Robustify.
3382
3383 2004-07-01 Richard Henderson <rth@redhat.com>
3384
3385 * class.c (fixed_type_or_null): Don't handle RTL_EXPR.
3386 * method.c (synthesize_method): Don't clear_last_expr.
3387 * name-lookup.c (maybe_push_cleanup_level): Likewise.
3388
3389 2004-07-01 Nick Clifton <nickc@redhat.com>
3390
3391 * decl2.c (import_export_class): Invoke the
3392 import_export_class field in the gcc_target structure if it is not
3393 empty.
3394
3395 2004-06-30 Richard Henderson (rth@redhat.com>
3396
3397 * decl.c (start_preparsed_function): Don't set immediate_size_expand.
3398 * method.c (use_thunk): Likewise.
3399
3400 2004-06-30 Joseph S. Myers <jsm@polyomino.org.uk>
3401
3402 * call.c (build_over_call), typeck.c (build_function_call): Call
3403 check_function_arguments instead of check_function_format.
3404
3405 2004-06-30 Joseph S. Myers <jsm@polyomino.org.uk>
3406
3407 * call.c (build_over_call), typeck.c (build_function_call): Update
3408 calls to check_function_format.
3409
3410 2004-06-30 Richard Henderson <rth@redhat.com>
3411
3412 * call.c (build_over_call): Use __builtin_memcpy for copying
3413 CLASS_AS_BASE rather than funny casting.
3414
3415 2004-06-30 Richard Henderson <rth@redhat.com>
3416
3417 * init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and
3418 TYPE_SIZE_UNIT of full_type.
3419
3420 2004-06-30 Per Bothner <per@bothner.com>
3421
3422 Conditionally compile support for --enable-mapped_location.
3423 * decl.c (pop_label): Handle (imperfectly) USE_MAPPED_LOCATION case.
3424 * decl2.c: If USE_MAPPED_LOCATION, don't do some line number
3425 adjustments - which I don't understand.
3426 * error.c (dump_decl): Rename "<interrnal>" to "<built-in>".
3427 * error.c: Use LOCATION_FILE and EXPR_LOCATION macros.
3428 (print_instantiation_partial_context): Use expand_location.
3429 * decl.c (duplicate_decl): Use new DECL_IS_BUILTIN macro.
3430 * name-lookup.c: Likewise.
3431 * lex.c (cxx_init): Likewise. Also use BUILTINS_LOCATION.
3432 * name-lookup.c: Use input_line macro.
3433 * parser.c (cp_lexer_get_preprocessor_token): Use UNKNOWN_LOCATION.
3434 (cp_parser_statement): Rename locaal variable statement_locus to
3435 statement_location and use SET_EXPR_LOCATION macro.
3436 * pt.c: Handle USE_MAPPED_LOCATION case. Use new macros.
3437 * tree.c (cp_walk_subtrees): Likewise.
3438
3439 2004-06-29 Per Bothner <per@bothner.com>
3440
3441 * tree.c (build_min_nt, build_min, build_min_non_dep):
3442 Don't set TREE_COMPLEXITY from input_line.
3443
3444 2004-06-29 Paul Brook <paul@codesourcery.com>
3445
3446 * init.c: Include target.h.
3447 (get_cookie_size): Remove and replace with target hook.
3448 Update callers.
3449 (build_new_1): Store the element size in the cookie.
3450
3451 2004-06-29 Nathan Sidwell <nathan@codesourcery.com>
3452
3453 PR c++/16260
3454 * parser.c (cp_parser_template_declaration_after_export): Disable
3455 access checks here ...
3456 (cp_parser_class_specifier): ... not here.
3457
3458 2004-06-28 Nathan Sidwell <nathan@codesourcery.com>
3459
3460 * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK,
3461 VAR_FUNCTION_OR_PARM_DECL_CHECK, RECORD_OR_UNION_TYPE_CHECK,
3462 BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Use appropriate
3463 TREE_CHECK macro.
3464
3465 2004-06-28 Nathan Sidwell <nathan@codesourcery.com>
3466
3467 * cp-tree.h (struct deferred_access): Move to ...
3468 * semantics.c (struct deferred_access): ... here. Adjust.
3469 (deferred_access_stack): Make a VEC(deferred_access),
3470 (deferred_access_free_list): Remove.
3471 (deferred_access_no_check): New.
3472 (push_deferring_access_checks, resume_deferring_access_checks,
3473 stop_deferring_access_checks, pop_deferring_access_checks,
3474 get_deferred_access_checks, pop_to_parent_deferring_access_checks,
3475 perform_deferred_access_checks, perform_or_defer_access_check): Adjust.
3476
3477 2004-06-28 Nathan Sidwell <nathan@codesourcery.com>
3478
3479 PR c++/16174
3480 * call.c (build_temp): Declare.
3481 (check_constructor_callable): New.
3482 (reference_binding): Only set CHECK_COPY_CONSTRUCTOR if not for
3483 CONSTRUCTOR_CALLABLE.
3484 (convert_like_real, initialize_reference): Use
3485 check_constructor_callable.
3486 * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): New.
3487 (LOOKUP_*): Renumber.
3488
3489 2004-06-28 Nathan Sidwell <nathan@codesourcery.com>
3490
3491 * friend.c (add_friend): Only perform access checks when context
3492 is a class.
3493 * lex.c (cxx_make_type): Only create a binfo for aggregate types.
3494 * parser.c (cp_parser_class_specifier): Disable access checks here
3495 when parsing the body of a templated class.
3496 * semantics.c (perform_or_defer_access_checks): Reorder to allow
3497 NULL binfos when not checking access.
3498
3499 2004-06-28 Nathan Sidwell <nathan@codesourcery.com>
3500
3501 Use vector API for vbase list.
3502 * cp-tree.h: Include vec.h
3503 (DEF_VEC_P (tree)): New type.
3504 (struct lang_type_class): Change vbase's member type.
3505 (binfo_for_vbase): Declare.
3506 * class.c (determine_primary_base, base_derived_from,
3507 update_vtable_entry_for_fn, walk_subobject_offsets, end_of_class,
3508 warn_about_ambiguous_bases, dfs_accumulate_vtbl_inits,
3509 build_vtbl_initializer): Adjust.
3510 * decl.c (xref_basetypes): Adjust, accumulate upper bound of
3511 vbases.
3512 * init.c (sort_mem_initializers, expand_member_init,
3513 push_base_cleanups): Adjust.
3514 * method.c (do_build_copy_constructor): Adjust.
3515 * search.c (get_pure_virtuals, copied_binfo, original_binfo): Adjust.
3516 (binfo_for_vbase): New.
3517 * tree.c (copy_base_binfos): Adjust.
3518
3519 2004-06-28 Mark Mitchell <mark@codesourcery.com>
3520
3521 * parser.c (cp_parser_set_decl_spec_type): Fix thinko.
3522
3523 2004-06-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3524
3525 PR c++/14123
3526 * cxx-pretty-print.c (pp_cxx_ptr_operator): Properly put
3527 paranthesis in case of pointers to array members.
3528 * error.c (dump_type_prefix): Likewise.
3529 (dump_type_suffix): Maybe issue a whitespace when printing
3530 ARRAY_TYPE.
3531
3532 2004-06-27 Mark Mitchell <mark@codesourcery.com>
3533
3534 PR c++/16193
3535 * parser.c (cp_parser_set_decl_spec_type): Refine test for
3536 redefinition of built-in types.
3537
3538 2004-06-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
3539
3540 * error.c (pp_template_argument_list_start): Remove.
3541 (pp_template_argument_list_end): Likewise.
3542 (pp_separate_with_comma): Use pp_cxx_separate_with.
3543 (reinit_global_formatting_buffer): Remove.
3544 (pp_non_consecutive_character): Likewise.
3545 (dump_scope): Use pp_cxx_colon_colon.
3546 (dump_template_parameter): Use pp_cxx_identifier,
3547 pp_cxx_tree_identifier and pp_cxx_whitespace.
3548 (dump_templat_bindings): Replace use of pp_string with sequence
3549 of pp_cxx_whitespace and pp_equal.
3550 (dump_type): Use pp_cxx_identifier, pp_cxx_tree_identifier,
3551 pp_cxx_colon_colon, pp_cxx_whitespace throughout. Don't set
3552 padding here.
3553 (dump_aggr_type): Use pp_cxx_identifier amd pp_cxx_tree_identifier.
3554 (dump_type_prefix): Don't set padding. Use pp_cxx_whitespace,
3555 pp_cxx_left_parent, pp_cxx_colon_colon and pp_cxx_star troughout.
3556 (dump_type_suffix): Use pp_cxx_right_paren, pp_cxx_left_bracket,
3557 pp_cxx_right_bracket, pp_cxx_identifier throughout,
3558 (dump_decl): Likewise.
3559 (dump_template_decl): Likewise.
3560 (dump_function_decl): Likewise. Set padding as appropriate.
3561 (dump_parameters): Use pp_cxx_left_paren, pp_cxx_identifier and
3562 pp_cxx_right_paren.
3563 (dump_exception_spec): Likewise.
3564 (dump_function_name): Use pp_cxx_tree_identifier and
3565 pp_cxx_identifier.
3566 (dump_template_parms): Use pp_cxx_begin_template_argument_list and
3567 pp_cxx_end_template_argument_list.
3568 (dump_expr): Use pp_cxx_left_paren, pp_cxx_right_paren,
3569 pp_cxx_colon_colon, pp_cxx_identifier, pp_cxx_tree_identifier and
3570 pp_cxx_whitespace throughout.
3571 (dump_binary_op): Use pp_cxx_whitespace, pp_cxx_left_paren and
3572 pp_cxx_right_paren.
3573 (dump_unary_op): Likewise.
3574 (reinit_cxx_pp): New function.
3575 (type_as_string); Use it.
3576 (expr_as_string): Likewise.
3577 (decl_as_string); Likewise.
3578 (context_as_string): Likewise.
3579 (lang_decl_name): Likewise.
3580 (decl_to_string): Likewise.
3581 (expr_to_string): Likewise.
3582 (parm_to_string): Likewise.
3583 (type_to_string): Likewise.
3584 (args_to_string): Likewise.
3585 (cv_to_string): Likewise.
3586
3587 2004-06-26 Mark Mitchell <mark@codesourcery.com>
3588
3589 * cp-tree.h (cp_cv_quals): New type.
3590 (cp_declarator): Use it instead of "tree" as appropriate.
3591 (grok_method_quals): Adjust prototype.
3592 (grokclassfn): Likewise.
3593 (do_friend): Likewise.
3594 * decl.c (grokfndecl): Use cp_cv_quals, not tree.
3595 (grokdeclarator): Likewise.
3596 * decl2.c (grok_method_quals): Likewise.
3597 (grokclassfn): Likewise.
3598 * friend.c (do_friend): Likewise.
3599 * method.c (implicitly_declare_fn): Adjust call to grokclassfn.
3600 * parser.c (make_call_declarator): Use cp_cv_quals, not tree.
3601 (make_pointer_declarator): Likewise.
3602 (make_reference_declarator): Likewise.
3603 (make_ptrmem_declarator): Likewise.
3604 (cp_parser_ptr_operator): Likewise.
3605 (cp_parser_cv_qualifier_seq_opt): Likewise.
3606 (cp_parser_cv_qualifier_opt): Remove.
3607 (cp_parser_new_declarator_opt): Adjust call to
3608 cp_parser_ptr_operator.
3609 (cp_parser_conversion_declaration_opt): Likewise.
3610 (cp_parser_declarator): Use cp_cv_quals, not tree.
3611 (cp_parser_direct_declarator): Likewise.
3612
3613 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3614
3615 * call.c, cp-tree.h, cxx-pretty-print.c, decl.c, decl2.c:
3616 Rename DECL_STMT to DECL_EXPR.
3617 * init.c, name-lookup.c, parser.c, pt.c, semantics.c: Likewise.
3618 * cp-lang.c (LANG_HOOKS_SAFE_FROM_P): Deleted.
3619 * tree.c (cp_walk_subtrees): Don't call c_walk_subtrees.
3620
3621 2004-06-26 Jan Hubicka <jh@suse.cz>
3622
3623 PR C++/14865
3624 * decl2.c (maybe_emit_vtables): Always import_export_vtable for the
3625 reachability analysis.
3626
3627 2004-06-25 Mark Mitchell <mark@codesourcery.com>
3628
3629 * cp-mudflap.c (mflang_flush_calls): Fix thinkos resulting from
3630 2004-06-23 change.
3631
3632 2004-06-25 Paul Brook <paul@codesourcery.com>
3633
3634 * decl2.c (get_guard): Call targetm.cxx.guard_type.
3635 (get_guard_bits, get_guard_cond): Call targetm.cxx.guard_mask_bit.
3636
3637 2004-06-24 Mark Mitchell <mark@codesourcery.com>
3638
3639 * decl.c (grokdeclarator): Restore error messages about __thread.
3640 * parser.c (cp_parser_decl_specifier_seq): Likewise.
3641
3642 2004-06-24 Jason Merrill <jason@redhat.com>
3643
3644 PR c++/16115
3645 * decl.c (grokparms): Give the PARM_DECL reference type if the
3646 parameter is passed by invisible reference.
3647
3648 2004-06-24 Andreas Schwab <schwab@suse.de>
3649
3650 * cp-tree.h (enum cp_storage_class): Remove trailing comma.
3651
3652 2004-06-23 Mark Mitchell <mark@codesourcery.com>
3653
3654 * Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.
3655 (cp/decl.o): Likewise.
3656 (cp/decl2.o): Likewise.
3657 (cp/pt.o): Likewise.
3658 (cp/semantics.o): Likewise.
3659 * config-lang.in (gtfiles): Do not reference cp/lex.h.
3660 * class.c: Do not include lex.h.
3661 (add_implicitly_declared_members): Do not use
3662 adding_implicit_members.
3663 (check_bases_and_members): Do not talk about grok_x_components.
3664 * cp/cp-tree.h (adding_implicit_members): Remove.
3665 (cp_storage_class): New type.
3666 (cp_decl_spec): Likewise.
3667 (cp_decl_specifier_seq): Likewise.
3668 (cp_parameter_declarator): Use it for the decl_specifiers field.
3669 (check_tag_decl): Adjust prototype.
3670 (shadow_tag): Likewise.
3671 (groktypename): Likewise.
3672 (start_decl): Likewise.
3673 (start_function): Likewise.
3674 (start_method): Likewise.
3675 (grok_x_components): Remove.
3676 (grokfield): Adjust prototype.
3677 (grokbitfield): Likewise.
3678 (finish_member_class_template): Remove.
3679 * decl.c: Do not include lex.h.
3680 (adding_implicit_members): Do not define.
3681 (check_tag_decl): Do not use trees to represent decl-specifiers.
3682 (shadow_tag): Likewise.
3683 (groktypename): Likewise.
3684 (start_decl): Likewise.
3685 (grokvardecl): Likewise.
3686 (grokdeclarator): Likewise.
3687 (grokparms): Likewise.
3688 (start_function): Likewise.
3689 (start_method): Likewise.
3690 * decl.h (grokdeclarator): Adjust prototype.
3691 * decl2.c: Do not include lex.h.
3692 (grok_x_components): Remove.
3693 (grokfield): Do not use trees to represent decl-specifiers.
3694 (grokbitfield): Likewise.
3695 * lex.c: Do not include lex.h.
3696 * lex.h: Remove.
3697 * parser.c: Include target.h.
3698 (clear_decl_specs): New function.
3699 (cp_parser_translation_unit): Do not use trees to represent
3700 decl-specifiers.
3701 (cp_parser_postfix_expression): Likewise.
3702 (cp_parser_new_type_id): Likewise.
3703 (cp_parser_condition): Likewise.
3704 (cp_parser_simple_declaration): Likewise.
3705 (cp_parser_decl_specifier_seq): Likewise.
3706 (cp_parser_function_specifier_opt): Likewise.
3707 (cp_parser_conversion_type_id): Likewise.
3708 (cp_parser_template_parameter): Likewise.
3709 (cp_parser_explicit_instantiation): Likewise.
3710 (cp_parser_type_specifier): Likewise.
3711 (cp_parser_simple_type_specifier): Likewise.
3712 (cp_parser_init_declarator): Likewise.
3713 (cp_parser_type_id): Likewise.
3714 (cp_parser_type_specifier_seq): Likewise.
3715 (cp_parser_parameter_declaration): Likewise.
3716 (cp_parser_member_declaration): Likewise.
3717 (cp_parser_exception_declaration): Likewise.
3718 (cp_parser_function_definition_from_specifiers_and_declarator):
3719 Likewise.
3720 (cp_parser_single_declaration): Likewise.
3721 (cp_parser_save_member_function_body): Likewise.
3722 (cp_parser_friend_p): Likewise.
3723 (cp_parser_set_storage_class): New function.
3724 (cp_parser_set_decl_spec_type): Likewise.
3725 * pt.c: Do not include lex.h.
3726 * semantics.c: Likewise.
3727 (finish_member_class_template): Remove.
3728
3729 2004-06-23 Roger Sayle <roger@eyesopen.com>
3730
3731 * call.c (build_cxx_call): Don't call expand_tree_builtin. No
3732 longer take both "args" and "convert_args" as arguments.
3733 (build_op_delete_call): Update call to build_cxx_call.
3734 (build_over_call): Likewise, update call to build_cxx_call.
3735 * cp-tree.h (build_cxx_call): Update funtion prototype.
3736 * typeck.c (build_function_call): Don't call expand_tree_builtin.
3737 * rtti.c (throw_bad_cast): Update call to build_cxx_call.
3738 (throw_bad_typeid): Likewise.
3739 (build_dynamic_cast_1): Likewise.
3740
3741 2004-06-22 Richard Henderson <rth@redhat.com>
3742
3743 * class.c (build_vfn_ref): Take a pointer not object. Build
3744 an OBJ_TYPE_REF.
3745 (cp_fold_obj_type_ref): New.
3746 * call.c (build_over_call): Update build_vfn_ref call.
3747 * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): New.
3748 * cp-tree.h (cp_fold_obj_type_ref): Declare.
3749
3750 2004-06-21 Jason Merrill <jason@redhat.com>
3751
3752 PR c++/16112
3753 * cp-gimplify.c (cp_gimplify_init_expr): Look through
3754 CLEANUP_POINT_EXPR.
3755
3756 2004-06-21 Mark Mitchell <mark@codesourcery.com>
3757
3758 * cp-tree.def (NEW_EXPR): Add a fourth slot.
3759 * cp-tree.h (PARMLIST_ELLIPSIS_P): Remove.
3760 (TREE_PARMLIST): Likewise.
3761 (CALL_DECLARATOR_PARMS): Likewise.
3762 (CALL_DECLARATOR_QUALS): Likewise.
3763 (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
3764 (cp_declarator_kind): New type.
3765 (cp_parameter_declarator): Likewise.
3766 (cp_declarator): Likewise.
3767 (cp_error_declarator): Likewise.
3768 (no_parameters): Likewise.
3769 (groktypename): Change prototype.
3770 (start_decl): Likewise.
3771 (start_handler_parms): Likewise.
3772 (get_scope_of_declarator): Likewise.
3773 (start_function): Likewise.
3774 (start_preparsed_function): New function.
3775 (start_function): Change prototype.
3776 (start_method): Likewise.
3777 (grokfield): Likewise.
3778 (grokbitfield): Likewise.
3779 (build_new): Likewise.
3780 (make_pointer_declarator): Remove.
3781 (make_reference_declarator): Likewise.
3782 (make_call_declarator): Likewise.
3783 (set_quals_and_spec): Likewise.
3784 (process_template_parm): Change prototype.
3785 (begin_function_definition): Remove.
3786 (finish_parmlist): Remove.
3787 * decl.c (groktypename): Do not use trees to represent
3788 declarators.
3789 (start_decl): Likewise.
3790 (start_handler_parms): Remove.
3791 (get_scope_of_declarator): Reimplement.
3792 (grokdeclarator): Do not use trees to represent declarators.
3793 (grokparms): Likewise.
3794 (start_function): Likewise.
3795 (start_method): Likewise.
3796 (build_void_list_mode): Do not use TREE_PARMLIST.
3797 * decl.h (grokdeclarator): Change prototype.
3798 * decl2.c (grok_method_quals): Robustify.
3799 (grok_x_components): Do not use trees to represent declarators.
3800 (grokfield): Likewise.
3801 (grokbitfield): Likewise.
3802 (start_objects): Build FUNCTION_DECLs, not declarators.
3803 (start_static_storage_duration_function): Likewise.
3804 * init.c (build_new): Simplify.
3805 * lex.c (make_pointer_declarator): Remove.
3806 (make_reference_declarator): Likewise.
3807 (make_call_declarator): Likewise.
3808 (set_quals_and_spec): Likewise.
3809 * method.c (use_thunk): Use start_preparsed_function.
3810 (synthesize_method): Likewise.
3811 (implicitly_declare_fn): Build FUNCTION_DECLs, not declarators.
3812 * optimize.c (maybe_clone_body): Use start_preparsed_function.
3813 * parser.c (cp_error_declarator): New variable.
3814 (declarator_obstack): Likewise.
3815 (alloc_declarator): New function.
3816 (make_declarator): Likewise.
3817 (make_id_declarator): Likewise.
3818 (make_pointer_declarator): Likewise.
3819 (make_reference_declarator): Likewise.
3820 (make_ptrmem_declarator): Likewise.
3821 (make_call_declarator): Likewise.
3822 (make_array_declarator): Likewise.
3823 (no_parameters): New variable.
3824 (make_parameter_declarator): Likewise.
3825 (cp_parser_check_for_definition_in_return_type): Do not use trees
3826 to represent declarators.
3827 (cp_parser_translation_unit): Likewise.
3828 (cp_parser_new_expression): Likewise.
3829 (cp_parser_new_type_id): Likewise.
3830 (cp_parser_new_declarator_opt): Likewise.
3831 (cp_parser_direct_new_declarator): Likewise.
3832 (cp_parser_condition): Likewise.
3833 (cp_parser_declaration_statement): Likewise.
3834 (cp_parser_declaration): Likewise.
3835 (cp_parser_conversion_type_id): Likewise.
3836 (cp_parser_conversion_declarator_opt): Likewise.
3837 (cp_parser_template_parameter_list): Likewise.
3838 (cp_parser_template_parameter): Likewise.
3839 (cp_parser_explicit_instantiation): Likewise.
3840 (cp_parser_init_declarator): Likewise.
3841 (cp_parser_declarator): Likewise.
3842 (cp_parser_direct_declarator): Likewise.
3843 (cp_parser_type_id): Likewise.
3844 (cp_parser_parameter_declaration_clause): Likewise.
3845 (cp_parser_parameter_declaration_list): Likewise.
3846 (cp_parser_parameter_declaration): Likewise.
3847 (cp_parser_member_declaration): Likewise.
3848 (cp_parser_exception_declaration): Likewise.
3849 (cp_parser_check_declarator_template_parameters): Likewise.
3850 (cp_parser_function_definition_from_specifiers_and_declarator):
3851 Likewise.
3852 (cp_parser_save_member_function_body): Likewise.
3853 * pt.c (process_template_parm): Add is_non_type parameter.
3854 (convert_template_argument): Adjust call to groktypename.
3855 (tsubst_call_declarator_parms): Remove use of TREE_PARMLIST.
3856 (tsubst): Do not expect declarators.
3857 (tsubst_copy_and_build): Adjust NEW_EXPR case to handle additional
3858 argument.
3859 (instantiate_decl): Use start_preparsed_function.
3860 * semantics.c (begin_function_definition): Remove.
3861 (finish_parmlist): Remove.
3862 * cp-mudflap.c (mflang_flush_calls): Build FUNCTION_DECLs, not
3863 declarators.
3864
3865 2004-06-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3866
3867 * call.c (build_vfield_ref): Add new operand for COMPONENT_REF.
3868 (build_new_method_call): Likewise.
3869 * decl.c (local_variable_p_walkfn): Don't walk into types.
3870 * decl2.c (grok_array_decl): Add new operands for ARRAY_REF.
3871 (build_anon_union_vars): Add new operand for COMPONENT_REF.
3872 * init.c (buld_new): Add new operand for ARRAY_REF.
3873 * method.c (do_build_copy_constructor): New op for COMPONENT_REF.
3874 (do_build_assign_ref): Likewise.
3875 * parser.c (cp_parser_direct_new_declarator): Add new operands
3876 for ARRAY_REF.
3877 (cp_parser_direct_declarator): Likewise.
3878 * pt.c (tsubst): Likewise.
3879 (tsubst_copy, tsubst_copy_and_build): Likewise; also add new operand
3880 for COMPONENT_REF.
3881 * semantics.c (finish_non_static_data_member): Add new operand
3882 for COMPONENT_REF.
3883 * typeck.c (build_class_member_access_expr): Likewise.
3884 (build_class_member_access_expr, finish_class_member_access_expr):
3885 Likewise.
3886 (build_ptrmemfunc_access_expr): Likewise.
3887 (build_array_ref): Add new operands for ARRAY_REF.
3888 * typeck2.c (split_nonconstant_init_1): Likewise; COMPONENT_REF too.
3889 * tree.c (count_trees_r, no_linkage_helper): Don't walk in types.
3890
3891 2004-06-21 Richard Henderson <rth@redhat.com>
3892
3893 * dump.c (cp_dump_tree): Don't use dump_next_stmt.
3894 * parser.c (cp_parser_jump_statement): Update commentary.
3895 * pt.c (tsubst_expr): Use RETURN_EXPR.
3896 * semantics.c (finish_return_stmt): Likewise.
3897 (finalize_nrv_r): Likewise.
3898 * typeck.c, typeck2.c: Update file start commentary.
3899
3900 2004-06-21 Richard Henderson <rth@redhat.com>
3901
3902 * semantics.c (finish_expr_stmt): Call verify_sequence_points.
3903
3904 2004-06-20 Richard Henderson <rth@redhat.com>
3905
3906 * cp-tree.h (add_decl_stmt): Declare.
3907 * pt.c (tsubst_copy): Abort for CLEANUP_POINT_EXPR.
3908 * semantics.c (maybe_cleanup_point_expr): New.
3909 (add_decl_stmt, finish_expr_stmt, finish_return_stmt,
3910 finish_for_expr, finish_switch_cond): Use it.
3911 (finalize_nrv_r): Don't build an EXPR_STMT. Don't frob TREE_CHAIN.
3912
3913 2004-06-20 Richard Henderson <rth@redhat.com>
3914
3915 * cp-tree.def (CLEANUP_STMT, IF_STMT): Move from c-common.def.
3916 * cp-gimplify.c (gimplify_if_stmt): Move from c-gimplify.c.
3917 (cp_gimplify_expr): Call it.
3918 (gimplify_cleanup_stmt): Move from c-gimplify.c.
3919 (cp_genericize): New.
3920 * decl.c (finish_function): Call it.
3921 * cp-tree.h (cp_stmt_codes): Add CLEANUP_STMT, IF_STMT.
3922 (CLEANUP_BODY, CLEANUP_EXPR, CLEANUP_DECL): Move from c-common.h.
3923 (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
3924 (cp_genericize): Declare.
3925 * cxx-pretty-print.c (pp_cxx_statement): Add CLEANUP_STMT, IF_STMT.
3926 * dump.c (cp_dump_tree): Likewise.
3927 * semantics.c (push_cleanup): Move from c-semantics.c.
3928
3929 2004-06-20 Zack Weinberg <zack@codesourcery.com>
3930
3931 * cp-lang.c (has_c_linkage): Implement.
3932
3933 * cp-tree.h (set_mangled_name_for_decl): Don't prototype.
3934 * decl.c (duplicate_decls): Use COPY_DECL_RTL.
3935 (builtin_function_1): Don't call make_decl_rtl.
3936 (build_cp_library_fn): Don't call set_mangled_name_for_decl.
3937 (grokvardecl): Don't call mangle_decl.
3938 * except.c (nothrow_libfn_p): Look at DECL_NAME, not
3939 DECL_ASSEMBLER_NAME.
3940 * method.c (set_mangled_name_for_decl): Delete.
3941 * name-lookup.c (pushdecl): When a local extern shadows a
3942 file-scope declaration of the same object, give both DECLs the
3943 same DECL_UID.
3944 * typeck.c (cxx_mark_addressable): Don't set TREE_ADDRESSABLE
3945 on DECL_ASSEMBLER_NAME.
3946
3947 2004-06-19 Richard Henderson <rth@redhat.com>
3948
3949 * cp-gimplify.c: Remove unnecessary prototypes.
3950 (cp_gimplify_stmt): Merge into ...
3951 (cp_gimplify_expr): ... here. Move to end of file. Handle
3952 stmts_are_full_exprs_p frobbing.
3953 * cp-tree.h (cp_gimplify_stmt): Remove.
3954 * pt.c (tsubst_expr): Merge prep_stmt and unify.
3955 * tree.c (init_tree): Don't set lang_gimplify_stmt.
3956
3957 2004-06-18 Richard Henderson <rth@redhat.com>
3958
3959 PR c++/16034
3960 * semantics.c (begin_cond): New.
3961 (finish_cond): Rewrite to handle template DECL_STMTs specially.
3962 Assume that non-template decls go land before the conditional.
3963 (simplify_loop_decl_cond): Likewise.
3964 (begin_if_stmt, finish_if_stmt_cond, begin_while_stmt,
3965 finish_while_stmt_cond, finish_for_init_stmt, finish_for_cond,
3966 begin_switch_stmt, finish_switch_cond): Update to match.
3967
3968 2004-06-17 Jason Merrill <jason@redhat.com>
3969
3970 PR c++/16015
3971 * semantics.c (simplify_aggr_init_expr): Don't return the slot.
3972 (finish_stmt_expr_expr): Update type after conversions.
3973 (finish_stmt_expr): Wrap initializer in CLEANUP_POINT_EXPR.
3974 Handle void initializer.
3975 * tree.c (build_cplus_new): Make AGGR_INIT_EXPRs void.
3976
3977 2004-06-17 Geoffrey Keating <geoffk@apple.com>
3978
3979 * class.c (build_clone): Don't call defer_fn, let mark_used do it.
3980 * cp-tree.h (defer_fn): Delete.
3981 * decl2.c (defer_fn): Delete.
3982 (finish_file): Simplify deferred_fns loops; check that
3983 only used inline functions get into deferred_fns.
3984 (mark_used): Inline previous contents of defer_fn.
3985
3986 2004-06-16 Richard Henderson <rth@redhat.com>
3987
3988 * cp-tree.h (COMPOUND_STMT_TRY_BLOCK, COMPOUND_STMT_BODY_BLOCK): Kill.
3989 (BIND_EXPR_TRY_BLOCK, BIND_EXPR_BODY_BLOCK): New.
3990 * cxx-pretty-print.c (pp_cxx_function_definition): Move handling
3991 of CTOR_INITIALIZER ...
3992 (pp_cxx_statement): ... here.
3993 * decl.c (begin_function_body): Don't set COMPOUND_STMT_BODY_BLOCK.
3994 (finish_function): Use alloc_stmt_list to zap entire function.
3995 * parser.c (cp_parser_compound_statement): Update commentary.
3996 * pt.c (tsubst_expr): Use BIND_EXPR instead of COMPOUND_STMT.
3997 * semantics.c (begin_compound_stmt, finish_compound_stmt): Likewise.
3998 (finish_stmt_expr): Don't look through COMPOUND_STMT.
3999
4000 2004-06-16 Geoffrey Keating <geoffk@apple.com>
4001
4002 * pt.c (mark_decl_instantiated): Don't call defer_fn.
4003
4004 2004-06-16 Richard Henderson <rth@redhat.com>
4005
4006 * parser.c (cp_parser_labeled_statement): Update commentary.
4007 * pt.c (tsubst_expr): Use CASE_LABEL_EXPR.
4008 * tree.c (mark_local_for_remap_r): Likewise.
4009
4010 2004-06-16 Richard Henderson <rth@redhat.com>
4011
4012 * parser.c (cp_parser_asm_definition): Update commentary.
4013 * pt.c (tsubst_expr): Use ASM_EXPR.
4014 * semantics.c (finish_asm_stmt): Likewise.
4015
4016 2004-06-16 Richard Henderson <rth@redhat.com>
4017
4018 * decl.c (finish_destructor_body): Use LABEL_EXPR.
4019 * parser.c (cp_parser_statement): Update commentary.
4020 * pt.c (tsubst_expr): Use LABEL_EXPR, GOTO_EXPR.
4021 * semantics.c (finish_goto_stmt, finish_label_stmt): Likewise.
4022 * tree.c (mark_local_for_remap_r): Likewise.
4023
4024 2004-06-16 Richard Henderson <rth@redhat.com>
4025
4026 PR c++/16012
4027 * semantics.c (begin_for_stmt, begin_for_stmt): Do put the init
4028 statement in FOR_INIT_STMT for templates.
4029
4030 2004-06-15 Richard Henderson <rth@redhat.com>
4031
4032 * call.c (initialize_reference): Don't build CLEANUP_STMT here.
4033 * cp-gimplify.c (cp_gimplify_stmt): Remove next_p argument.
4034 (genericize_try_block): Use gimplify_stmt.
4035 (genericize_catch_block, genericize_eh_spec_block): Likewise.
4036 (cp_gimplify_init_expr): Remove STMT_EXPR special case.
4037 (gimplify_must_not_throw_expr): Update voidify_wrapper_expr call.
4038 * cp-lang.c (LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P): Remove.
4039 (cp_tree_chain_matters_p): Remove.
4040 * cp-tree.h (COMPOUND_STMT_TRY_BLOCK): New.
4041 (COMPOUND_STMT_BODY_BLOCK): New.
4042 (STATEMENT_LIST_NO_SCOPE, STATEMENT_LIST_TRY_BLOCK): New.
4043 (EXPR_STMT_STMT_EXPR_RESULT): New.
4044 (building_stmt_tree): Check cur_stmt_list.
4045 (tf_stmt_expr_cmpd, tf_stmt_expr_body): Remove.
4046 (BCS_NO_SCOPE, BCS_TRY_BLOCK, BCS_FN_BODY): New.
4047 * decl.c (poplevel): Use pop_stmt_list for minding cleanups.
4048 (cp_finish_decl): Use push_cleanup.
4049 (start_function, finish_function): Use statement lists.
4050 (finish_stmt): Do nothing.
4051 * except.c (begin_eh_spec_block): Use statement lists.
4052 (check_handlers_1, check_handlers): Likewise.
4053 * init.c (construct_virtual_base): Don't add extra compound stmts.
4054 (build_vec_init): Likewise.
4055 * name-lookup.c (maybe_push_cleanup_level): Use statement lists.
4056 * name-lookup.h (struct cp_binding_level): Add statement_list.
4057 * parser.c (cp_parser_statement): Take the STMT_EXPR node, not a bool.
4058 (cp_parser_labeled_statement, cp_parser_expression_statement,
4059 cp_parser_statement_seq_opt): Likewise.
4060 (cp_parser_compound_statement): Likewise. Take bool for try block.
4061 (cp_parser_selection_statement): Tidy if processing.
4062 (cp_parser_already_scoped_statement): Rewrite to do what it says.
4063 * pt.c (tsubst_copy): Move STMT_EXPR to tsubst_expr.
4064 (tsubst_expr): Rewrite STMT_EXPR processing. Handle STATEMENT_LIST.
4065 Mind COMPOUND_STMT_TRY_BLOCK, EXPR_STMT_STMT_EXPR_RESULT.
4066 * semantics.c (do_poplevel, do_pushlevel): Use statement lists.
4067 (finish_cond): New, rewritten from FINISH_COND.
4068 (simplify_loop_decl_cond): New.
4069 (finish_expr_stmt): Avoid nested EXPR_STMTs.
4070 (begin_if_stmt, finish_if_stmt_cond, finish_then_clause,
4071 begin_else_clause, finish_else_clause, finish_if_stmt,
4072 begin_while_stmt, finish_while_stmt_cond, finish_while_stmt,
4073 begin_do_stmt, finish_do_body, begin_for_stmt, finish_for_init_stmt,
4074 finish_for_cond, finish_for_stmt, begin_switch_stmt,
4075 finish_switch_cond, finish_switch_stmt, begin_try_block,
4076 finish_try_block, finish_cleanup_try_block, finish_function_try_block,
4077 finish_handler_sequence, finish_function_handler_sequence,
4078 begin_handler, finish_handler_parms, finish_handler,
4079 begin_stmt_expr, finish_stmt_expr_expr, finish_stmt_expr): Rewrite
4080 using statement lists.
4081 (begin_compound_stmt): Replace has_no_scope argument with flags.
4082 Update all callers. Use statement lists.
4083 (finish_compound_stmt): Likewise.
4084 (finish_decl_cleanup, finish_eh_cleanup): Use push_cleanup.
4085 (current_scope_stmt_stack): Remove.
4086 (simplify_aggr_init_expr): Don't muck with TREE_CHAIN.
4087 * typeck2.c (split_nonconstant_init_1, split_nonconstant_init):
4088 Rewrite with statement lists.
4089
4090 2004-06-15 Alexandre Oliva <aoliva@redhat.com>
4091
4092 * parser.c: Change all assignments of c_lex_string_translate
4093 to true and false to 1 and 0.
4094 (cp_lexer_read_token): Convert type of the translated string.
4095 (cp_parser_skip_to_closing_parentheses): Preserve original
4096 value of c_lex_string_translate, and set it to -1 while
4097 running.
4098 (cp_parser_cache_group): Likewise.
4099 (cp_parser_cache_group_1): Renamed.
4100 (cp_parser_asm_operand_list): Remove redundant setting of
4101 c_lex_string_translate.
4102 (cp_parser_primary_expression) [CPP_STRING, CPP_WSTRING]:
4103 Handle chained strings.
4104
4105 2004-06-12 Andrew Pinski <apinski@apple.com>
4106
4107 PR c++/14639
4108 Revert:
4109 2004-06-02 Andrew Pinski <pinskia@physics.uc.edu>
4110
4111 * cp-tree.h: Fix typo.
4112
4113 * cp-tree.h: Include cgraph.h
4114 (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
4115 TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.
4116
4117 2004-06-12 Jason Merrill <jason@redhat.com>
4118
4119 PR tree-optimization/14107
4120 * decl.c (finish_function): Warn about no return in all functions.
4121
4122 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
4123
4124 * cp-tree.h (struct language_function): Remove cannot_inline.
4125 * decl.c (save_function_data): cannot_inline is no more.
4126 (cxx_push_function_context): Likewise.
4127 * decl2.c (start_objects, start_static_storage_duration_function):
4128 Reset DECL_INLINE, set DECL_UNINLINABLE.
4129
4130 2004-06-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4131
4132 PR c++/15967
4133 * search.c (lookup_field): Propagate the ambiguity list.
4134 (lookup_fnfields): Likewise.
4135
4136 2004-06-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4137
4138 PR c++/15947
4139 * parser.c (cp_parser_template_name): Ctors/dtors never need a
4140 template keyword to disambiguate.
4141
4142 2004-06-14 Mark Mitchell <mark@codesourcery.com>
4143
4144 PR c++/15096
4145 * decl.c (grokdeclarator): Ignore pointer-to-members when
4146 computing template depth.
4147
4148 PR c++/14930
4149 * name-lookup.c (pushtag): Do not try to put class declarations in
4150 explicit specialization scopes.
4151
4152 2004-06-11 Andrew Pinski <pinskia@physics.uc.edu>
4153
4154 * decl.c (grokdeclarator): Do not depend on C99's _Bool's behavior.
4155
4156 2004-06-11 Mark Mitchell <mark@codesourcery.com>
4157
4158 PR c++/15862
4159 * name-lookup.c (unqualified_namespace_lookup): Do not ignore type
4160 bindings for undeclared built-ins.
4161
4162 2004-06-11 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4163
4164 * typeck2.c (abstract_virtual_errors): Reword diagnostics, make them
4165 appear at the correct location.
4166
4167 2004-06-10 Jason Merrill <jason@redhat.com>
4168
4169 PR c++/15875
4170 Revert:
4171 2004-06-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4172 * init.c (build_offset_ref): Build SCOPE_REF with non-null
4173 TREE_TYPE for non-dependent names.
4174 * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
4175 unknown_type_node as its TREE_TYPE.
4176 * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
4177 * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
4178 (dump_expr) <SCOPE_REF case>: Likewise.
4179
4180 2004-06-10 Mark Mitchell <mark@codesourcery.com>
4181
4182 PR c++/15227
4183 * parser.c (cp_parser_direct_declarator): Robustify.
4184
4185 PR c++/15877
4186 * pt.c (tsubst_copy): Use decl_constant_value on enumeration
4187 constants in non-dependent contexts.
4188
4189 PR c++/14211
4190 PR c++/15076
4191 * typeck.c (build_static_cast): Wrap casts in NON_LVALUE_EXPR when
4192 necessary.
4193
4194 2004-06-10 Jakub Jelinek <jakub@redhat.com>
4195
4196 PR c++/14791
4197 * decl.c (duplicate_decls): Handle fileptr_type_node arguments
4198 specially.
4199
4200 2004-06-09 Mark Mitchell <mark@codesourcery.com>
4201
4202 Revert:
4203 PR c++/15815
4204 2004-06-07 Mark Mitchell <mark@codesourcery.com>
4205 * lex.c (handle_pragma_interface): Deprecate.
4206 (handle_pragma_implementation): Likewise.
4207
4208 2004-06-09 Andrew Pinski <pinskia@physics.uc.edu>
4209
4210 * g++spec.c (lang_specific_driver): Remove check for -lm
4211 and -lmath when check it see if it was the math library.
4212
4213 2004-06-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4214
4215 PR c++/7841
4216 * parser.c (cp_parser_direct_declarator): Reject constructor named
4217 as qualified template-id.
4218
4219 2004-06-07 Mark Mitchell <mark@codesourcery.com>
4220
4221 PR c++/15815
4222 * lex.c (handle_pragma_interface): Deprecate.
4223 (handle_pragma_implementation): Likewise.
4224
4225 2004-06-07 Mark Mitchell <mark@codesourcery.com>
4226
4227 PR c++/15766
4228 * parser.c (cp_parser_iteration_statement): Fix typo in error
4229 message.
4230
4231 PR c++/14777
4232 * pt.c (tsubst_default_argument): Do not defer access checks
4233 while substituting into the default argument.
4234
4235 PR c++/15554
4236 * pt.c (tsubst_copy): Do not try to substitute for an enumeration
4237 constant in a non-dependent context.
4238
4239 PR c++/15057
4240 * except.c (build_throw): Ensure that temp_expr has been
4241 initialized.
4242
4243 2004-06-06 Roger Sayle <roger@eyesopen.com>
4244
4245 * cp/cp-tree.h (lvalue_or_else): Add function prototype.
4246
4247 2004-06-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4248
4249 PR c++/15503
4250 * parser.c (cp_parser_mem_initializer_id): Gracefully reject
4251 'typename', and accept 'template'.
4252
4253 2004-06-03 Andrew Pinski <pinskia@physics.uc.edu>
4254 Jan Hubicka <jh@suse.cz>
4255
4256 PR c++/14639
4257 * method.c (use_think): Do not mark thunk as referenced.
4258
4259 2004-06-03 Matt Austern <austern@apple.com>
4260
4261 PR c++/15428
4262 * decl2.c (maybe_emit_vtables): If TARGET_WEAK_NOT_IN_ARCHIVE_TOC
4263 is nonzero, and if we see a noninline definition of a key method,
4264 make the vtables nonweak.
4265
4266 2004-06-02 Matt Austern <austern@apple.com>
4267
4268 * cp-tree.h (instantiate_decl): new boolean parameter,
4269 undefined_ok. Current behavior is equivalent to its being 0.
4270 * decl2.c (mark_used): Add new argument when calling instantiate_decl
4271 * pt.c (mark_decl_instantiated): Unconditionally make
4272 instantiations explicit unconditionally
4273 (do_decl_instantiation): Don't call SET_DECL_EXPLICIT_INSTANTIATION,
4274 since mark_decl_instantiated now does it.
4275 (instantiate_class_member): New. Instantiate a member of an
4276 explicitly instantiated class template.
4277 (do_type_instantiation): Explicitly instantiate members of an
4278 explicitly instantiated class template.
4279 (instantiate_decl): if undefined_ok is nonzero, and if we're
4280 trying to explicitly instantiated a template with no definition,
4281 change it to an implicit instantiation.
4282 (instantiate_pending_templates): Add new argument to instantiate_decl.
4283 * tree.c (cp_cannot_inline_tree_fn): Likewise.
4284
4285 2004-06-02 Andrew Pinski <pinskia@physics.uc.edu>
4286
4287 * cp-tree.h: Fix typo.
4288
4289 * cp-tree.h: Include cgraph.h
4290 (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
4291 TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.
4292
4293 2004-06-01 Jason Merrill <jason@redhat.com>
4294
4295 PR c++/15142
4296 * call.c (call_builtin_trap): Remove type parm.
4297 (convert_arg_to_ellipsis): Change a non-POD argument to integer type.
4298 (build_x_va_arg): Dereference a null pointer for a non-POD argument.
4299
4300 2004-06-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4301
4302 PR c++/13092
4303 * init.c (build_offset_ref): Build SCOPE_REF with non-null
4304 TREE_TYPE for non-dependent names.
4305 * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
4306 unknown_type_node as its TREE_TYPE.
4307 * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
4308 * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
4309 (dump_expr) <SCOPE_REF case>: Likewise.
4310
4311 2004-06-01 Richard Henderson <rth@redhat.com>
4312 Andrew Pinski <pinskia@physics.uc.edu>
4313
4314 * lex.c (reswords): Rename "__offsetof" to "__builtin_offsetof".
4315 * parser.c (struct cp_parser): Remove in_offsetof.
4316 (cp_parser_new): Don't set it.
4317 (cp_parser_unary_expression): Don't check it.
4318 (cp_parser_postfix_open_square_expression): Split out from ...
4319 (cp_parser_postfix_expression): ... here.
4320 (cp_parser_postfix_dot_deref_expression): Likewise.
4321 (cp_parser_builtin_offsetof): New.
4322 (cp_parser_primary_expression): Use it.
4323
4324 2004-06-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4325
4326 PR c++/14932
4327 * parser.c (cp_parser_postfix_expression): Allow subscript
4328 operator in offsetof.
4329
4330 2004-05-31 Mark Mitchell <mark@codesourcery.com>
4331
4332 PR c++/15701
4333 * friend.c (add_friend): Do not try to perform access checks for
4334 functions from dependent classes.
4335
4336 2004-05-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
4337
4338 * cxx-pretty-print.c (pp_cxx_colon_colon): Expor.
4339 (pp_cxx_begin_template_argument_list): Turn into a function.
4340 (pp_cxx_end_template_argument_list): Likewise.
4341 (pp_cxx_separate_with): Define.
4342 (pp_cxx_unqualified_id): Tidy.
4343 (pp_cxx_primary_expression): Likewise.
4344 (pp_cxx_postfix_expression): Likewise.
4345 (pp_cxx_expression): Likewise.
4346 (pp_cxx_simple_type_specifier): Likewise.
4347 (pp_cxx_type_specifier_seq): Likewise.
4348 (pp_cxx_parameter_declaration_clause): Likewise.
4349 (pp_cxx_exception_specification): Likewise.
4350 (pp_cxx_direct_declarator): Likewise.
4351 (pp_cxx_type_id): Likewise.
4352 * cxx-pretty-print.h (pp_cxx_whitespace): Export from
4353 cxx-pretty-print.c.
4354 (pp_cxx_left_paren): Likewise.
4355 (pp_cxx_right_paren): Likewise.
4356 (pp_cxx_left_brace): Likewise.
4357 (pp_cxx_right_brace): Likewise.
4358 (pp_cxx_left_bracket): Likewise.
4359 (pp_cxx_right_bracket): Likewise.
4360 (pp_cxx_dot): Likewise.
4361 (pp_cxx_identifier): Likewise.
4362 (pp_cxx_tree_identifier): Likewise.
4363 (pp_cxx_ampersand): New macro.
4364 (pp_cxx_star): Likewise.
4365 (pp_cxx_arrow): Likewise.
4366 (pp_cxx_semicolon): Likewise.
4367 (pp_cxx_complement): Likewise.
4368 (pp_cxx_begin_template_argument_list): Declaree.
4369 (pp_cxx_end_template_argument_list): Likewise.
4370 (pp_cxx_colon_colon): likewise.
4371
4372 2004-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4373
4374 * parser.c (cp_parser_simple_type_specifier): Explicitly test
4375 against NULL_TREE.
4376
4377 2004-05-31 Kazu Hirata <kazu@cs.umass.edu>
4378
4379 * call.c, class.c, cp-tree.def, decl2.c, name-lookup.c, pt.c,
4380 typeck.c: Fix comment formatting.
4381
4382 2004-05-30 Andrew Pinski <pinskia@physics.uc.edu>
4383
4384 * cp-lang.c (cp_expand_decl): Remove.
4385 (LANG_HOOKS_EXPAND_DECL): Use c_expand_decl.
4386
4387 2004-05-30 Andreas Jaeger <aj@suse.de>
4388
4389 * lang-specs.h: Add missing initializers for .ii.
4390
4391 2004-05-28 Aldy Hernandez <aldyh@redhat.com>
4392
4393 * decl.c (cp_make_fname_decl): Free return value from
4394 fname_as_string.
4395
4396 2004-05-28 Mark Mitchell <mark@codesourcery.com>
4397
4398 PR c++/15083
4399 * decl2.c (delete_sanity): Set TREE_SIDE_EFFECTS on a DELETE_EXPR,
4400 even in a templat.e
4401 * init.c (build_new): Likewise.
4402
4403 PR c++/15640
4404 * name-lookup.c (arg_assoc): Robustify.
4405
4406 PR c++/15471
4407 * typeck.c (unary_complex_lvalue): Use context_for_name_lookup
4408 when determining the scope to use for a pointer to member.
4409 (lookup_anon_field): Give it external linkage.
4410 * cp-tree.h (lookup_anon_field): Declare it.
4411 * expr.c (cplus_expand_constant): Use it.
4412
4413 2004-05-28 Mark Mitchell <mark@codesourcery.com>
4414
4415 PR c++/14668
4416 * parser.c (cp_parser_simple_type_specifier): Call
4417 maybe_note_name_used_in_class.
4418
4419 2004-05-28 Tom Marshall <tmarshall@real.com>
4420
4421 PR c++/15214
4422 * class.c (finish_struct_1): Warn only if the dtor is non-private or
4423 the class has friends.
4424
4425 2004-05-27 Adam Nemet <anemet@lnxw.com>
4426
4427 PR c++/12883
4428 * decl.c (complete_array_type): Set TYPE_NEEDS_CONSTRUCTING and
4429 TYPE_HAS_NONTRIVIAL_DESTRUCTOR based on the underlying type.
4430
4431 2004-05-24 Geoffrey Keating <geoffk@apple.com>
4432
4433 * method.c (implicitly_declare_fn): Don't call defer_fn; abort
4434 if it might be needed.
4435 * pt.c (mark_decl_instantiated): Only call defer_fn if
4436 the function actually needs processing in finish_file.
4437 * decl2.c (finish_file): Add check that elements in
4438 deferred_fns_used are really needed there. Remove unnecessary
4439 test of DECL_SAVED_TREE.
4440
4441 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
4442
4443 * Make-lang.in: No need to specify $(LIBCPP).
4444
4445 2004-05-23 Mark Mitchell <mark@codesourcery.com>
4446
4447 PR c++/15044
4448 * parser.c (cp_parser_class_head): Robustify.
4449
4450 PR c++/15317
4451 * parser.c (cp_parser_decl_specifier_seq): Correct error in
4452 comment.
4453 (cp_parser_constructor_declarator_p): Treat attributes
4454 as decl-specifiers.
4455
4456 PR c++/15329
4457 * typeck.c (build_unary_op): Do not attempt to resolve casts to
4458 base classes in templates.
4459
4460 2004-05-23 Mark Mitchell <mark@codesourcery.com>
4461
4462 PR c++/15165
4463 * pt.c (instantiate_template): Robustify.
4464
4465 2004-05-23 Mark Mitchell <mark@codesourcery.com>
4466
4467 PR c++/15025
4468 * decl.c (xref_tag): Issue errors about redeclaring template
4469 classes as non-template classes.
4470
4471 2004-05-23 Mark Mitchell <mark@codesourcery.com>
4472
4473 PR c++/14821
4474 * name-lookup.c (supplement_binding): Allow redefinitions of
4475 namespace aliases.
4476
4477 PR c++/14883
4478 * parser.c (cp_parser_template_argument): Robustify.
4479
4480 2004-05-23 Gabriel Dos Reis <gdr@integrable-solutions.net>
4481
4482 * class.c (alter_access): Use %E format specifier to print an
4483 identifier node. Avoid looking at the IDENTIFIER_POINTER.
4484 (push_lang_context): Likewise.
4485 * decl.c (lookup_label): Likewise.
4486 (grokdeclarator): Likewise.
4487 * parser.c (cp_parser_check_for_invalid_template_id): Likewise.
4488 * pt.c (do_type_instantiation): Likewise.
4489 * tree.c (handle_java_interface_attribute): Likewise.
4490 (handle_com_interface_attribute): Likewise.
4491 (handle_init_priority_attribute): Likewise.
4492
4493 2004-05-22 Mark Mitchell <mark@codesourcery.com>
4494
4495 PR c++/15285
4496 PR c++/15299
4497 * pt.c (build_non_dependent_expr): Expand the set of tree nodes
4498 recognized as overloaded functions.
4499
4500 2004-05-22 Mark Mitchell <mark@codesourcery.com>
4501
4502 PR c++/15507
4503 * class.c (layout_nonempty_base_or_field): Do not try to avoid
4504 layout conflicts for unions.
4505
4506 PR c++/15542
4507 * typeck.c (build_x_unary_op): Instantiate template class
4508 specializations before looking for "operator &".
4509
4510 PR c++/15427
4511 * typeck.c (complete_type): Layout non-dependent array types, even
4512 in templates.
4513
4514 PR c++/15287
4515 * typeck.c (build_unary_op): Do not optimize "&x[y]" when in a
4516 template.
4517
4518 2004-05-22 Roger Sayle <roger@eyesopen.com>
4519
4520 * name-lookup.c (check_for_out_of_scope_variable): Avoid ICE by
4521 returning when TREE_TYPE is error_mark_node.
4522 * typeck.c (require_complete_type): Return error_mark_node if
4523 value's type is an error_mark_node.
4524
4525 2004-05-20 Andrew Pinski <pinskia@physics.uc.edu>
4526
4527 * optimize.c (calls_setjmp_r): Remove.
4528 (calls_setjmp_p): Remove.
4529 * cp-tree.c (calls_setjmp_p): Remove.
4530 * decl.c (finish_function): Do not call calls_setjmp_p.
4531
4532 2004-05-18 Zack Weinberg <zack@codesourcery.com>
4533
4534 * decl.c (cp_finish_decl): Use mark_decl_referenced.
4535 * decl2.c (maybe_make_one_only): Likewise.
4536 * method.c (use_thunk): Likewise.
4537
4538 2004-05-18 Jason Merrill <jason@redhat.com>
4539
4540 * class.c (build_base_path): Tidy a bit.
4541
4542 2004-05-14 Geoffrey Keating <geoffk@apple.com>
4543
4544 * name-lookup.c (struct scope_binding): New.
4545 (EMPTY_SCOPE_BINDING): New.
4546 (lookup_using_namespace): Take a scope_binding instead of a
4547 cxx_binding.
4548 (qualified_lookup_using_namespace): Likewise.
4549 (cxx_binding_clear): Delete.
4550 (do_nonmember_using_decl): Use a scope_binding instead of a
4551 cxx_binding.
4552 (lookup_tag): Don't call select_decl.
4553 (ambiguous_decl): Don't return anything (and change callers to match).
4554 Take a scope_binding as the second parameter.
4555 (lookup_namespace_name): Use a scope_binding instead of a
4556 cxx_binding.
4557 (unqualified_namespace_lookup): Likewise.
4558 (lookup_qualified_name): Likewise.
4559 (select_decl): Take a scope_binding instead of a cxx_binding.
4560 Use macros rather than hand-coding tests for type-ness.
4561
4562 2004-05-13 Diego Novillo <dnovillo@redhat.com>
4563
4564 * cp-gimplify.c: Rename from cp-simplify.c.
4565 * Make-lang.in, optimize.c: Update.
4566
4567 2004-05-13 Diego Novillo <dnovillo@redhat.com>
4568
4569 Merge from tree-ssa-20020619-branch. See
4570 ChangeLog.tree-ssa for details.
4571
4572 * Make-lang.in, call.c, class.c, cp-lang.c, cp-tree.def,
4573 cp-tree.h, cvt.c, decl.c, decl2.c, error.c, except.c,
4574 expr.c, init.c, name-lookup.h, optimize.c, parser.c,
4575 pt.c, rtti.c, semantics.c, tree.c, typeck.c, typeck2.c:
4576 Merged.
4577 * cp-mudflap.c: New file.
4578 * cp-simplify.c:: New file.
4579
4580 2004-05-03 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4581
4582 PR c++/14389
4583 * decl2.c (check_classfn): For member templates, compare also the
4584 template parameters to match the declaration.
4585 * cp-tree.h: Adjust declaration of check_classfn.
4586 * decl.c (start_decl, grokfndecl): Adjust callers of check_classfn.
4587 * friend.c (do_friend): Likewise.
4588 * pt.c (tsubst_friend_function): Likewise.
4589
4590 2004-05-01 Zack Weinberg <zack@codesourcery.com>
4591
4592 * decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE.
4593 Instead, dig into the representation type to find the array bound.
4594
4595 2004-04-30 Jason Merrill <jason@redhat.com>
4596
4597 Refer to base members using COMPONENT_REFs where possible.
4598 * class.c (build_simple_base_path): New fn.
4599 (build_base_path): Use it for non-virtual base references.
4600 (layout_class_type): Change base fields to their real type
4601 after layout is done.
4602 * cp-tree.h (IS_FAKE_BASE_TYPE): New macro.
4603 * cp-lang.c (cxx_get_alias_set): Use it.
4604
4605 2004-04-30 Kazu Hirata <kazu@cs.umass.edu>
4606
4607 * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti.c: Fix
4608 comment typos.
4609
4610 2004-04-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4611
4612 PR c++/15064
4613 * parser.c (cp_parser_postfix_expression): typeid operator cannot be
4614 used in integral constant expressions.
4615
4616 2004-04-22 Mark Mitchell <mark@codesourcery.com>
4617
4618 * init.c (build_aggr_init): Fix accidental use of C99 construct in
4619 previous change.
4620
4621 * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on
4622 braced initializer.
4623 * cp-tree.h (BRACE_ENCLOSED_INITIALIZER_P): New macro.
4624 * decl.c (reshape_init): Use it.
4625 * init.c (perform_member_init): Remove redundant condition.
4626 (build_aggr_init): Adjust to handle brace-enclosed initializers
4627 correctly.
4628 (expand_default_init): Use BRACE_ENCLOSED_INITIALIZER_P.
4629
4630 * parser.c (cp_parser_initializer_clause): Do not set
4631 TREE_HAS_CONSTRUCTOR on the initializer.
4632 * rtti.c (tinfo_base_init): Likewise.
4633 (generic_initializer): Likewise.
4634 (ptr_initializer): Likewise.
4635 (ptm_initializer): Likewise.
4636 (class_initializer): Likewise.
4637 (get_pseudo_ti_init): Likewise.
4638 * typeck2.c (digest_init): Use BRACE_ENCLOSED_INITIALIZER_P.
4639
4640 2004-04-22 Alan Modra <amodra@bigpond.net.au>
4641
4642 * name-lookup.c (anonymous_namespace_name): Make static.
4643
4644 2004-04-19 Roger Sayle <roger@eyesopen.com>
4645
4646 PR middle-end/14531
4647 * class.c (build_base_path): Call fold whilst building the NULL
4648 pointer check expression trees.
4649
4650 2004-04-15 Bryce McKinlay <mckinlay@redhat.com>
4651
4652 * init.c (build_new_1): Don't use type size argument for Java
4653 _Jv_AllocObject call.
4654
4655 2004-04-09 Danny Smith <dannysmith@users.sourceforge.net>
4656
4657 * method.c (make_alias_for_thunk): Remove preprocessor guard on
4658 declaration and definition.
4659
4660 2004-04-08 Danny Smith <dannysmith@users.sourceforge.net>
4661
4662 PR c++/14808
4663 * method.c (use_thunk): Test TARGET_USE_LOCAL_THUNK_ALIAS_P rather
4664 than ASM_OUTPUT_DEF.
4665
4666 2004-04-08 Jakub Jelinek <jakub@redhat.com>
4667
4668 * decl2.c (mark_used): Don't segfault if cfun != NULL but
4669 current_function_decl == NULL.
4670
4671 2004-04-05 Nathan Sidwell <nathan@codesourcery.com>
4672
4673 PR c++/3518
4674 * pt.c (check_cv_quals_for_unify): Ignore bogus CV quals at outer
4675 level.
4676
4677 2004-04-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4678
4679 * init.c (decl_constant_value): Don't look at DECL_INITIAL
4680 of PARM_DECL.
4681 * tree.c (bot_manip, build_min): Don't look at TREE_CONSTANT
4682 or TREE_SIDE_EFFECTS of a type.
4683
4684 2004-04-02 Nathan Sidwell <nathan@codesourcery.com>
4685
4686 PR c++/14007
4687 * pt.c (check_cv_quals_for_unify): Correct logic for disallowed
4688 cv-qualifier unification.
4689 * tree.c (cp_build_qualified_type_real): Renable DR295 logic.
4690
4691 2004-04-02 Jan Hubicka <jh@suse.cz>
4692
4693 * cp-lang. (LANG_HOOKS_UPDATE_DECL_AFTER_SAVING): Define.
4694 * cp-tree.h (cp_update_decl_after_saving): Declare.
4695 * tree.c (cp_update_decl_after_saving): Define.
4696
4697 2004-04-01 Mark Mitchell <mark@codesourcery.com>
4698
4699 PR c++/14803
4700 * typeck.c (get_delta_difference): Call fold before returning the
4701 value.
4702
4703 2004-04-01 Richard Henderson <rth@redhat.com>
4704
4705 PR c++/14804
4706 * decl.c (cp_finish_decl): Preserve TREE_READONLY more often.
4707 * typeck2.c (split_nonconstant_init): Clear TREE_READONLY.
4708
4709 2004-04-01 Mark Mitchell <mark@codesourcery.com>
4710
4711 PR c++/14810
4712 * name-lookup.c (maybe_push_cleanup_level): Robustify.
4713
4714 2004-04-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4715
4716 * class.c (VTT_TOP_LEVEL_P): Use unsigned_flag directly.
4717
4718 2004-03-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4719
4720 * call.c (joust): Use TYPE_UNSIGNED, not TREE_UNSIGNED.
4721 * class.c (check_bitfield_decl): Likewise.
4722 * cvt.c (type_promotes_to): Likewise.
4723 * decl.c (finish_enum): Likewise.
4724 * mangle.c (write_builtin_type): Likewise.
4725 * semantics.c (finish_switch_cond, finish_unary_op_expr): Likewise.
4726 * typeck.c (type_after_usual_arithmetic_conversions): Likewise.
4727 (build_binary_op): Likewise.
4728
4729 2004-03-31 Jan Hubicka <jh@suse.cz>
4730
4731 * tree.h (optimize_function): Kill prototype.
4732 * optimize.c (dump_function, optimize_function, dump_finction): Kill.
4733 * semantics.c (expand_body): Kill.
4734
4735 2004-03-30 Mark Mitchell <mark@codesourcery.com>
4736
4737 PR c++/14724
4738 * decl.c (start_decl_1): Do not decide whether or not to create a
4739 new cleanup level until after the type has been completed.
4740
4741 PR c++/14763
4742 * pt.c (tsubst_default_argument): Clear current_function_decl.
4743
4744 2004-03-30 Zack Weinberg <zack@codesourcery.com>
4745
4746 * name-lookup.c, parser.c: Use new shorter form of GTY markers.
4747
4748 2004-03-29 Zack Weinberg <zack@codesourcery.com>
4749
4750 * error.c (dump_function_name): If T's DECL_LANG_SPECIFIC
4751 is null, just print the literal name and return.
4752
4753 2004-03-25 Kazu Hirata <kazu@cs.umass.edu>
4754
4755 * cxx-pretty-print.c: Fix comment typos.
4756
4757 2004-03-24 Kazu Hirata <kazu@cs.umass.edu>
4758
4759 * cxx-pretty-print.c, cxx-pretty-print.h, decl.h, friend.c:
4760 Update copyright.
4761
4762 2004-03-23 Ziemowit Laski <zlaski@apple.com>
4763
4764 * Make-lang.in (cp/mangle.o): Depend on $(TARGET_H).
4765 * mangle.c (write_type): Add call to 'mangle_fundamental_type'
4766 target hook.
4767
4768 2004-03-23 Zack Weinberg <zack@codesourcery.com>
4769
4770 PR 12267, 12391, 12560, 13129, 14114, 14133
4771 * cp-lang.c (c_reset_state): Delete.
4772 (push_file_scope, pop_file_scope): New stubs.
4773 * parser.c (c_parse_file): Call sorry() here if called more than once.
4774
4775 2004-03-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4776
4777 * typeck.c (build_c_cast): Only look at TREE_CONSTANT_OVERFLOW
4778 for INTEGER_CST.
4779
4780 2004-03-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
4781
4782 * cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.
4783
4784 2004-03-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
4785
4786 * error.c (enum pad): Remove.
4787 (dump_qualifiers): Likewise.
4788 (dump_type): Replace dump_qualifiers with pp_cxx_cv_qualifier_seq.
4789 (dump_aggr_type): Likewise.
4790 (dump_type_suffix): Likewise.
4791 (dump_simple_decl): Likewise.
4792 (dump_function_decl): Likewise.
4793 (cv_to_string): Likewise.
4794 (dump_type_prefix): Likewise. Adjust return void.
4795 * cxx-pretty-print.c (pp_cxx_cv_qualifier_seq): Move to
4796 cxx_pretty_print.h.
4797 (pp_cxx_template_keyword_if_needed): Document.
4798 (pp_cxx_qualified_id): Document case FUNCTION_DECL. Tidy.
4799 (pp_cxx_expression): Handle NON_DEPENDENT_EXPR and
4800 MUST_NOT_THROW_EXPR.
4801
4802 2004-03-21 Mark Mitchell <mark@codesourcery.com>
4803
4804 PR c++/14616
4805 * decl.c (cp_finish_decl): Compute the size of arrays declared in
4806 templates, if their type is non-dependent.
4807
4808 2004-03-19 Mark Mitchell <mark@codesourcery.com>
4809
4810 * call.c (build_op_delete_call): Do not forget the placement
4811 arguments when iterating through mutiple delete operators.
4812
4813 * cp-tree.h (svaed_scope): Remove last_parms.
4814 (NEW_DELETE_OPNAME_P): New macro.
4815 (last_function_parms): Remove.
4816 (do_friend): Adjust prototype.
4817 * decl.c (grokparms): Return the PARM_DECLs directly, rather than
4818 using last_function_parms.
4819 (grokfndecl): Take the PARM_DECLs as an argument, rather than
4820 using last_function_parms.
4821 (grokdeclarator): Adjust accordingly. Do not form METHOD_TYPEs
4822 for class-specific operator new and operator delete.
4823 (grok_op_properties): Do not look for allocation functions with
4824 METHOD_TYPEs.
4825 (start_function): Use DECL_ARGUMENTS instead of
4826 last_function_parms.
4827 * decl.h (last_function_parms): Do not declare.
4828 * decl2.c (grokclassfn): Do not use last_function_parms.
4829 * friend.c (do_friend): Remove parmdecls parameter.
4830 * name-lookup.c (push_to_top_level): Do not save last_function_parms.
4831 (pop_from_top_level): Do not restore it.
4832 * pt.c (check_explicit_specialization): Do not adjust
4833 last_function_parms.
4834
4835 * name-lookup.c (do_local_using_decl): Create a local binding for
4836 types brought in via using declarations.
4837
4838 * name-lookup.c (lookup_arg_dependent): Handle block-scope
4839 function declarations correctly.
4840
4841 * semantics.c (finish_id_expression): Correct handling of
4842 conversion operators to dependent types.
4843
4844 * typeck.c (lookup_destructor): Allow the use of destructors from
4845 base classes.
4846
4847 2004-03-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4848
4849 * cxx-pretty-print.c (pp_cxx_unqualified_id): Use
4850 TEMPLATE_TYPE_PARM_INDEX instead of TYPE_FIELDS.
4851 * search.c (dfs_unuse_fields): Add two more TREE_CODES that mean
4852 the field is named TEMPLATE_TYPE_PARM_INDEX.
4853
4854 2004-03-19 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4855
4856 PR c++/14545
4857 * parser.c (cp_parser_functional_cast): A cast to anything
4858 but integral or enumaration type is not an integral constant
4859 expression.
4860 * pt.c (value_dependent_expression_p): Handle cast expressions
4861 without operands (such as "int()").
4862
4863 2004-03-18 Mark Mitchell <mark@codesourcery.com>
4864
4865 * semantics.c (finish_pseudo_destructor_expr): Allow differing
4866 cv-qualification between the type named by the
4867 pseudo-destructor-name and the object-type.
4868
4869 * search.c (accessible_base_p): Handle non-proper bases.
4870
4871 * name-lookup.c (do_nonmember_using_decl): If a using declaration
4872 refers to a single overloaded function, set the type of the
4873 function.
4874 * tree.c (lvalue_type): Simplify.
4875 * typeck.c (type_unknown_p): Do not assume all OVERLOADs have an
4876 unknown type.
4877 (build_unary_op): Handle OVERLOADs with known types.
4878
4879 * decl.c (duplicate_decls): Do not destroy DECL_ARGUMENTS for
4880 function templates.
4881
4882 * parser.c (cp_parser_postfix_expression): Handle the use of
4883 "typename" in non-dependent contexts. Convert appropriately when
4884 when using a qualified name after "->" or ".".
4885
4886 * call.c (conditional_conversion): Honor the requirement that some
4887 conversions refer to the original object.
4888
4889 2004-03-18 Mark Mitchell <mark@codesourcery.com>
4890
4891 * call.c (build_conditional_expr): Do not call force_rvalue for
4892 operands of void_type when the conditional expression itself has
4893 void type.
4894 * name-lookup.c (pushdecl): Don't consider a declaration of a
4895 function named "main" to be an overload of a type named "main".
4896 * parser.c (cp_parser_template_name): Perform name lookup when the
4897 template name is proceeded by "template" if the qualifying scope
4898 is non-dependent.
4899 * typeck.c (composite_pointer_type_r): Correctly handle
4900 pointer-to-member types.
4901 (build_const_cast): Likewise.
4902
4903 2004-03-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4904
4905 * cp-tree.def (TEMPLATE_TYPE_PARM, TYPEOF_TYPE): Update comments.
4906 * cp-tree.h (NEW_EXPR_USE_GLOBAL, DELETE_EXPR_USE_GLOBAL): Add check.
4907 (DELETE_EXPR_USE_VEC, COMPOUND_EXPR_OVERLOADED): Likewise.
4908 (KOENIG_LOOKUP_P, PTRMEM_OK_P, TEMPLATE_TYPE_PARM_INDEX): Likewise.
4909 (TYPENAME_TYPE_FULLNAME): Add check and use type.values.
4910 (TYPEOF_TYPE_EXPR): New macro.
4911 * class.c (finish_struct_bits): Use TYPE_VFIELD and TYPE_METHODS.
4912 * error.c (dump_type): Use TYPEOF_TYPE_EXPR.
4913 * pt.c (tsubst): Likewise.
4914 * semantics.c (finish_typeof): Likewise.
4915 * search.c (dfs_unuse_fields): Handle TYPENAME_TYPE, TYPEOF_TYPE,
4916 and TEMPLATE_TYPE_PARM.
4917 * typeck.c (comptypes): Use TYPE_ORIG_SIZE_TYPE, not TYPE_DOMAIN.
4918 (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
4919
4920 2004-03-16 Mark Mitchell <mark@codesourcery.com>
4921
4922 PR c++/14586
4923 * cp-tree.h (build_new_op): Change prototype.
4924 (build_x_binary_op): Likewise.
4925 * call.c (build_new_op): Add overloaded_p parameter.
4926 * decl2.c (grok_array_decl): Adjust call to build_new_op.
4927 * parser.c (cp_parser_binary_expression): Note that uses of
4928 overloaded operators prevents an expression from being considered
4929 an integral constant.
4930 * pt.c (tsubst_copy_and_build): Adjust calls to build_new_op and/or
4931 build_x_binary_op.
4932 * semantics.c (finish_call_expr): Likewise.
4933 * typeck.c (rationalize_conditional_expr): Likewise.
4934 (build_x_indirect_ref): Likewise.
4935 (build_x_binary_op): Likewise.
4936 (build_x_unary_op): Likewise.
4937 (build_x_compound_expr): Likewise.
4938 (build_modify_expr): Likewise.
4939 * typeck2.c (build_x_arrow): Likewise.
4940
4941 2004-03-15 Kazu Hirata <kazu@cs.umass.edu>
4942
4943 * cp-lang.c, ptree.c: Update copyright.
4944
4945 2004-03-13 Mark Mitchell <mark@codesourcery.com>
4946
4947 PR c++/14550
4948 * parser.c (cp_parser_non_integral_constant_expression): Encode
4949 more of the idiom that surrounded calls to this function within
4950 the function itself
4951 (cp_parser_primary_expression): Adjust accordingly.
4952 (cp_parser_postfix_expression): Likewise.
4953 (cp_parser_unary_expression): Likewise.
4954 (cp_parser_cast_expression): Likewise.
4955 (cp_parser_assignment_expression): Likewise.
4956 (cp_parser_expression): Likewise.
4957 (cp_parser_new_expression): Note that new-expressions are not
4958 allowed in integral constant expressions.
4959 (cp_parser_delete_expression): Likewise.
4960
4961 2004-03-12 Matt Austern <austern@apple.com>
4962
4963 * decl2.c (maybe_make_one_only): Look at
4964 TARGET_EXPLICIT_INSTANTIATION_ONE_ONLY when deciding whether
4965 to make an explicit instantiation weak.
4966 * method.c (use_thunk): Make sure we call comdat_linkage
4967 when appropriate.
4968 * pt.c (do_type_instantiation): On systems where weak symbols
4969 don't go in a static archive's TOC, explicit instantiation of a
4970 class must imply *explicit* instantiation of its memeber.
4971
4972 2004-03-11 Kazu Hirata <kazu@cs.umass.edu>
4973
4974 * call.c, cp-tree.h, pt.c: Fix comment typos.
4975
4976 2004-03-10 Mark Mitchell <mark@codesourcery.com>
4977
4978 PR c++/14510
4979 * decl.c (xref_tag): Disregard non-type declarations when
4980 looking up a tagged type.
4981
4982 2004-03-09 Nathan Sidwell <nathan@codesourcery.com>
4983
4984 PR c++/14397
4985 * call.c (convert_like_real): Build a const qualified temporary,
4986 when testing ctor access.
4987
4988 2004-03-09 Mark Mitchell <mark@codesourcery.com>
4989
4990 * call.c (initialize_reference): Fix typo.
4991
4992 2004-03-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4993
4994 PR c++/14409
4995 * pt.c (determine_specialization): For member templates, match also
4996 constness.
4997
4998 PR c++/14448
4999 * parser.c (cp_parser_initializer_clause): Fold initializer if it is
5000 non-dependent.
5001 * pt.c (tsubst_copy_and_build): Handle NOP_EXPRs.
5002
5003 2004-03-09 Mark Mitchell <mark@codesourcery.com>
5004
5005 PR c++/14230
5006 * call.c (initialize_reference): Handle initializers that are
5007 class-member access expressions applies to rvalues.
5008
5009 2004-03-09 Mark Mitchell <mark@codesourcery.com>
5010
5011 PR c++/14432
5012 * name-lookup.c (supplement_binding): Ignore functions that are
5013 marked DECL_ANTICIPATED.
5014
5015 2004-03-08 Mark Mitchell <mark@codesourcery.com>
5016
5017 PR c++/14401
5018 * class.c (check_field_decls): Complain about non-static data
5019 members of reference type in unions. Propagate
5020 CLASSTYPE_REF_FIELDS_NEED_INIT and
5021 CLASSTYPE_READONLY_FIELDS_NEED_INIT from the types of non-static
5022 data members.
5023 * init.c (perform_member_init): Complain about mbmers with const
5024 type that are not explicitly initialized.
5025
5026 2004-03-08 Mark Mitchell <mark@codesourcery.com>
5027
5028 * class.c (check_methods): Don't use IDENTIFIER_ERROR_LOCUS.
5029 * cp-tree.h (DECL_INVALID_OVERRIDER_P): New macro.
5030 (lang_identifier): Remove implicit_decl and error_locus.
5031 (IDENTIFIER_IMPLICIT_DECL): Remove.
5032 (SET_IDENTIFIER_IMPLICTI_DECL): Likewise.
5033 (IDENTIFIER_ERROR_LOCUS): Likewise.
5034 (SET_IDENTIFIER_ERROR_LOCUS): Likewise.
5035 (TYPE_ASSEMBLER_NAME_STRING): Likewise.
5036 (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
5037 (implicitly_declare): Remove.
5038 * decl.c (warn_extern_redeclared_static): Remove check of
5039 IDENTIFIER_IMPLICIT_DECL.
5040 (duplicate_decls): Don't check IDENTIFIER_ERROR_LOCUS.
5041 (implicitly_declare): Remove.
5042 (grok_ctor_properties): Don't set IDENTIFIER_ERROR_LOCUS.
5043 (start_function): Don't check IDENTIFIER_IMPLICIT_DECL.
5044 (start_method): Don't check IDENTIFIER_ERROR_LOCUS.
5045 * lex.c (unqualified_name_lookup_error): Create a dummy VAR_DECL
5046 in the innermost scope, rather than at namespace scope.
5047 * name-lookup.c (push_local_binding): Give it external linkage.
5048 (pushdecl): Remove dead code.
5049 * name-lookup.h (push_local_binding): Declare it.
5050 * ptree.c (cxx_print_identifier): Don't print
5051 IDENTIFIER_IMPLICIT_DECL or IDENTIFIER_ERROR_LOCUS.
5052 * search.c (check_final_overrider): Use DECL_INVALID_OVERRIDER_P,
5053 not IDENTIFIER_ERROR_LOCUS.
5054 * typeck.c (build_function_call): Remove dead code.
5055
5056 2004-03-08 Jason Merrill <jason@redhat.com>
5057
5058 PR c++/13170
5059 * decl.c (xref_tag): Remove attribute handling.
5060 * cp-tree.h: Adjust prototype.
5061 * decl.c, parser.c, rtti.c: Adjust callers.
5062 * parser.c (cp_parser_class_head): Pass back attributes in the
5063 class head.
5064 (cp_parser_class_specifier): Adjust.
5065
5066 2004-03-08 Matt Austern <austern@apple.com>
5067
5068 PR debug/14079
5069 * name-lookup.c (add_decl_to_level): Add extern variables, as well
5070 as static, to static_decls array.
5071
5072 2004-03-05 Jason Merrill <jason@redhat.com>
5073
5074 * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.
5075
5076 2004-03-04 Geoffrey Keating <geoffk@apple.com>
5077
5078 * decl.c (grokfndecl): Update old incorrect comment.
5079 (grokvardecl): Diagnose C++ variables of type with no linkage.
5080
5081 2004-03-01 Mark Mitchell <mark@codesourcery.com>
5082
5083 PR c++/14369
5084 * pt.c (build_non_dependent_expr): Do not create a
5085 NON_DEPENDENT_EXPR for a THROW_EXPR.
5086
5087 2004-03-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
5088
5089 PR c++/14369
5090 * error.c (dump_expr): Handle THROW_EXPR.
5091
5092 2004-03-01 Mark Mitchell <mark@codesourcery.com>
5093
5094 PR c++/14360
5095 * parser.c (cp_parser_postfix_expression): Do not perform Koenig
5096 lookup if ordinary name-lookup finds a non-function.
5097 * pt.c (tsubst_copy_and_build): Likewise.
5098
5099 PR c++/14361
5100 * parser.c (cp_parser_late_parsing_default_args): Check that there
5101 are no extra tokens after the end of the default-argument
5102 expression.
5103
5104 2004-03-01 Mark Mitchell <mark@codesourcery.com>
5105
5106 PR c++/14324
5107 * lex.c (retrofit_lang_decl): Treat entities with no linkage as
5108 having C++ linkage for name-mangling purposes.
5109
5110 PR c++/14260
5111 * parser.c (cp_parser_direct_declarator): Recognize constructor
5112 declarators that use a template-id to name the class being
5113 constructed.
5114
5115 PR c++/14337
5116 * pt.c (tsubst_qualified_id): Handle dependent qualifying scopes.
5117 (tsubst_expr): Do not call tsubst_copy, even when
5118 processing_template_decl.
5119
5120 2004-03-01 Jeff Law <law@redhat.com>
5121
5122 * init.c (build_vec_delete_1): Convert 2nd argument to NE_EXPR to
5123 the proper type.
5124
5125 2004-02-29 Mark Mitchell <mark@codesourcery.com>
5126
5127 PR c++/14138
5128 * name-lookup.h (push_scope): Change prototype.
5129 * name-lookup.c (push_scope): Do not reenter the current class
5130 scope.
5131 * decl.c (grokfndecl): Check return code from push_scope before
5132 calling pop_scope.
5133 * decl2.c (check_classfn): Likewise.
5134 * parser.c (cp_parser_conversion_function_id): Likewise.
5135 (cp_parser_init_declarator): Likewise.
5136 (cp_parser_direct_declarator): Likewise.
5137 (cp_parser_class_specifier): Likewise.
5138 (cp_parser_class_head): Likewise.
5139 (cp_parser_lookup_name): Likewise.
5140 (cp_parser_constructor_declarator_p): Likewise.
5141 * pt.c (instantiate_class_template): Likewise.
5142 (resolve_typename_type): Likewise.
5143
5144 2004-02-29 Mark Mitchell <mark@codesourcery.com>
5145
5146 PR c++/14267
5147 * typeck.c (build_modify_expr): Remove more of the cast-as-lvalue
5148 extension.
5149
5150 PR debug/12103
5151 * class.c (update_vtable_entry_for_fn): Do not go through
5152 covariance machinery if the type returned by an overrider is the
5153 same as the original.
5154
5155 2004-02-29 Kazu Hirata <kazu@cs.umass.edu>
5156
5157 * call.c: Fix a comment typo.
5158
5159 2004-02-27 Ziemowit Laski <zlaski@apple.com>
5160
5161 * tree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.
5162
5163 2004-02-26 Mark Mitchell <mark@codesourcery.com>
5164
5165 PR c++/14278
5166 * parser.c (cp_parser_parameter_declaration_list): Commit
5167 to fewer tentative parses.
5168
5169 2004-02-26 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5170
5171 PR c++/14284
5172 * pt.c (dependent_type_p_r): A template template parameter is a
5173 dependent type.
5174
5175 2004-02-26 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5176
5177 PR c++/14246
5178 * mangle.c (write_template_arg_literal): Don't rely on identity for
5179 boolean constants.
5180
5181 2004-02-24 Jason Merrill <jason@redhat.com>
5182
5183 * tree.c (build_exception_variant): Use check_qualified_type.
5184
5185 2004-02-23 Zack Weinberg <zack@codesourcery.com>
5186 Kazu Hirata <kazu@cs.umass.edu>
5187
5188 * decl.c (cxx_init_decl_processing): Don't check
5189 flag_writable_strings.
5190
5191 2004-02-23 Andrew Pinski <pinskia@physics.uc.edu>
5192
5193 PR c++/14156
5194 * typeck.c (maybe_warn_about_returning_address_of_location):
5195 Change check for VAR_DECL to use DECL_P instead.
5196
5197 2004-02-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5198
5199 PR c++/14250
5200 * cvt.c (build_expr_type_conversion): Type must be complete before
5201 looking up for conversions.
5202
5203 2004-02-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5204
5205 PR c++/14143
5206 * name-lookup.c (arg_assoc_class): Don't look into template
5207 arguments if it is not a primary template.
5208
5209 2004-02-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5210
5211 PR c++/12007
5212 * method.c (use_thunk): Always clone function argument tree.
5213
5214 2004-02-20 Mark Mitchell <mark@codesourcery.com>
5215
5216 PR c++/14199
5217 * pt.c (tsubst_copy): Call mark_used for a PARM_DECL.
5218
5219 PR c++/14173
5220 * semantics.c (begin_class_definition): Set TYPE_PACKED correctly
5221 for all type variants.
5222
5223 2004-02-19 Mark Mitchell <mark@codesourcery.com>
5224
5225 PR c++/13927
5226 * decl.c (duplicate_decls): Return error_mark_node for invalid
5227 redeclarations.
5228 * name-lookup.c (push_namespace): Ignore the return value from
5229 pushdecl.
5230 * pt.c (push_template_decl_real): Robustify.
5231
5232 PR c++/14186
5233 * name-lookup.c (push_class_level_binding): Do not complain about
5234 adding a binding for a member whose name is the same as the
5235 enclosing class if the member is located in a base class of the
5236 current class.
5237
5238 2004-02-19 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5239
5240 PR c++/14181
5241 * parser.c (cp_parser_new_expression): Parse an ill-formed
5242 direct-new-declarator after a parenthesized type-id to emit good
5243 diagnostic.
5244
5245 2004-02-18 Kazu Hirata <kazu@cs.umass.edu>
5246
5247 * cp-tree.def, cvt.c: Update copyright.
5248
5249 2004-02-17 Mark Mitchell <mark@codesourcery.com>
5250
5251 PR c++/11326
5252 * cp-tree.h (abi_version_at_least): Remove.
5253 * mangle.c: Include flags.h.
5254
5255 2004-02-15 Mark Mitchell <mark@codesourcery.com>
5256
5257 PR c++/13971
5258 * call.c (build_conditional_expr): Handle conversions between
5259 class types which result in differently cv-qualified type
5260 variants.
5261
5262 PR c++/14086
5263 * class.c (delete_duplicate_fields_1): Remove.
5264 (delete_duplicate_fields): Likewise.
5265 (finish_struct_anon): Remove check for members with the same name
5266 as their enclosing class.
5267 (check_field_decls): Do not call duplicate_fields.
5268 * decl.c (grokdeclarator): Remove check for static data members
5269 with the same name as their enclosing class.
5270 * name-lookup.c (push_class_level_binding): Check for members with
5271 the same name as their enclosing class.
5272
5273 2004-02-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
5274
5275 PR c++/14085
5276 * error.c (dump_decl): Handle TEMPLATE_TYPE_PARM.
5277
5278 2004-02-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5279
5280 PR c++/13635
5281 * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL
5282 has full set of arguments.
5283
5284 2004-02-13 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5285
5286 PR c++/13927
5287 * error.c (dump_decl) <ALIAS_DECL>: Dump as simple declarations.
5288
5289 2004-02-13 Mark Mitchell <mark@codesourcery.com>
5290
5291 PR c++/14122
5292 * cp-tree.h (delete_sanity): Change prototype.
5293 * decl2.c (delete_sanity): Make doing_vec a bool, not an int.
5294 Remove dead code. Adjust code to warn about deleting an array.
5295 * typekc.c (decay_conversion): Use build_address and build_nop.
5296
5297 PR c++/14108
5298 * search.c (accessible_p): Do not check access in thunks.
5299
5300 PR c++/14083
5301 * call.c (build_conditional_expr): Call force_rvalue on the
5302 non-void operand in the case that one result is a throw-expression
5303 and the other is not.
5304
5305 2004-02-13 Ian Lance Taylor <ian@wasabisystems.com>
5306
5307 PR c++/9851
5308 * parser.c (cp_parser_pseudo_destructor_name): Check for errors on
5309 the type name and look ahead for ::~, and bail out early with a
5310 better error message if the parse is going to fail.
5311
5312 2004-02-12 Mark Mitchell <mark@codesourcery.com>
5313
5314 * call.c (conversion_kind): New type.
5315 (conversion_rank): Likewise.
5316 (conversion): Likewise.
5317 (CONVERSION_RANK): New macro.
5318 (conversion_obstack): New variable.
5319 (obstack_initialized): Likewise.
5320 (z_candidate): Change type of convs and second_conv.
5321 (candidate_warning): New type.
5322 (IDENTITY_RANK): Remove.
5323 (EXACT_RANK): Likewise.
5324 (PROMO_RANK): Likewise.
5325 (STD_RANK): Likewise.
5326 (PBOOL_RANK): Likewise.
5327 (USER_RANK): Likewise.
5328 (ELLIPSIS_RANK): Likewise.
5329 (BAD_RANK): Likewise.
5330 (ICS_RANK): Likewise.
5331 (ICS_STD_RANK): Likewise.
5332 (ICS_USER_FLAG): Likewise.
5333 (ICS_ELLIPSIS_FLAG): Likewise.
5334 (ICS_THIS_FLAG): Likewise.
5335 (ICS_BAD_FLAG): Likewise.
5336 (NEED_TEMPORARY_P): Likewise.
5337 (CHECK_COPY_CONSTRUCTOR_P): Likewise.
5338 (USER_CONV_CAND): Likewise.
5339 (USER_CONV_FN): Likewise.
5340 (conversion_obstack_alloc): New function.
5341 (alloc_conversion): Likewise.
5342 (validate_conversion_obstack): Likewise.
5343 (alloc_conversions): Likewise.
5344 (build_conv): Adjust to deal with new conversion data structures.
5345 (build_identity_conv): New function.
5346 (build_ambiguous_conv): Likewise.
5347 (standard_conversion): Adjust to deal with new conversion data
5348 structures.
5349 (convert_class_to_reference): Likewise.
5350 (direct_reference_binding): Likewise.
5351 (reference_binding): Likewise.
5352 (implicit_conversion): Likewise.
5353 (add_candidate): Likewise.
5354 (add_function_candidate): Likewise.
5355 (add_conv_candidate): Likewise.
5356 (build_builtin_candidate): Likewise.
5357 (print_z_candidate): Likewise.
5358 (merge_conversion_sequences): Likewise.
5359 (build_user_type_conversion_1): Likewise.
5360 (build_user_type_conversion): Likewise.
5361 (build_new_function_call): Likewise.
5362 (build_object_call): Likewise.
5363 (conditional_conversion): Likewise.
5364 (build_conditional_expr): Likewise.
5365 (build_new_op): Likewise.
5366 (build_op_delete_call): Likewise.
5367 (convert_like_real): Likewise.
5368 (build_over_call): Likewise.
5369 (build_new_method_call): Likewise.
5370 (is_subseq): Likewise.
5371 (maybe_handle_implicit_object): Likewise.
5372 (maybe_handle_ref_bind): Likewise.
5373 (compare_ics): Likewise.
5374 (source_type): Likewise.
5375 (add_warning): Likewise.
5376 (joust): Likewise.
5377 (can_convert_arg): Likewise.
5378 (can_convert_arg_bad): Likewise.
5379 (perform_implicit_conversion): Likewise.
5380 (perform_direct_initialization_if_possible): Likewise.
5381 (initialize_reference): Likewise.
5382 * cp-lang.c (cp_tree_size): Do not handle WRAPPER.
5383 * cp-tree.def (WRAPPER): Likewise.
5384 (IDENTITY_CONV): Remove.
5385 (LVALUE_CONV): Likewise.
5386 (QUAL_CONV): Likewise.
5387 (STD_CONV): Likewise.
5388 (PTR_CONV): Likewise.
5389 (PMEM_CONV): Likewise.
5390 (BASE_CONV): Likewise.
5391 (REF_BIND): Likewise.
5392 (USER_CONV): Likewise.
5393 (AMBIG_CONV): Likewise.
5394 (RVALUE_CONV): Likewise.
5395 * cp-tree.h (tree_wrapper): Remove.
5396 (WRAPPER_ZC): Remove.
5397 (lang_tree_node): Remove wrapper.
5398 (LOOKUP_SPECULATIVELY): Remove.
5399 (build_op_delete_call): Adjust prototype.
5400 (validate_conversion_obstack): Declare.
5401 (build_zc_wrapper): Remove.
5402 * cvt.c (convert_to_reference): Remove dead code.
5403 (ocp_convert): Likewise.
5404 * decl.c (redeclaration_error_message): Correct handling of
5405 templates.
5406 (finish_destructor_body): Do not use LOOKUP_SPECULATIVELY.
5407 (cp_tree_node_structure): Remove WRAPPER case.
5408 * decl2.c (finish_file): Call validate_conversion_obstack.
5409 * init.c (build_new_1): Remove use of LOOKUP_SPECULATIVELY.
5410 (build_op_delete_call): Likewise.
5411 (build_x_delete): Likewise.
5412 (build_delete): Adjust call to build_op_delete_call.
5413 * pt.c (tsubst_friend_declaration): Adjust code to determine
5414 whether or not a friend template is a definition.
5415 (tsubst_decl): Clear DECL_INITIAL for new FUNCTION_DECLs.
5416 * tree.c (build_zc_wrapper): Remove.
5417
5418 2004-02-12 Zack Weinberg <zack@codesourcery.com>
5419
5420 * cp-lang.c: Don't define LANG_HOOKS_BUILTIN_TYPE_DECLS.
5421 * cp-tree.h: Don't declare cxx_builtin_type_decls.
5422 * decl.c (builtin_type_decls, cxx_builtin_type_decls): Delete.
5423 (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
5424
5425 2004-02-10 Mark Mitchell <mark@codesourcery.com>
5426
5427 * typeck.c (lookup_destructor): Fix typo in error message.
5428
5429 2004-02-09 Kazu Hirata <kazu@cs.umass.edu>
5430
5431 * call.c, parser.c, tree.c: Fix comment typos.
5432
5433 2004-02-07 Zack Weinberg <zack@codesourcery.com>
5434
5435 Bug 13856
5436 * optimize.c (maybe_clone_body): Don't update DECL_ESTIMATED_INSNS.
5437 * decl.c (duplicate_decls, start_function): Likewise.
5438
5439 2004-02-07 Zack Weinberg <zack@codesourcery.com>
5440
5441 * name-lookup.c (pushdecl): Issue shadow warnings directly.
5442 * parser.c (free_parser_stacks): Delete.
5443
5444 2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
5445
5446 * rtti.c: Update copyright.
5447
5448 2004-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5449
5450 PR c++/14033
5451 * decl.c (require_complete_types_for_parms): Do not insert
5452 error_mark_node in the parameter list.
5453
5454 2004-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5455
5456 PR c++/14028
5457 * parser.c (cp_parser_enclosed_template_argument_list): Emit straight
5458 error when terminator can not be found.
5459
5460 2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
5461
5462 Make-lang.in (po-generated): Delete.
5463
5464 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
5465
5466 * call.c (type_passed_as): Replace PROMOTE_PROTOTYPES with
5467 targetm.calls.promote_prototypes.
5468
5469 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5470
5471 PR middle-end/13750
5472 Revert:
5473 2004-01-15 Geoffrey Keating <geoffk@apple.com>
5474 PR pch/13361
5475 * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
5476 (handle_pragma_implementation): Likewise.
5477
5478 2004-02-05 Mark Mitchell <mark@codesourcery.com>
5479
5480 PR c++/13714
5481 * typeck.c (lookup_destructor): Tweak error message.
5482
5483 2004-02-05 Jan Hubicka <jh@suse.cz>
5484
5485 * tree.c (cp_cannot_inline_tree_fn): Allow inlining of comdat
5486 functions.
5487
5488 2004-02-05 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5489
5490 PR c++/14008
5491 * parser.c (cp_parser_diagnose_invalid_typename): Removed parsing
5492 code, only emits the diagnostic now. Added lookup of the identifier
5493 and support for qualified ids.
5494 (cp_parser_parse_and_diagnose_invalid_type_name): New function.
5495 Parse an (invalid) type name as id-expression within a declarator.
5496 (cp_parser_simple_declaration): Use it.
5497 (cp_parser_member_declaration): Likewise.
5498 (cp_parser_make_typename_type): New function. Handle errors through
5499 cp_parser_diagnose_invalid_typename.
5500 (cp_parser_elaborated_type_specifier): Use it.
5501
5502 2004-02-04 Mark Mitchell <mark@codesourcery.com>
5503
5504 PR c++/13932
5505 * call.c (convert_like_real): Use "converting" rather than
5506 "argument" as the descriptive keyword to
5507 dubious_conversion_warnings.
5508 * typeck.c (convert_for_assignment): Do not call
5509 dubious_conversion_warnings.
5510
5511 2004-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5512
5513 PR c++/13086
5514 * init.c (build_delete): Emit a more informative error message in
5515 case of an incomplete type, and on the correct source line.
5516
5517 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
5518
5519 * error.c, search.c: Update copyright.
5520
5521 2004-02-04 Mark Mitchell <mark@codesourcery.com>
5522
5523 PR c++/9941
5524 * rtti.c (tinfo_base_init): Use import_export_tinfo to decide the
5525 linkage for the typeinfo name string.
5526
5527 2004-02-04 Mark Mitchell <mark@codesourcery.com>
5528
5529 PR c++/13969
5530 * cp-tree.h (fold_non_dependent_expr): New function.
5531 * parser.c (cp_parser_fold_non_dependent_expr): Remove.
5532 (cp_parser_template_argument): Use fold_non_dependent_expr.
5533 (cp_parser_direct_declarator): Likewise.
5534 * pt.c (fold_non_dependent_expr): New function.
5535 (convert_nontype_argument): Use it.
5536 (tsubst_qualified_id): Simplify.
5537 (tsubst_copy_and_build): Likewise.
5538
5539 2004-02-04 Mark Mitchell <mark@codesourcery.com>
5540
5541 * decl.c (cxx_push_function_context): Do not set
5542 current_function_is_thunk.
5543 * method.c (use_thunk): Set CALL_FROM_THUNK on the call to the
5544 actual function.
5545
5546 2004-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5547
5548 PR c++/13997
5549 * pt.c (more_specialized_class): Increase processing_template_decl
5550 while partial ordering.
5551
5552 2004-02-03 Mark Mitchell <mark@codesourcery.com>
5553
5554 PR c++/13925
5555 * decl.c (start_function): Do not call pushdecl for any
5556 instantiation or specialization of a primary template.
5557
5558 2004-02-03 Mark Mitchell <mark@codesourcery.com>
5559
5560 PR c++/13950
5561 * parser.c (cp_parser_class_name): Robustify.
5562
5563 PR c++/13970
5564 * parser.c (cp_parser_cache_group): Do not consume the EOF token.
5565
5566 PR c++/14002
5567 * semantics.c (finish_id_expression): Do not return an
5568 IDENTIFIER_NODE when lookup finds a PARM_DECL.
5569
5570 2004-02-03 Mark Mitchell <mark@codesourcery.com>
5571
5572 PR c++/13978
5573 * pt.c (build_non_dependent_expr): Do not build
5574 NON_DEPENDENT_EXPRs for FUNCTION_DECLs or TEMPLATE_DECLs.
5575
5576 PR c++/13968
5577 * semantics.c (finish_id_expression): Do not return an
5578 IDENTIFIER_NODE when lookup finds a VAR_DECL.
5579
5580 PR c++/13975
5581 * parser.c (cp_parser_simple_declaration): When skipping to the
5582 end of the statement swallow the terminating semicolon.
5583
5584 2004-02-02 Mark Mitchell <mark@codesourcery.com>
5585
5586 PR c++/13113
5587 * init.c (build_offset_ref): Improve error recovery for invalid
5588 uses of non-static member functions.
5589
5590 PR c++/13854
5591 * cp-tree.h (cp_build_type_attribute_variant): New function.
5592 * class.c (build_clone): Use cp_build_type_attribute_variant.
5593 * decl.c (duplicate_decls): Likewise.
5594 * pt.c (copy_default_args_to_explicit_spec): Likewise.
5595 (tsubst_function_type): Likewise.
5596 * tree.c (build_exception_variant): Check attributes before
5597 concluding that two types are the same.
5598 (cp_build_type-attribute_variant): New method.
5599 * typeck.c (merge_types): Use cp_build_type_attribute_variant.
5600
5601 PR c++/13907
5602 * call.c (convert_class_to_reference): Keep better track of
5603 pedantically invalid user-defined conversions.
5604
5605 2004-02-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5606
5607 PR c++/13957
5608 * pt.c (tsubst_qualified_id): Improved error message when a type
5609 is expected but not found.
5610
5611 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
5612
5613 * class.c: Fix comment typos.
5614 * decl.c: Likewise.
5615 * error.c: Likewise.
5616 * parser.c: Likewise.
5617 * pt.c: Likewise.
5618 * search.c: Likewise.
5619 * typeck.c: Likewise.
5620
5621 2004-01-30 Richard Henderson <rth@redhat.com>
5622
5623 PR c++/13693
5624 * method.c (use_thunk): Don't force_target_expr for void thunks.
5625 * tree.c (build_target_expr_with_type): Assert non-void type.
5626 (force_target_expr): Likewise.
5627
5628 2004-01-30 Michael Matz <matz@suse.de>
5629
5630 * parser.c (cp_parser_labeled_statement): Accept case ranges.
5631
5632 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5633
5634 DR206
5635 PR c++/13813
5636 * decl.c (grokdeclarator): Check immediatly type completeness for
5637 non-dependent types.
5638
5639 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5640
5641 PR c++/13683
5642 * call.c (convert_arg_to_ellipsis): Don't emit a warning if within
5643 a sizeof expression.block
5644
5645 2004-01-29 Mark Mitchell <mark@codesourcery.com>
5646
5647 PR c++/13883
5648 * mangle.c (write_encoding): Correct encoding of member template
5649 constructors.
5650
5651 2004-01-28 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5652
5653 * parser.c (cp_parser_template_id): Parse tentatively `[:' after a
5654 template name as it was `<::' (digraph typo).
5655 (cp_parser_nth_token_starts_template_argument_list_p): New function.
5656 (cp_parser_id_expression): Use it.
5657 (cp_parser_nested_name_specifier_opt): Likewise.
5658 (cp_parser_template_name): Likewise.
5659 (cp_parser_class_name): Likewise.
5660 (cp_lexer_get_preprocessor_token): Use c_lex_with_flags.
5661
5662 2004-01-28 Mark Mitchell <mark@codesourcery.com>
5663
5664 PR c++/13791
5665 * typeck.c (merge_types): Do not merge attributes into
5666 TYPENAME_TYPEs.
5667
5668 PR c++/13736
5669 * parser.c (cp_parser_direct_declarator): Do not prevent
5670 backtracking inside a parenthesized declarator.
5671 (cp_parser_parameter_declaration): Fix typo in comment.
5672
5673 2004-01-28 Jan Hubicka <jh@suse.cz>
5674
5675 * semantics.c (expand_body) Do emit_associated_thunks before
5676 expansion.
5677
5678 2004-01-27 Devang Patel <dpatel@apple.com>
5679
5680 * name-lookup.c: Include "debug.h"
5681 (do_namespace_alias): Invoke debug_hooks to emit debug info
5682 for namespace alias.
5683 (do_local_using_decl): Invoke debug_hooks to emit debug info
5684 for using decl.
5685 (do_class_using_decl): Same.
5686 (do_toplevel_using_decl): Same.
5687 (do_using_directive): Same.
5688 (cp_emit_debug_info_for_using): New function.
5689 * Make-lang.in (cp/parser.o): Depend on debug.h
5690 (cp/name-lookup.o): Same.
5691
5692 2004-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5693
5694 * cp-tree.h (language_function, lang_type_header): Use
5695 BOOL_BITFIELD.
5696 * name-lookup.h (cp_binding_level): Likewise.
5697
5698 2004-01-26 Mark Mitchell <mark@codesourcery.com>
5699
5700 PR c++/13663
5701 * semantics.c (finish_for_expr): Check for unresolved overloaded
5702 functions.
5703
5704 * class.c (add_method): Just check processing_template_decl to
5705 determine whether or not we are within a template.
5706 * decl2.c (maybe_retrofit_in_chrg): Likewise.
5707 * init.c (decl_constant_value): Check the type of the declaration,
5708 not TREE_READONLY.
5709 * name-lookup.c (maybe_push_to_top_level): Rename to ...
5710 (push_to_top_level): ... this.
5711 * name-lookup.h (maybe_push_to_top_level): Do not declare it.
5712 * pt.c (push_template_decl_real): Reorder condition for speed.
5713 (convert_template_argument): Use dependency-checking functions in
5714 place of uses_template_parms.
5715 (lookup_template_class): Avoid calling uses_template_parms more
5716 than once.
5717 (uses_template_parms): Reimplement, using dependency-checking
5718 functions.
5719 (instantiate_class_template): Use push_to_top_level, not
5720 maybe_push_to_top_level.
5721 (type_unification_real): Simplify.
5722 (type_dependent_expression_p): Handle OFFSET_REFs and
5723 TEMPLATE_DECLs.
5724 (any_dependent_template_arguments_p): Handle multiple levels of
5725 template argument.
5726 * semantics.c (expand_or_defer_fn): Do not check
5727 uses_template_parms for template instantiations.
5728 * typeck.c (comptypes): Avoid calling cp_type_quals.
5729
5730 2004-01-25 Mark Mitchell <mark@codesourcery.com>
5731
5732 PR c++/13833
5733 * call.c (build_over_call): Do not convert arguments when
5734 processing a template.
5735 * pt.c (build_non_dependent_expr): Do not build a
5736 NON_DEPENDENT_EXPR for arithmetic constants.
5737
5738 2004-01-25 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5739
5740 PR c++/13810
5741 * parser.c (cp_parser_type_parameter): When cp_parser_id_expression
5742 returns a TYPE_DECL. no further lookup is required.
5743 * semantics.c (check_template_template_default_arg): A TYPE_DECL
5744 is invalid. Rework to give better diagnostics.
5745
5746 2004-01-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5747
5748 PR c++/13797
5749 * pt.c (instantiate_class_template): Add an error_mark_node
5750 check.
5751 (tsubst_decl) <TEMPLATE_DECL case>: Likewise.
5752
5753 2004-01-23 Andrew Pinski <pinskia@physics.uc.edu>
5754
5755 PR c++/13701
5756 * decl.c (finish_function): Move the call to
5757 finish_fname_decls below the call to
5758 finish_eh_spec_block.
5759
5760 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
5761
5762 * optimize.c, typeck2.c: Update copyright.
5763
5764 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
5765
5766 * Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c,
5767 init.c, mangle.c, typeck.c: Update copyright.
5768
5769 2004-01-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5770
5771 * parser.c (cp_parser_class_specifier): Prevent garbage collection.
5772
5773 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
5774
5775 * Make-lang.in: Replace $(docdir) with doc.
5776 (c++.info, c++.srcinfo): Dummy entry.
5777 (c++.man, c++.srcman): New rules.
5778 (c++.install-man): Revamp rule.
5779
5780 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
5781
5782 * Make-lang.in (CXX_INSTALL_NAME, GXX_INSTALL_NAME,
5783 CXX_TARGET_INSTALL_NAME, GXX_TARGET_INSTALL_NAME): Define via a
5784 immediate $(shell) instead of deferred backquote.
5785
5786 2004-01-19 Mark Mitchell <mark@codesourcery.com>
5787
5788 PR c++/13651
5789 * parser.c (cp_parser_postfix_expression): When encountering
5790 incomplete type on left-hand side of "->" or ".", treat the entire
5791 expression as erroneous.
5792
5793 PR c++/13592
5794 * call.c (build_field_call): Remove.
5795 (n_build_method_call): Likewise.
5796 (build_method_call): Likewise.
5797 (build_new_method_call): Do not call build_field_call.
5798 * class.c (n_build_method_call): Remove.
5799 (print_class_statistics): Do not print it.
5800 * cp-tree.h (build_method_call): Remove declaration.
5801 (finish_object_call_expr): Likewise.
5802 (build_new_1): Do not use build_method_call.
5803 * parser.c (cp_parser_postfix_expression): Use finish_call_expr
5804 when the function appearing on the right-hand-side of "." or "->"
5805 is not actually a function.
5806 * pt.c (tsubst_copy_and_build): Likewise.
5807 * semantics.c (finish_object_call_expr): Remove.
5808
5809 2004-01-18 Mark Mitchell <mark@codesourcery.com>
5810
5811 PR c++/13710
5812 * pt.c (tsubst): Use finish_typeof.
5813
5814 2004-01-18 Jason Merrill <jason@redhat.com>
5815
5816 PR c++/11725
5817 * except.c (build_throw): In a template, set
5818 current_function_returns_abnormally.
5819
5820 2004-01-17 Fred Fish <fnf@intrinsity.com>
5821
5822 PR c++/11895
5823 * decl.c (reshape_init): Handle VECTOR_TYPE like ARRAY_TYPE,
5824 except don't call array_type_nelts() with a VECTOR_TYPE.
5825
5826 2004-01-16 Jan Hubicka <jh@suse.cz>
5827
5828 * mangle.c (write_mangled_name): Remove inline modifier.
5829
5830 2004-01-16 Mark Mitchell <mark@codesourcery.com>
5831
5832 PR c++/13574
5833 * decl.c (compute_array_index_type): Fix grammar in comment.
5834 * init.c (build_zero_init): Handle zero-sized arrays correctly.
5835
5836 PR c++/13178
5837 * call.c (name_as_c_string): Print conversion operator names
5838 correctly.
5839
5840 PR c++/13478
5841 * call.c (initialize_reference): Pass -1 for inner parameter to
5842 convert_like_real.
5843
5844 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5845
5846 PR c++/13407
5847 * parser.c (cp_parser_base_specifier): Check for an invalid
5848 keyword `typename' and emit an user-friendly error message.
5849
5850 2004-01-15 Geoffrey Keating <geoffk@apple.com>
5851
5852 PR pch/13361
5853 * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
5854 (handle_pragma_implementation): Likewise.
5855
5856 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5857
5858 PR c++/9259
5859 * typeck.c (build_class_member_access_expr): Allow to access members
5860 of the currently open class.
5861 (finish_class_member_access_expr): Likewise.
5862
5863 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
5864
5865 PR c++/13659
5866 * name-lookup.c (validate_nonmember_using_decl): Take scope and
5867 name by value, instead of computing them.
5868 (do_local_using_decl, do_toplevel_using_decl): Add scope and name
5869 arguments. Pass them to validate_nonmember_using_decl.
5870 * name-lookup.h (do_local_using_decl): Adjust.
5871 (do_toplevel_using_decl): Likewise.
5872 * parser.c (cp_parser_using_declaration): Likewise.
5873 * pt.c (tsubst_expr): Likewise.
5874
5875 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
5876
5877 PR c++/13594
5878 PR c++/13658
5879 * name-lookup.c (qualified_lookup_using_namespace): Search
5880 strongly-associated namespaces first, and only then try other
5881 namespaces.
5882
5883 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
5884
5885 * Make-lang.in (c++.srcextra): Dummy entry.
5886
5887 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5888
5889 PR c++/8856
5890 * parser.c (cp_parser_template_name): Don't try to parse a
5891 conversion-function-id, as it cannot be a template-name.
5892 (cp_parser_simple_type_specifier): Check for invalid template-ids
5893 even after a built-in type.
5894
5895 2004-01-14 Jan Hubicka <jh@suse.cz>
5896
5897 PR c++/12850
5898 * pt.c (instantiate_decl): Do not increase function_depth.
5899
5900 2004-01-14 Danny Smith <dannysmith@users,sourceforge.net>
5901
5902 PR c++/9021
5903 PR c++/11005
5904 * parser.c (cp_parser_elaborated_type_specifier): Warn about
5905 attributes and discard.
5906 * decl.c (xref_tag): Don't overwite existing attributes with
5907 NULL_TREE.
5908
5909 2004-01-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5910
5911 PR c++/12335
5912 * parser.c (cp_parser_lookup_name): Return error_mark_node if there
5913 is no destructor while looking up a BIT_NOT_EXPR.
5914
5915 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
5916
5917 * cxxfilt.c: Remove unused file.
5918
5919 2004-01-14 Jan Hubicka <jh@suse.cz>
5920
5921 Partial fix to PR c++/12850
5922 * decl2.c (mark_used): Do not proactively instantiate templates
5923 when compiling in unit-at-a-time or not optimizing.
5924 * optimize.c (maybe_clone_body): Do not increase function depth.
5925
5926 2004-01-13 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5927
5928 PR c++/13474
5929 * pt.c (tsubst) <INTEGER_TYPE>: Remove obsolete array index tweaking.
5930
5931 2004-01-12 Steven Bosscher <stevenb@suse.de>
5932
5933 PR c++/13558
5934 * parser.c (cp_parser_member_declaration): Any non-type is also
5935 not a class or a function.
5936
5937 2004-01-12 Jason Merrill <jason@redhat.com>
5938
5939 PR c++/12815
5940 * class.c (build_base_path): Do not mark vtable references as
5941 TREE_CONSTANT.
5942 (build_vtbl_ref_1): Likewise.
5943
5944 2004-01-12 Richard Henderson <rth@redhat.com>
5945
5946 PR opt/10776
5947 * typeck2.c (split_nonconstant_init_1, split_nonconstant_init): New.
5948 (store_init_value): Use it.
5949 * decl.c (check_initializer): Expect full initialization code
5950 from store_init_value.
5951 * init.c (expand_aggr_init_1): Likewise.
5952 * decl2.c (maybe_emit_vtables): Abort if runtime init needed.
5953
5954 2004-01-12 Mark Mitchell <mark@codesourcery.com>
5955
5956 * class.c (layout_class_type): For non-POD class types, also copy
5957 the DECL_SIZE and DECL_MODE of fields to the base class type.
5958
5959 2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5960
5961 PR c++/13289
5962 * pt.c (instantiate_decl): Set DECL_TEMPLATE_INSTANTIATED before
5963 calling regenerate_decl_from_template.
5964
5965 2004-01-12 Scott Brumbaugh <scottb.lists@verizon.net>
5966
5967 PR c++/4100
5968 * parser.c (cp_parser_decl_specifier_seq): Add check for a friend
5969 decl-specifier occurring along with a class definition.
5970
5971 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
5972
5973 * parser.c (cp_parser_decl_specifier_seq): Add parenthetical
5974 clauses to comments describing declares_class_or_enum.
5975 (cp_parser_type_specifier): Set *declares_class_or_enum to 0, not
5976 false.
5977
5978 2004-01-12 Jan Hubicka <jh@suse.cz>
5979
5980 * pt.c (for_each_template_parm): Do not check for duplicates.
5981 (for_each_template_parm): Use walk_tree duplicate checking code.
5982
5983 2004-01-11 Ian Lance Taylor <ian@wasabisystems.com>
5984
5985 PR c++/3478
5986 * parser.c (cp_parser_decl_specifier_seq): If the first decl_spec
5987 is error_mark_node, don't add any more decl_specs.
5988 (cp_parser_init_declarator): After committing to a declaration, if
5989 the decl_specifiers start with error_mark_node, issue an error and
5990 change the type to "int".
5991
5992 2004-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5993
5994 PR bootstrap/7817
5995 * Make-lang.in: Copy gcc.1 to g++.1 rather than using .so.
5996
5997 2004-01-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5998
5999 DR 337
6000 PR c++/9256
6001 * pt.c (tsubst): Substitution must fail if we are attempting to
6002 create an array with element type that is an abstract class type.
6003 * decl.c (cp_finish_decl): Strip pointers and array types recursively
6004 before calling abstract_virtuals_error.
6005
6006 2004-01-09 Alexandre Oliva <aoliva@redhat.com>
6007
6008 * name-lookup.c (qualified_lookup_using_namespace): Consider
6009 strong using directives even if we've already found a binding.
6010
6011 2004-01-09 Mark Mitchell <mark@codesourcery.com>
6012
6013 * cp-tree.h (cxx_expand_expr): Change prototype.
6014 * expr.c (cxx_expand_expr): Add alt_rtl parameter.
6015
6016 2004-01-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6017
6018 PR c++/12573
6019 * pt.c (value_dependent_expression_p): Handle COMPONENT_REFs by
6020 looking into them recursively. They can be there because of the
6021 new __offsetof__ extension.
6022
6023 2004-01-07 Zack Weinberg <zack@codesourcery.com>
6024
6025 * parser.c (cp_parser_save_member_function_body): Mark the
6026 definition static.
6027
6028 2004-01-05 Mark Mitchell <mark@codesourcery.com>
6029
6030 PR c++/13057
6031 * class.c (build_clone): Copy type attributes from the original
6032 function to the clone.
6033
6034 PR c++/12815
6035 * class.c (build_vtbl_ref_1): Do not unconditionally mark vtable
6036 references as constant.
6037
6038 PR c++/12132
6039 * parser.c (cp_parser_explicit_instantiation): Improve error
6040 recovery.
6041 (cp_parser_require): Improve indication of the error location.
6042
6043 PR c++/13451
6044 * parser.c (cp_parser_class_head): Reorder logic to check for
6045 invalid qualification.
6046
6047 2004-01-04 Mark Mitchell <mark@codesourcery.com>
6048
6049 PR c++/13157
6050 * name-lookup.c (lookup_using_namespace): Remove spacesp
6051 parameter.
6052 (unqualified_namespace_lookup): Likewise.
6053 (lookup_qualified_name): Adjust accordingly.
6054 (lookup_name_real): Likewise.
6055 (lookup_arg_dependent): Do not eliminate the namespace of the
6056 functions found by unqualified name lookup unless that is the
6057 current namespace.
6058
6059 2004-01-04 Andrew Pinski <pinskia@physics.uc.edu>
6060
6061 * semantics.c (push_deferring_access_checks): Fix format.
6062 (resume_deferring_access_checks): Likewise.
6063 (stop_deferring_access_checks): Likewise.
6064 (pop_deferring_access_checks): Likewise.
6065 (get_deferred_access_checks): Likewise.
6066 (pop_to_parent_deferring_access_checks): Likewise.
6067 (perform_deferred_access_checks): Likewise.
6068 (perform_or_defer_access_check): Likewise.
6069
6070 2004-01-04 Richard Henderson <rth@redhat.com>
6071
6072 * call.c (build_over_call): Don't create a save_expr of an
6073 aggregate, but rather its address.
6074
6075 2004-01-04 Mark Mitchell <mark@codesourcery.com>
6076
6077 PR c++/13529
6078 * parser.c (cp_parser_postfix_expression): Allow "." to appear in
6079 an offsetof expression.
6080
6081 * parser.c (cp_parser_parameter_declaration): Fix comment.
6082
6083 PR c++/12226
6084 * call.c (CHECK_COPY_CONSTRUCTOR_P): New macro.
6085 (reference_binding): Set it when appropriate.
6086 (build_temp): New function, split out from ...
6087 (convert_like_real): ... here. Honor CHECK_COPY_CONSTRUCTOR_P.
6088 (initialize_reference): Likewise.
6089
6090 PR c++/13536
6091 * parser.c (cp_parser): Add in_type_id_in_expr_p.
6092 (cp_parser_new): Initialize it.
6093 (cp_parser_postfix_expression): Set it.
6094 (cp_parser_sizeof_operand): Likewise.
6095 (cp_parser_parameteR_declaration): Do not commit early to tenative
6096 parsers when in_type_id_in_expr_p is set.
6097
6098 2004-01-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6099
6100 PR c++/13094
6101 * parser.c (cp_parser_template_argument): Don't call
6102 make_unbound_class_template directly.
6103 (cp_parser_lookup_name): Don't extract TEMPLATE_DECL from
6104 UNBOUND_CLASS_TEMPLATE tree node.
6105
6106 2004-01-02 Richard Sandiford <rsandifo@redhat.com>
6107
6108 PR target/12729
6109 * method.c (use_thunk): Pass the CALL_EXPR through force_target_expr.
6110
6111 2004-01-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6112
6113 PR c++/13520
6114 * cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): New macro.
6115 (DECL_FUNCTION_TEMPLATE_P): Use it.
6116 (DECL_CLASS_TEMPLATE_P): Likewise.
6117 * parser.c (cp_parser_lookup_name): Add is_template parameter.
6118 (cp_parser_type_parameter): Adjust call to cp_parser_lookup_name.
6119 (cp_parser_template_name): Likewise.
6120 (cp_parser_elaborated_type_specifier): Likewise.
6121 (cp_parser_namespace_name): Likewise.
6122 (cp_parser_class_name): Likewise.
6123 (cp_parser_lookup_name_simple): Likewise.
6124
6125 See ChangeLog.3 for earlier changes.