OSDN Git Service

--(top level)--------------------------------------------
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2
3         * Make-lang.in: Added "c++.pdf" target support.
4
5 2006-10-10  Richard Guenther  <rguenther@suse.de>
6
7         PR rtl-optimization/29323
8         * decl.c (finish_function): Set TREE_NOTHROW only for
9         functions that bind local.
10
11 2006-10-09  Richard Henderson  <rth@redhat.com>
12
13         Revert emutls patch.
14
15 2006-10-04  Richard Henderson  <rth@redhat.com>
16             Jakub Jelinek  <jakub@redhat.com>
17
18         * decl.c (grokvardecl): Don't error if !have_tls.
19         (grokdeclarator): Likewise.
20         * parser.c (cp_parser_omp_threadprivate): Likewise.
21
22 2006-10-03  Mark Mitchell  <mark@codesourcery.com>
23
24         PR c++/29020
25         * friend.c (do_friend): Improve comments; add assertion.
26         * parser.c (cp_parser_nested_name_specifier_opt): Resolve
27         typenames for qualified names used in declarations, even when
28         caching qualified name lookup.
29
30         PR c++/29138
31         * decl2.c (grokfield): Don't handle access declarations here.
32         * parser.c (cp_parser_using_declaration): Handle access
33         declarations too.
34         (cp_parser_block_declaration): Adjust calls to
35         cp_parser_using_declaration.
36         (cp_parser_member_declaration): Likewise.  Use
37         cp_parser_using_declaration to look for access_declarations.
38
39 2006-10-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
40
41         PR c++/29291
42         * init.c (build_new): Check for invalid init.
43
44 2006-10-02  Mark Mitchell  <mark@codesourcery.com>
45
46         PR c++/29226
47         * typeck.c (cxx_sizeof_or_alignof_type): Tidy.  In templates, do
48         not try to actually evaluate sizeof for a VLA type.
49
50 2006-10-01  Mark Mitchell  <mark@codesourcery.com>
51
52         PR c++/29105
53         * pt.c (tsubst_baselink): Substituteinto the qualifying scope.
54         * semantics.c (baselink_for_fns): Build a baselink, even when
55         processing a template.
56
57         PR c++/29080
58         * parser.c (cp_parser_postfix_dot_deref_expression): Use
59         BASELINK_ACCESS_BINFO as the qualifying scope when calling
60         adjust_result_of_qualified_name_lookup. 
61
62 2006-09-25  Lee Millward  <lee.millward@codesourcery.com>
63
64         PR c++/27329
65         PR c++/26938
66         * cp-tree.h (redeclare_class_template): Adjust declaration
67         to return bool instead of void.
68         * pt.c (redeclare_class_template): Update definition.
69         Return false on error.
70         * decl.c (xref_tag): Return error_mark_node if
71         redeclare_class_template returned false.
72
73         PR c++/27667
74         * cp-tree.h (begin_specialization): Return bool 
75         instead of void.
76         * pt.c (check_specialization_scope): Likwise. 
77         Adjust comment. Return false if a specialization 
78         isn't permitted in the current scope.
79         (begin_specialization): Use the return value of  
80         check_specialization_scope.
81         * parser.c (cp_parser_explicit_specialization): If
82         begin_specialization returned false, skip the rest 
83         of the specialization.
84         
85 2006-09-21  Mark Mitchell  <mark@codesourcery.com>
86
87         PR c++/29016
88         * typeck.c (build_unary_op): Don't form an ADDR_EXPR around a
89         BASELINK.
90
91 2006-09-21  Lee Millward  <lee.millward@codesourcery.com>
92
93         PR c++/28861
94         * decl.c (shadow_tag): Return error_mark_node
95         if maybe_process_partial_specialization failed.
96
97         PR c++/28303
98         * decl.c (grokdeclarator): Return error_mark_node on
99         declaration with two or more data types.
100         
101 2006-09-20  Danny Smith  <dannysmith@users.sourceforge.net>
102
103         PR target/27650
104         * class.c (check_for_override): Remove dllimport from virtual
105         methods.
106
107 2006-09-18  Steven Bosscher  <steven@gcc.gnu.org>
108
109         PR c++/29087
110         * parser.c (cp_parser_labeled_statement): Return nothing.  Do
111         not take in_statement_expr and in_compound as arguments.  Rename
112         to cp_parser_label_for_labeled_statement.  Parse only the label,
113         not the statement.
114         (cp_parser_statement): Parse the statement of a labeled-statement
115         from here, using tail recursion.
116
117 2006-09-14  Andrew Pinski  <pinskia@physics.uc.edu>
118
119         PR C++/29002
120         * init.c (build_zero_init): If we have an error mark node for
121         the array size, return.
122
123 2006-09-10  Mark Mitchell  <mark@codesourcery.com>
124
125         PR c++/28991
126         * cp-objcp-common.c (cxx_staticp): New function.
127         * cp-objcp-common.h (LANG_HOOOKS_STATICP): Use it.
128         * cp-tree.h (cxx_staticp): New function.
129
130 2006-09-09  Jason Merrill  <jason@redhat.com>
131
132         PR c++/28996
133         * cvt.c (convert_to_void): Strip COMPONENT_REF to functions.
134
135 2006-09-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
136
137         PR c++/28858
138         * parser.c (cp_parser_skip_until_found): Rename to
139         cp_parser_skip_to_end_of_template_parameter_list.  Remove last two
140         parameters.  Track levels of '< ... >'.  Stop at '{', '}', or ';'.
141         Reorganize.  Adjust comment.
142         (cp_parser_template_declaration_after_export): Adjust call.
143         (cp_parser_enclosed_template_argument_list): Likewise.
144
145 2006-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
146
147         PR C++/28906
148         * init.c (build_new_1): Build a distinct type copy
149         for the array type that was returned from
150         build_cplus_array_type.
151
152 2006-09-07  Jason Merrill  <jason@redhat.com>
153
154         PR c++/27371
155         * cvt.c (convert_to_void): Enable previous change.
156
157         PR c++/26957
158         * method.c (use_thunk): Clear DECL_HAS_VALUE_EXPR_P on copied
159         parms.
160
161 2006-09-07  Simon Martin  <simartin@users.sourceforge.net>
162
163         PR c++/28284
164         * pt.c (fold_non_dependent_expr): Make sure expr is not
165         dereferenced if it is NULL.
166
167 2006-09-06  Zak Kipling  <zak@transversal.com>
168
169         PR c++/26195
170         * decl.c (make_rtl_for_nonlocal_decl),
171         (start_preparsed_function): Don't use lbasename on
172         input_filename when calling get_fileinfo.
173         * semantics.c (begin_class_definition): Likewise.
174         * lex.c (cxx_make_type): Likewise.
175         (handle_pragma_interface): Call get_fileinfo on input_filename,
176         not on the parameter to the directive.
177
178 2006-09-06  Mark Mitchell  <mark@codesourcery.com>
179
180         PR c++/28903
181         * pt.c (tsubst): Use fold_non_dependent_expr to fold array
182         dimensions.
183
184         PR c++/28886
185         * pt.c (unify): Avoid unnecessary calls to fold_build2 for array
186         dimensions.
187
188 2006-09-06  Jason Merrill  <jason@redhat.com>
189
190         PR c++/27371
191         * cvt.c (convert_to_void): Strip useless TARGET_EXPR.
192         * cp-tree.h (TARGET_EXPR_IMPLICIT_P): New macro.
193         * tree.c (build_cplus_new): Set it.
194
195         PR c++/26696
196         * cvt.c (convert_to_void): Replace a subexpression with no side 
197         effects with void_zero_node.
198         * tree.c (is_overloaded_fn): Look through COMPONENT_REF.
199         (get_first_fn): Ditto.
200         * decl.c (grokdeclarator): No need to look through COMPONENT_REF.
201
202 2006-09-05  Jason Merrill  <jason@redhat.com>
203
204         PR c++/26571
205         * parser.c (cp_parser_diagnose_invalid_type_name): Handle the case
206         where the name is a type used incorrectly.
207
208         PR c++/26671
209         * typeck.c (maybe_warn_about_returning_address_of_local): Look 
210         through COMPONENT_REF and ARRAY_REF.    
211
212         PR c++/26102
213         * name-lookup.c (do_class_using_decl): Try to find the base even
214         if bases_dependent_p.
215         * pt.c (type_dependent_expression_p): A USING_DECL is dependent.        
216
217         PR c++/19809
218         * pt.c (tsubst_friend_function): Set DECL_INITIAL before pushdecl.
219
220 2006-09-04  Nathan Sidwell  <nathan@codesourcery.com>
221
222         PR 23287 Revert my 2006-09-01 patch.
223         * parser.c: Reverted.
224         * pt.c: Reverted.
225
226 2006-09-02  Lee Millward  <lee.millward@codesourcery.com>
227
228         PR c++/27670
229         PR c++/27493
230         PR c++/27494
231         PR c++/27397
232         * parser.c (cp_parser_template_parameter_list): Add
233         invalid template parameters to the parameter list as
234         error_mark_node.
235
236 2006-09-02  Jakub Jelinek  <jakub@redhat.com>
237
238         PR c++/28878
239         * except.c (build_throw): Only set current_function_returns_abnormally
240         if cfun is not NULL.
241
242         PR c++/26917
243         * repo.c (repo_file): Remove.
244         (open_repo_file, reopen_repo_file_for_write): Return fopened
245         FILE * instead of setting global repo_file variable.
246         (init_repo): Adjust caller.
247         (finish_repo): Likewise.  Return instead of goto out before
248         reopen_repo_file_for_write has been called.
249
250 2006-09-01  Nathan Sidwell  <nathan@codesourcery.com>
251
252         PR c++/28705
253         * semantics.c (finish_call_expr): Add assert.
254         * name-lookup.c (lookup_arg_dependent): Check we found an overload
255         or an object.
256
257         PR c++/23287
258         * parser.c (cp_parser_id_expression): Add member_p
259         argument. Update all callers.
260         (cp_parser_unqualified_id): Likewise.  Lookup a destructor name in
261         the object's scope, if valid.
262         (cp_parser_global_scope_opt): Add object_scope_valid_p.  Update
263         callers.
264         (cp_parser_postfix_dot_deref_expression): Set object_scope.
265         * pt.c (tsubst_copy_and_build): Lookup dependent dtor name here.
266
267 2006-08-30  Jason Merrill  <jason@redhat.com>
268
269         PR c++/26670
270         * class.c (check_field_decls): Don't unset TYPE_PACKED until all
271         the fields have been processed.
272
273 2006-08-29  Andrew Pinski  <pinskia@physics.uc.edu>
274
275         PR C++/28349
276         * call.c (build_x_va_arg): Remove the reference type
277         from the type before creating the pointer type.
278
279 2006-08-29  J"orn Rennecke  <joern.rennecke@st.com>
280
281         PR c++/28139
282         * except.c (expand_start_catch_block): Use correct types for bitwise
283         copy.
284
285 2006-08-28  Jason Merrill  <jason@redhat.com>
286
287         PR c++/26670
288         * class.c (check_field_decls): Unset TYPE_PACKED (t) if one of the
289         fields can't be packed.
290
291         PR c++/26577
292         * cvt.c (convert_to_void): Don't automatically load from volatiles 
293         of TREE_ADDRESSABLE type.
294
295 2006-08-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
296
297         PR c++/28860
298         * cp-tree.h (maybe_process_partial_specialization): Return
299         tree instead of void.
300         * parser.c (cp_parser_class_head): Use return value of
301         maybe_process_partial_specialization.
302         * pt.c (maybe_process_partial_specialization): Return error_mark_node
303         for broken specializations, TYPE otherwise.  Check for template
304         template parameters.
305
306 2006-08-27  Mark Mitchell  <mark@codesourcery.com>
307
308         PR c++/28058
309         * pt.c (register_specialization): Return error_mark_node for
310         specialization-after-instantiation.
311         * decl2.c (mark_used): Mark the main function used when one of its
312         clones is used.
313         
314 2006-08-27  Lee Millward  <lee.millward@codesourcery.com>
315
316         PR c++/26573
317         * class.c (check_field_decls): Don't issue error about
318         local classes containing static data members.
319         
320 2006-08-26  Joseph S. Myers  <joseph@codesourcery.com>
321
322         PR c++/24009
323         * parser.c (struct cp_token): Add input_file_stack_index.
324         (eof_token): Update.
325         (cp_lexer_get_preprocessor_token): Save input_file_stack_tick.
326         (cp_lexer_set_source_position_from_token): Restore input file
327         stack.
328
329 2006-08-26  Lee Millward  <lee.millward@codesourcery.com>
330
331         PR c++/28736
332         PR c++/28737
333         PR c++/28738
334         * pt.c (process_template_parm): Store invalid template
335         parameters as a TREE_LIST with a TREE_VALUE of error_mark_node.
336         (push_inline_template_parms_recursive): Check for template
337         parameters having a TREE_VALUE of error_mark_node rather than
338         check the parameter itself.
339         (mangle_class_name_for_template): Likewise.
340         (comp_template_parms): When comparing the individual template
341         parameters, return 1 if either is error_mark_node.
342         (current_template_args): Robustify.
343         (redeclare_class_template): Likewise.
344         
345 2006-08-26  Mark Mitchell  <mark@codesourcery.com>
346
347         PR c++/28588
348         * class.c (resolve_address_of_overloaded_function): Add
349         access_path parameter.  Perform access checks.
350         (instantiate_type): Adjust call to
351         resolve_address_of_overloaded_function.  Remove unnecessary code.
352         * tree.c (is_overloaded_fn): Document.  Return 2 when there are
353         acutally multiple functions.
354         (really_overloaded_fn): Use is_overloaded_fn.
355         * mangle.c (write_expression): Handle BASELINKs.
356         * cp-tree.h (really_overloaded_fn): Return bool.
357         (baselink_for_fns): Declare.
358         * search.c (lookup_member): Check access for single static
359         functions here.
360         * pt.c (convert_nontype_argument_function): Handle BASELINKs.
361         (tsubst_copy_and_build): Generate BASELINKs for template-ids.
362         * semantics.c (finish_call_expr): Use baselink_for_fns.
363         (baselink_for_fns): New function.
364         (finish_id_expression): Use it.
365         * parser.c (cp_parser_template_argument): Don't strip BASELINKs.
366
367         PR c++/28595
368         * pt.c (tsubst): Issue errors about attempts to create VLAs at
369         template-instantiation time.
370
371 2006-08-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
372
373         PR c++/28853
374         * typeck2.c (cxx_incomplete_type_diagnostic): Handle template
375         template parameters.  Improve error message for template type
376         parameters.
377
378         PR c++/28852
379         * cp-tree.h (grok_op_properties): Return bool instead of void.
380         * decl.c (grokfndecl): Discard invalid operator declarations.
381         (copy_fn_p): Revert change for PR 27547.
382         (grok_op_properties): Return error status (true on success).
383         * pt.c (tsubst_decl): Discard invalid operator declarations.
384
385 2006-08-25  Mark Mitchell  <mark@codesourcery.com>
386
387         PR c++/28056
388         * decl.c (grokdeclarator): Disallow declarations with qualified
389         names in local scopes.
390
391 2006-08-25  Nathan Sidwell  <nathan@codesourcery.com>
392
393         PR c++/27787
394         * decl.c (make_typename_type): Only try and resolve it when
395         context is not dependent.  Refactor.
396         * decl2.c (check_classfn): Push to class scope before looking for
397         the function.
398
399 2006-08-24  Danny Smith   <dannysmith@users.sourceforge.net>
400
401         PR driver/28528
402         * g++spec.c (lang_specific_driver): Always check if we need to
403         swallow a space-separated  arg to '-x'.
404         * lang-specs.h: Don't create ouput files for '-xc++-header'
405         if -fsyntax-only.
406
407 2006-08-23  Jason Merrill  <jason@redhat.com>
408
409         PR c++/27714
410         * pt.c (push_template_decl_real): A friend template with class 
411         scope isn't primary.
412
413 2006-08-23  Benjamin Smedberg <benjamin@smedbergs.us>
414
415         PR c++/28687
416         * rtti.c (build_dynamic_cast, build_dynamic_cast_1):
417         Move -fno-rtti check to be more specific.
418
419 2006-08-22  Jason Merrill  <jason@redhat.com>
420
421         PR c++/23372
422         * call.c (build_over_call): Don't make a copy here if build_call 
423         will make one too.
424
425 2006-08-22  Andrew Pinski  <pinskia@physics.uc.edu>
426
427         PR C++/28450
428         * cp/init.c (build_zero_init): Handle VECTOR_TYPE and
429         COMPLEX_TYPEs.
430
431 2006-08-22  Simon Martin  <simartin@users.sourceforge.net>
432
433         PR c++/28420
434         * parser.c (cp_parser_postfix_expression): Make sure that the
435         saved value for parser->type_definition_forbidden_message is
436         restored before returning to avoid an invalid free().
437
438 2006-08-22  Jason Merrill  <jason@redhat.com>
439
440         PR c++/28659
441         * typeck.c (merge_types): If either of the types have the right 
442         attributes, return that one.
443
444         * tree.c (cp_build_type_attribute_variant): Make sure we aren't
445         doing this to class types.
446         * typeck.c (original_type): Deal with type quals properly.
447
448 2006-08-21  Jason Merrill  <jason@redhat.com>
449
450         PR c++/27115
451         * semantics.c (finish_stmt_expr_expr): Don't try to voidify here,
452         just leave the expression as it is.
453         (finish_stmt_expr): If the statement-expression has class type,
454         wrap it in a TARGET_EXPR.
455         * cp-gimplify.c (cp_gimplify_init_expr): Don't bother with
456         CLEANUP_POINT_EXPR.
457         * except.c (build_throw): Give the CLEANUP_POINT_EXPR void type.
458
459 2006-08-21  Lee Millward  <lee.millward@codesourcery.com>
460
461         PR c++/26269
462         * decl.c (duplicate_decls): Return early if either
463         newdecl or olddecl is error_mark_node.
464
465          PR c++/28505
466         * decl.c (grokdeclarator): Return early after
467         issuing diagnostic about an incomplete type.
468
469         PR c++/28741
470         * tree.c (decl_anon_ns_mem_p): Robustify.
471         * decl2.c (determine_visibility): Likewise.
472         
473 2006-08-20  Mark Mitchell  <mark@codesourcery.com>
474
475         PR c++/28341
476         * tree.c (cast_valid_in_integral_constant_expression_p): New
477         function.
478         * cp-tree.h (tsubst_copy_and_build): Adjust prototype.
479         * pt.c (tsubst_expr): Add integral_constant_expression_p
480         parameter.
481         (fold_non_dependent_expr): Adjust callers of
482         tsubst_{expr,copy_and_build}.
483         (tsubst_friend_function): Likewise.
484         (tsubst_template_arg): Likewise.
485         (tsubst_default_argument): Likewise.
486         (tsubst_decl): Likewise.
487         (tsubst): Likewise.
488         (tsubst_omp_clasuses): Likewise.
489         (regenerate_decl_fromp_template): Likewise.
490         (instantiate_decl): Likewise.
491         (tsubst_initializer_list): Likewise.
492         (tsubst_enum): Likewise.
493         (tsubst_expr): Use RECUR throughout.
494         (tsubst_copy_and_build): Change definition of RECUR.  Do not allow
495         invalid casts in integral constant expressions.
496         * parser.c (cp_parser_postfix_expression): Use
497         cast_valid_in_integral_constant_expression_p.
498         (cp_parser_cast_expression): Likewise.
499         (cp_parser_functional_cast): Likewise.
500
501         PR c++/28346
502         * pt.c (tsubst_qualified_id): Do not strip references from
503         OFFSET_REFs. 
504
505 2006-08-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
506
507         PR c++/28606
508         * parser.c (cp_parser_diagnose_invalid_type_name): Handle BIT_NOT_EXPR.
509         Fix formatting.
510         (cp_parser_parse_and_diagnose_invalid_type_name): Tighten condition
511         for valid type-names.
512         (cp_parser_unqualified_id): Fix error handling for destructors.
513
514         PR c++/28710
515         * decl.c (xref_tag): Improve error message.  Return early on error.
516
517         PR c++/28711
518         * pt.c (tsubst_copy_and_build) <case CONSTRUCTOR>: Robustify.
519
520 2006-08-17  Paolo Bonzini  <bonzini@gnu.org>
521
522         PR c++/28573
523         * semantics.c (finish_offsetof): Add new argument to fold_offsetof.
524
525 2006-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
526
527         PR c++/28302
528         * typeck.c (build_unary_op <case BIT_NOT_EXPR:>): Don't call
529         perform_integral_promotions for non integral type.
530
531 2006-08-16  Jason Merrill  <jason@redhat.com>
532
533         PR c++/28385
534         * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Ignore quals from template
535         if arg is a function.
536
537 2006-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
538
539         PR c++/28593
540         * init.c (build_new): Return early on invalid placement.
541
542 2006-08-15  Lee Millward  <lee.millward@codesourcery.com>
543
544         PR c++/28594
545         * pt.c (process_template_parm): Robustify.
546         
547 2006-08-14  Steve Ellcey  <sje@cup.hp.com>
548
549         PR c++/28288
550         PR c++/14556
551         * operators.def: Remove <?, ?>, <?=, and >?= operators.
552         * parser.c: Remove CPP_MIN, CPP_MAX, CPP_MIN_EQ, and CPP_MAX_EQ.
553         (cp_parser_warn_min_max): Remove.
554
555 2006-08-11  Jason Merrill  <jason@redhat.com>
556
557         PR c++/28559
558         * parser.c (cp_parser_elaborated_type_specifier): Also ignore
559         attributes applied to a TYPENAME_TYPE.
560
561 2006-08-09  Lee Millward  <lee.millward@codesourcery.com>
562
563         PR c++/28637
564         * pt.c (coerce_template_parms): Copy across the
565         invalid template arguments to the new template inner arguments.
566         (retrieve_specialization): Robustify.
567
568         PR c++/28638
569         * pt.c (coerce_template_template_parms): Robustify.
570
571         PR c++/28639
572         * error.c (dump_template_parms): Robustify.
573
574         PR c++/28640
575         * pt.c (redeclare_class_template): Robustify.
576
577         PR c++/28641
578         * pt.c (type_unification_real): Robustify.
579         
580 2006-08-03  Lee Millward  <lee.millward@codesourcery.com>
581
582         PR c++/28347
583         * decl.c (start_decl): Return error_mark_node if a
584         diagnostic was issed for an invalid typedef initialization.
585         
586 2006-08-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
587
588         PR c++/27508
589         * parser.c (cp_parser_unqualified_id): Check for invalid scopes
590         when parsing destructor names.
591
592         PR c++/28274
593         * decl.c (duplicate_decls): Call check_default_args here.
594         (start_preparsed_function): Do not call check_default_args.
595         * name-lookup.c (pushdecl_maybe_friend): Only call
596         check_default_args if duplicate_decls got bypassed.
597
598 2006-08-02  Richard Guenther  <rguenther@suse.de>
599
600         PR c++/28479
601         Revert
602         2006-07-05  Richard Guenther  <rguenther@suse.de>
603         Andrew Pinski  <pinskia@gcc.gnu.org>
604
605         PR c++/27084
606         * cp-objcp-common.c (cxx_types_compatible_p): Ignore
607         top level qualifiers for pointer type comparisons.
608
609 2006-08-02  Mark Mitchell  <mark@codesourcery.com>
610
611         PR c++/28557
612         * pt.c (tsubst_baselink): Substitute into BASELINK_OPTYPE.
613
614 2006-07-31  Mark Mitchell  <mark@codesourcery.com>
615
616         PR c++/28523
617         * tree.c (stabilize_expr): Tweak documentation.  Add assertion.
618         (stabilize_call): Tweak documentation.
619         (stabilize_init): Only call stabilize_call for calls.
620
621 2006-08-01  Steve Ellcey  <sje@cup.hp.com>
622
623         PR c++/28432
624         * decl2.c (check_classfn): Remove early return.
625         * search.c (lookup_member): Return NULL with bad type.
626
627 2006-08-01  Steve Ellcey  <sje@cup.hp.com>
628
629         PR c++/28256
630         * decl.c (check_initializer): Check for 1 initializer on scalar types.
631
632 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
633
634         PR debug/23336
635         * pt.c (tsubst_copy_and_build): Mark used enum types.
636         * semantics.c (finish_id_expression): Likewise.
637
638 2006-07-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
639
640         PR c++/6634
641         * decl.c (grokdeclarator): Check whether "long" or "short" was
642         specified for non-integral types.
643
644 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
645
646         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
647
648 2006-07-28  Lee Millward  <lee.millward@codesourcery.com>
649
650         PR c++/27668
651         PR c++/27962
652         * pt.c (process_template_parm) Store invalid template
653         parameters as error_mark_node in the paramater list.
654         (push_inline_template_parms_recursive): Handle invalid
655         template parameters.
656         (comp_template_parms): Likewise.
657         (check_default_tmpl_arg): Likewise.
658         (coerce_template_template_parms): Likewise.
659         (mangle_class_name_for_template): Likewise.
660         (tsubst_template_parms): Likewise.
661         * error.c (dump_template_argument_list): Likewise.
662         
663 2006-07-28  Kazu Hirata  <kazu@codesourcery.com>
664
665         * cp-tree.h: Fix a comment typo.
666
667 2006-07-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
668
669         PR c++/27572
670         * decl.c (grokdeclarator): Return error_mark_node after invalid
671         typedef.
672
673 2006-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
674
675         PR c++/28460
676         * decl.c (grokvardecl): Use FROB_CONTEXT.
677         * pt.c (register_specialization): Likewise.
678
679 2006-07-23  Mark Mitchell  <mark@codesourcery.com>
680
681         PR c++/28025
682         * cp-tree.h (LOOKUP_HIDDEN): New macro.  Reformat comments.
683         * name-lookup.c (unqualified_namespace_lookup): There is no way to
684         have a hidden name in non-namespace scopes.
685         * pt.c (tsubst_friend_class): Look for hidden names.
686         * decl.c (lookup_and_check_tag): Fix typo in comment.
687
688         * semantics.c (finish_compound_literal): Fix typo in comment.
689
690 2006-07-21  Jason Merrill  <jason@redhat.com>
691
692         * decl2.c (determine_visibility): Don't propagate visibility from
693         type to decl.
694         (constrain_class_visibility): Don't warn in system headers.
695         Don't warn about pointer fields.
696
697 2006-07-20  Mike Stump  <mrs@apple.com>
698
699         * decl2.c (determine_visibility_from_class): Don't use hidden
700         visibility for explicit instantiations.
701
702 2006-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
703
704         PR c++/28250
705         * pt.c (tsubst_expr): Only apply DECL_TEMPLATE_INSTANTIATED to
706         valid decls.  Cleanup.
707
708         PR c++/28363
709         * semantics.c (check_template_template_default_arg): Simplify
710         error handling.
711
712 2006-07-20  Jason Merrill  <jason@redhat.com>
713
714         PR c++/28407
715         * decl.c (grokvardecl): Set DECL_THIS_STATIC on file-scope
716         const variables with implicit internal linkage.
717         * tree.c (decl_linkage): Only return lk_external if it's set.
718
719         PR c++/28409
720         * decl2.c (constrain_visibility): Ignore the anonymous namespace 
721         for extern "C" decls.
722         (VISIBILITY_STATIC): Rename to VISIBILITY_ANON.
723
724         * decl2.c (constrain_visibility): Remove specified and reason 
725         parameters.  Don't touch decls that already have explicit visibility.
726         (determine_visibility): Do copy DECL_VISIBILITY_SPECIFIED from 
727         template.
728         (determine_visibility_from_class): Reverse sense of 
729         DECL_VISIBILITY_SPECIFIED test for target-specific visibility rules.
730         (constrain_class_visibility): Only complain about member visibility
731         if the member type is another class.  Don't change visibility of the
732         current class.
733
734 2006-07-19  Mark Mitchell  <mark@codesourcery.com>
735
736         PR c++/28338
737         * decl.c (layout_var_decl): Don't call push_local_name here.
738         (initialize_artificial_var): Assert artificiality.
739         (cp_finish_decl): Call push_local_name here.
740
741 2006-07-18  Mark Mitchell  <mark@codesourcery.com>
742
743         PR c++/28337
744         * typeck.c (build_binary_op): Short-circuit pointer arithmetic in
745         templates.
746
747 2006-07-18  Mark Mitchell  <mark@codesourcery.com>
748
749         PR c++/28048
750         * semantics.c (check_accessibility_of_qualified_id): Robustify.
751
752         PR c++/28235
753         * pt.c (tsubst_decl): Handling substitutions into a static data
754         member from within the scope of the tempalte itself.
755
756 2006-07-18  Lee Millward  <lee.millward@gmail.com>
757
758         PR c++/28258
759         * method.c (locate_copy): Check for non_reference
760         returning error_mark_node.
761
762         PR c++/28260
763         * decl.c (duplicate_decls): Return error_mark_node
764         on ambiguous declaration.
765         
766 2006-07-18  Steve Ellcey  <sje@cup.hp.com>
767
768         PR c++/27495
769         * search.c (adjust_result_of_qualified_name_lookup): Change
770         assert to part of if statement.
771
772 2006-07-17  Steve Ellcey  <sje@cup.hp.com>
773
774         PR c++/28291
775         * decl.c (reshape_init_class): Return error_mark_node on error.
776
777 2006-07-17  Steve Ellcey  <sje@cup.hp.com>
778
779         PR c++/28304
780         * decl2.c (check_classfn): Return NULL_TREE on error.
781
782 2006-07-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
783
784         PR c++/28250
785         * name-lookup.c (pushdecl_maybe_friend): Return early on
786         error_mark_node.
787         * except.c (expand_start_catch_block): Use error_mark_node instead
788         of NULL_TREE for invalid decls.
789         * parser.c (cp_parser_exception_declaration): Return error_mark_node
790         on invalid catch parameter. Simplify.
791
792 2006-07-16  Jakub Jelinek  <jakub@redhat.com>
793
794         PR c++/28370
795         * decl2.c (note_vague_linkage_var): Removed.
796         (finish_static_data_member_decl): Add decl to pending_statics vector
797         directly.  Do it even for non-public decls.
798
799 2006-07-15  Lee Millward  <lee.millward@gmail.com>
800
801         PR c++/28292
802         * decl2.c (acceptable_java_type): Robustify. Use
803         proper Boolean return type instead of return 1.
804         (check_java_method): Don't issue error about
805         type not being an acceptable Java parameter if 
806         it's error_mark_node.
807         
808         PR c++/28269
809         * parser.c (cp_parser_elaborated_type_specifier):
810         Return early if an invalid type was detected.
811         
812 2006-07-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
813
814         PR c++/28249
815         * parser.c (cp_parser_check_decl_spec): New function.
816         (cp_parser_decl_specifier_seq): Factor out check for repeated
817         decl-specifiers into cp_parser_check_decl_spec. Use it.
818         (cp_parser_type_specifier_seq): Use it.
819
820         PR c++/28294
821         * semantics.c (finish_offsetof): Use TREE_OPERAND for COMPONENT_REFs
822         only.
823
824         PR c++/28387
825         * decl2.c (cplus_decl_attributes): Check for invalid decls.
826
827 2006-07-14  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
828
829         PR c++/28343
830         * decl.c (cp_finish_decl): Check asmspec_tree for error_mark_node.
831         * decl2.c (grokfield): Likewise.
832
833 2006-07-12  Geoffrey Keating  <geoffk@apple.com>
834
835         * decl2.c (determine_visibility): Don't change visibility of
836         function locals because of -fvisibility-inlines-hidden.
837
838 2006-07-12  Jason Merrill  <jason@redhat.com>
839
840         PR c++/28217
841         * semantics.c (note_decl_for_pch): Don't premangle templates.
842
843 2006-07-12  Martin Michlmayr  <tbm@cyrius.com>
844
845         * typeck.c (string_conv_p): Remove spurious quotation mark in
846         warning.
847
848 2006-07-07  Lee Millward  <lee.millward@gmail.com>
849             Andrew Pinski  <pinskia@gmail.com>
850
851         PR c++/27820
852         * decl.c (define_label): Return error_mark_node on error.
853         * semantics.c (finish_label_stmt): Don't call
854         add_stmt for invalid labels.
855         
856 2006-07-06  Jason Merrill  <jason@redhat.com>
857
858         PR c++/28279
859         * decl2.c (finish_static_data_member_decl): Don't assert
860         TREE_PUBLIC.
861
862 2006-07-05  Jason Merrill  <jason@redhat.com>
863
864         PR c++/13983
865         PR c++/17519
866         * class.c (check_field_decls): Check TYPE_PACKED after
867         stripping array types.
868         (finish_struct_bits): Don't copy TYPE_SIZE here.
869
870         PR c++/18681
871         * friend.c (is_friend): Fix DR 45 implementation.
872
873 2006-07-05  Richard Guenther  <rguenther@suse.de>
874         Andrew Pinski  <pinskia@gcc.gnu.org>
875
876         PR c++/27084
877         * cp-objcp-common.c (cxx_types_compatible_p): Ignore
878         top level qualifiers for pointer type comparisons.
879
880 2006-07-01  Jason Merrill  <jason@redhat.com>
881
882         PR c++/28215
883         * method.c (make_thunk): Unset DECL_USE_TEMPLATE and 
884         DECL_TEMPLATE_INFO.
885
886 2006-06-30  Jason Merrill  <jason@redhat.com>
887
888         PR c++/26577
889         * call.c (build_new_method_call): Force evaluation of the 
890         instance pointer, not the object.
891
892 2006-06-30  Kazu Hirata  <kazu@codesourcery.com>
893
894         * decl2.c: Fix a comment typo.
895
896 2006-06-30  Jason Merrill  <jason@redhat.com>
897
898         PR c++/18698
899         * decl2.c (grokfield): Only try to treat the decl as an access 
900         declaration if the scope is a class.
901
902 2006-06-29  Jason Merrill  <jason@redhat.com>
903
904         PR c++/26905
905         PR c++/26612
906         PR c++/27000
907         PR c++/26984
908         PR c++/19134
909         * decl2.c (determine_visibility): Overhaul.
910         (determine_visibility_from_class): Likewise.
911         (min_vis_r, type_visibility, constrain_visibility): New fns.
912         (constrain_visibility_for_template): Likewise.
913         (constrain_class_visibility): Likewise.
914         * decl.c (cp_finish_decl): Call determine_visibility for function
915         decls, too.
916         * name-lookup.c (pushtag): Call determine_visibility.
917         * decl.c (duplicate_decls): Don't copy visibility from template to
918         specialization.
919         * pt.c (check_explicit_specialization): Likewise.
920         (lookup_template_class, tsubst_decl): Call determine_visibility.
921         * class.c (finish_struct_1): Call constrain_class_visibility.
922
923         PR c++/26905
924         PR c++/21675
925         PR c++/17470
926         * parser.c (cp_parser_explicit_instantiation): Pass the attributes
927         to grokdeclarator.
928         (cp_parser_type_specifier): Allow 'enum __attribute ((...)) E'.
929         (cp_parser_enum_specifier): Likewise.
930         (cp_parser_elaborated_type_specifier): Apply attributes if this
931         declares only the class.
932         (cp_parser_class_specifier): Apply leading attributes immediately.
933         * semantics.c (begin_class_definition): Add attributes parameter,
934         apply them to the type.
935
936         PR c++/21581
937         PR c++/25915
938         * tree.c (decl_anon_ns_mem_p): New function.
939         * cp-tree.h: Declare it.
940         * decl2.c (determine_visibility): Make anonymous namespace
941         members static.
942         (min_vis_r, constrain_visibility): Likewise.
943         * rtti.c (create_pseudo_type_info): Set TREE_PUBLIC on
944         pseudo-types.
945         * decl.c (cxx_init_decl_processing): Set TREE_PUBLIC on
946         global_namespace.
947         * name-lookup.c (push_namespace_with_attribs): Don't set TREE_PUBLIC
948         on anonymous namespaces.
949
950 2006-06-28  Jason Merrill  <jason@redhat.com>
951
952         PR c++/27424
953         * pt.c (convert_template_argument): Pass all template arguments 
954         on to coerce_template_template_parms.
955
956 2006-06-25  Lee Millward  <lee.millward@gmail.com>
957             Mark Mitchell <mark@codesuorcery.com>
958
959         PR c++/28054
960         * decl2.c (grokbitfied): Remove check for grokdeclarator
961         returning NULL_TREE, instead check for error_mark_node
962         to indicate failure.
963         * decl.c (grokdeclarator): Adjust block comment.
964         
965 2006-06-25  Lee Millward  <lee.millward@gmail.com>
966
967         PR c++/28051
968         * mangle.c (mangle_conv_op_name_for_type): Check for
969         invalid types.
970         * name-lookup.c (push_class_level_binding): Robustify.
971         (do_class_using_decl): Return early if name is error_mark_node.
972         
973 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
974
975         PR c++/28114
976         * name-lookup.c (pushtag): Return if we have error_mark_node.
977
978 2006-06-23  Steve Ellcey  <sje@cup.hp.com>
979
980         PR c++/27019
981         * typeck2.c (process_init_constructor_array): Set ce->value on errors.
982
983 2006-06-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
984
985         PR c++/28112
986         * parser.c (cp_parser_attribute_list): Skip attributes with invalid
987         arguments.  Fix comment.
988
989         PR c++/11468
990         * init.c (build_new_1): Handle error_mark_nodes returned by
991         build_java_class_ref.
992         (build_java_class_ref): Do not abort compilation, but return
993         error_mark_node.  Improve error message.  Fix indentation.
994
995 2006-06-23  Danny Smith   <dannysmith@users.sourceforge.net>
996
997         PR target/27789
998         * decl.c (start_decl): Check that dllimports are not initialized.
999
1000 2006-06-22  Lee Millward  <lee.millward@gmail.com>
1001
1002         PR c++/27805
1003         * typeck2.c (build_m_component_ref): Use error_operand_p.
1004
1005         PR c++/27821
1006         * decl.c (grokdeclarator): Return error_mark_node on
1007         invalid uses of the scope resolution operator.
1008         
1009 2006-06-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1010
1011         PR c++/28111
1012         * pt.c (determine_specialization): Check for invalid decls.
1013
1014         PR c++/28110
1015         * pt.c (unify) <case TEMPLATE_PARM_INDEX>: Check for invalid
1016         parameters.
1017
1018         PR c++/28109
1019         * rtti.c (get_tinfo_decl_dynamic): Robustify.
1020
1021 2006-06-20  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1022
1023         PR c++/28052
1024         * init.c (push_base_cleanups): Skip members with invalid types.
1025         * typeck.c (build_class_member_access_expr): Robustify.
1026
1027 2006-06-19  Mark Mitchell  <mark@codesourcery.com>
1028
1029         * pt.c (instantiate_template): Fix typo in comment.
1030
1031 2006-06-19  Richard Guenther  <rguenther@suse.de>
1032
1033         * parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near
1034         power-of-two token vector size.
1035
1036 2006-06-16  Mark Mitchell  <mark@codesourcery.com>
1037
1038         PR c++/28016
1039         * decl.c (cp_finsh_decl): Do not emit uninstantiated static data
1040         members.
1041
1042         PR c++/27979
1043         * call.c (standard_conversion): Strip cv-qualifiers from bitfield
1044         types.
1045
1046         PR c++/27884
1047         * decl.c (have_extern_spec): Remove.
1048         (start_decl): Do not check have_extern_spec.
1049         (start_function): Likewise.
1050         * cp-tree.h (have_extern_spec): Remove.
1051         * parser.c (cp_parser_linkage_specification): Don't set
1052         have_extern_spec.
1053         (cp_parser_init_declarator): Likewise.
1054         (cp_parser_parameter_declaration): Do not treat parameters as
1055         within the scope of an unbraced linkage specification.
1056
1057 2006-06-15  Mark Mitchell  <mark@codesourcery.com>
1058
1059         PR c++/27689
1060         * cp-tree.h (CLASSTYPE_SPECIALIZATION_OF_PRIMARY_TEMPLATE_P): New
1061         macro.
1062         * pt.c (unify): Use it.
1063
1064         PR c++/27666
1065         * call.c (build_conditional_expr): Robustify.
1066
1067         PR c++/27640
1068         * pt.c (instantiate_template): Set processing_template_decl to
1069         zero while performing substitutions.
1070
1071 2006-06-14  Mark Mitchell  <mark@codesourcery.com>
1072
1073         PR c++/27665
1074         * parser.c (cp_parser_unqualified_id): Use constructor_name_p to
1075         identify destructors.
1076         (cp_parser_nested_name_specifier_opt): Remove invalid
1077         optimization.
1078         (cp_parser_template_id): Refine heuristic for determining whether
1079         we are entering a scope.
1080
1081         PR c++/27648
1082         * parser.c (cp_parser_declarator): Robustify.
1083
1084         PR c++/26559
1085         * pt.c (tsubst_expr): Use finish_omp_atomic.
1086         (value_dependent_expression_p): All CALL_EXPRs are dependent.
1087         * semantics.c (finish_omp_atomic): Rework to use standard
1088         paradigms for handling non-dependent expressions.
1089
1090 2006-06-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1091
1092         * typeck.c (build_modify_expr): Tidy diagnostic message.
1093
1094 2006-06-14  Mark Mitchell  <mark@codesourcery.com>
1095
1096         PR c++/28018
1097         * typeck.c (build_modify_expr): Disallow array assignment.
1098
1099 2006-06-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1100
1101         * cp-tree.def: Fix typo.
1102
1103 2006-06-13  Mark Mitchell  <mark@codesourcery.com>
1104
1105         PR c++/27227
1106         * decl.c (decls_match): Allow an extern "C" variable declarations
1107         from different namespaces to match.
1108         (duplicate_decls): Disallow redeclaring a variable with a
1109         different linkage specification.
1110
1111 2006-06-13  Jakub Jelinek  <jakub@redhat.com>
1112
1113         PR middle-end/27793
1114         * cp-tree.h (cxx_int_tree_map): New struct.
1115         (struct language_function): Add extern_decl_map field.
1116         * name-lookup.c (pushdecl_maybe_friend): Add x -> t mapping
1117         to cp_function_chain->extern_decl_map hash table instead of
1118         copying over DECL_UID.
1119         * cp-gimplify.c (cxx_int_tree_map_eq, cxx_int_tree_map_hash): New
1120         functions.
1121         (cp_genericize_r): Remap DECL_EXTERN local decls using
1122         cp_function_chain->extern_decl_map hash table.
1123         * decl.c (finish_function): Clear extern_decl_map.
1124
1125 2006-06-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1126
1127         PR c++/27601
1128         * semantics.c (finish_offsetof): Handle pseudo-destructors.
1129
1130         PR c++/27933
1131         * name-lookup.c (lookup_qualified_name): Always return error_mark_node
1132         if lookup fails.
1133
1134         PR c++/27951
1135         * decl2.c (finish_anon_union): Return early if build_anon_union_vars
1136         fails.
1137
1138 2006-06-12  Roger Sayle  <roger@eyesopen.com>
1139
1140         PR c++/21210
1141         * typeck2.c (build_functional_cast): Use cp_convert to construct
1142         non-aggregate initializers instead of the user-level build_c_cast.
1143
1144 2006-06-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1145
1146         PR c++/27601
1147         * cp-tree.h (finish_offsetof): Add prototype.
1148         * semantics.c (finish_offsetof): New function.
1149         * parser.c (cp_parser_builtin_offsetof): Call it instead of
1150         fold_offsetof.
1151         * pt.c (tsubst_copy_and_build): Likewise.
1152
1153 2006-06-06  Mark Mitchell  <mark@codesourcery.com>
1154
1155         PR c++/27177
1156         * call.c (standard_conversion): Require that the derived type be
1157         complete when performing a derived-to-base conversion.
1158
1159 2006-06-04  Mark Mitchell  <mark@codesourcery.com>
1160
1161         PR c++/27819
1162         * decl.c (cp_finish_decl): Process initializers for static data
1163         members with non-dependent initializers, even in templates.
1164
1165         PR c++/27722
1166         * decl.c (maybe_deduce_size_from_array_init): If the declaration
1167         is erroneous, give it an erroneous type.
1168         (layout_var_decl): If the type is erroneous, give up.
1169         (check_initializer): Likewise.
1170
1171         PR c++/27807
1172         * cp-tree.h (TYPE_OBJ_P): New macro.
1173         (TYPE_PTROB_P): Use it.
1174         (TYPE_REF_OBJ_P): Likewise.
1175         * semantics.c (finish_compound_literal): Do not permit compound
1176         literals of non-object types.
1177
1178         PR c++/27806
1179         * typeck.c (original_type): Robustify.
1180
1181 2006-06-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1182
1183         PR c++/27804
1184         * init.c (constant_value_1): Return decl instead of error_mark_node
1185         for invalid initializers.
1186
1187 2006-06-01  Andrew Pinski  <pinskia@physics.uc.edu>
1188
1189         PR c++/27592
1190         * rtti.c (build_dynamic_cast_1): Call c_common_truthvalue_conversion
1191         on operand of the COND_EXPR for the null pointer check.
1192
1193 2006-06-01  Andrew Pinski  <pinskia@physics.uc.edu>
1194
1195         PR c++/26740
1196         * typeck.c (build_unary_op): Mark the function as being used.
1197
1198 2006-06-01  Alexandre Oliva  <aoliva@redhat.com>
1199
1200         PR c++/26660
1201         * parser.c (cp_parser_initial_pragma): Read one more token for
1202         caller after reading PCH file in.
1203
1204 2006-05-31  Mark Mitchell  <mark@codesourcery.com>
1205
1206         PR c++/27801
1207         * call.c (perform_implicit_conversion): Do not actually perform
1208         conversions in templates.
1209
1210         PR c++/26496
1211         * call.c (resolve_args): Check for invalid uses of bound
1212         non-static member functions.
1213         * init.c (build_offset_ref): Return error_mark_node for errors.
1214
1215         PR c++/27385
1216         * decl.c (reshape_init): Robustify.
1217         (reshape_init_array_1): Likewise.
1218
1219 2006-05-30  Mark Mitchell  <mark@codesourcery.com>
1220
1221         PR c++/27808
1222         * parser.c (cp_parser_decl_specifier_seq): Issue errors about
1223         "friend" specifiers that do not appear in class scopes.
1224
1225         PR c++/27803
1226         * class.c (check_bitfield_decl): Ensure that all bitfields have
1227         integral type.
1228
1229 2006-05-29  Kazu Hirata  <kazu@codesourcery.com>
1230
1231         * pt.c (convert_nontype_argument): Fix a typo in an error
1232         message.
1233
1234 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
1235
1236         * decl.c, decl2.c, parser.c: Fix comment typos.  Follow
1237         spelling conventions.
1238
1239 2006-05-24  Mark Mitchell  <mark@codesourcery.com>
1240
1241         PR c++/20103
1242         * decl.c (cp_make_fname_decl): Don't set DECL_INITIAL to
1243         error_mark_node to indicate an initialization is OK.
1244         (start_decl): Likewise.  Adjust call to start_decl_1.
1245         (start_decl_1): Add initialized parameter.  Simplify.
1246         * except.c (initialize_handler_parm): Adjust call to
1247         setart_decl_1.
1248         (expand_start_catch_block): Let cp_finish_decl initialize catch
1249         parameters.
1250         * cp-tree.h (start_decl_1): Adjust prototype.
1251         * pt.c (tsubst_expr): Don't set DECL_INITIAL to error_mark_node.
1252         (instantiate_decl): Let cp_finish_decl handle initialization.
1253         * semantics.c (finish_compound_literal): Create a temporary
1254         variable for the literal.
1255         * typeck.c (build_unary_op): Remove COMPOUND_LITERAL_P special
1256         cases.
1257         * decl2.c (finish_static_data_member_decl): Don't set
1258         DECL_INITIAL.
1259         (grokfield): Do not try to initialize functions.
1260
1261 2006-05-23  Mark Mitchell  <mark@codesourcery.com>
1262
1263         PR c++/20173
1264         * pt.c (determine_specialization): Disallow partial
1265         specializations of templates.
1266
1267 2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1268
1269         PR c++/27716
1270         * typeck.c (build_modify_expr): Test arguments for error_operand_p.
1271
1272         * decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE.
1273
1274 2006-05-21  Mark Mitchell  <mark@codesourcery.com>
1275
1276         PR c++/27210
1277         * cp-tree.h (cp_save_expr): New function.
1278         * init.c (build_new): Correct logic for zero-element array
1279         warning.  Use cp_save_expr.
1280         * tree.c (cp_save_expr): New function.
1281
1282 2006-05-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1283
1284         PR c++/27398
1285         * decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE
1286         or void_type_node.
1287
1288 2006-05-19  Mike Stump  <mrs@apple.com>
1289
1290         * typeck.c (default_conversion): Remove static.
1291
1292 2006-05-19  Mark Mitchell  <mark@codesourcery.com>
1293
1294         PR c++/26433
1295         * cp-tree.h (begin_function_try_block): Change prototype.
1296         (finish_function_handler_sequence): Likewise.
1297         * parser.c (cp_parser_function_try_block): Adjust calls.
1298         * pt.c (tsubst_expr): Adjust calls.
1299         * semantics.c (begin_function_try_block): Create an artificial
1300         outer scope.
1301         (finish_function_handler_sequence): Close it.
1302
1303 2006-05-18  Mark Mitchell  <mark@codesourcery.com>
1304
1305         PR c++/27471
1306         PR c++/27506
1307         * typeck.c (decay_conversion): Convert bitfields to their declared
1308         types here.  Improve documentation.  Avoid use of cp_convert.
1309         (default_conversion): Make it static.  Perform integral promotions
1310         before lvalue-to-rvalue, function-to-pointer, and array-to-pointer
1311         conversions.
1312         * init.c (build_init): Remove.
1313         (expand_default_init): Do not call rvalue.
1314         * call.c (null_ptr_cst_p): Robustify.
1315         (build_conditional_expr): Tidy.
1316         * except.c (build_throw): Do not perform lvalue-to-rvalue
1317         conversion on operand before initializing temporary.
1318         * tree.c (convert.h): Include it.
1319         (convert_bitfield_to_declared_type): Use convert_to_integer, not
1320         cp_convert.
1321         (rvalue): Don't convert bitfields to their declared type here.
1322         * cp-tree.h (build_init): Remove.
1323         (default_conversion): Likewise.
1324         * typeck2.c (build_m_component_ref): Do not perform
1325         lvalue-to-rvalue, function-to-pointer, or array-to-pointer
1326         conversions here.  Correct error message.
1327
1328 2006-05-17  Mark Mitchell  <mark@codesourcery.com>
1329
1330         PR c++/26122
1331         * decl2.c (check_member_template): Remove checks for virtual
1332         functions.
1333         * parser.c (cp_parser_function_specifier_opt): Complain about
1334         virtual templates.
1335         (cp_parser_pure_specifier): Likewise.
1336
1337         PR c++/26068
1338         * parser.c (cp_parser_set_storage_class): Check for
1339         invalid uses of storage classes on unbraced linkage
1340         specifications.
1341         (cp_parser_decl_specifier_seq): Pass keywords, not storage classes,
1342         to cp_parser_set_storage_class.
1343
1344 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
1345
1346         PR c++/27491
1347         * semantics.c (finish_compound_literal): Only set TREE_HAS_CONSTRUCTOR
1348         on CONSTRUCTORs.
1349
1350         PR middle-end/27415
1351         * parser.c (cp_parser_omp_parallel): Set OMP_PARALLEL_COMBINED
1352         on combined parallel workshare constructs.
1353         * pt.c (tsubst_expr): Copy OMP_PARALLEL_COMBINED flag.
1354
1355 2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1356
1357         PR driver/26885
1358         * Make-lang.in (GXX_OBJS): Replace gcc.o with $(GCC_OBJS).
1359
1360 2006-05-15  Mark Mitchell  <mark@codesourcery.com>
1361
1362         PR c++/27339
1363         * cp-tree.h (perform_access_checks): New function.
1364         * semantics.c (perform_access_checks): New function.
1365         (perform_deferred_access_checks): Use it.
1366         * parser.c (cp_parser_simple_declaration): Adjust call to
1367         cp_parser_init_declarator.
1368         (cp_parser_type_parameter): Do not defer checks in default
1369         arguments.
1370         (cp_parser_explicit_specialization): Adjust call to
1371         cp_parser_single_declaration.
1372         (cp_parser_init_declarator): Perform template-parameter access
1373         checks.
1374         (cp_parser_parameter_declaration): Do not defer checks for
1375         template parameter default arguments.
1376         (cp_parser_template_declaration_after_export): Gather access
1377         checks for template parameters, and pass them to
1378         cp_parser_single_declaration.
1379         (cp_parser_template_parameter_access_checks): New function.
1380         (cp_parser_single_declaration): Add checks parameter.
1381
1382         PR c++/27505
1383         * call.c (convert_like_real): Convert bitfields to their declared
1384         types when forming an rvalue.
1385         * tree.c (convert_bitfield_to_declared_type): New function.
1386         (rvalue): Use it.
1387         * cp-tree.h (convert_bitfield_to_declare_type): Declare it.
1388
1389 2006-05-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1390
1391         PR c++/27582
1392         * pt.c (any_dependent_template_arguments_p): Return early on invalid
1393         argument list.
1394
1395         PR c++/27581
1396         * search.c (adjust_result_of_qualified_name_lookup): Skip on
1397         invalid context_class.
1398
1399         PR c++/27315
1400         * pt.c (do_decl_instantiation): Return early on invalid decl.
1401
1402         PR c++/27559
1403         * pt.c (push_template_decl_real): Return error_mark_node instead
1404         of broken decl.
1405
1406         PR c++/27496
1407         * pt.c (tsubst_friend_class): Return early on invalid friend
1408         declarations.
1409
1410 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
1411
1412         * Make-lang.in (cp/decl.o): Add dependency on $(TARGET_H).
1413         (cp/decl2.o): Likewise.
1414         (cp/typeck.o): Likewise.
1415         (cp/cvt.o): Likewise.
1416         (cp/parser.o): Likewise.
1417         (cp/call.o): Replace target.h with $(TARGET_H).
1418
1419 2006-05-14  Alexandre Oliva  <aoliva@redhat.com>
1420
1421         * pt.c (build_non_dependent_expr): Leave ADDR_EXPR of
1422         COMPONENT_REF alone.
1423
1424 2006-05-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1425
1426         PR c++/27547
1427         * decl.c (copy_fn_p): Return early on non-member functions.
1428
1429 2006-05-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1430
1431         PR c++/27447
1432         * decl2.c (build_memfn_type): Skip invalid functions and class types.
1433
1434 2006-05-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1435
1436         PR c++/27427
1437         * pt.c (convert_nontype_argument): Return early on invalid arguments.
1438
1439         * pt.c (process_template_parm): Remove superfluous temporary.
1440
1441         PR c++/27430
1442         * pt.c (process_template_parm): Handle erroneous non-type parameters.
1443
1444         PR c++/27423
1445         * typeck.c (convert_for_initialization): Skip erroneous types.
1446
1447         PR c++/27422
1448         * typeck.c (convert_arguments): Return early on args with
1449         invalid types.
1450
1451 2006-05-03  Aldy Hernandez  <aldyh@redhat.com>
1452
1453         PR/21391
1454         * typeck.c (build_static_cast_1): Save casted types in used types
1455         hash table.
1456         (build_reinterpret_cast_1): Same.
1457         * rtti.c (build_dynamic_cast_1): Same.
1458
1459 2006-05-04  Jakub Jelinek  <jakub@redhat.com>
1460
1461         PR c++/27359
1462         * parser.c (cp_parser_omp_for_loop): Only call
1463         cp_parser_abort_tentative_parse if cp_parser_parse_definitely was not
1464         called.
1465
1466 2006-05-02  Mark Mitchell  <mark@codesourcery.com>
1467
1468         PR c++/27102
1469         * decl.c (grokdeclarator): Robustify checks for defining members
1470         of incomplete types.
1471
1472         PR c++/27309
1473         * class.c (add_method): Call grok_special_member_properties.
1474         * decl.c (grokdeclarator): Don't call it here.
1475         (copy_fn_p): A TEMPLATE_DECL is never a copy constructor or
1476         assignment operator.  Set TYPE_HAS_CONSTURCTOR if DECL is a
1477         constructor.
1478         (start_method): Don't call grok_special_member_properties.
1479         * method.c (implicitly_declare_fn): Likewise.
1480         * pt.c (instantiate_class_template): Likewise.
1481         * decl2.c (grokfield): Likewise.
1482
1483 2006-05-02  Jakub Jelinek  <jakub@redhat.com>
1484
1485         PR middle-end/27337
1486         * cp-gimplify.c (cxx_omp_privatize_by_reference): New function.
1487         * cp-tree.h (cxx_omp_privatize_by_reference): New prototype.
1488         * cp-objcp-common.h (LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Define.
1489
1490 2006-04-30  Mark Mitchell  <mark@codesourcery.com>
1491
1492         PR c++/27094
1493         * pt.c (tsubst_default_argument): Increment function_depth around
1494         call to tsubst_expr.
1495         * parser.c (cp_parser_parameter_declaration): Likewise.
1496         * decl2.c (mark_used): Tidy.
1497
1498 2006-04-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1499
1500         PR c++/27278
1501         * decl.c (grok_op_properties): Skip operators with invalid args
1502         when checking for class-type or enum-type args.
1503
1504 2006-04-29  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1505
1506         PR c++/27279
1507         * decl.c (copy_fn_p): Skip functions with invalid first arg.
1508
1509 2006-04-27  Mark Mitchell  <mark@codesourcery.com>
1510
1511         PR c++/27292
1512         * tree.c (rvalue): Convert bitfields to their declared types.
1513
1514         PR c++/27102
1515         * typeck2.c (cxx_incomplete_type_diagnostic): Handle
1516         TYPENAME_TYPE.
1517
1518 2006-04-24  Mark Mitchell  <mark@codesourcery.com>
1519
1520         PR c++/27292
1521         * typeck.c (decay_conversion): Don't adjust bitfield types.
1522         (perform_integral_promotions): Treat bitfield enums as enums, not
1523         as short integer types.
1524         * tree.c (rvalue): Convert bitfields to their correct types.
1525
1526 2006-04-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1527
1528         PR c++/19963
1529         * class.c (layout_class_type): Skip fields with invalid types.
1530
1531 2006-04-23  Mark Mitchell  <mark@codesourcery.com>
1532
1533         PR c++/26912
1534         * cp-tree.h (build_this_parm): Declare.
1535         (grok_method_quals): Remove.
1536         (build_memfn_type): Declare.
1537         (build_artificial_parm): Declare.
1538         (do_friend): Remove quals parameter.
1539         * decl.c (build_this_parm): New function.
1540         (grokfndecl): Use it.  Do not pass quals to grokclassfn.
1541         (grokdeclarator): Rename quals to memfn_quals.  Avoid allocating
1542         unnecessary TYPE_DECLs.  Correct qualification of member function
1543         types.  Tidy.
1544         * method.c (implicitly_declare_fn): Use build_this_parm.
1545         * friend.c (do_friend): Remove quals parameter.
1546         * decl2.c (grok_method_quals): Remove.
1547         (build_memfn_type): New function.
1548         (build_artificial_parm): Give it external linkage.
1549         (grokclassfn): Remove quals parameter.  Do not build "this"
1550         PARM_DECL here.
1551
1552         PR c++/26534
1553         * cp-tree.h (is_bitfield_expr_with_lowered_type): New function.
1554         * typeck.c (is_bitfield_expr_with_lowered_type): New function.
1555         (decay_conversion): Convert bitfield expressions to the correct
1556         type.
1557         (build_modify_expr): Remove spurious conversions.
1558         * class.c (layout_class_type): Modify the type of bitfields to
1559         indicate a limited range.
1560         * call.c (standard_conversion): Adjust the type of bitfield
1561         expressions used in an rvalue context.
1562         (build_conditional_expr): Likewise.
1563
1564 2006-04-22  Kazu Hirata  <kazu@codesourcery.com>
1565
1566         * decl.c: Fix comment typos.
1567
1568 2006-04-21  Eric Christopher  <echristo@apple.com>
1569
1570         * decl.c: Fix typo in function name.
1571
1572 2006-04-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1573
1574         PR c++/26558
1575         * parser.c (cp_parser_class_name): Check for invalid typenames.
1576         Rearrange code.
1577
1578         PR c++/26739
1579         * pt.c (tsubst_friend_function): Return early if
1580         pushdecl_namespace_level fails.
1581
1582         PR c++/26036
1583         * typeck.c (convert_arguments): Return error_mark_node instead of
1584         error_mark_list.
1585         * cp-tree.h (error_mark_list): Remove declaration.
1586         * decl.c (error_mark_list): Remove definition.
1587         (cxx_init_decl_processing): Do not initialize error_mark_list.
1588
1589         PR c++/10385
1590         * rtti.c (build_dynamic_cast_1): Check for invalid conversions
1591         before calling convert_to_reference.
1592         * cvt.c (convert_to_reference): Assert that reftype is a
1593         REFERENCE_TYPE.
1594
1595 2006-04-19  Mark Mitchell  <mark@codesourcery.com>
1596
1597         PR c++/27102
1598         * class.c (currently_open_class): Tidy.
1599         * decl.c (grokdeclarator): If we encounter an erroneous
1600         declarator, assume that we have already issued an error message
1601         and return.  Return error_mark_node instead of NULL_TREE in more
1602         places.  Issue errors about function definitions that do not have
1603         a function declarator.  Check for complete types for all function
1604         definitions.
1605         * cp-tree.h (cp_error_declarator): Remove.
1606         (currently_open_class): Change return type.
1607         * parser.c (cp_parser_id_expression): Add optional_p parameter.
1608         (cp_parser_parse_diagnose_invalid_type_name): Adjust calls.
1609         (cp_parser_id_expression): Likewise.
1610         (cp_parser_unqualified_id): If the name is optional, return
1611         NULL_TREE.
1612         (cp_parser_postfix_dot_deref_expression): Adjust calls.
1613         (cp_parser_type_parameter): Likewise.
1614         (cp_parser_unqualified_id): Likewise.
1615         (cp_parser_direct_declarator): Likewise.
1616         (cp_parser_declarator_id): Add optional_p parameter.
1617         (cp_parser_function_definition_from_specifiers_and_declarator):
1618         Assume that start_function indicates failure only if it has issued
1619         an error.
1620         (cp_parser_omp_var_list_no_open): Adjust calls.
1621
1622 2006-04-17  Janis Johnson  <janis187@us.ibm.com>
1623
1624         PR c++/26114, c++/26115
1625         * typeck.c (cxx_mark_addressable): Restore check for extra_warnings.
1626         * class.c (check_field_decls): Ditto.
1627
1628 2006-04-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1629
1630         * init.c (build_offset_ref): Remove superfluous temporary.
1631
1632 2006-04-16  Mark Mitchell  <mark@codesourcery.com>
1633
1634         PR c++/26365
1635         * typeck.c (finish_class_member_access_expr): Robustify
1636
1637 2006-04-15  Kazu Hirata  <kazu@codesourcery.com>
1638
1639         * Make-lang.in (cp/pt.o): Depend on vecprim.h.
1640         * pt.c: Include vecprim.h.
1641         (inline_parm_levels): Change the type to VEC(int,heap) *.
1642         (inline_parm_levels_used): Remove.
1643         (maybe_begin_member_template_processing,
1644         maybe_end_member_template_processing): Use VEC instead of
1645         VARRAY.
1646
1647         * cp/call.c: Fix comment typos.
1648
1649 2006-04-12  Mark Mitchell  <mark@codesourcery.com>
1650
1651         * parser.c (cp_parser_init_declarator): Initialize local variables
1652         aggressively.
1653
1654 2006-04-12  Roger Sayle  <roger@eyesopen.com>
1655
1656         * parser.c (cp_parser_init_declarator): Initialise
1657         is_parenthesized_init to false to avoid compiler warning.
1658
1659 2006-04-11  Mark Mitchell  <mark@codesourcery.com>
1660
1661         * cp-tree.h (build_operator_new_call): Adjust prototype.
1662         (build_new_method_call): Likewise.
1663         (build_op_delete_call): Likewise.
1664         * init.c (build_raw_new_expr): New function.
1665         (build_new_1): Pass information as parameters, rather than
1666         bundling it into a NEW_EXPR.
1667         (build_new): Adjust accordingly.
1668         (build_vec_delete_1): Adjust for changes to build_op_delete_call.
1669         (build_delete): Likewise.
1670         * decl.c (finish_destructor_body): Likewise.
1671         * call.c (build_operator_new_call): Return the allocation function
1672         used.
1673         (build_op_delete_call): Take allocation function as parameter.
1674         (build_special_member_call): Adjust call to build_new_method_call.
1675         (build_new_method_call): Return function called.
1676         * pt.c (tsubst_copy_and_build): Adjust call to
1677         build_new_method_call.
1678         * semantics.c (finish_call_expr): Likewise.
1679         * parser.c (cp_parser_postfix_expression): Likewise.
1680         * typeck2.c (cxx_incomplete_type_diagnostic): Refer to
1681         "incomplete", not "undefined", types.
1682
1683         PR c++/26295
1684         * decl.c (grokdeclarator): Remove namespace-handling code for
1685         pointers-to-members.
1686         * parser.c (cp_parser_ptr_operator): Check for qualified names
1687         using namespaces.
1688
1689         PR c++/26122
1690         * parser.c (cp_parser_init_declarator): Adjust logic for deciding
1691         whether or not to look for a pure-specifier.
1692         (cp_parser_member_declaration): Likewise.
1693
1694 2006-04-08  Kazu Hirata  <kazu@codesourcery.com>
1695
1696         * decl2.c, pt.c, semantics.c: Fix comment typos.
1697
1698 2006-04-06  Roger Sayle  <roger@eyesopen.com>
1699
1700         * call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
1701
1702 2006-04-05  Jason Merrill  <jason@redhat.com>
1703
1704         * name-lookup.c (push_namespace_with_attribs): Temporarily disable
1705         default hidden visibility for anonymous namespace.
1706
1707 2006-03-29  Roger Sayle  <roger@eyesopen.com>
1708
1709         PR c++/22494
1710         * init.c (build_vec_delete_1): Convert BASE pointer's type to
1711         the base pointer type to avoid a type mismatch in the EQ_EXPR.
1712
1713 2006-03-24  Carlos O'Donell  <carlos@codesourcery.com>
1714
1715         * search.c (maybe_suppress_debug_info): If
1716         flag_emit_class_debug_always then don't suppress.
1717
1718 2006-03-22  Jason Merrill  <jason@redhat.com>
1719
1720         * name-lookup.c (push_namespace_with_attribs): Only apply hidden
1721         visibility to anonymous namespaces if HAVE_GAS_HIDDEN.
1722
1723 2006-03-21  Jakub Jelinek  <jakub@redhat.com>
1724
1725         PR c++/26691
1726         * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle default arguments.
1727
1728 2006-03-21  Jason Merrill  <jason@redhat.com>
1729
1730         PR c++/21581
1731         * parser.c (cp_parser_declaration): Support attributes on
1732         anonymous namespaces.
1733         * name-lookup.c (push_namespace_with_attribs): Anonymous
1734         namespaces default to hidden visibility.
1735
1736 2006-03-20  Jason Merrill  <jason@redhat.com>
1737
1738         PR c++/21764, c++/19238
1739         * decl.c (cp_finish_decl): Call determine_visibility later.
1740         (start_preparsed_function): Likewise.
1741         * cp-tree.h (CP_TYPE_CONTEXT, TYPE_NAMESPACE_SCOPE_P): New macros.
1742         (TYPE_CLASS_SCOPE_P, TYPE_FUNCTION_SCOPE_P): New macros.
1743         * name-lookup.h (struct cp_binding_level): Add has_visibility
1744         bitfield.
1745         * name-lookup.c: Include c-pragma.h.
1746         (push_namespace_with_attribs): Split out from push_namespace.
1747         Push visibility if appropriate.  Set TREE_PUBLIC on namespaces.
1748         (leave_scope): Pop visibility if appropriate.
1749         * decl2.c (determine_visibility_from_class): Split out from...
1750         (determine_visibility): ...here.  Handle function scope and
1751         nested classes.
1752         (import_export_decl): Move visibility handling to
1753         determine_visibility_from_class.
1754         * parser.c (cp_parser_declaration, cp_parser_namespace_name): Allow
1755         attributes on namespace declarations.
1756
1757 2006-03-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1758
1759         PR c++/6634
1760         * decl.c (grokdeclarator): Do not accept long long double.
1761         Reorganize checks for invalid (combinations of) type modifiers.
1762         Quote modifiers in messages.
1763
1764 2006-03-09  Jason Merrill  <jason@redhat.com>
1765
1766         PR c++/16387, c++/16389
1767         * typeck.c (cxx_alignof_expr, cxx_sizeof_expr): New functions.
1768         (cxx_sizeof_or_alignof_expr): Split out from here.
1769
1770 2006-03-09  Diego Novillo  <dnovillo@redhat.com>
1771
1772         Merge from gomp-20050608-branch
1773
1774         2006-02-02  Diego Novillo  <dnovillo@redhat.com>
1775
1776                 * decl.c (pop_labels_1): Use appropriate pointer casting.
1777                 (poplevel_named_label_1): Likewise.
1778                 (named_label_entry_hash): Likewise.
1779                 (named_label_entry_eq): Likewise.
1780                 (check_goto): Likewise.
1781                 (define_label): Likewise.
1782
1783         2006-01-26  Diego Novillo  <dnovillo@redhat.com>
1784
1785                 * cp-tree.h (CP_OMP_CLAUSE_INFO): Use TREE_TYPE instead
1786                 of TREE_BLOCK.
1787                 * pt.c: Use OMP_CLAUSE_CODE and OMP_CLAUSE_OPERAND
1788                 instead of TREE_CODE/TREE_OPERAND.
1789                 * semantics.c: Likewise.
1790                 * parser.c: Likewise.
1791
1792         2005-11-10  Diego Novillo  <dnovillo@redhat.com>
1793
1794                 * parser.c (cp_parser_omp_threadprivate): Emit diagnostic if
1795                 target does not support TLS.
1796
1797         2005-11-09  Jakub Jelinek  <jakub@redhat.com>
1798
1799                 * decl.c (redeclaration_error_message): Don't error about
1800                 DECL_THREAD_LOCAL_P mismatches if CP_DECL_THREADPRIVATE_P
1801                 (olddecl).
1802
1803         2005-11-08  Jakub Jelinek  <jakub@redhat.com>
1804
1805                 PR c++/24735
1806                 * semantics.c (finish_omp_barrier, finish_omp_flush): New
1807                   functions.
1808                 * parser.c (cp_parser_omp_barrier): Call finish_omp_barrier.
1809                 (cp_parser_omp_flush): Call finish_omp_flush.
1810                 * cp-tree.h (finish_omp_barrier, finish_omp_flush): New
1811                   prototypes.
1812
1813                 PR c++/24734
1814                 * pt.c (tsubst_expr): Handle OMP_MASTER and OMP_ORDERED.
1815
1816         2005-11-03  Jakub Jelinek  <jakub@redhat.com>
1817
1818                 * semantics.c (finish_omp_threadprivate): Error on class-scope
1819                 variables.
1820
1821         2005-11-02  Jakub Jelinek  <jakub@redhat.com>
1822
1823                 * parser.c (cp_parser_omp_all_clauses): If some clause
1824                 type is not allowed, don't remove just one of the
1825                 clauses, but all clauses added in that loop round.
1826
1827                 * semantics.c (finish_omp_clauses): Fix function
1828                 comment. Don't handle non-const or mutable specially,
1829                 as const and not mutable is predetermined shared and
1830                 that leads to double error. Don't ICE if copyin var is
1831                 PARM_DECL.
1832
1833                 PR c++/24613
1834                 * parser.c (cp_parser_pragma): Diagnose
1835                 PRAGMA_OMP_SECTION outside of PRAGMA_OMP_SECTIONS
1836                 construct.
1837
1838                 * semantics.c (finish_omp_threadprivate): Error if V
1839                   is automatic variable or has incomplete type.
1840
1841         2005-11-01  Diego Novillo  <dnovillo@redhat.com>
1842
1843                 * parser.c (cp_parser_omp_all_clauses): Use
1844                 OMP_CLAUSE_CHAIN instead of TREE_CHAIN.
1845
1846         2005-11-01  Diego Novillo  <dnovillo@redhat.com>
1847
1848                 * parser.c (cp_parser_omp_all_clauses): When emitting an
1849                 error message, remove the invalid clause from the list.
1850
1851         2005-10-31  Diego Novillo  <dnovillo@redhat.com>
1852
1853                 * parser.c (cp_parser_omp_parallel): Do not allow 'nowait' in
1854                 combined parallel+workshare directives.
1855
1856         2005-10-31  Richard Henderson  <rth@redhat.com>
1857
1858                 * cp-objcp-common.h (LANG_HOOKS_OMP_CLAUSE_DTOR):
1859                 Use cxx_omp_clause_dtor.
1860                 * cp-tree.h (CP_OMP_CLAUSE_INFO): New.
1861                 (cxx_omp_clause_dtor): New.
1862                 * cp-gimplify.c (cxx_omp_clause_apply_fn): New.
1863                 (cxx_omp_clause_default_ctor): Use it.
1864                 (cxx_omp_clause_copy_ctor, cxx_omp_clause_assign_op):
1865                 Likewise.
1866                 (cxx_omp_clause_dtor): New.
1867                 * semantics.c (finish_omp_clauses): Rewrite cdtor
1868                 checking to fill in CP_OMP_CLAUSE_INFO.  Don't
1869                 specialcase LASTPRIVATE for removal.
1870                 (cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
1871                 cxx_omp_clause_assign_op): Move to cp-gimplify.c.
1872
1873         2005-10-28  Jakub Jelinek  <jakub@redhat.com>
1874
1875                 * semantics.c (finish_omp_threadprivate): If
1876                   DECL_RTL_SET_P, call make_decl_rtl again so that
1877                   encode_section_info can update SYMBOL_REF's flags.
1878
1879         2005-10-26  Jakub Jelinek  <jakub@redhat.com>
1880
1881                 * semantics.c (finish_omp_for): Don't segfault if COND
1882                 or INCR is NULL.  If not calling c_finish_omp_for
1883                 right away and one of COND and INCR is NULL, issue
1884                 error and don't expand anything.
1885
1886                 PR c++/24512
1887                 * cp-tree.h (finish_omp_for): Add PRE_BODY argument.
1888                 * semantics.c (finish_omp_for): Likewise.  Set
1889                 OMP_FOR_PRE_BODY to PRE_BODY if deferring, add it
1890                 into the current statement list if not processing
1891                 template decl or pass it to c_finish_omp_for.
1892
1893                 * parser.c (cp_parser_omp_for_loop): Expand optional DECL_EXPRs
1894                 into PRE_BODY statement list.  Pass it to finish_omp_for.
1895                 * pt.c (tsubst_expr) <case OMP_FOR>: tsubst_expr also
1896                 OMP_FOR_PRE_BODY into PRE_BODY stmt list, pass it to
1897                 finish_omp_for.  Put all the statements into sk_omp
1898                 scope.
1899
1900         2005-10-25  Jakub Jelinek  <jakub@redhat.com>
1901
1902                 PR c++/24516
1903                 * parser.c (struct cp_parser): Rename in_iteration_statement
1904                 field to in_statement.
1905                 (IN_SWITCH_STMT, IN_ITERATION_STMT): Define.
1906                 (IN_OMP_BLOCK, IN_OMP_FOR): Change values.
1907                 (cp_parser_new, cp_parser_begin_omp_structured_block,
1908                 cp_parser_end_omp_structured_block,
1909                 cp_parser_omp_for_loop): Adjust for
1910                 in_iteration_statement renaming.
1911                 (cp_parser_selection_statement): Save
1912                 parser->in_iteration, or it temporarily with
1913                 IN_SWITCH_STMT for the
1914                 cp_parser_implicitly_scoped_statement call.
1915                 (cp_parser_iteration_statement): Adjust for
1916                 in_iteration_statement renaming.  Use
1917                 IN_ITERATION_STMT rather than true.
1918                 (cp_parser_jump_statement): Adjust for
1919                 in_iteration_statement renaming and new values.  Don't
1920                 error on break in a switch statement within OMP_FOR or
1921                 OpenMP structured block.
1922
1923                 PR c++/24513
1924                 * parser.c (cp_parser_cache_group): Don't stop if next
1925                 token is CPP_PRAGMA_EOL and end is CPP_PRAGMA_EOL as
1926                 well.  If current token is CPP_PRAGMA, consume
1927                 everything until CPP_PRAGMA_EOL inclusive.
1928
1929         2005-10-24  Jakub Jelinek  <jakub@redhat.com>
1930
1931                 PR c++/24502
1932                 * semantics.c (finish_omp_for): Handle MODOP_EXPR in
1933                 addition to MODIFY_EXPR.
1934
1935         2005-10-23  Richard Henderson  <rth@redhat.com>
1936
1937                 * cp-gimplify.c (struct cp_gimplify_ctx): Remove.
1938                 (bc_label): New.
1939                 (begin_bc_block, finish_bc_block): Use it.
1940                 (push_context, pop_context): Remove.
1941                 (cp_genericize): Don't use them.  Assert bc_label is null.
1942                 * semantics.c (finish_omp_clauses): Create a fake data
1943                 element of TYPE for probing ctors.
1944
1945         2005-10-23  Richard Henderson  <rth@redhat.com>
1946
1947                 * cp-objcp-common.h (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): New.
1948                 (LANG_HOOKS_OMP_CLAUSE_COPY_CTOR): New.
1949                 (LANG_HOOKS_OMP_CLAUSE_ASSIGN_OP): New.
1950                 (LANG_HOOKS_OMP_CLAUSE_DTOR): New.
1951                 * semantics.c (finish_omp_clauses): Look through
1952                 arrays when looking up special member calls.  Also
1953                 remove FIRSTPRIVATE when LASTPRIVATE fails.
1954                 (cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor): New.
1955                 (cxx_omp_clause_assign_op): New.
1956                 * cp-tree.h: Declare them.
1957
1958         2005-10-21  Richard Henderson  <rth@redhat.com>
1959
1960                 * decl.c (check_previous_goto_1): Return false if error.
1961                 (check_switch_goto): Likewise.
1962                 (finish_case_label): Don't emit the case label on error.
1963                 * parser.c (struct cp_parser): Revert
1964                 in_switch_statement_p changes.
1965                 (cp_parser_labeled_statement,
1966                 cp_parser_selection_statement): Likewise.
1967                 (cp_parser_begin_omp_structured_block): Don't save...
1968                 (cp_parser_end_omp_structured_block): or restore
1969                 in_switch_statement_p.
1970
1971         2005-10-21  Richard Henderson  <rth@redhat.com>
1972
1973                 * semantics.c (finish_omp_threadprivate): Set
1974                 decl_flags.u2sel when necessary.
1975
1976         2005-10-21  Richard Henderson  <rth@redhat.com>
1977
1978                 * decl.c (poplevel_named_label_1): Restore creation of the
1979                 bad_decls list.
1980                 (decl_jump_unsafe): Check for error_mark_node types.
1981                 (check_goto): Don't check cdtor_label.  Don't use identify_goto.
1982                 * semantics.c (finish_return_stmt): Do check_omp_return before
1983                 converting to cdtor_label goto.
1984
1985         2005-10-21  Richard Henderson  <rth@redhat.com>
1986
1987                 PR c++/24451
1988                 * decl.c (check_omp_return): Return false on error.
1989                 * cp-tree.h (check_omp_return): Update decl.
1990                 * semantics.c (finish_return_stmt): Avoid adding
1991                 return on error.
1992
1993         2005-10-21  Richard Henderson  <rth@redhat.com>
1994
1995                 * cp-tree.h (struct language_function): Remove
1996                 x_named_label_uses.
1997                 Change x_named_labels to a hashtable.
1998                 (check_omp_return): Declare.
1999                 * decl.c (struct named_label_use_entry): Rename from
2000                 named_label_use_list.  Remove label_decl.
2001                 (struct named_label_entry): Rename from
2002                 named_label_list.  Remove old_value and next.  Change
2003                 in_try_scope and in_catch_scope to bool. Add
2004                 in_omp_scope.
2005                 (pop_labels_1): New.
2006                 (pop_labels): Use it.
2007                 (pop_local_label, poplevel_named_label_1): New.
2008                 (poplevel): Use them.
2009                 (named_label_entry_hash, named_label_entry_eq): New.
2010                 (make_label_decl): Create named_labels.  Move label
2011                 creation bits from lookup_label.
2012                 (declare_local_label): Tidy.
2013                 (identify_goto): Split out from ...
2014                 (check_previous_goto_1): Add exited_omp argument.
2015                 Handle omp scopes.
2016
2017                 (use_label): Merge into...
2018                 (check_goto): ... here.  Handle omp scopes.
2019                 (check_omp_return): New.
2020                 (check_previous_gotos): Merge into...
2021                 (define_label): ... here.
2022                 (save_function_data): Remove x_named_label_uses reference.
2023                 (finish_function): Likewise.
2024                 * name-lookup.h (sk_omp): New.
2025                 * name-lookup.c (begin_scope): Handle it.
2026                 * parser.c (cp_parser_omp_for): Don't create extra
2027                 compound stmt.
2028
2029                 (cp_parser_omp_sections): Likewise.
2030                 * semantics.c (finish_return_stmt): Call check_omp_return.
2031                 (begin_omp_structured_block): Use sk_omp.
2032                 (finish_omp_structured_block): Use do_poplevel.  Don't build a
2033                 MUST_NOT_THROW expression here.
2034                 (begin_omp_parallel, finish_omp_parallel): Don't create extra
2035                 compound statements.
2036
2037         2005-10-21  Diego Novillo  <dnovillo@redhat.com>
2038
2039                 PR 24455
2040                 * cp/cp-tree.h (struct lang_decl_flags): Add field
2041                 threadprivate_p.
2042                 (CP_DECL_IS_THREADPRIVATE): Define.
2043                 * cp/semantics.c (finish_omp_threadprivate): Set.  Do
2044                 not error out if CP_DECL_IS_THREADPRIVATE is set
2045                 already.
2046                 * cp/decl.c (duplicate_decls): Merge
2047                 CP_DECL_THREADPRIVATE_P.
2048
2049         2005-10-20  Richard Henderson  <rth@redhat.com>
2050
2051                 * cp-gimplify.c (cp_gimplify_omp_for): New.
2052                 (cp_gimplify_expr): Call it.
2053                 * cp-tree.h (OMP_FOR_GIMPLIFYING_P): New.
2054                 * parser.c (struct cp_parser): Rename
2055                 in_iteration_statement_p to in_iteration_statement and
2056                 change to unsigned char.  Similarly with
2057                 in_switch_statement.  Update all users.
2058                 (IN_OMP_BLOCK, IN_OMP_FOR): New.
2059                 (cp_parser_labeled_statement): Diagnose case labels
2060                 binding closer to an openmp block nested than the
2061                 switch.
2062                 (cp_parser_jump_statement): Diagnose break and
2063                 continue labels binding closer to an openmp block than
2064                 an iteration or switch.
2065                 (cp_parser_omp_for_loop): Mark in_iteration_statement
2066                 for an omp for.
2067                 (cp_parser_begin_omp_structured_block): New.
2068                 (cp_parser_end_omp_structured_block): New.
2069                 (cp_parser_omp_structured_block): Use them.
2070                 (cp_parser_omp_for, cp_parser_omp_sections_scope): Likewise.
2071                 (cp_parser_omp_parallel): Likewise.
2072
2073         2005-10-20  Richard Henderson  <rth@redhat.com>
2074
2075                 * semantics.c (begin_omp_structured_block): New.
2076                 (finish_omp_structured_block): New.
2077                 (begin_omp_parallel, finish_omp_parallel): Use them.
2078                 * parser.c (cp_parser_omp_structured_block): Likewise.
2079                 (cp_parser_omp_for): Likewise.
2080                 (cp_parser_omp_sections_scope): Likewise.
2081                 * cp-tree.h: Declare them.
2082
2083         2005-10-20  Richard Henderson  <rth@redhat.com>
2084
2085                 * parser.c (cp_parser_omp_master): Return the statement.
2086                 (cp_parser_omp_ordered): Likewise.
2087                 (cp_parser_omp_construct): Set the locus for them.
2088
2089         2005-10-19  Richard Henderson  <rth@redhat.com>
2090
2091                 * semantics.c (finish_omp_atomic): Revert to
2092                 uses_template_parms.
2093
2094         2005-10-19  Richard Henderson  <rth@redhat.com>
2095
2096                 * semantics.c (finish_omp_clauses): Avoid
2097                 DECL_THREAD_LOCAL_P on a PARM_DECL.  Remove some
2098                 stub asserts guaranteed to fail.
2099
2100         2005-10-19  Richard Henderson  <rth@redhat.com>
2101
2102                 * cp-tree.h (OMP_ATOMIC_DEPENDENT_P, OMP_ATOMIC_CODE): New.
2103                 (finish_omp_clauses, finish_omp_for, finish_omp_atomic): New.
2104                 * parser.c (cp_parser_omp_clause_copyin): Remove.
2105                 (cp_parser_omp_all_clauses): Use cp_parser_omp_var_list instead.
2106                 Call finish_omp_clauses.
2107                 (cp_parser_omp_clause_if): Don't do error checking here.
2108                 (cp_parser_omp_clause_num_threads): Likewise.
2109                 (cp_parser_omp_clause_schedule): Likewise.
2110                 (cp_parser_omp_atomic): Use finish_omp_atomic.
2111                 (cp_parser_omp_for_loop): Don't discard DECL_EXPR.
2112                 Don't decompose assignment statment here.  Use
2113                 finish_omp_for.
2114
2115                 * pt.c (tsubst_omp_clauses): New.
2116                 (tsubst_expr): Handle OMP_PARALLEL, OMP_FOR, OMP_SECTIONS,
2117                 OMP_SINGLE, OMP_SECTION, OMP_CRITICAL, OMP_ATOMIC.
2118                 * semantics.c (finish_omp_clauses): New.
2119                 (begin_omp_parallel, finish_omp_parallel): Know Less about the
2120                 internals of the stmt_list stack.
2121                 (finish_omp_for, finish_omp_atomic): New.
2122
2123         2005-10-18  Jakub Jelinek  <jakub@redhat.com>
2124
2125                 * semantics.c (cxx_omp_predetermined_sharing): New function.
2126                 * cp-tree.h (cxx_omp_predetermined_sharing): New prototype.
2127                 * cp-objcp-common.h
2128                 (LANG_HOOKS_OMP_PREDETERMINED_SHARING): Redefine.
2129
2130         2005-10-18  Richard Henderson  <rth@redhat.com>
2131
2132                 * parser.c (cp_parser_omp_single): Use make_node and accessors
2133                 instead of build.
2134
2135         2005-10-17  Richard Henderson  <rth@redhat.com>
2136
2137                 * parser.c (cp_parser_omp_for_loop): Handle declarations.
2138
2139         2005-10-12  Richard Henderson  <rth@redhat.com>
2140
2141                 * Make-lang.in (CXX_C_OBJS): Add c-omp.o.
2142                 * cp-tree.h (begin_omp_parallel, finish_omp_parallel): Declare.
2143                 (finish_omp_threadprivate): Declare.
2144                 * parser.c (struct cp_lexer): Add in_pragma.
2145                 (cp_lexer_consume_token): Don't consume a PRAGMA_EOL
2146                 when in_pragma.
2147                 (cp_parser_skip_to_closing_parenthesis): Stop at PRAGMA_EOL.
2148                 (cp_parser_skip_to_end_of_statement): Likewise.
2149                 (cp_parser_skip_to_end_of_block_or_statement): Likewise.
2150                 (cp_parser_skip_to_closing_brace): Likewise.
2151                 (cp_parser_skip_to_pragma_eol): Reset in_pragma.
2152                 (cp_parser_require_pragma_eol): New.
2153                 (cp_parser_statement): Add in_compound argument;
2154                 update all callers.
2155                 Restart if a non-statement pragma seen outside a
2156                 compound.
2157                 (cp_parser_statement_seq_opt): Stop at PRAGMA_EOL.
2158                 (cp_parser_declaration_seq_opt): Likewise.
2159                 (cp_parser_member_specification_opt): Likewise.
2160                 (cp_parser_function_definition_after_decl): Likewise.
2161                 (cp_parser_skip_until_found): Likewise.
2162                 (cp_parser_cache_group): Likewise.
2163                 (enum pragma_omp_clause, cp_parser_omp_clause_name,
2164                 check_no_duplicate_clause,
2165                 cp_parser_omp_var_list_no_open,
2166                 cp_parser_omp_var_list, cp_parser_omp_clause_copyin,
2167                 cp_parser_omp_clause_default, cp_parser_omp_clause_if,
2168                 cp_parser_omp_clause_nowait,
2169                 cp_parser_omp_clause_num_threads,
2170                 cp_parser_omp_clause_ordered,
2171                 cp_parser_omp_clause_reduction,
2172                 cp_parser_omp_clause_schedule,
2173                 cp_parser_omp_all_clauses,
2174                 cp_parser_omp_structured_block, cp_parser_omp_atomic,
2175                 cp_parser_omp_barrier, cp_parser_omp_critical,
2176                 cp_parser_omp_flush, cp_parser_omp_for_loop,
2177                 cp_parser_omp_for, cp_parser_omp_master,
2178                 cp_parser_omp_ordered, cp_parser_omp_sections_scope,
2179                 cp_parser_omp_sections, cp_parser_omp_parallel,
2180                 cp_parser_omp_single, cp_parser_omp_threadprivate,
2181                 cp_parser_omp_construct): New.
2182                 (cp_parser_pragma): Handle OpenMP pragmas.
2183                 * semantics.c (finish_omp_threadprivate): New.
2184                 (begin_omp_parallel, finish_omp_parallel): New.
2185
2186         2005-10-11  Richard Henderson  <rth@redhat.com>
2187
2188                 * parser.c (struct cp_token): Add pragma_kind.
2189                 (eof_token): Initialize it.
2190                 (cp_lexer_handle_pragma): Remove.
2191                 (cp_parser_initial_pragma): New.
2192                 (cp_lexer_new_main): Use it.
2193                 (cp_lexer_get_preprocessor_token): Initialize pragma_kind.
2194                 (cp_lexer_print_token): Don't handle CPP_PRAGMA.
2195                 (cp_parser_skip_to_pragma_eol): New.
2196                 (cp_parser_error): Use it.
2197                 (pragma_lex): New.
2198
2199         2005-10-09  Richard Henderson  <rth@redhat.com>
2200
2201                 * lex.c (parse_strconst_pragma): Update for c_lex name change.
2202                 (handle_pragma_java_exceptions): Likewise.
2203                 * parser.c (cp_lexer_new_main): Likewise.
2204
2205         2005-10-06  Richard Henderson  <rth@redhat.com>
2206
2207                 * parser.c (cp_lexer_new_main): Comment out defer_pragmas.
2208                 (cp_lexer_handle_pragma): Comment out
2209                 cpp_handle_deferred_pragma.
2210
2211         2005-10-01  Richard Henderson  <rth@redhat.com>
2212
2213                 * name-lookup.c (lookup_name): Remove prefer_type argument.
2214                 (lookup_name_prefer_type): New function.
2215                 * name-lookup.h (lookup_name_prefer_type): Declare it.
2216                 * decl.c (lookup_and_check_tag): Use it.
2217                 * pt.c (tsubst_friend_class): Likewise. Update for
2218                 lookup_name change.
2219                 (lookup_template_class, tsubst_copy_and_build): Likewise.
2220
2221 2006-03-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2222
2223         PR c++/15759
2224         * tree.c (bot_manip): Don't call mark_used.
2225
2226 2006-03-02  Mike Stump  <mrs@apple.com>
2227
2228         * decl2.c (import_export_decl): Remove redundant call to
2229         targetm.cxx.key_method_may_be_inline ().
2230
2231 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
2232
2233         * decl.c (start_decl): Use have_global_bss_p when deciding
2234         whether to make the decl common.
2235
2236 2006-03-01  Mike Stump  <mrs@apple.com>
2237
2238         PR darwin/25908
2239         * decl2.c (import_export_decl): Fix ABI breakage on darwin.
2240
2241 2006-02-24  Geoffrey Keating  <geoffk@apple.com>
2242
2243         * except.c (expand_start_catch_block): Handle
2244         flag_use_cxa_get_exception_ptr.
2245
2246 2006-02-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2247
2248         PR c++/26291
2249         * decl.c (grok_op_properties): Check for ellipsis in arguments of
2250         operators.
2251
2252 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
2253
2254         * Make-lang.in (C++): Remove.
2255         (.PHONY): Remove C++.
2256
2257 2006-02-18  Mark Mitchell  <mark@codesourcery.com>
2258
2259         PR c++/26266
2260         * cp-tree.h (cp_finish_decl): Adjust declaration.
2261         (grokbitfield): Likewise.
2262         (finish_static_data_member_decl): Likewise.
2263         * init.c (constant_value_1): Ensure processing_template_decl when
2264         folding non-dependent initializers for static data members of
2265         dependent types.  Return error_mark_node for erroneous
2266         initailizers.
2267         * class.c (get_vtable_decl): Use finish_decl, not cp_finish_decl.
2268         * decl.c (cp_make_fname_decl): Adjust call to cp_finish_decl.
2269         (cp_finish_decl): Add init_const_expr_p parameter.  Set
2270         DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P here.
2271         (finish_decl): Adjust call to cp_finish_decl.
2272         (compute_array_index_type): Robustify.
2273         (start_method): Use finish_decl, not cp_finish_decl.
2274         * rtti.c (emit_tinfo_decl): Likewise.
2275         * except.c (initialize_handler_parm): Adjust call to
2276         cp_finish_decl.
2277         (expand_start_catch_block): Likewise.
2278         * cvt.c (build_up_reference): Adjust call to cp_finish_decl.
2279         * pt.c (instantiate_class_template): Adjust call to
2280         finish_static_data_member_decl.
2281         (tsubst_expr): Use finish_decl, not cp_finish_decl.
2282         (instantiate_decl): Adjust call to cp_finish_decl.
2283         * name-lookup.c (pushdecl_top_level_1): Use finish_decl, not
2284         cp_finish_decl.
2285         * decl2.c (finish_static_data_member_decl): Add init_const_expr_p
2286         parameter.
2287         (grokfield): Likewise.
2288         * parser.c (cp_parser_condition): Check for constant initializers.
2289         (cp_parser_init_declarator): Adjust calls to grokfield and
2290         cp_finish_decl.  Don't set
2291         DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P here.
2292         (cp_parser_member_declaration): Likewise.
2293         (cp_parser_objc_class_ivars): Likewise.
2294
2295 2006-02-14  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2296
2297         * call.c (standard_conversion): Return NULL instead of 0.
2298         (build_user_type_conversion_1): Likewise.
2299         (tourney): Likewise.
2300         * decl.c (redeclaration_error_message): Likewise.
2301         * error.c (language_to_string): Likewise.
2302
2303 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2304
2305         * cp-tree.h (warn_hidden): Remove prototype.
2306         * class.c (warn_hidden): Make static.
2307
2308         * cp-tree.h (build_type_conversion): Remove prototype.
2309         * cvt.c (build_type_conversion): Add prototype, make static.
2310
2311         * cp-tree.h (push_tinst_level): Remove prototype.
2312         (pop_tinst_level): Likewise.
2313         * pt.c (push_tinst_level): Add prototype, make static.
2314         (pop_tinst_level): Likewise.
2315
2316 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2317
2318         * decl.c (grokdeclarator): Return NULL_TREE instead of 0.
2319         * typeck.c (unary_complex_lvalue): Likewise.
2320
2321 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2322
2323         * lex.c (parse_strconst_pragma): Return error_mark_node instead of
2324         "(tree)-1" to indicate failure.  Simplify.
2325         (handle_pragma_interface): Test for error_mark_node instead of
2326         "(tree)-1".
2327         (handle_pragma_implementation): Likewise.
2328
2329 2006-02-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2330
2331         PR c++/26151
2332         * parser.c (cp_parser_decl_specifier_seq): Check for duplicate
2333         decl-specifiers.  Remove extra check for duplicate 'friend'.
2334         * decl.c (grokdeclarator): Remove check for duplicate
2335         decl-specifiers.  Set longlong together with long_p.
2336
2337 2006-02-12  Jason Merrill  <jason@redhat.com>
2338
2339         PR c++/24996
2340         * except.c (build_throw): Add a CLEANUP_POINT_EXPR inside the
2341         TRY_CATCH_EXPR or MUST_NOT_THROW_EXPR.
2342
2343 2006-02-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2344
2345         * class.c (debug_class): Remove extern.
2346         (debug_thunks): Likewise.
2347
2348 2006-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2349
2350         * typeck.c (string_conv_p): Don't test for flag_const_strings.
2351
2352 2006-02-08  Jason Merrill  <jason@redhat.com>
2353
2354         PR c++/25979
2355         * cp-gimplify.c (cp_gimplify_expr): Don't call
2356         cp_gimplify_init_expr for MODIFY_EXPRs.
2357         * typeck2.c (split_nonconstant_init_1): Use INIT_EXPR.
2358
2359 2006-02-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2360
2361         PR c++/26071
2362         * decl.c (grokdeclarator): Set dname also for destructor.
2363
2364         PR c++/26070
2365         * decl.c (grokdeclarator): Clear storage_class together with staticp.
2366
2367 2006-02-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2368
2369         * cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.
2370         (cp_build_qualified_type): Propogate renaming.
2371         * call.c (convert_like_real): Likewise.
2372         * cvt.c (cp_convert_to_pointer, convert_to_reference): Likewise.
2373         * decl.c (make_typename_type, grokdeclarator): Likewise.
2374         * pt.c (tsubst_friend_function, instantiate_class_template,
2375         tsubst_default_argument, instantiate_decl,
2376         tsubst_initializer_list, tsubst_enum): Likewise.
2377         * semantics.c (finish_template_type): Likewise.
2378         * typeck.c (build_ptrmemfunc, convert_for_assignment): Likewise.
2379
2380 2006-02-07  Dirk Mueller  <dmueller@suse.com>
2381
2382         * typeck.c (build_binary_op): Annotate div-by-zero
2383         warnings to make -Wno-div-by-zero have an effect.
2384
2385 2006-02-07  Mark Mitchell  <mark@codesourcery.com>
2386
2387         PR c++/9737
2388         * pt.c (coerce_template_template_parms): Do not templates with
2389         excess default arguments to match template template parameters
2390         with fewer parameters.
2391         (coerce_template_parms): Add use_default_args parameter; use
2392         default arguments only when true.
2393         (lookup_template_class): Adjust call to coerce_template_parms.
2394         (fn_type_unification): Likewise.
2395         (unify): Likewise.
2396         (get_bindings): Likewise.
2397         (dependent_type_p): Add assertions.
2398
2399 2006-02-06  Roger Sayle  <roger@eyesopen.com>
2400
2401         * decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.
2402         * rtti.c (typeinfo_in_lib_p): Likewise.
2403         * cp-tree.h (INTEGRAL_CODE_P, CP_INTEGRAL_TYPE_P): Likewise.
2404         * name-lookup.c (arg_assoc_type): Likewise.
2405
2406 2006-02-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2407
2408         * cp-tree.h (tf_warn_or_error): New substituion flag.
2409         (cp_build_qualified_type): Use it.
2410         * call.c (convert_like_real): Likewise.
2411         * cvt.c (cp_convert_to_pointer): Likewise.
2412         (convert_to_reference): Likewise.
2413         * decl.c (make_typename_type): Likewise.
2414         (grokdeclarator): Likewise.
2415         * pt.c (tsubst_friend_function): Likewise.
2416         (tsubst_friend_class): Likewise.
2417         (instantiate_class_template): Likewise.
2418         (tsubst_default_argument): Likewise.
2419         (instantiate_decl): Likewise.
2420         (tsubst_initializer_list): Likewise.
2421         (tsubst_enum): Likewise.
2422         * semantics.c (finish_template_type): Likewise.
2423         * typeck.c (build_ptrmemfunc): Likewise.
2424         (convert_for_assignment): Likewise.
2425
2426 2006-02-03  Lee Millward  <lee.millward@gmail.com>
2427
2428         * typeck.c (string_conv_p): Pass appropiate
2429         OPT_Wxxxx values when calling warning().
2430         (build_array_ref, cxx_mark_addressable): Likewise.
2431         (check_return_expr): Likewise.
2432
2433         * init.c (perform_member_init): Likewise.
2434         (sort_mem_initializers, emit_mem_initializers): Likewise.
2435
2436         * class.c (check_field_decls): Likewise.
2437         (warn_about_ambiguous_bases): Likewise.
2438
2439         * decl.c (pop_label, poplevel): Likewise.
2440         (duplicate_decls, grok_op_properties): Likewise.
2441         (start_preparsed_function, finish_function): Likewise.
2442
2443         * name-lookup.c (pushdecl_maybe_friend): Likewise.
2444         (pushdecl_maybe_friend): Likewise.
2445
2446         * parser.c (cp_parser_warn_min_max): Likewise.
2447         (cp_parser_cast_expression): Likewise.
2448
2449         * method.c (lazily_declare_fn): Likewise.
2450         * cvt.c (convert_to_void): Likewise.
2451         * mangle.c (finish_mangling): Likewise.
2452         * cp-gimplify.c (gimplify_expr_stmt): Likewise.
2453
2454 2006-02-03  Mark Mitchell  <mark@codesourcery.com>
2455
2456         * name-lookup.c (do_class_using_decl): Use IDENTIFIER_TYPENAME_P,
2457         not IDENTIFIER_OPNAME_P.
2458
2459 2006-01-31  Mark Mitchell  <mark@codesourcery.com>
2460
2461         PR c++/25342
2462         * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Revise
2463         documentation.
2464         * pt.c (determine_specialization): Use INNERMOST_TEMPLATE_PARMS,
2465         not TREE_VALUE.
2466         (instantiate_class_template): Simplify.
2467         (verify_class_unification): Remove.
2468         (unify): Document parameters.  Use INNERMOST_TEMPLATE_ARGS to
2469         permit multiple levels of template arguments.
2470         (more_specialized_class): Simplify.
2471         (get_class_bindings): Pass full arguments to unify.  Fold
2472         verify_class_unification into this function.  Return full
2473         arguments.
2474         (most_specialized_class): Adjust for changes to
2475         get_class_bindings.  Issue errors here for ambiguity.  Return the
2476         fully deduced arguments for the most specialized class, in
2477         addition to the partial specialization.
2478
2479 2006-01-31  Ben Elliston  <bje@au.ibm.com>
2480
2481         * mangle.c: Comment fix.
2482
2483 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2484
2485         * Make-lang.in (cp-warn): Include CXX_COMPAT_WARN.
2486         * repo.c (extract_string, afgets): Use cast when converting from
2487         void *.
2488
2489 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2490
2491         * call.c (alloc_conversion): Use cast when converting from void *.
2492         (alloc_conversions): Likewise.
2493         (add_candidate): Likewise.
2494         (print_z_candidates): Likewise.
2495         (add_warning): Likewise.
2496         * pt.c (retrieve_local_specialization): Likewise.
2497         (process_partial_specialization): Likewise.
2498         (mangle_class_name_for_template): Likewise.
2499         (tsubst_template_args): Likewise.
2500         * typeck2.c (pat_calc_hash): Likewise.
2501         (pat_compare): Likewise.
2502         (abstract_virtuals_error): Likewise.
2503         * class.c (method_name_cmp): Likewise.
2504         (resort_method_name_cmp): Likewise.
2505         (get_vfield_name): Likewise.
2506         * decl2.c (generate_ctor_and_dtor_functions_for_priority): Likewise.
2507         * lex.c (init_reswords): Likewise.
2508         * rtti.c (create_pseudo_type_info): Likewise.
2509         * search.c (dfs_lookup_base): Likewise.
2510         (dfs_dcast_hint_pre): Likewise.
2511         (dfs_dcast_hint_post): Likewise.
2512         * tree.c (hash_tree_cons): Likewise.
2513         * repo.c (extract_string): Likewise.
2514         (afgets): Likewise.
2515         * cp-objcp-common.c (decl_shadowed_for_var_lookup): Likewise.
2516         * g++spec.c (lang_specific_driver): Likewise.
2517
2518 2006-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2519
2520         * call.c (joust): Pass option code to warning.  Use inform for
2521         explanation.
2522         * class.c (check_bases): Likewise.
2523         (maybe_warn_about_overly_private_class): Likewise.
2524         (check_field_decls): Likewise.
2525         (layout_empty_base): Likewise.
2526         (layout_virtual_bases): Likewise.
2527         (layout_class_type): Likewise.
2528
2529 2006-01-28  Mark Mitchell  <mark@codesourcery.com>
2530
2531         PR c++/25999
2532         * decl.c (start_preparsed_function): Call maybe_apply_pragma_weak
2533         here, not ...
2534         (start_function): ... here.
2535
2536 2006-01-28  Mark Mitchell  <mark@codesourcery.com>
2537
2538         PR c++/25855
2539         * class.c (resolve_address_of_overloaded_function): Adjust use of
2540         return value from most_specialized_instantiation.
2541         * pt.c (determine_specialization): Avoid multiple calls to
2542         get_bindings.
2543         (most_specialized_instantiation): When a tie occurs, set the
2544         current presumed champion to the next template.  Return the
2545         TREE_LIST node containing the template, rather than the template
2546         itself.
2547         (most_specialized): Remove.
2548         * name-lookup.c (push_overloaded_decl): When duplicate_decls
2549         indicates a failed redeclaration, report that to callers.
2550
2551 2006-01-26  Jason Merrill  <jason@redhat.com>
2552
2553         PR c++/16021
2554         * name-lookup.c (parse_using_directive): Require strong using to
2555         name a nested namespace.
2556
2557 2006-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2558
2559         Revert:
2560         * cp-tree.h (do_poplevel): Remove prototype.
2561         * semantics.c (do_poplevel): Add prototype.  Make static.
2562
2563         Revert:
2564         * cp-tree.h (default_conversion): Remove prototype.
2565         * typeck.c (default_conversion): Make static.
2566
2567 2006-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2568
2569         * cp-tree.h (get_primary_binfo): Remove prototype.
2570         (push_using_decl): Likewise.
2571         (current_template_args): Likewise.
2572         (more_specialized_class): Likewise.
2573         (mark_class_instantiated): Likewise.
2574         (default_conversion): Likewise.
2575         (pfn_from_ptrmemfunc): Likewise.
2576         * class.c (get_primary_binfo): Add prototype, make static, simplify.
2577         * name-lookup.c (push_using_decl): Make static.
2578         * pt.c (current_template_args): Likewise.
2579         (more_specialized_class): Likewise.
2580         (mark_class_instantiated): Likewise.
2581         * typeck.c (default_conversion): Make static.
2582         (pfn_from_ptrmemfunc): Add prototype, make static.
2583
2584 2006-01-24  Dirk Mueller  <dmueller@suse.de>
2585
2586         * typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().
2587
2588 2006-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2589
2590         PR c++/25552
2591         * parser.c (cp_parser_unqualified_id): Check that destructor name
2592         and scope match.
2593         * call.c (check_dtor_name): Do not expect a BIT_NOT_EXPR.
2594         Adjust comment.  Return early if possible.
2595         Use same_type_p to compare types.
2596         * typeck.c (lookup_destructor): Adjust call to check_dtor_name.
2597
2598 2006-01-24  Mark Mitchell  <mark@codesourcery.com>
2599
2600         * semantics.c: Remove outdated comment.
2601
2602 2006-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2603
2604         * cp-tree.h (do_poplevel): Remove prototype.
2605         * semantics.c (do_poplevel): Add prototype.  Make static.
2606
2607         * cp-tree.h (original_type): Remove prototype.
2608         * typeck.c (original_type): Make static.
2609
2610         * cp-tree.h (declare_global_var): Remove prototype.
2611         * decl.c (declare_global_var): Make static.
2612
2613         * cp-tree.h (implicitly_declare_fn): Remove prototype.
2614         * method.c (implicitly_declare_fn): Make static.
2615
2616         * cp-tree.h (fold_decl_constant_value): Remove prototype.
2617         * pt.c (fold_decl_constant_value): Make static.
2618
2619         * cp-tree.h (build_x_delete): Remove prototype.
2620         * init.c (build_vec_delete_1): Call build_op_delete_call directly
2621         and not via build_x_delete.
2622         (build_x_delete): Remove.
2623
2624         * cp-tree.h (get_vtt_name): Remove prototype.
2625         * class.c (get_vtt_name): Remove.
2626         (build_vtt): Call mangle_vtt_for_type instead of get_vtt_name.
2627
2628 2006-01-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2629
2630         * rtti.c (build_dynamic_cast): Fix comment.
2631
2632 2006-01-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2633
2634         PR c++/10891
2635         * rtti.c (build_dynamic_cast): Reject dynamic_cast use if
2636         -fno-rtti.
2637
2638 2006-01-21  Mark Mitchell  <mark@codesourcery.com>
2639
2640         PR c++/25895
2641         * class.c (build_base_path): Generate a NOP_EXPR instead of a
2642         COMPONENT_REF if the base and derived classes are at the same
2643         address.
2644
2645         PR c++/25856
2646         * decl.c (begin_destructor_body): Robustify.
2647
2648         PR c++/25858
2649         * parser.c (cp_parser_direct_declarator): Robustify.
2650
2651 2006-01-20  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2652
2653         * parser.c (cp_lexer_next_token_is_keyword): Simplify.
2654
2655         * parser.c (clear_decl_specs): Remove prototype.
2656
2657         * parser.c (cp_parser_expression_fn): Remove.
2658
2659         * call.c (add_builtin_candidates): Remove superfluous return.
2660         * name-lookup.c (do_toplevel_using_decl): Likewise.
2661         * parser.c (cp_parser_type_specifier_seq): Likewise.
2662         (cp_parser_save_default_args): Likewise.
2663
2664 2006-01-20  Dirk Mueller  <dmueller@suse.com>
2665
2666         PR c++/5520
2667         * semantics.c (finish_if_stmt): Call empty_body_warning.
2668         * parser.c (cp_parser_implicitly_scoped_statement):
2669         Mark empty statement with an empty stmt.
2670
2671 2006-01-19  Mark Mitchell  <mark@codesourcery.com>
2672
2673         PR c++/22136
2674         * name-lookup.c (do_class_using_decl): Don't try to look up base
2675         classes in templates with dependent base types.
2676
2677 2006-01-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2678
2679         PR c++/25854
2680         * pt.c (maybe_process_partial_specialization): Return early on
2681         error_mark_node.
2682
2683 2006-01-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2684
2685         PR c++/16829
2686         * decl.c (start_preparsed_function): Check default arguments
2687         unconditionally.
2688         * name-lookup.c (pushdecl_maybe_friend): Check default arguments
2689         of all functions and function templates.
2690         * parser.c (cp_parser_late_parsing_default_args): Check default
2691         arguments.
2692         * decl2.c (check_default_args): Set missing default arguments to
2693         error_mark_node.
2694
2695 2006-01-18  Mark Mitchell  <mark@codesourcery.com>
2696
2697         PR c++/25836
2698         * cp-tree.h (push_class_stack): New function.
2699         (pop_class_stack): Likewise.
2700         * class.c (class_stack_node): Add hidden field.
2701         (pushclass): Clear it.
2702         (push_class_stack): New function.
2703         (pop_class_stack): Likewise.
2704         (currently_open_class): Ignore hidden classes.
2705         (currently_open_derived_class): Likewise.
2706         * name-lookup.c (push_to_top_level): Call push_class_stack.
2707         (pop_from_top_level): Call pop_class_stack.
2708
2709 2006-01-18  Kazu Hirata  <kazu@codesourcery.com>
2710
2711         * tree.c (find_tree_t, find_tree): Remove.
2712         * cp-tree.h: Remove the prototype for find_tree.
2713
2714 2006-01-18  Jakub Jelinek  <jakub@redhat.com>
2715
2716         * search.c (lookup_conversions_r): Fix a pasto.
2717
2718 2006-01-17  Eric Christopher  <echristo@apple.com>
2719
2720         * call.c (convert_like_real): When issuing conversion
2721         warnings, depend on OPT_Wconversion.
2722         * cvt.c (build_expr_type_conversion): Ditto.
2723
2724 2006-01-17  Kazu Hirata  <kazu@codesourcery.com>
2725
2726         * name-lookup.c (lookup_namespace_name): Remove.
2727         * name-lookup.h: Remove the prototype for
2728         lookup_namespace_name.
2729
2730 2006-01-17  Jakub Jelinek  <jakub@redhat.com>
2731
2732         PR c/25682
2733         * decl.c (compute_array_index_type): After issuing not an integral
2734         constant-expression error, set size to 1 to avoid ICEs later on.
2735
2736 2006-01-16  Ian Lance Taylor  <ian@airs.com>
2737
2738         * parser.c: Include "cgraph.h".
2739         (cp_parser_asm_definition): Call cgraph_add_asm_node rather than
2740         assemble_asm.
2741
2742 2006-01-16  Rafael �ila de Esp�dola  <rafael.espindola@gmail.com>
2743
2744         * g++spec.c (lang_specific_spec_functions): Remove.
2745
2746 2006-01-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2747
2748         * decl.c (check_initializer): Fix thinko.
2749
2750 2006-01-14  Mark Mitchell  <mark@codesourcery.com>
2751
2752         PR c++/25663
2753         * parser.c (cp_parser_direct_declarator): Use cp_parser_error
2754         instead of error.
2755
2756 2006-01-13  Jason Merrill  <jason@redhat.com>
2757
2758         * pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.
2759
2760         * name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.
2761         * pt.c (check_explicit_specialization): Likewise.
2762
2763 2006-01-12  Jason Merrill  <jason@redhat.com>
2764
2765         PR libstdc++/24660
2766         * pt.c (check_explicit_specialization): Handle namespace
2767         association.
2768         * name-lookup.c (set_decl_namespace): Likewise.
2769
2770 2006-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2771
2772         PR c++/24824
2773         * class.c (handle_using_decl): Pass correct scope to
2774         cp_emit_debug_info_for_using.
2775
2776 2006-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2777
2778         PR c++/25386
2779         * tree.c (lvalue_p_1): Any part of a COMPONENT_REF affects
2780         packedness.
2781
2782 2006-01-06  Gabriel Dos Reis  <gdr@integrablesolutions.net>
2783
2784         * parser.c (cp_parser_primary_expression): Document the grammar
2785         for the built-in offsetof, a GNU extension.
2786
2787 2006-01-04  Zdenek Dvorak <dvorakz@suse.cz>
2788
2789         PR c++/25632
2790         * init.c (constant_value_1): Unshare use of DECL_INITIAL.  Fix a typo
2791         in condition.
2792
2793 2006-01-04  Chris Lattner  <sabre@gnu.org>
2794
2795         * typeck2.c: update copyright to 2006
2796         (split_nonconstant_init_1):  Set TREE_CONSTANT to true.
2797
2798 2006-01-04  Mark Mitchell  <mark@codesourcery.com>
2799
2800         PR c++/24782
2801         * parser.c (cp_parser_nested_name_specifier_opt): Preserve access
2802         checks, even when parsing tentatively.
2803
2804 2006-01-04  Richard Henderson  <rth@redhat.com>
2805
2806         Merge from gomp branch.
2807         * lex.c (handle_pragma_java_exceptions): Fix whitespace.
2808         * parser.c (struct cp_token): Add pragma_kind.
2809         (eof_token): Update to match.
2810         (struct cp_lexer): Add in_pragma; rearrange next for better packing.
2811         (cp_parser_initial_pragma): New.
2812         (cp_lexer_new_main): Use it.  Don't bother clearing
2813         c_lex_return_raw_strings.
2814         (cp_lexer_get_preprocessor_token): Always initialize keyword
2815         and pragma_kind fields.  Handle CPP_PRAGMA.
2816         (cp_lexer_consume_token): Don't allow CPP_PRAGMA_EOL when
2817         in_pragma is set.
2818         (cp_lexer_handle_pragma): Remove.  Update callers to cp_parser_pragma.
2819         (cp_lexer_print_token) <CPP_PRAGMA>: Don't print as a string.
2820         (cp_parser_skip_to_pragma_eol): New.
2821         (cp_parser_error): Use it.
2822         (cp_parser_skip_to_closing_parenthesis): Stop at CPP_PRAGMA_EOL;
2823         rearrange with switch statement.
2824         (cp_parser_skip_to_end_of_statement): Likewise.
2825         (cp_parser_skip_to_end_of_block_or_statement): Likewise.
2826         (cp_parser_skip_to_closing_brace): Likewise.
2827         (cp_parser_skip_until_found): Likewise.
2828         (cp_parser_statement): Add in_compound argument; update callers.
2829         Use it to decide how to handle pragma parsing.
2830         (cp_parser_labeled_statement): Add in_compound argument; pass
2831         it on to cp_parser_statement.
2832         (cp_parser_statement_seq_opt): Stop at CPP_PRAGMA_EOL.
2833         (cp_parser_declaration_seq_opt): Likewise.
2834         (cp_parser_parameter_declaration): Likewise.
2835         (cp_parser_member_specification_opt): Likewise.
2836         (cp_parser_function_definition_after_decl): Likewise.
2837         (cp_parser_cache_group): Handle CPP_PRAGMA/CPP_PRAGMA_EOL pairs.
2838         (cp_parser_pragma): New.
2839         (pragma_lex): New.
2840
2841 2006-01-04  Dirk Mueller <dmueller@suse.com>
2842
2843         * decl.c (finish_constructor_body): create simple
2844         compound stmt instead of a if(1) { } construct.
2845
2846 2006-01-03  Mark Mitchell  <mark@codesourcery.com>
2847
2848         PR c++/25492
2849         * name-lookup.c (push_class_level_binding): When a derived class
2850         provides a type binding, eliminate any type binding from a base
2851         class.
2852
2853         PR c++/25625
2854         * repo.c (repo_emit_p): Always instantiate static data members
2855         initialized by constant expressions, so that there values are
2856         available.
2857
2858 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
2859
2860         PR c++/25635
2861         * class.c (add_method): Set TYPE_HAS_CONVERSION for classes with a
2862         conversion operator.
2863         * decl.c (grokdeclarator): Do not set TYPE_HAS_CONVERSION here.
2864
2865         PR c++/25638
2866         * class.c (add_method): Never associate more than one destructor
2867         with a single class.
2868
2869         PR c++/25637
2870         * cp-tree.h (do_friend): Adjust prototype.
2871         * decl.c (grokfndecl): Make funcdef_flag a bool, not an int.
2872         (grokdeclarator): Likewise.  Refine check for invalid
2873         declarations/definitions of member functions outside of their own
2874         class.
2875         * friend.c (do_friend): Make funcdef_flag a bool, not an int.
2876
2877         PR c++/25633
2878         * parser.c (cp_parser_mem_initializer_list): Check result of
2879         cp_parser_mem_initializer against error_mark_node, not NULL_TREE.
2880         (cp_parser_mem_initializer): Return error_mark_node for failure.
2881
2882         PR c++/25634
2883         * parser.c (cp_parser_template_parameter_list): Call
2884         begin_template_parm_list and end_template_parm_list here.
2885         (cp_parser_type_parameter): Not here.
2886         (cp_parser_template_declaration_after_export): Or here.
2887         (cp_parser_elaborated_type_specifier): Call
2888         cp_parser_check_template_parameters.
2889
2890         * tree.c (build_target_expr_with_type): Use force_target_expr.
2891
2892         * decl2.c (mark_used): Fix typo in comment.
2893
2894 2006-01-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2895
2896         * parser.c (cp_parser_using_declaration): Skip name-lookup on
2897         invalid scope.
2898
2899 2005-12-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2900
2901         * cxx-pretty-print.c (pp_cxx_constant): New.  Print
2902         string-literal in parens if input program says so.
2903         (pp_cxx_primary_expression): Hand off constant printing to
2904         pp_cxx_constant.
2905         (pp_cxx_pretty_printer_init): Set pp->c_base.constant.
2906         (pp_cxx_expression): Use pp_cxx_constant for literals.
2907         * error.c (dump_expr): Use pp_constant for literals.
2908
2909 2005-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2910
2911         * method.c (make_thunk): Don't set comdat_linkage here.
2912         (use_thunk): Make thunk one only here, if thunk target is
2913         DECL_ONE_ONLY.
2914
2915 2005-12-26  Mark Mitchell  <mark@codesourcery.com>
2916
2917         PR c++/25439
2918         * decl.c (grokdeclarator): Remove dead code.
2919         * ptree.c (cxx_print_xnode): Handle BASELINK.
2920         * parser.c (make_id_declarator): Add sfk parameter.
2921         (cp_parser_direct_declarator): Do not pass TYPE_DECLs to
2922         make_id_declarator.
2923         (cp_parser_declarator_id): Simplify BASELINKs here.
2924         (cp_parser_member_declaration): Adjust calls to
2925         make_id_declarator.
2926
2927 2005-12-26  Mark Mitchell  <mark@codesourcery.com>
2928
2929         PR c++/23171, c++/23172, c++/25417.
2930         * typeck.c (build_unary_op): Create temporary variables for
2931         compound literals whose addresses are taken.
2932         * init.c (expand_aggr_init_1): Use COMPOUND_LITERAL_P.
2933         * decl.c (reshape_init_vector): Likewise.
2934         (reshape_init): Give it external linkage.
2935         (check_initializer): Use COMPOUND_LITERAL_P.
2936         (initialize_artificial_var): Allow the initializer to be a
2937         CONSTRUCTOR.
2938         * call.c (make_temporary_var_for_ref_to_temp): Use
2939         create_temporary_var.
2940         * cp-tree.h (COMPOUND_LITERAL_P): New macro.
2941         (rehape_init): Declare.
2942         * typeck2.c (digest_init): Use COMPOUND_LITERAL_P.
2943         * semantics.c (finish_compound_literal): Use reshape_init.
2944
2945 2005-12-23  Mark Mitchell  <mark@codesourcery.com>
2946
2947         PR c++/24671
2948         * pt.c (instantiate_template): Handle SFINAE.
2949
2950 2005-12-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2951
2952         * decl.c (grokdeclarator): Improve diagnostic for friend
2953         declarations of class members.
2954
2955 2005-12-22  Mark Mitchell  <mark@codesourcery.com>
2956
2957         PR c++/25369
2958         * tree.c (really_overloaded_fn): Tweak comment.
2959         * pt.c (tsubst_call_declarator_parms): Remove.
2960         (tsubst_copy): Call mark_used on the member referenced by an
2961         OFFSET_REF.
2962         * semantics.c (finish_qualified_id_expr): Simplify.
2963         * decl2.c (mark_used): Accept BASELINKs.
2964
2965         PR c++/25364
2966         * typeck.c (build_unary_op): Pass DECLs not names to
2967         build_offset_refs.
2968         * init.c (build_offset_ref): Do not do name lookup.  Do not call
2969         mark_used.
2970         * call.c (build_call): Simplify and tidy.
2971         * semantics.c (finish_qualified_id_expr): Call mark_used.
2972
2973 2005-12-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2974
2975         PR c++/23333
2976         * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to
2977         identify a single '0'.
2978
2979 2005-12-20  Mark Mitchell  <mark@codesourcery.com>
2980
2981         PR c++/21228
2982         * decl.c (use_eh_spec_block): New function.
2983         (store_parm_decls): Use it.
2984         (finish_function): Likewise.
2985
2986 2005-12-19  Mark Mitchell  <mark@codesourcery.com>
2987
2988         PR c++/24278
2989         * init.c (expand_member_init): Print messages about baseclasses
2990         using %T rather than %D.
2991
2992         PR c++/24915
2993         * class.c (add_method): Do not treat templates as identical unless
2994         their return types are the same.
2995
2996 2005-12-12  Mark Mitchell  <mark@codesourcery.com>
2997
2998         PR c++/25300
2999         * tree.c (build_qualified_name): Return error_mark_node for
3000         erroneous input.
3001
3002 2005-12-10  Mark Mitchell  <mark@codesourcery.com>
3003
3004         PR c++/25337
3005         * pt.c (tsubst_copy_and_build): Permit dependent types for the
3006         object in a class member access expression.
3007
3008 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
3009
3010         PR java/9861
3011         * mangle.c (write_bare_function_type): Mangle return type for
3012         methods of Java classes
3013
3014 2005-12-08  Th�dore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3015
3016         * call.c (build_conditional_expr): Print types in error messages.
3017
3018 2005-12-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3019
3020         * expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.
3021
3022 2005-12-07  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3023
3024         * cp-gimplify.c (gimplify_cp_loop): Use fold_build3.
3025
3026 2005-12-07  Rafael �ila de Esp�dola  <rafael.espindola@gmail.com>
3027
3028         * Make-lang.in (c++.all.build, c++.install-normal): Remove.
3029
3030 2005-12-07  Rafael �ila de Esp�dola  <rafael.espindola@gmail.com>
3031
3032         * Make-lang.in: Remove all dependencies on s-gtype.
3033
3034 2005-12-06  Aldy Hernandez  <aldyh@redhat.com>
3035
3036         PR C++/24138
3037         * decl.c (reshape_init_array_1): Handle max_index of -1.
3038
3039 2005-12-06  Roger Sayle  <roger@eyesopen.com>
3040
3041         * typeck.c (build_binary_op): Issue warning if either operand of a
3042         comparison operator is a string literal, except for testing equality
3043         or inequality against NULL.
3044
3045 2005-12-06  Roger Sayle  <roger@eyesopen.com>
3046
3047         PR c++/25263
3048         * decl.c (compute_array_index_type): Check that itype is an
3049         INTEGER_CST node before testing/clearing TREE_OVERFLOW.
3050
3051 2005-12-05  Daniel Berlin  <dberlin@dberlin.org>
3052
3053         * ptree.c (cxx_print_decl): Update to check for decl_common
3054         structure.
3055
3056 2005-12-02  Mark Mitchell  <mark@codesourcery.com>
3057
3058         PR c++/24173
3059         * decl.c (duplicate_decls): Don't rely on DECL_TEMPLATE_INFO after
3060         clobbering newdecl.
3061
3062 2005-12-02  Richard Guenther  <rguenther@suse.de>
3063
3064         * semantics.c (simplify_aggr_init_expr): Use buildN instead
3065         of build.
3066
3067 2005-12-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3068
3069         * parser.c (cp_lexer_new_main): Usr GGC_RESIZEVEC instead of
3070         ggc_realloc.
3071         (cp_parser_template_argument_list): Use XRESIZEVEC instead of
3072         xrealloc.
3073         * class.c (pushclass): Likewise.
3074
3075 2005-12-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3076
3077         * decl2.c (get_priority_info): Use XNEW, not xmalloc.
3078         * decl.c (push_switch): Likewise.
3079         * lex.c (handle_pragma_implementation): Likewise.
3080         * cp-objcp-common.c (decl_shadowed_for_var_insert): Use GGC_NEW,
3081         not ggc_alloc.
3082         (cxx_initialize_diagnostics): Use XNEW, not xmalloc.
3083         * class.c (init_class_processing): Use XNEWVEC, not xmalloc.
3084         * g++spec.c (lang_specific_driver): Likewise.
3085         * mangle.c (save_partially_mangled_name): Likewise.
3086         * parser.c (cp_lexer_new_main): Use GGC_NEWVEC, not ggc_alloc.
3087         (cp_parser_template_argument_list): Use XNEWVEC, nto xmalloc.
3088         (cp_parser_sizeof_operand): Likewise.
3089         * repo.c (open_repo_file, open_repo_file): Likewise.
3090
3091 2005-12-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3092
3093         * parser.c (cp_parser_make_typename_type): Call make_typename_type
3094         with tf_none instead of magic value 0.
3095         (cp_parser_explicit_instantiation): Call do_type_instantiation
3096         with tf_error instead of magic value 1.
3097         (cp_parser_elaborated_type_specifier): Call make_typename_type
3098         with tf_error instead of magic value 1.
3099         (cp_parser_class_name): Likewise.
3100         (cp_parser_lookup_name): Likewise.
3101
3102 2005-12-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3103
3104         * parser.c (cp_parser_declaration): Set token2.type to CPP_EOF,
3105         not RID_MAX.
3106
3107 2005-11-30  Jason Merrill  <jason@redhat.com>
3108
3109         PR c++/21123
3110         * cp-gimplify.c (cp_genericize_r): Don't dereference invisible reference
3111         parms in a thunk.
3112
3113 2005-11-30  Ben Elliston  <bje@au.ibm.com>
3114
3115         * typeck.c (build_x_unary_op): Correct spelling in error message.
3116
3117 2005-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3118
3119         PR c++/21166
3120         * class.c (check_field_decls): Only set DECL_PACKED on a field
3121         when its natural alignment is > BITS_PER_UNIT.
3122
3123 2005-11-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3124
3125         PR c++/24979
3126         * cp-tree.h (DECL_MAIN_P): Remove duplicate definition.
3127
3128 2005-11-26  Richard Henderson  <rth@redhat.com>
3129
3130         * lex.c: Update for pragma_lex rename.
3131         * parser.c: Likewise.
3132
3133 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3134
3135         PR c++/9278
3136         * decl.c (grokparms): Do not allow typedef-names in a '(void)'
3137         parmlist.
3138
3139 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3140
3141         * typeck2.c (process_init_constructor_union): Remove check for
3142         unnamed union members.
3143
3144 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3145
3146         * name-lookup.c (lookup_name_real): Merge two if's.
3147
3148 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3149
3150         * pt.c (instantiate_class_template): Clean-up.
3151
3152 2005-11-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3153
3154         * pt.c (template_class_depth_real): Remove. Move functionality to ...
3155         (template_class_depth): ... here, replacing count_specializations
3156         with 0.  Adjust comment.
3157
3158 2005-11-24  Richard Guenther  <rguenther@suse.de>
3159         Dirk Mueller <dmueller@suse.de>
3160
3161         PR c++/14024
3162         * typeck.c (build_reinterpret_cast_1): Use
3163         strict_aliasing_warning.
3164
3165 2005-11-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3166
3167         PR c++/24235
3168         * pt.c (check_instantiated_args): Reword diagnostic message about
3169         template argument involving local types.
3170
3171 2005-11-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3172
3173         PR c++/21667
3174         * typeck.c (build_array_ref): Avoid code duplicate.  Use common
3175         C/C++ diagnostic function warn_array_subscript_with_type_char.
3176
3177 2005-11-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3178
3179         PR c++/22238
3180         * error.c (resolve_virtual_fun_from_obj_type_ref): New.
3181         (dump_expr): Use it in <case CALL_EXPR>.
3182
3183 2005-11-21  Richard Henderson  <rth@redhat.com>
3184
3185         * cp-objcp-common.h, name-lookup.c, name-lookup.h: Revert 11-18 patch.
3186
3187         * name-lookup.c (lookup_name): Remove prefer_type argument.
3188         (lookup_name_prefer_type): New.
3189         * decl.c (lookup_and_check_tag): Use them.
3190         * pt.c (tsubst_friend_class): Likewise.
3191         (lookup_template_class): Likewise.
3192         (tsubst_copy_and_build): Likewise.
3193         * name-lookup.h (lookup_name_prefer_type): New.
3194         (lookup_name): Remove declaration.
3195
3196 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
3197
3198         PR c++/8355
3199         * decl.c (grokfndecl): Set up DECL_TEMPLATE_INFO before calling
3200         set_decl_namespace.
3201         * name-lookup.c (set_decl_namespace):
3202
3203 2005-11-18  Mike Stump  <mrs@apple.com>
3204
3205         * cp-objcp-common.h (LANG_HOOKS_LOOKUP_NAME): Add.
3206         * name-lookup.c (lookup_name_two): Remove.
3207         (lookup_name_one): Add.
3208         * name-lookup.h (lookup_name_two): Remove.
3209         (lookup_name_one): Add.
3210
3211 2005-11-15  Jason Merrill  <jason@redhat.com>
3212
3213         PR c++/24580
3214         * method.c (locate_copy): Also use skip_artificial_parms here.
3215         (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
3216         for RECORD_TYPE.
3217         (locate_ctor): Abort if we fail to find a default constructor.
3218
3219 2005-11-15  Mike Stump  <mrs@apple.com>
3220
3221         * name-lookup.c (lookup_name_two): Add.
3222         * name-lookup.h: Likewise.
3223
3224 2005-11-15  Mark Mitchell  <mark@codesourcery.com>
3225
3226         PR c++/24667
3227         * typeck.c (check_for_casting_away_constness): Use the diag_fn.
3228         (build_const_cast_1): Call it, for C-style casts.
3229
3230 2005-11-14  Mark Mitchell  <mark@codesourcery.com>
3231
3232         PR c++/24687
3233         * pt.c (check_explicit_specialization): Don't check for C linkage.
3234         (push_template_decl_real): Likewise.
3235         * parser.c (cp_parser_explicit_specialization): Check here.
3236         (cp_parser_template_declaration_after_export): And here.
3237
3238         * parser.c (cp_lexer_get_preprocessor_token): Initialize keyword
3239         field.
3240
3241 2005-11-14  Jason Merrill  <jason@redhat.com>
3242
3243         PR c++/24580
3244         * method.c (locate_ctor): Skip all artificial parms, not just
3245         'this'.
3246
3247 2005-11-14  Mark Mitchell  <mark@codesourcery.com>
3248
3249         * parser.c (eof_token): Add initializer for ambiguous_p.
3250
3251 2005-11-13  Mark Mitchell  <mark@codesourcery.com>
3252
3253         PR c++/24817
3254         * decl.c (check_redeclaration_exception_specification): New
3255         function.
3256         (duplicate_decls): Use it.
3257         * error.c (fndecl_to_string): Print the template parameter list.
3258
3259         PR c++/20293
3260         * cxx-pretty-print.c (pp_cxx_statement): Print qualifying scopes
3261         for namespaces.
3262         (pp_cxx_original_namespace_definition): Likewise.
3263         * name-lookup.c (ambiguous_decl): Don't issue error messages;
3264         instead return lists of ambiguous candidates.
3265         (select_decl): Handle ambiguous namespace lookups.
3266         * parser.c (cp_token): Add ambiguous_p.
3267         (cp_lexer_get_preprocessor_token): Set it.
3268         (cp_parser_diagnose_invalid_type_name): Avoid duplicate messages
3269         when a qualified name uses an invalid scope.
3270         (cp_parser_primary_expression): Print ambiguous candidates.
3271         (cp_parser_type_parameter): Adjust comment to reflect new
3272         parameter name for cp_parser_lookup_name.
3273         (cp_parser_template_argument): Likewise.
3274         (cp_parser_elaborated_type_specifier): Likewise.
3275         (cp_parser_namespace_name): Likewise.
3276         (cp_parser_class_name): Print ambiguous candidates.
3277         (cp_parser_lookup_name): Rename ambiguous_p parameter to
3278         ambiguous_decls.  Use it to return a list of ambiguous candiates
3279         when a lookup is ambiguous.
3280         (cp_parser_lookup_name_simple): Adjust comment to reflect new
3281         parameter name for cp_parser_lookup_name.
3282
3283 2005-11-12  Jakub Jelinek  <jakub@redhat.com>
3284
3285         PR c++/24780
3286         * typeck.c (complete_type): Set TYPE_NEEDS_CONSTRUCTING
3287         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR flags for all variants
3288         of array type.
3289
3290         PR c++/24761
3291         * pt.c (tsubst_copy_asm_operands): New function.
3292         (tsubst_expr) <case ASM_EXPR>: Use it.
3293
3294 2005-11-08  Jakub Jelinek  <jakub@redhat.com>
3295
3296         PR c++/19450
3297         * decl.c (redeclaration_error_message): Issue diagnostics about
3298         olddecl and newdecl disagreement on __thread property.
3299         (grokdeclarator): Set DECL_TLS_MODEL on class static variables.
3300
3301 2005-11-08  Jason Merrill  <jason@redhat.com>
3302
3303         PR c++/21123
3304         * method.c (use_thunk): Use build_cplus_new instead of
3305         force_target_expr.
3306
3307 2005-11-06  Jason Merrill  <jason@redhat.com>
3308             James A. Morrison <phython@gcc.gnu.org>
3309
3310         PR c++/17256
3311         * decl2.c (cp_finish_file): Fix conditions for undefined warning.
3312         Set TREE_NO_WARNING instead of TREE_PUBLIC.
3313         * pt.c (instantiate_pending_templates): Set DECL_INITIAL to avoid
3314         a warning on a function we didn't instantiate because of excessive
3315         recursion.
3316
3317 2005-11-06  Mark Mitchell  <mark@codesourcery.com>
3318
3319         * class.c (record_subobject_offsets): Don't record offsets past
3320         biggest empty class for non-empty base classes.
3321         (layout_class_type): Use TYPE_SIZE_UNIT, not TYPE_SIZE, when
3322         keeping track of the size of emptyclasses.
3323
3324         PR c++/21308
3325         * class.c (sizeof_biggest_empty_class): New variable.
3326         (record_subobject_offsets): Don't record offsets past biggest
3327         empty class for data members.  Replace vbases_p parameter with
3328         is_data_member parameter.
3329         (build_base_field): Adjust call.
3330         (layout_class_type): Likewise.  Maintain
3331         sizeof_biggest_empty_class.
3332
3333 2005-11-05  Kazu Hirata  <kazu@codesourcery.com>
3334
3335         * decl2.c, init.c, typeck.c: Fix comment typos.
3336
3337 2005-11-04  Richard Guenther  <rguenther@suse.de>
3338
3339         PR c++/22487
3340         * init.c (build_vec_init): Build comparison of matching
3341         types.
3342
3343 2005-11-03  Josh Conner  <jconner@apple.com>
3344
3345         PR c++/19989
3346         pt.c (tsubst): Accept zero-length array if tf_error is set
3347         in complain flags.  Change error message for negative-
3348         length array.
3349
3350 2005-11-04  Joseph S. Myers  <joseph@codesourcery.com>
3351
3352         * cp-tree.h (cp_cpp_error), error.c (cp_cpp_error): Take va_list*
3353         parameter.
3354
3355 2005-11-03  Joseph S. Myers  <joseph@codesourcery.com>
3356
3357         PR c++/17964
3358         * error.c (cp_cpp_error): New function.
3359         * cp-tree.h (cp_cpp_error): Declare.
3360         * parser.c (cp_lexer_new_main): Set CPP option client_diagnostic
3361         and error callback after lexing.
3362
3363 2005-11-03  Mark Mitchell  <mark@codesourcery.com>
3364
3365         PR c++/21627
3366         * pt.c (register_specialization): Update inline flags on clones.y
3367
3368 2005-11-03  Andrew Pinski  <pinskia@physics.uc.edu>
3369
3370         PR c++/24582
3371         * decl.c (declare_local_label): Return 0 for variables
3372         with error_mark_node as their types.
3373
3374 2005-11-02  Mark Mitchell  <mark@codesourcery.com>
3375
3376         PR c++/22434
3377         * call.c (build_conditional_expr): Do bad conversions, if there's
3378         no other choice.
3379
3380         PR c++/24560
3381         * parser.c (cp_parser_postfix_dot_deref_expression): Improve error
3382         message for use of overloaded functions on LHS of "." operator.
3383
3384         PR c++/19253
3385         * parser.c (cp_parser_postfix_expression): Use
3386         cp_parser_elaborated_type_specifier to handle typename-types in
3387         functional casts.
3388         (cp_parser_enclosed_argument_list): Skip ahead to the end of the
3389         template argument list if the closing ">" is not found.
3390
3391         PR c++/24569
3392         * pt.c (instantiate_decl): Use cp_finish_decl, not
3393         finish_static_data_member_decl.
3394
3395 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
3396
3397         * decl.c (grokfndecl): Remove the setting
3398         of the return type of the function type
3399         of main after erroring about must returning
3400         int.
3401
3402 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
3403
3404         PR C++/23229
3405         * decl.c (grokfndecl): Create a new function type
3406         after erroring out about main not returning int.
3407
3408 2005-10-28  Josh Conner  <jconner@apple.com>
3409
3410         PR c++/22153
3411         * parser.c (cp_parser_member_declaration): Detect and handle
3412         a template specialization.
3413
3414 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
3415
3416         PR C++/23426
3417         * decl.c (start_decl): Check that the decl is an
3418         error_mark_node before getting the type.
3419         Remove the check for the decl's type being an
3420         error_mark_node.
3421
3422 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
3423
3424         PR c++/24260
3425         * parser.c (cp_parser_init_declarator): Pass attributes to
3426         grokfield.
3427
3428 2005-10-20  Mark Mitchell  <mark@codesourcery.com>
3429
3430         PR c++/22618
3431         * search.c (accessible_p): Check access in the outermost set of
3432         template parameters.
3433
3434 2005-10-20  Richard Guenther  <rguenther@suse.de>
3435
3436         * decl.c (grokdeclarator): Fix ambiguous pedwarn message.
3437
3438 2005-10-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3439
3440         PR c++/22293
3441         * decl.c (grokdeclarator): Reject unqualified destructors in
3442         friend declarations.
3443
3444 2005-10-18  Mark Mitchell  <mark@codesourcery.com>
3445
3446         PR c++/23293
3447         * pt.c (convert_template_argument): Use canonical type variants in
3448         template specializations.
3449
3450 2005-10-18  Nathan Sidwell  <nathan@codesourcery.com>
3451
3452         PR c++/21383
3453         * name-lookup.c (arg_assoc): Template args can be null in a
3454         template-id-expr.
3455
3456         PR c++/22604
3457         * class.c (update_vtable_entry_for_fn): Don't process invalid
3458         covariant overriders.
3459
3460         PR c++/23118
3461         * cp-tree.h (add_method): Add return value.
3462         * class.c (add_method): Return success indicator.
3463         * semantics.c (finish_member_declaration): Don't add an invalid
3464         method to the method list.
3465
3466 2005-10-17  Mark Mitchell  <mark@codesourcery.com>
3467
3468         PR c++/21908
3469         * call.c (build_new_method_call): Do not show VTT parameters to
3470         the user.
3471
3472 2005-10-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3473
3474         PR c++/23440
3475         * parser.c (cp_parser_statement): If the parser reached CPP_EOF,
3476         only complain about missing statement.
3477
3478 2005-10-17  Nathan Sidwell  <nathan@codesourcery.com>
3479
3480         PR c++/24386
3481         * cp-tree.h (BASELINK_QUALIFIED_P): New.
3482         * pt.c (tsubst_copy_and_build): <CALL_EXPR case>: Use it.
3483         * typeck.c (finish_class_member_access_expr): Set it.
3484
3485         PR c++/21353
3486         * decl.c (check_default_argument): Don't check
3487         processing_template_decl or uses_template_parms here.
3488         (grokparms): Only call check_default_argument when not processing
3489         a template decl.
3490         * parser.c (cp_parser_late_parsing_default_arg): Call
3491         check_default_argument when not processing a template decl.
3492
3493 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
3494
3495         PR c++/24389
3496         * decl2.c (mark_used): Use uses_template_parms instead of
3497         dependent_type_p.
3498         * init.c (constant_value_1): Handle uninstantiated templates
3499         specially.
3500         * pt.c (instantiate_decl): Add sanity check.
3501
3502 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
3503
3504         PR c++/22173
3505         * typeck.c (check_template_keyword): Fix thinko.
3506
3507 2005-10-16  Andrew Pinski  <pinskia@physics.uc.edu>
3508
3509         PR c++/23959
3510         * decl.c (pop_switch): Only call c_do_switch_warnings
3511         when not processing templates.
3512
3513 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
3514
3515         PR c++/22173
3516         * cp-tree.h (QUALIFIED_NAME_IS_TEMPLATE): New macro.
3517         (check_template_keyword): New function.
3518         (finish_id_expression): Change prototoype.
3519         (finish_qualified_id_expr): Change prototype.
3520         (build_qualified_name): New function.
3521         (finish_class_member_access_expr): Change prototype.
3522         * init.c (build_offset_ref): Use build_qualified_name.
3523         * mangle.c (write_expression): Likewise.
3524         * parser.c (cp_parser_primary_expression): Remove qualifying_class
3525         parameter.  Add address_p and template_arg_p.  Use
3526         build_qualified_name.
3527         (cp_parser_id_expression): Default *template_p to
3528         template_keyword_p.  Check for invalid uses of the template
3529         keyword.
3530         (cp_parser_postfix_expression): Eliminate special handling for
3531         qualified names.  Adjust call to cp_parser_primary_expression.
3532         (cp_parser_postfix_dot_deref_expression): Adjust call to
3533         cp_parser_id_expression and finish_class_member_access_expr.
3534         (cp_parser_template_argument_list): Add comment.
3535         (cp_parser_template_argument): Adjust use of
3536         cp_parser_primary_expression.  Remove call to
3537         finish_qualified_id_expr.
3538         (cp_parser_lookup_name): Use build_qualified_name.
3539         * pt.c (tsubst): Use build_qualified_name.
3540         (tsubst_qualified_id): Likewise.  Adjust call to
3541         finish_qualified_id_expr.
3542         (tsubst_copy): Use build_qualified_name.
3543         (tsubst_copy_and_build): Adjusts call to finish_id_expression and
3544         finish_class_member_access_expr.
3545         * semantics.c (finish_non_static_data_member): Use
3546         build_qualified_name.
3547         (finish_qualified_id_expr): Add template_p and template_arg_p
3548         parameters.
3549         (finish_id_expression): Remove qualifiying_class parameter.  Add
3550         template_p, done, address_p, and template_arg_p.  Use
3551         build_qualified_name.  Adjust calls to
3552         finish_class_member_acess_expr.
3553         * tree.c (build_qualified_name): New function.
3554         * typeck.c (check_template_keyword): New function.
3555         (finish_class_member_access_expr): Add template_p argument.  Check
3556         for invalid uses of the template keyword.
3557
3558 2005-10-15  Mark Mitchell  <mark@codesourcery.com>
3559
3560         PR c++/21347
3561         * class.c (maybe_warn_about_overly_private_class): Lazy
3562         constructors are public.
3563
3564 2005-10-14  Mark Mitchell  <mark@codesourcery.com>
3565
3566         PR c++/19565
3567         * call.c (convert_like_real): Rely on convert_and_check to issue
3568         warnings about overflow and conversion to unsigned.
3569         * decl.c (finish_enum): Use the location of the enumerators, not
3570         the closing brace of the enumeration, when reporting warnings
3571         about conversions.
3572         (build_enumerator): Use error_mark_node for erroneous values.
3573         * typeck2.c (digest_init): Remove reference to "signature pointer"
3574         from comment.
3575
3576 2005-10-14  Nathan Sidwell  <nathan@codesourcery.com>
3577
3578         PR c++/17796
3579         * optimize.c (update_cloned_parm): Add FIRST parameter. Use it.
3580         (maybe_clone_body): Track the first clone.
3581
3582 2005-10-13  Nathan Sidwell  <nathan@codesourcery.com>
3583
3584         PR c++/23984
3585         * class.c (build_base_path): The vtable is always the first thing
3586         in the vtt.
3587
3588 2005-10-13  Mark Mitchell  <mark@codesourcery.com>
3589
3590         PR c++/20721
3591         * cp-tree.h (DECL_NONTRIVIALLY_INITIALIZED_P): New macro.
3592         * decl.c (duplicate_decls): Merge it into new declarations.
3593         (decl_jump_unsafe): Use it, rather than DECL_INITIAL.
3594         (cp_finish_decl): Set it, when appropriate.
3595
3596         PR c++/22180
3597         * call.c (build_new_method_call): Correct pretty-printing of
3598         destructor names.
3599         * pt.c (tsubst_qualified_id): Recognize invalid uses of "~T" as an
3600         identifier.
3601
3602         PR c++/23694
3603         * decl.c (start_method): Return error_mark_node for errors.
3604
3605         PR c++/23307
3606         * pt.c (push_template_decl_real): Complain about attempts to
3607         declare template variables.
3608
3609         PR c++/22352
3610         * pt.c (tsubst_template_parms): Set processing_template_decl while
3611         processing the parameters.
3612         (tsubst_decl): Set processing_template_decl when substituting into
3613         a TEMPLATE_DECL.
3614
3615         PR c++/22405
3616         * pt.c (most_specialized_instantiation): Robustify.
3617
3618         PR c++/22464
3619         * semantics.c (finish_id_expression): Issue errors about uses of
3620         local variables in containing functions even in templates.
3621
3622 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3623
3624         PR target/21801
3625         PR target/23589
3626         * class.c (finish_struct_1): Call
3627         targetm.cxx.adjust_class_at_definition.
3628
3629
3630 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3631
3632         PR c++/21592
3633         * pt.c (build_non_dependent_expr): Don't wrap a COMPONENT_REF
3634         with already looked up member functions.  Assert we're not
3635         returning a NON_DEPENDENT_EXPR with unknown type.
3636         * typeck.c (finish_class_member_access_expr):  We can get
3637         non-template-id-expr baselinks.  If the lookup finds a baselink,
3638         remember it even inside templates.
3639
3640         PR c++/23797
3641         * parser.c (cp_parser_functional_cast): Cope when TYPE is not a
3642         TYPE_DECL.  Use dependent_type_p to check type.
3643         * pt.c (uses_template_parms_p): Use dependent_type_p for a
3644         TYPE_DECL.
3645         (type_dependent_expression_p): Assert we've not been given a
3646         TYPE_DECL.
3647
3648         PR c++/21117
3649         * decl.c (check_function_type): Correctly overwrite incomplete
3650         return type with void type.
3651         * typeck.c (check_return_expr): If the function's return type is
3652         void, don't try and convert a return expr.
3653
3654 2005-10-12  David Edelsohn  <edelsohn@gnu.org>
3655
3656         PR c++/23730
3657         * call.c (build_object_call): If BINFO is NULL, bypass
3658         lookup_fnfields and set fns to NULL_TREE.
3659
3660 2005-10-12  Paolo Bonzini  <bonzini@gnu.org>
3661
3662         PR c++/24052
3663         * error.c (dump_expr): Pass LABEL_DECL to dump_decl.  Print
3664         an ADDR_EXPR of a LABEL_DECL as &&.
3665
3666 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3667
3668         PR c++/19964
3669         * class.c (walk_subobject_offsets): Don't walk error_mark_node.
3670
3671 2005-10-11  Ian Lance Taylor  <ian@airs.com>
3672
3673         PR c++/8057
3674         * cvt.c (convert_to_void): Don't warn about unused values when
3675         processing a template declaration.
3676
3677 2005-10-11  Mark Mitchell  <mark@codesourcery.com>
3678
3679         PR c++/21089
3680         * call.c (convert_like_real): Use decl_constant_value, not
3681         integral_constant_value.
3682         * init.c (constant_value_1): New function.
3683         (integral_constant_value): Use it.
3684         (decl_constant_value): Likewise.
3685         * typeck.c (decay_conversion): Use decl_constant_value, not
3686         integral_constant_value.
3687
3688         PR c++/21369
3689         * parser.c (cp_parser_elaborated_type_specifier): Don't treat
3690         class types as templates if the type is not appearing as part of a
3691         type definition or declaration.
3692
3693 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
3694
3695         PR c++/24277
3696         * pt.c (instantiate_decl): Call finish_static_data_member_decl for
3697         static data members.
3698
3699 2005-10-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3700             Mark Mitchell  <mark@codesourcery.com>
3701
3702         PR c++/23437
3703         * parser.c (cp_parser_template_argument_list): Do not treat
3704         contents of argument list as part of a constant expression.
3705
3706 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
3707
3708         PR c++/24139
3709         * decl.c (grokdeclarator): Do not require template parameter lists
3710         for explicitly specialized class.
3711         * error.c (dump_aggr_type): Do not dump template arguments for
3712         non-primary specializations.
3713         (dump_function_name): Likewise.
3714
3715         PR c++/24275
3716         * pt.c (instantiate_decl): Instantiate the initializer of
3717         a static data member in the namespace containing the class
3718         containing the static data member.
3719
3720 2005-10-08  James A. Morrison  <phython@gcc.gnu.org>
3721
3722         PR c++/22172
3723         * parser.c (cp_parser_postfix_expression) <RID_TYPENAME>: Treat nontype
3724         scopes as nondependent.
3725
3726 2005-10-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3727
3728         * call.c (resolve_args): Remove redundant test.
3729
3730 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
3731
3732         PR tree-optimization/21419
3733         PR tree-optimization/24146
3734         PR tree-optimization/24151
3735
3736         * semantics.c (finish_asm_stmt): Call readonly_error if outputs are
3737         read-only.  Set ASM_VOLATILE_P for asms without outputs.
3738
3739 2005-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3740
3741         PR c++/23513
3742         * call.c (joust): Adjust length count to more_specialized_fn.
3743         * pt.c (more_specialized_fn): Cope with non-static member vs
3744         non-member.
3745
3746 2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
3747
3748         PR middle-end/23125
3749         * decl.c (make_rtl_for_nonlocal_decl): Use set_user_assembler_name
3750         instead of change_decl_assembler_name.
3751
3752 2005-10-03  Alexandre Oliva  <aoliva@redhat.com>
3753
3754         * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
3755
3756 2005-10-03  Mark Mitchell  <mark@codesourcery.com>
3757
3758         PR c++/17775
3759         * repo.c: Include flags.h.
3760         (finish_repo): Add -frandom-seed to the arguments.
3761
3762 2005-10-02  Mark Mitchell  <mark@codesourcery.com>
3763
3764         PR c++/22621
3765         * parser.c (cp_parser_template_argument): Don't turn "T::f" into
3766         "(*this).T::f".
3767         * pt.c (convert_nontype_argument): Remove ??? comment.
3768
3769         PR c++/23840
3770         * tree.c (lvalue_p_1): A VA_ARG_EXPR with class type is an lvalue,
3771         when class rvalues are lvalues.
3772
3773 2005-09-28  Mark Mitchell  <mark@codesourcery.com>
3774
3775         PR c++/16782
3776         * decl.c (grokdeclarator): Always pedwarn about overqualified
3777         member names.
3778
3779 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
3780
3781         PR c++/22147
3782         * name-lookup.c (maybe_process_template_type_declaration): Don't
3783         treat forward declarations of classes as templates just because
3784         we're processing_template_decl.
3785         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
3786         functions.
3787
3788 2005-09-26  Jason Merrill  <jason@redhat.com>
3789
3790         PR c++/13764
3791         * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): New macro.
3792         * name-lookup.c (pushdecl_maybe_friend): Check it.
3793         * decl.c (begin_function_body): Do nothing if it's false.
3794         (finish_function_body): Ditto.
3795         (outer_curly_brace_block): New fn.
3796         (finish_function): Use it.
3797
3798 2005-09-26  Richard Guenther  <rguenther@suse.de>
3799
3800         PR middle-end/15855
3801         * decl2.c (do_static_destruction): Remove.
3802         (finish_static_initialization_or_destruction): Likewise.
3803         (DECL_EFFECTIVE_INIT_PRIORITY): New macro.
3804         (NEEDS_GUARD_P): Likewise.
3805         (do_static_initialization): Rename to
3806         do_static_initialization_or_destruction.  Process all
3807         initializers/destructors and handle common conditionalizing.
3808         (start_static_initialization_or_destruction): Rename to
3809         one_static_initialization_or_destruction.  Handle only
3810         decl-specific conditionalizing.
3811         (cp_finish_file): Call do_static_initialization_or_destruction.
3812
3813 2005-09-22  Jakub Jelinek  <jakub@redhat.com>
3814
3815         PR c++/21983
3816         * class.c (find_final_overrider): Move diagnostic about no unique final
3817         overrider to...
3818         (update_vtable_entry_for_fn): ... here.
3819
3820 2005-09-21  Mark Mitchell  <mark@codesourcery.com>
3821
3822         PR c++/23993
3823         * init.c (integral_constant_value): Use DECL_INTEGRAL_CONSTANT_VAR_P.
3824
3825 2005-09-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3826
3827         PR c++/23965
3828         * call.c (resolve_args): Return error_mark_node on arguments
3829         whose TREE_TYPE is error_mark_node.
3830
3831 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
3832
3833         PR c++/23947
3834         * rtti.c (get_pseudo_ti_init): Recompute ti pointer after
3835         get_tinfo_ptr calls.
3836
3837 2005-09-16  Mark Mitchell  <mark@codesourcery.com>
3838
3839         PR c++/23914
3840         * parser.c (cp_parser_enclosed_template_argument_list): Make sure
3841         skip_evaluation is false when processing template arguments.
3842
3843         PR c++/21514
3844         * pt.c (check_instantiated_args): Treat uses of anonymous types as
3845         causing type-deduction failure.
3846
3847 2005-09-15  Jason Merrill  <jason@redhat.com>
3848
3849         PR c++/23357
3850         * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
3851         tcc_expression.
3852
3853 2005-09-15  Mark Mitchell  <mark@codesourcery.com>
3854
3855         PR c++/23896
3856         * pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
3857         processing template arguments.
3858
3859         * pt.c (check_explicit_instantiation_namespace): Fix typo.
3860
3861         PR c++/13140
3862         * decl.c (check_class_member_definition_namespace): New function.
3863         (grokfndecl): Use it.
3864         (grokvardecl): Likewise.
3865         (grokdecl): Improve documentation.
3866         * pt.c (check_explicit_instantiation_namespace): New function.
3867         (register_specialization): Call check_specialization_namespace
3868         when replacing an implicitly instantiated function.
3869         (check_explicit_specialization): Ensure that DECL_CONTEXT is set
3870         correctly for namespace-scope specializations.
3871         (do_decl_instantiation): Use
3872         check_explicit_instantiation_namespace.
3873         (do_type_instantiation): Likewise.
3874
3875 2005-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3876
3877         PR c++/23725
3878         * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.
3879
3880 2005-09-13  Bastian Blank <waldi@debian.org>
3881
3882         PR c++/16171
3883         * mangle.c (find_substitution): Do not use special substitutions
3884         for identifiers not in std::.
3885
3886 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
3887
3888         PR c++/23839
3889         * typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER
3890         for VAR_DECLs.
3891
3892 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
3893
3894         PR c++/23842
3895         * pt.c (tsubst_default_argument): Do treat default argument
3896         expressions as occurring in the context of the function called.
3897
3898 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
3899
3900         PR c++/23841
3901         * parser.c (cp_parser_primary_expression): Recognize the closing
3902         ">" of a template-argument-list after a floating-point literal as
3903         the end of a cast expression.
3904
3905 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
3906
3907         PR c++/23789
3908         * cvt.c (perform_qualification_conversions): Don't create
3909         unnecessary NOP_EXPRs.
3910         * pt.c (tsubst_template_arg): Use fold_non_dependent_expr.
3911
3912 2005-09-12  Ian Lance Taylor  <ian@airs.com>
3913
3914         PR g++/7874
3915         * cp-tree.h (struct lang_decl_flags): Add hidden_friend_p
3916         bitfield.  Make dummy bitfield one bit smaller.
3917         (DECL_HIDDEN_FRIEND_P): Define.
3918         (pushdecl_maybe_friend): Declare.
3919         (pushdecl_top_level_maybe_friend): Declare.
3920         * decl.c (duplicate_decls): Add newdecl_is_friend parameter.
3921         Change prototype and all callers.  Add assertion that a
3922         DECL_ARTIFICIAL FUNCTION_DECL is not DECL_HIDDEN_FRIEND_P.  Set
3923         DECL_ANTICIPATED and DECL_HIDDEN_FRIEND_P in duplicated decl if
3924         appropriate.
3925         * name-lookup.c (supplement_binding): Don't ignore a
3926         DECL_HIDDEN_FRIEND_P.
3927         (pushdecl_maybe_friend): Break out contents of pushdecl.  Add
3928         is_friend parameter.  Set DECL_ANTICIPATED and
3929         DECL_HIDDEN_FRIEND_P for a friend function.
3930         (pushdecl): Just call pushdecl_maybe_friend.
3931         (pushdecl_with_scope): Add is_friend parameter.  Change prototype
3932         and all callers.
3933         (pushdecl_namespace_level): Likewise.
3934         (push_overloaded_decl): Likewise.  Check DECL_HIDDEN_FRIEND_P as
3935         well as DECL_ANTICIPATED when checking for a builtin.
3936         (do_nonmember_using_decl): Check DECL_HIDDEN_FRIEND_P as well as
3937         DECL_ANTICIPATED when checking for a builtin.
3938         (do_nonmember_using_decl): Likewise.
3939         (pushdecl_top_level_1): Add is_friend parameter.  Change all
3940         callers.
3941         (pushdecl_top_level_maybe_friend): New function.
3942         (remove_hidden_names): New function.
3943         (struct arg_lookup): Add args field.
3944         (friend_of_associated_class_p): New static function.
3945         (arg_assoc_namespace): Ignore hidden functions which are not
3946         friends of an associated class of some argument.
3947         (lookup_arg_dependent): Remove hidden functions from list passed
3948         in.  Initialize k.args.
3949         * name-lookup.h (remove_hidden_names): Declare.
3950         * friend.c (do_friend): Call pushdecl_maybe_friend instead of
3951         pushdecl.
3952         * call.c (add_function_candidate): Change DECL_ANTICIPATED test to
3953         an assertion, with a check for DECL_HIDDEN_FRIEND_P.
3954         (build_new_function_call): Add koenig_p parameter.  Change
3955         prototype and callers.
3956         * pt.c (register_specialization): Add is_friend parameter.  Change
3957         all callers.
3958         (push_template_decl_real): Change is_friend parameter to bool.
3959         Change prototype and all callers.
3960         (tsubst_friend_class): Call pushdecl_top_level_maybe_friend
3961         instead of pushdecl_top_level.
3962
3963 2005-09-11  Richard Henderson  <rth@redhat.com>
3964
3965         * decl2.c (build_anon_union_vars): Copy attributes from the base addr.
3966         * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR.
3967
3968 2005-09-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3969
3970         * parser.c (cp_parser_translation_unit): Simplify.  The while-block
3971         was actually executed at most once.
3972
3973 2005-09-09  Richard Henderson  <rth@redhat.com>
3974
3975         PR debug/20998
3976         * cp-tree.def (ALIAS_DECL): Remove.
3977         * cp-lang.c (cp_init_ts): Remove support for it.
3978         * error.c (dump_decl): Likewise.
3979         * name-lookup.c (pushdecl): Likewise.
3980         * semantics.c (finish_id_expression): Likewise.
3981         * decl2.c (build_anon_union_vars): Use a VAR_DECL with
3982         DECL_VALUE_EXPR instead.
3983
3984 2005-09-09  Mark Mitchell  <mark@codesourcery.com>
3985
3986         PR c++/22252
3987         * decl.c (start_preparsed_function): Do not pay attention to
3988         #pragma interface for implicitly-defined methods.
3989         * decl2.c (cp_finish_file): Do not complain about uses of inline
3990         functions that have bodies, even if we decided not to emit the
3991         body in this translation unit.
3992         * semantics.c (note_decl_for_pch): Do not mess with linkage.
3993         (expand_or_defer_fn): Make inline, non-template functions COMDAT
3994         at this point.
3995
3996 2005-09-08  Richard Henderson  <rth@redhat.com>
3997
3998         PR debug/23190
3999         * decl.c (wrapup_globals_for_namespace): Call
4000         emit_debug_global_declarations.
4001         * decl2.c (cp_finish_file): Likewise.
4002
4003 2005-09-08  Mark Mitchell  <mark@codesourcery.com>
4004
4005         PR c++/23691
4006         * decl2.c (mark_used): Instantiate static data members initialized
4007         by constants, even in a template.
4008
4009 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
4010
4011         PR obj-c++/16816
4012         * parser.c (cp_parser_objc_selector_expression): Treat CPP_SCOPE as
4013         two CPP_COLON.
4014
4015 2005-09-07  Richard Guenther  <rguenther@suse.de>
4016
4017         * cp-gimplify.c (cp_gimplify_expr): Create empty CONSTRUCTOR
4018         for EMPTY_CLASS_EXPR.
4019
4020 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
4021
4022         PR c/23075
4023         * typeck.c (check_return_expr): Add no_warning argument.  Set
4024         *no_warning to true if "return-statement with no value, in function
4025         returning" warning has been issued.
4026         * cp-tree.h (check_return_expr): Adjust prototype.
4027         * semantics.c (finish_return_stmt): Set TREE_NO_WARNING if
4028         check_return_expr set *no_warning to true.
4029
4030 2005-09-06  Mark Mitchell  <mark@codesourcery.com>
4031
4032         * cp-tree.h (rvalue): New function.
4033         * call.c (build_conditional_expr): Use it.
4034         * init.c (build_new_1): Likewise.
4035         * rtti.c (build_dynamic_cast_1): Likewise.
4036         * tree.c (rvalue): New function.
4037         * typeck.c (build_unary_op): Use it.
4038         (build_static_cast_1): Likewise.
4039
4040         PR c++/9782
4041         * init.c (build_new_1): Make sure the entire array type is
4042         complete, not just its element types.
4043
4044 2005-09-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4045
4046         * decl.c (check_elaborated_type_specifier): Remove redundant check.
4047
4048 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
4049
4050         PR c++/23056
4051         * typeck.c (ignore_overflows): New helper function.
4052         (build_static_cast_1): Use it.
4053
4054 2005-09-06  Kazu Hirata  <kazu@codesourcery.com>
4055
4056         * cp-tree.h, decl.c, decl2.c, semantics.c: Fix comment typos.
4057         Follow spelling conventions.
4058
4059 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
4060
4061         PR c++/23667
4062         * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INSTANTIATED when
4063         copying a VAR_DECL.
4064
4065 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
4066
4067         PR c++/21440
4068         * semantics.c (finish_stmt_expr_expr): Add an explicit
4069         initialization to the last statement in the statement-expression.
4070         * (finish_stmt_expr): Adjust accordingly.
4071
4072 2005-09-03  Mark Mitchell  <mark@codesourcery.com>
4073
4074         PR c++/23699
4075         * decl2.c (mark_used): Always instantiate static data members
4076         initialized by constant expressions.
4077         * pt.c (instantiate_decl): Instantiate the initializers for static
4078         data members initialized by constant expressions.
4079
4080         PR c++/21687
4081         * semantics.c (expand_or_defer_fn): Do not call ggc_collect when
4082         finishing processing for a template function in a local class.
4083         Revert:
4084         2005-09-02  Mark Mitchell  <mark@codesourcery.com>
4085         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
4086         around functions in local classes.
4087
4088 2005-09-02  Mark Mitchell  <mark@codesourcery.com>
4089
4090         PR c++/21687
4091         * parser.c (cp_parser_class_specifier): Push/pop GC contexts
4092         around functions in local classes.
4093
4094 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
4095
4096         PR obj-c++/23640
4097         * decl2.c (cp_finish_file): If this is obj-c++ and we need a static
4098         init, call generate_ctor_or_dtor_function.
4099
4100 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4101
4102         PR c++/13377
4103         * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
4104         lookup_name_real on final parse.
4105
4106 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4107
4108         PR c++/23639
4109         * semantics.c (qualified_name_lookup_error): Do not complain again
4110         on invalid scope.
4111
4112 2005-08-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4113
4114         PR c++/23586
4115         * parser.c (cp_parser_namespace_name): Move diagnostic for
4116         invalid namespace-name to here from ...
4117         * name-lookup.c (do_namespace_alias): ... here and ...
4118         (do_using_directive): ... here.  Remove dead code.
4119
4120 2005-08-28  Mark Mitchell  <mark@codesourcery.com>
4121
4122         PR c++/23099
4123         * cp-tree.h (saved_scope): Add skip_evaluation.
4124         * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not
4125         DECL_INITIAL, to determine whether or not a static data member was
4126         initialized in the class-specifier.
4127         (cp_finish_decl): Add comment.
4128         * init.c (integral_constant_value): Subtitute into the
4129         initializers for static data members in templates.
4130         * name-lookup.c (push_to_top_level): Save skip_evaluation.
4131         (pop_from_top_level): Restore it.
4132         * pt.c (instantiate_class_template): Do not substitute into the
4133         intializers of static data members when instantiating a class.
4134         (regenerate_decl_from_template): Simplify.
4135         (instantiate_decl): Tidy.  Substitute into the initializer for a
4136         static data member even when the definition of the data member is
4137         not available.
4138
4139 2005-08-26  Mark Mitchell  <mark@codesourcery.com>
4140
4141         PR c++/19004
4142         * pt.c (uses_template_parms): Handle IDENTIFIER_NODE.
4143         (type_dependent_expression_p): Allow BASELINKs whose associated
4144         functions are simply a FUNCTION_DECL.
4145
4146         PR c++/23491
4147         * cp-tree.h (build_vec_init): Adjust prototype.
4148         * init.c (perform_member_init): Adjust call to build_vec_init.
4149         (build_aggr_init): Likewise.
4150         (build_new_1): Do not call build_default_init for array types.
4151         (build_vec_init): Add explicit_default_init_p parameter.  Perform
4152         default initialization of vector elements when set.
4153         * typeck.c (build_modify_expr): Adjust call to build_vec_init.
4154
4155 2005-08-25  Nathan Sidwell  <nathan@codesourcery.com>
4156
4157         PR c++/20817
4158         * typeck.c (build_x_unary_op): Make sure OFFSET_REF is not for a
4159         ->*.
4160
4161 2005-08-24  Nathan Sidwell  <nathan@codesourcery.com>
4162
4163         PR c++/22454
4164         * parser.c (cp_lexer_peek_nth_token): Relax assert.
4165
4166 2005-08-23  Nathan Sidwell  <nathan@codesourcery.com>
4167
4168         PR c++/23044
4169         * pt.c (tsubst_qualified_id): A SCOPE_REF can still remain.
4170
4171 2005-08-22  James E Wilson  <wilson@specifix.com>
4172
4173         PR tree-optimization/23426
4174         * decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
4175         array size check.
4176
4177 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4178
4179         PR c++/22233
4180         * pt.c (push_template_decl_real): Return error_mark_node if the
4181         number of template parameters does not match previous definition.
4182
4183 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4184
4185         PR c++/23089
4186         * decl.c (require_complete_types_for_parms): Mark incomplete types
4187         as invalid.
4188
4189 2005-08-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4190
4191         * parser.c (cp_parser_nth_token_starts_template_argument_list_p):
4192         Fix typo in leading comment.
4193
4194 2005-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4195
4196         * name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.
4197
4198 2005-08-15 Fariborz Jahanian <fjahanian@apple.com>
4199
4200         * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
4201         * call.c (add_template_candidate_real): Pass down 'flags' to
4202         fn_type_unification.
4203         (can_convert_arg): New 'flags' argument. Pass it to call to
4204         implicit_conversion instead of LOOKUP_NORMAL.
4205         (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
4206         * class.c (resolve_address_of_overloaded_function): Ditto.
4207         (resolve_address_of_overloaded_function): Ditto.
4208         * decl.c (reshape_init, check_default_argument): Ditto.
4209         * typeck.c (build_ptrmemfunc): Ditto.
4210         * pt.c (type_unification_real): Add 'flags' argument.
4211         (fn_type_unification): Pass 'flags' to type_unification_real.
4212         (type_unification_real): Pass new 'flags' argument to call to
4213         can_convert_arg.
4214
4215 2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
4216             Nathan Sidwell  <nathan@codesourcery.com>
4217
4218         PR c++/21799
4219         PR c++/8271
4220         * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
4221         explicitly.
4222
4223 2005-08-12  Nathan Sidwell  <nathan@codesourcery.com>
4224
4225         PR c++/21799
4226         Revert my 2005-07-08 patch
4227         * pt.c (type_unification_real): Remove is_method_argument and
4228         assoicated checks.
4229         (fn_type_unification, unify): Adjust type_unification_real calls.
4230
4231 2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4232
4233         PR c++/23266
4234         * decl2.c (grokfield): Check that method is not static before
4235         marking it as pure.
4236
4237 2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4238
4239         PR c++/23219
4240         * name-lookup.c (pushtag): Process the template type before
4241         altering the identifier lookup fields.  Remove unreachable code
4242         creating an empty stub decl.
4243
4244 2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4245
4246         PR c++/20646
4247         * decl.c (grokdeclarator): Reset storage_class after error.
4248
4249 2005-08-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4250
4251         PR c++/22508
4252         * init.c (build_new_1): Check for empty candidate list.
4253
4254 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4255
4256         PR c++/23191
4257         * pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
4258         before calling build_exception_variant.
4259
4260 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4261
4262         PR c++/19498
4263         * pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
4264         if substitution of template args did not succeed.
4265
4266 2005-08-06  Michael Matz  <matz@suse.de>
4267
4268         * method.c (use_thunk): Call init_insn_lengths.
4269
4270 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
4271
4272         PR c++/22514
4273         * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
4274         sorrycount or errorcount are nonzero.
4275
4276 2005-08-05  Mark Mitchell  <mark@codesourcery.com>
4277
4278         * name-lookup.c (pushtag): Remove accidental commit from:
4279         2004-12-21  Mark Mitchell  <mark@codesourcery.com>
4280         PR c++/19063
4281         * decl.c (grokdeclarator): Return error_mark_node, not
4282         void_type_node, to indicate errors.
4283         * parser.c (cp_parser_template_parameter_list): Robustify.
4284         (cp_parser_template_parameter): Likewise.
4285
4286 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
4287
4288         * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
4289         Fix comment typos.
4290
4291 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
4292
4293         * method.c: Fix a comment typo.
4294
4295 2005-07-28  Mark Mitchell  <mark@codesourcery.com>
4296
4297         PR c++/22545
4298         * call.c (add_builtin_candidate): Adjust for changes in
4299         representation of pointer-to-member types.
4300
4301 2005-07-28  Mike Stump  <mrs@apple.com>
4302
4303         * pt.c (check_explicit_specialization): Add visibility logic.
4304         (lookup_template_class): Likewise.
4305         (instantiate_class_template): Likewise.
4306
4307 2005-07-27  Devang Patel  <dpatel@apple.com>
4308
4309         * name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
4310
4311 2005-07-25  Ian Lance Taylor  <ian@airs.com>
4312
4313         * ptree.c (cxx_print_identifier): Print a leading space if the
4314         indent level is 0.
4315
4316 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4317
4318         * call.c (convert_for_arg_passing): Check function pointers when
4319         -Wmissing-format-attribute is activated.
4320         * typeck.c (convert_for_assignment): Likewise.
4321
4322 2005-07-22  Manfred Hollstein  <mh@suse.com>
4323
4324         * parser.c (cp_parser_declaration): Fix unitialised warnings.
4325
4326 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
4327
4328         * class.c (build_base_path): Fix typo.
4329
4330 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
4331
4332         PR C++/22358
4333         * class.c (build_base_path): Convert BINFO_OFFSET to the correct type.
4334
4335 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4336
4337         * call.c: Fix comment typo(s).
4338         * cxx-pretty-print.h: Likewise.
4339         * name-lookup.c: Likewise.
4340         * parser.c: Likewise.
4341
4342 2005-07-20  Douglas Gregor <doug.gregor@gmail.com>
4343
4344         PR c++/2922
4345         * semantics.c (perform_koenig_lookup): For dependent calls, just
4346         return the set of functions we've found so far. Later, it will be
4347         augmented by those found through argument-dependent lookup.
4348         * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing
4349         the optimization that skips namespaces where the functions were
4350         originally found.
4351
4352 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
4353
4354         Make CONSTRUCTOR use VEC to store initializers.
4355         * call.c (convert_default_arg): Update call to digest_init.
4356         * class.c (dump_class_hierarchy, dump_array): Update to cope with
4357         VEC in CONSTRUCTOR_ELTS.
4358         * cp-tree.h (EMPTY_CONSTRUCTOR_P): Likewise.
4359         (finish_compound_literal, digest_init): Update declaration.
4360         * decl.c (struct reshape_iter): New data type.
4361         (reshape_init_array): Rename to...
4362         (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.
4363         (reshape_init): Rewrite from scratch. Split parts into...
4364         (reshape_init_array, reshape_init_vector, reshape_init_class,
4365         reshape_init_r): New functions.
4366         (check_initializer): Update call to reshape_init. Remove obsolete
4367         code.
4368         (initialize_artificial_var, cp_complete_array_type): Update to cope
4369         with VEC in CONSTRUCTOR_ELTS.
4370         * decl2.c (grokfield): Update calls to digest_init.
4371         (mark_vtable_entries): Update to cope with VEC in CONSTRUCTOR_ELTS.
4372         * error.c (dump_expr_init_vec): New function.
4373         (dump_expr): Use dump_expr_init_vec.
4374         * init.c (build_zero_init, build_vec_init): Update to cope with VEC
4375         in CONSTRUCTOR_ELTS.
4376         (expand_default_init): Update call to digest_init.
4377         * parser.c  (cp_parser_postfix_expression): Use a VEC for the
4378         initializers.
4379         (cp_parser_initializer_list): Build a VEC of initializers.
4380         * pt.c (tsubst_copy, tsubst_copy_and_build): Update to cope with VEC
4381         in CONSTRUCTOR_ELTS.
4382         * rtti.c (tinfo_base_init, generic_initializer, ptr_initializer,
4383         ptm_initializer, class_initializer, get_pseudo_ti_init): Use
4384         build_constructor_from_list instead of build_constructor.
4385         * semantics.c (finish_compound_literal): Update call to digest_init.
4386         * tree.c (stabilize_init): Update to cope with VEC in
4387         CONSTRUCTOR_ELTS.
4388         * typeck.c (build_ptrmemfunc1): Likewise.
4389         * typeck2.c: (cxx_incomplete_type_error, split_nonconstant_init_1):
4390         Likewise.
4391         (store_init_value): Use build_constructor_from_list and update call
4392         to digest_init.
4393         (digest_init): Rewrite.
4394         (process_init_constructor): Rewrite from scratch. Split into...
4395         (process_init_constructor_array, picflag_from_initializer,
4396         process_init_constructor_record, process_init_constructor_union):
4397         New functions.
4398         (PICFLAG_ERRONEOUS, PICFLAG_NOT_ALL_CONSTANT, PICFLAG_NOT_ALL_SIMPLE):
4399         New macros.
4400         (build_functional_cast): Use build_constructor_from_list instead of
4401         build_constructor.
4402
4403 2005-07-18  Mark Mitchell  <mark@codesourcery.com>
4404
4405         PR c++/22263
4406         * cp-tree.h (instantiate_decl): Change prototype.
4407         * decl2.c (mark_used): Adjust accordingly.
4408         * pt.c (do_decl_instantiation): Likewise.
4409         (instantiate_class_member): Likewise.
4410         (instantiate_decl): Rename undefined_ok as expl_inst_class_mem_p.
4411         Clear DECL_INTERFACE_KNOWN for an explicitly instantiated template
4412         that has no definition available.
4413         (instantiate_pending_templates): Adjust call to instantiate_decl.
4414
4415 2005-07-17  Mark Mitchell  <mark@codesourcery.com>
4416
4417         PR c++/22139
4418         * cp-tree.h (DECL_TEMPLATE_INFO): Improve documentation.
4419         * decl.c (duplicate_decls): Re-register template specializations
4420         for functions that have DECL_TEMLPLATE_INFO, even if they do not
4421         have DECL_TEMPLATE_INSTANTIATION set.
4422
4423 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4424
4425         * call.c (diagnostic_fn_t): New.
4426         (build_temp, convert_like_real): Use diagnostic_fn_t.
4427
4428 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
4429
4430         PR c++/22204
4431         * repo.c (repo_emit_p): Robustify.
4432
4433 2005-07-14  Daniel Berlin  <dberlin@dberlin.org>
4434
4435         Fix PR c++/22452
4436         * tree.c (decl_linkage): Don't check DECL_COMDAT on CONST_DECL.
4437
4438 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
4439
4440         PR c++/22132
4441         * call.c (implicit_conversion): Add c_cast_p parameter.
4442         (standard_conversion): Likewise.  Allow conversions between
4443         differently-qualified pointer types when performing a C-style
4444         cast.
4445         (add_function_candidate): Adjust callee.
4446         (build_builtin_candidate): Likewise.
4447         (build_user_type_conversion_1): Likewise.
4448         (conditional_conversion): Likewise.
4449         (can_convert_arg): Likewise.
4450         (can_convert_arg_bad): Likewise.
4451         (perform_implicit_conversion): Likewise.
4452         * cp-tree.h (comp_ptr_ttypes_const): Declare.
4453         * typeck.c (comp_ptr_ttypes_const): Give it external linkage.
4454         Return bool.
4455
4456 2005-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4457             Nathan Sidwell  <nathan@codesourcery.com>
4458
4459         PR c++/20172
4460         * pt.c (tsubst_template_parms): Check for invalid non-type
4461         parameters.
4462
4463 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
4464
4465         * cp-lang.c (shadowed_var_for_decl, decl_shadowed_for_var_lookup,
4466         decl_shadowed_for_var_insert): Move over to cp-objcp-common.c.
4467         (cp_init_ts): Call init_shadowed_var_for_decl.
4468         Remove include of gt-cp-cp-lang.h.
4469         * cp-objcp-common.c (shadowed_var_for_decl,
4470         decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert): Moved from
4471         cp-lang.c.
4472         (init_shadowed_var_for_decl): New function to initialize
4473         shadowed_var_for_decl.
4474         Include gt-cp-cp-objcp-common.h.
4475         * Make-lang.in (gt-cp-lang.h): Remove.
4476         (gt-cp-cp-objcp-common.h): Add.
4477         (cp/cp-lang.o): Remove dependancy on gt-cp-lang.h.
4478         (cp/cp-objcp-common.o): Add dependancy on gt-cp-cp-objcp-common.h.
4479         * config-lang.in (gtfiles): Remove cp-lang.c and Add cp-objcp-common.c.
4480         * cp-tree (init_shadowed_var_for_decl): Add prototype.
4481
4482 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
4483
4484         * Make-lang.in: Add gt-cp-lang.h.
4485         (cp-lang.o): Ditto.
4486         * class.c (create_vtable_ptr): Stop setting DECL_ASSEMBLER_NAME on
4487         the field.
4488         * config-lang.in: Add cp-lang.c to gtfiles.
4489         * cp-lang.c: Include hashtab.h.
4490         (cp_init_ts): New function.
4491         (LANG_HOOK_INIT_TS): Use macro.
4492         (decl_shadowed_for_var_lookup): New function.
4493         (decl_shadowed_for_var_insert): Ditto.
4494         * cp-tree.h (THUNK_FUNCTION_CHECK): Use decl_common.
4495         (NON_THUNK_FUNCTION_CHECK): Ditto.
4496         (DECL_NAMESPACE_ASSOCIATIONS): Use decl_non_common.
4497         (DECL_INIT_PRIORITY): Ditto.
4498         (DECL_HAS_SHADOWED_FOR_VAR_P): Ditto.
4499         (DECL_SHADOWED_FOR_VAR): Use hashtable.
4500         (SET_DECL_SHADOWED_FOR_VAR): Ditto.
4501         * decl.c (duplicate_decls): Update for new/updated structures.
4502         (poplevel): Use SET_DECL_SHADOWED_FOR_VAR.
4503         * decl2.c (start_static_initialization_or_destruction): Deal with
4504         priority.
4505         * pt.c (tsubst_decl): Check TS_DECL_WRTL before doing
4506         SET_DECL_RTL.
4507         * tree.c (handle_init_priority_attribute): Handle priority.
4508
4509 2005-07-08  Nathan Sidwell  <nathan@codesourcery.com>
4510
4511         PR c++/21799
4512         * pt.c (type_unification_real): Add is_method argument.  Use it
4513         for this pointer unification.
4514         (fn_type_unification): Adjust type_unification_real call.
4515         (unify): Likewise.
4516
4517 2005-07-07  Nathan Sidwell  <nathan@codesourcery.com>
4518
4519         * pt.c (type_unification_real): Remove allow_incomplete argument.
4520         Remove unreachable code.
4521         (fn_type_unification): Adjust call to type_unification_real.
4522         (unify): Likewise.
4523
4524 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
4525
4526         * Makefile.in (class.o, decl2.o): Adjust dependencies.
4527         * class.c: Include tree-dump.h.
4528         * decl2.c: Include tree-dump.h.
4529
4530 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4531
4532         * dump.c: Use dump_string_field.
4533
4534 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
4535
4536         * cp-tree.h (GCC_DIAG_STYLE): #undef before defining.  Change
4537         minimum GCC version for format checking to 4.1.
4538
4539 2005-07-02  Kazu Hirata  <kazu@codesourcery.com>
4540
4541         * Make-lang.in (cc1plus-checksum.c): Use
4542         build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
4543
4544 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
4545
4546         * name-lookup.c, parser.c: Use %q, %< and %> to quote in
4547         diagnostics.
4548
4549 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
4550             Joseph S. Myers  <joseph@codesourcery.com>
4551
4552         * error.c (location_of): Add comment.
4553         (locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
4554         * cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
4555         * call.c, class.c, decl.c, decl2.c, friend.c, init.c,
4556         name-lookup.c, parser.c, pt.c, search.c, semantics.c, typeck.c,
4557         typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
4558         or cp_pedwarn_at.  Mark up some diagnostic strings with N_.
4559
4560 2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
4561
4562         * decl.c (require_complete_types_for_parms): Call relayout_decl
4563         instead of layout_decl.
4564
4565 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
4566             Jakub Jelinek  <jakub@redhat.com>
4567
4568         * cp-lang.c: No need to include cxx-pretty-print.h.
4569         * error.c (cp_printer): Update signature.  No need to process
4570         flags.
4571         (print_instantiation_partial_context): Output last newline
4572         with pp_base_newline.
4573         * Make-lang.in: Update dependencies.
4574
4575 2005-06-30  Steven Bosscher  <stevenb@suse.de>
4576
4577         * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
4578         DECL_THREAD_LOCAL_P.
4579         (cp_finish_decl): Likewise.
4580         (grokvardecl): Set the default DECL_TLS_MODEL here.
4581
4582 2005-06-28  Joseph S. Myers  <joseph@codesourcery.com>
4583
4584         * cvt.c (ocp_convert): Use invalid_conversion hook.
4585         * typeck.c (build_binary_op): Use invalid_binary_op hook.
4586         (build_unary_op): Use invalid_unary_op hook.
4587
4588 2005-06-28  Paul Brook  <paul@codesourcery.com>
4589
4590         * Make-lang.in (cp/except.o): Depend on $(TARGET_H)
4591         * except.c: Include target.h.
4592         (init_exception_processing): Initialize unwind_resume_libfunc.
4593         * doc/tm.texi: Document TARGET_ASM_TTYPE
4594
4595 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4596
4597         * call.c (build_over_call): Pass in named argument list to
4598         `check_function_arguments'.
4599         * typeck.c (build_function_call): Likewise.
4600
4601 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4602
4603         * cp-tree.h (lang_check_failed): Add noreturn attribute.
4604
4605 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
4606
4607         * all files: Update FSF address in copyright headers.
4608
4609 2005-06-23  Jason Merrill  <jason@redhat.com>
4610
4611         PR c++/19317
4612         * semantics.c (simplify_aggr_init_expr): Use
4613         CALL_EXPR_RETURN_SLOT_OPT, not CALL_EXPR_HAS_RETURN_SLOT_ADDR.
4614
4615 2005-06-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4616
4617         * pt.c (register_specialization): Remove superfluous assertion.
4618
4619 2005-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4620
4621         * call.c (convert_like_real): Add format attribute.
4622         * typeck.c (check_for_casting_away_constness,
4623         build_static_cast_1): Likewise.
4624         * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
4625         Likewise.
4626
4627 2005-06-17  Geoffrey Keating  <geoffk@apple.com>
4628
4629         PR c++/17413
4630         * pt.c (type_unification_real): Apply template type deduction even
4631         to procedure parameters that are not dependent on a template
4632         parameter.
4633
4634 2005-06-16  Nathan Sidwell  <nathan@codesourcery.com>
4635
4636         * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might
4637         change.
4638         (create_pseudo_type_info): First parameter is an int.
4639
4640 2005-06-15  Nathan Sidwell  <nathan@codesourcery.com>
4641
4642         PR c++/20678
4643         * error.c (dump_expr) <COMPONENT_REF case>: Check DECL_NAME is not
4644         null.
4645
4646         * Make-lang.in: Reformat some long lines.
4647         (gt-cp-rtti.h): New target.
4648         (cp/rtti.o): Add dependency.
4649         * config-lang.in (gtfiles): Add cp/rtti.c.
4650         * cp-tree.h (CPTI_TI_DESC_TYPE, CPTI_BLTN_DESC_TYPE,
4651         CPTI_PTR_DESC_TYPE, CPTI_ARY_DESC_TYPE, CPTI_FUNC_DESC_TYPE,
4652         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE,
4653         CPTI_SI_CLASS_DESC_TYPE, CPTI_VMI_CLASS_DESC_TYPE,
4654         CPTI_PTM_DESC_TYPE, CPTI_BASE_DESC_TYPE): Remove.
4655         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
4656         ary_desc_type_node, func_desc_type_node, enum_desc_type_node,
4657         class_desc_type_node, si_class_desc_type_node,
4658         vmi_class_desc_type_node, ptm_desc_type_node,
4659         base_desc_type_node): Remove.
4660         * decl.c: Adjust documentation of global trees.
4661         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL,
4662         TINFO_REAL_NAME): Remove.
4663         (struct tinfo_s): New.
4664         (enum tinfo_kind): New.
4665         (tinfo_descs): New.
4666         (get_tinfo_decl): Adjust use of tinfo descriptor.
4667         (tinfo_base_init, generic_initializer, ptr_initializer,
4668         ptm_initializer, class_initializer): Likewise.
4669         (get_pseudo_ti_init): Take descriptor index. Adjust.
4670         (create_pseudo_type_info): Likewise.
4671         (get_pseudo_ti_desc): Return descriptor index. Adjust.
4672         (create_tinfo_types): Adjust use of create_pseudo_type_info.
4673         (emit_tinfo_decl): Adjust use of tinfo descriptor.
4674
4675 2005-06-14  Roger Sayle  <roger@eyesopen.com>
4676
4677         * decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.
4678
4679 2005-06-13  Geoffrey Keating  <geoffk@apple.com>
4680
4681         * Make-lang.in (c++.install-man): Doesn't really depend on installdirs.
4682         (rule for installing g++.1 manpage): Does depend on installdirs.
4683
4684 2005-06-13  Nathan Sidwell  <nathan@codesourcery.com>
4685
4686         PR c++/20789
4687         * decl.c (cp_finish_decl): Clear runtime runtime initialization if
4688         in-class decl's initializer is bad.
4689
4690         PR c++/21929
4691         * parser.c (struct cp_parser): Document that scope could be
4692         error_mark.
4693         (cp_parser_diagnose_invalid_type_name): Cope with error_mark for
4694         scope.
4695         (cp_parser_nested_name_specifier): Return NULL_TREE on error.
4696         (cp_parser_postfix_expression): Deal with null or error_mark
4697         scope.
4698         (cp_parser_elaborated_type_specifier): Adjust
4699         cp_parser_nested_name_specifier call.
4700
4701         * parser (cp_parser_skip_to_end_of_block_or_statement): Cleanup.
4702
4703 2005-06-12  Roger Sayle  <roger@eyesopen.com>
4704
4705         PR c++/21930
4706         * error.c (dump_expr): UNARY_PLUS_EXPR need not handle void types.
4707         Treat CONVERT_EXPR identically to NOP_EXPR.
4708
4709 2005-06-10  Aldy Hernandez  <aldyh@redhat.com>
4710
4711         PR c++/10611
4712         * cvt.c (build_expr_type_conversion): Same.
4713         * typeck.c (build_binary_op): Handle vectors.
4714         (common_type): Same.
4715         (type_after_usual_arithmetic_conversions): Same.
4716
4717 2005-06-08  Nathan Sidwell  <nathan@codesourcery.com>
4718
4719         PR c++/19497
4720         * cp-tree.def (USING_DECL): Update documentation.
4721         * cp-tree.h (DECL_DEPENDENT_P): New.
4722         (USING_DECL_DECLS, USING_DECL_SCOPE): New.
4723         * class.c (handle_using_decl): Move most of the processing to ...
4724         * name-lookup.c (do_class_using_decl): ... here.  Make stricter.
4725         (push_using_decl): Use USING_DECL_SCOPE.
4726         (cp_emit_debug_info_for_using): Make extern.
4727         * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
4728         * name-lookup.h (cp_emit_debug_info_for_using): Declare.
4729         * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
4730         when tsubsting.
4731         (tsubst_expr): Use USING_DECL_SCOPE.
4732         * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
4733         * semantics.c (finish_member_declaration): Likewise.
4734
4735 2005-06-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4736
4737         PR c++/19894
4738         * pt.c (tsubst): Reject pointer-to-member of type void.
4739
4740         PR c++/20563
4741         * parser.c (cp_parser_label_declaration): Deal with invalid/missing
4742         identifiers.
4743
4744 2005-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4745
4746         * cp-tree.def (DEFAULT_ARG): Adjust documentation.
4747         * cp-tree.h (DEFARG_INSTANTIATIONS): New.
4748         (struct tree_default_arg): Add instantiations member.
4749         * parser.c (cp_parser_late_parsing_default_args): Adjust to use a
4750         VEC.
4751         * pt.c (tsubst_arg_types): Likewise.
4752
4753         * parser.c (cp_parser_late_parsing_default_args): Fix overeager
4754         assert in previous patch.
4755
4756 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
4757
4758         * error.c (locate_error): Use gmsgid instead of msgid for argument
4759         name.
4760         (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
4761
4762 2005-06-06  Nathan Sidwell  <nathan@codesourcery.com>
4763
4764         PR 21903
4765         * cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
4766         * parser.c (cp_parser_late_parsing_default_args): Propagate parsed
4767         argument to any early instantiations.
4768         * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
4769
4770         PR c++/20637
4771         * cp-tree.h (add_method): Add using_decl parameter.
4772         * class.c (add_method): Add using_decl parameter.  Adjust error
4773         messages.
4774         (handle_using_decl): Pass the using decl to add_method.
4775         (clone_function_decl): Adjust add_member calls.
4776         * decl2.c (check_classfn): Likewise.
4777         * method.c (lazily_declare_fn): Likewise.
4778         * semantics.c (finish_member_declaration): Likewise.
4779
4780         * method.c (synthesize_method): Use inform, not warning.
4781
4782 2005-06-06  Hans-Peter Nilsson  <hp@axis.se>
4783
4784         * config-lang.in (target_libs): Remove target-gperf.
4785
4786 2005-06-05  Mark Mitchell  <mark@codesourcery.com>
4787
4788         PR c++/21619
4789         * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
4790         * parser.c (cp_parser_postfix_expression): Allow non-constant
4791         expressions as arguments to __builtin_constant_p.
4792         * tree.c (builtin_valid_in_constant_expr_p): Use
4793         DECL_IS_BUILTIN_CONSTANT_P.
4794
4795 2005-06-03  Mark Mitchell  <mark@codesourcery.com>
4796
4797         PR c++/21853
4798         * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
4799         the pointed-to type for a pointer-to-member.
4800
4801         PR c++/21336
4802         * cp-tree.h (grok_op_properties): Remove friendp parameter.
4803         * decl.c (grokfndecl): Adjust call.
4804         (grok_op_properties): Determine the class of which the function is
4805         a member by looking at its DECL_CONTEXT, not current_class_type.
4806         * pt.c (tsubst_decl): Adjust call to grok_op_properties.
4807
4808 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
4809
4810         * method.c (synthesize_method): Add addtional arg to warning call.
4811
4812         PR c++/21280
4813         * Make-lang.in (method.o): Add diagnostic.h
4814         * decl.c (start_preparsed_function): Use decl's location for file
4815         info.
4816         * decl2.c (cp_finish_file): Set input_location before synthesizing
4817         a function.
4818         (mark_used): When deferring a synthesized function, save current
4819         location.  Do not set function's location when actually
4820         synthesizing it.
4821         * method.c: #include diagnostic.h.
4822         (synthesize_method): Set the functions source location.  Show
4823         needed location if errors are emitted.
4824
4825         * decl.c (start_decl): Simplify specialization handling. Remove
4826         unneeded CLASSTYPE_TEMPLATE_INSTANTIATION check.
4827         * mangle.c (discriminator_for_local_entity): Use VEC_index.
4828
4829         PR c++/20350
4830         * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
4831
4832         PR c++/21151
4833         * name-lookup.c (pushtag): Push local class even in a template.
4834
4835 2005-05-31  Nathan Sidwell  <nathan@codesourcery.com>
4836
4837         PR c++/21165
4838         * init.c (integral_constant_value): Check the type of the
4839         initializer, not the decl.
4840
4841 2005-05-30  Mark Mitchell  <mark@codesourcery.com>
4842
4843         PR c++/21784
4844         * name-lookup.c (do_nonmember_using_decl): Ignore builtin
4845         functions, even when the used name is not a function.
4846
4847 2005-05-30  Kazu Hirata  <kazu@cs.umass.edu>
4848
4849         * operators.def, optimize.c: Update copyright.
4850
4851 2005-05-28  Mark Mitchell  <mark@codesourcery.com>
4852
4853         PR c++/21210
4854         * call.c (standard_conversion): Permit conversions to complex
4855         types if conversion to the corresponding scalar type would be
4856         permitted.
4857
4858         PR c++/21340
4859         * method.c (implicitly_declare_fn): Clear processing_template_decl
4860         when generating implicit declaration.
4861
4862 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
4863
4864         PR c++/21614
4865         * typeck.c (get_member_function_from_ptrfunc): Do not attempt
4866         conversions to base classes of incomplete types.
4867
4868 2005-05-27  Ian Lance Taylor  <ian@airs.com>
4869
4870         * semantics.c (add_stmt): Add C++ frontend specific version.
4871         * cp-tree.h (STMT_IS_FULL_EXPR_P): Define.
4872         (stmts_are_full_exprs_p): Declare.
4873
4874 2005-05-27  Roger Sayle  <roger@eyesopen.com>
4875             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4876
4877         * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
4878         * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
4879         of CONVERT_EXPR.
4880         (cp_parser_unary_expression): Likewise.
4881         * typeck.c (build_unary_op): Likewise.
4882         * call.c (add_builtin_candidate, build_new_op): Likewise.
4883         * error.c (dump_expr): Likewise.
4884         * pt.c (tsubst_copy, tsubst_copy_and_build): Likewise.
4885         * decl.c (ambi_op_p, grok_op_properties): Likewise.
4886         * dump.c (dump_op): Likewise.
4887         * lex.c (init_operators): Likewise.
4888         * operators.def ("+"): Likewise.
4889         * cp-gimplify.c (cp_gimplify_expr): Handle UNARY_PLUS_EXPR like a
4890         conversion, if the result and argument types differ.
4891         * tree.c (fold_if_not_in_template): Fold UNARY_PLUS_EXPR much
4892         like a NOP_EXPR when !processing_template_decl.
4893
4894         * cxx-pretty-print.c (pp_cxx_cast_expression): Prototype.
4895         (pp_cxx_unary_expression): Handle new UNARY_PLUS_EXPR tree code.
4896
4897 2005-05-27  Nathan Sidwell  <nathan@codesourcery.com>
4898
4899         PR c++/21455
4900         * typeck.c (get_delta_difference): Cope with incomplete but equal
4901         classes.  Reorder if.
4902
4903         PR c++/21681
4904         * parser.c (cp_parser_late_parsing_for_member): Disable access
4905         checking for template functions.
4906
4907 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4908
4909         PR c++/21768
4910         * pt.c (redeclare_class_template): Change error message according
4911         to coding conventions.
4912
4913 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4914
4915         * call.c (build_op_delete_call): Fix quoting in error message.
4916
4917 2005-05-25  Richard Henderson  <rth@redhat.com>
4918
4919         PR libgcj/21692
4920         * cp-tree.h (make_alias_for): Declare.
4921         * decl2.c (build_java_method_aliases): New.
4922         (cp_finish_file): Call it.
4923         * method.c (make_alias_for): Split out from ...
4924         (make_alias_for_thunk): ... here.
4925
4926 2005-05-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4927
4928         PR c++/21686
4929         * semantics.c (finish_id_expression): Fix quoting in error message.
4930
4931 2005-05-25  DJ Delorie  <dj@redhat.com>
4932
4933         * decl.c (duplicate_decls): Move warning control from if() to
4934         warning(OPT_*).
4935         * name-lookup.c (parse_using_directive): Likewise.
4936         * parser.c (cp_parser_elaborated_type_specifier): Likewise.
4937         (cp_parser_init_declarator): Likewise.
4938         * tree.c (handle_com_interface_attribute): Likewise.
4939
4940 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
4941
4942         * class.c (layout_class_type): Do not issue C++ ABI warnings
4943         for ObjC structs.
4944         * decl.c (objc_mark_locals_volatile): Streamline by calling
4945         objc_volatilize_decl().
4946         * parser.c (cp_parser_objc_message_expression): Allow simple
4947         type specifiers (instead of merely type names) as message
4948         receivers.
4949         * pt.c (template_args_equal): Do not call objc_comptypes().
4950         * typeck.c (composite_pointer_type): If both pointers are
4951         ObjC-esque, arbitrarily choose the first; do not call
4952         objc_comptypes().
4953         (comptypes): Do not call objc_comptypes().
4954         (convert_for_assignment): Call objc_compare_types().
4955         (comp_ptr_ttypes_real): Call objc_type_quals_match() before
4956         concluding that types do not match.
4957
4958 2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>
4959
4960         PR C++/21645
4961         * optimize.c (update_cloned_parm): Copy the TYPE also from the
4962         original one.
4963
4964 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
4965
4966         PR c++/21495
4967         * decl.c (grokdeclarator): Fix "storage class specified for"
4968         error reporting.
4969
4970 2005-05-19  Kazu Hirata  <kazu@cs.umass.edu>
4971
4972         * parser.c: Fix comment typos.
4973
4974 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
4975
4976         * Make-lang.in (cc1plus-dummy): New.
4977         (cc1plus-checksum.c): New.
4978         (cc1plus-checksum.o): New.
4979         (cc1plus): Add cc1plus-checksum.o.
4980
4981 2005-05-17  H.J. Lu  <hongjiu.lu@intel.com>
4982
4983         PR C++/19664
4984         * decl2.c (determine_visibility): Don't set visibility to
4985         hidden if it has been set explicitly by user.
4986
4987 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
4988             Mike Stump  <mrs@apple.com>
4989
4990         Yet more Objective-C++...
4991
4992         * cp-objcp-common.h (cxx_get_alias_set): Move from
4993         here...
4994         (cxx_warn_unused_global_decl): Likewise.
4995         (cp_expr_size): Likewise.
4996         (cp_tree_size): Likewise.
4997         (cp_var_mod_type_p): Likewise.
4998         (cxx_initialize_diagnostics): Likewise.
4999         (cxx_types_compatible_p): Likewise.
5000         * cp-tree.h: to here.
5001         (do_poplevel): Add.
5002         * lex.c (D_OBJC): Add.
5003         (init_reswords): Add.
5004         * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
5005         * parser.c: Add c-common.h include.
5006         * pt.c: Add c-common.h and cp-objcp-common.h includes.
5007         (template_args_equal): Use objc_comptypes as well.
5008         (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
5009         * semantics.c (do_poplevel): Remove static.
5010
5011         * decl.c (objc_mark_locals_volatile): Don't change decls that are
5012         already ok.
5013         * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
5014         Objective C++ early enough.
5015         * lex.c (struct resword reswords): Add Objective-C++ support.
5016         * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
5017         (cp_parser_objc_message_receiver): Add.
5018         (cp_parser_objc_message_args): Likewise.
5019         (cp_parser_objc_message_expression): Likewise.
5020         (cp_parser_objc_encode_expression): Likewise.
5021         (cp_parser_objc_defs_expression): Likewise.
5022         (cp_parser_objc_protocol_expression): Likewise.
5023         (cp_parser_objc_selector_expression): Likewise.
5024         (cp_parser_objc_expression): Likewise.
5025         (cp_parser_objc_visibility_spec): Likewise.
5026         (cp_parser_objc_method_type): Likewise.
5027         (cp_parser_objc_protocol_qualifiers): Likewise.
5028         (cp_parser_objc_typename): Likewise.
5029         (cp_parser_objc_selector_p): Likewise.
5030         (cp_parser_objc_selector): Likewise.
5031         (cp_parser_objc_method_keyword_params): Likewise.
5032         (cp_parser_objc_method_tail_params_opt): Likewise.
5033         (cp_parser_objc_interstitial_code): Likewise.
5034         (cp_parser_objc_method_signature): Likewise.
5035         (cp_parser_objc_method_prototype_list): Likewise.
5036         (cp_parser_objc_method_definition_list): Likewise.
5037         (cp_parser_objc_class_ivars): Likewise.
5038         (cp_parser_objc_identifier_list): Likewise.
5039         (cp_parser_objc_alias_declaration): Likewise.
5040         (cp_parser_objc_class_declaration): Likewise.
5041         (cp_parser_objc_protocol_declaration): Likewise.
5042         (cp_parser_objc_protocol_refs_opt): Likewise.
5043         (cp_parser_objc_superclass_or_category): Likewise.
5044         (cp_parser_objc_class_interface): Likewise.
5045         (cp_parser_objc_class_implementation): Likewise.
5046         (cp_parser_objc_end_implementation): Likewise.
5047         (cp_parser_objc_declaration): Likewise.
5048         (cp_parser_objc_try_catch_finally_statement): Likewise.
5049         (cp_parser_objc_synchronized_statement): Likewise.
5050         (cp_parser_objc_throw_statement): Likewise.
5051         (cp_parser_objc_statement): Likewise.
5052         (cp_parser_primary_expression): Add Objective-C++.
5053         (cp_parser_statement): Likewise.
5054         (cp_parser_declaration): Likewise.
5055         (cp_parser_simple_type_specifier): Likewise.
5056         (cp_parser_type_name): Likewise.
5057         (cp_parser_parameter_declaration_list): Likewise.
5058         (cp_parser_member_declaration) Likewise.
5059         * tree.c: Include debug.h.
5060         * typeck.c (composite_pointer_type): Add Objective-C++ support.
5061         (finish_class_member_access_expr): Likewise.
5062         (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
5063         (build_modify_expr): Allow objc to generate write barriers.
5064
5065         * Make-lang.in (cp/tree.o): Add debug.h.
5066         * tree.c (lvalue_p_1, case CONST_DECL): Add.
5067
5068 2005-05-18  Jan Hubicka  <jh@suse.cz>
5069
5070         * method.c: Include tree-pass.h
5071         (use_thunk): Lower body before expanding.
5072
5073 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
5074
5075         PR c++/21454
5076         * decl.c (maybe_deduce_size_from_array_init): Call
5077         cp_apply_type_quals_to_decl after completing array type.
5078
5079 2005-05-16  Richard Henderson  <rth@redhat.com>
5080
5081         * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
5082         (build_library_fn): ... here.
5083
5084 2005-05-12  Ian Lance Taylor  <ian@airs.com>
5085
5086         * cp-tree.h (cp_stmt_codes): Don't define.
5087         (statement_code_p): Declare.
5088         (STATEMENT_CODE_P): Define.
5089         * lex.c (statement_code_p): Define.
5090         (cxx_init): Use actual codes in stmt_codes initializer, not
5091         cp_stmt_codes macro.  Initialize statement_code_p directly, rather
5092         than using INIT_STATEMENT_CODES.
5093
5094 2005-05-09  Mark Mitchell  <mark@codesourcery.com>
5095
5096         * typeck.c (build_unary_op): Do not resort to address arithmetic
5097         when taking the address of a COMPONENT_REF.
5098
5099 2005-05-08  Kazu Hirata  <kazu@cs.umass.edu>
5100
5101         * class.c (vtbl_init_data_s): Change the type of fns to
5102         VEC(tree,gc)*.
5103         (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
5104         Use VEC instead of VARRAY.
5105
5106 2005-05-07  Richard Sandiford  <rsandifo@redhat.com>
5107
5108         * mangle.c: Remove a reference to the MIPS -mint64 option.
5109
5110 2005-05-07  Kazu Hirata  <kazu@cs.umass.edu>
5111
5112         * decl.c (wrapup_globals_for_namespace): Use VEC instead of
5113         VARRAY.
5114         * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
5115         * name-lookup.h (cp_binding_level): Change the type of
5116         static_decls to VEC(tree,gc)*.
5117
5118         * mangle.c (globals): Change the type of substitutions to
5119         VEC(tree,gc)*.
5120         (dump_substitution_candidates, add_substitution,
5121         find_substitution, finish_mangling, init_mangle): Use VEC
5122         instead of VARRAY.
5123
5124 2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>
5125
5126         * decl2.c (spew_debug): Remove.
5127
5128         * decl2.c (ssdf_decls, start_static_storage_duration_function,
5129         generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
5130
5131         * decl2.c (pending_statics, note_vague_linkage_var,
5132         cp_finish_file): Use VEC instead of VARRAY.
5133         (pending_statics_used): Remove.
5134
5135 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
5136
5137         * decl2.c (deferred_fns, note_vague_linkage_fn,
5138         cp_finish_file): Use VEC instead of VARRAY.
5139
5140 2005-05-05  Mark Mitchell  <mark@codesourcery.com>
5141
5142         PR c++/21352
5143         * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
5144
5145 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
5146
5147         * pt.c: Fix a comment typo.
5148
5149 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
5150
5151         * cp-tree.h (language_function): Change the type of
5152         x_local_names to VEC.
5153         * decl.c (push_local_name): Adjust uses of local_names.
5154
5155 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
5156
5157         * friend.c, lex.c, mangle.c, repo.c: Update copyright.
5158
5159 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
5160
5161         * class.c (local_classes, init_class_processing): Use VEC
5162         instead of VARRAY.
5163         * cp-tree.h (local_classes): Likewise.
5164         * mangle.c (discriminator_for_local_entity): Likewise.
5165         * name-lookup.c (pushtag): Likewise.
5166
5167         * class.c (current_lang_depth, push_lang_context,
5168         pop_lang_context): Use VEC instead of VARRAY.
5169         * cp-tree.h (saved_scope): Use VEC for lang_base instead of
5170         VARRAY.
5171         * name-lookup.c (push_to_top_level): Use VEC instead of
5172         VARRAY.
5173
5174 2005-05-02  Paolo Bonzini  <bonzini@gnu.org>
5175
5176         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
5177         for BUILT_IN_MD built-ins.
5178
5179 2005-05-02  Michael Matz  <matz@suse.de>
5180
5181         PR c++/19542
5182         * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
5183         common frontend.
5184         (null_node): Remove.
5185         * lex.c (cxx_init): Move null_node initialisation to C common frontend.
5186
5187 2005-04-25  Ian Lance Taylor  <ian@airs.com>
5188
5189         * cp-tree.def: Add EXPR_STMT.
5190         * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
5191         (EXPR_STMT_EXPR): Define.
5192         * cp-gimplify.c: Include "flags.h".
5193         (gimplify_expr_stmt): New static function.
5194         (cp_gimplify_expr): Handle EXPR_STMT.
5195         * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
5196         rather than pp_expression.
5197         (pp_cxx_statement): Handle EXPR_STMT.
5198         * dump.c (cp_dump_tree): Handle EXPR_STMT.
5199         * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
5200         initializer.
5201
5202 2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>
5203
5204         PR C++/21188
5205         * rtti.c (ifnonnull): Cast the zero comparison operand
5206         to the correct type.
5207
5208 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
5209
5210         PR middle-end/20991
5211         * class.c: Include cgraph.h.
5212         (cp_fold_obj_type_ref): Set node->local.vtable_method.
5213         * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
5214
5215 2005-04-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
5216
5217         * mangle.c (write_builtin_type): Handle integer types which are
5218         not one of the shared integer type nodes and emit a "vendor
5219         extended builtin type" with an encoding in the form of "u5int96".
5220
5221 2005-04-24  Ian Lance Taylor  <ian@airs.com>
5222
5223         * cp-tree.def (USING_STMT): Change class to tcc_statement.
5224         (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
5225         (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
5226         (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
5227
5228 2005-04-23  DJ Delorie  <dj@redhat.com>
5229
5230         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
5231         init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
5232         repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
5233         callers.
5234
5235 2005-04-22  Per Bothner  <per@bothner.com>
5236
5237         * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
5238         input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
5239
5240 2005-04-22  Alexandre Oliva  <aoliva@redhat.com>
5241
5242         PR c++/21087
5243         * name-lookup.c (push_overloaded_decl): Do not overload with
5244         non-duplicate anticipated built-in.
5245
5246 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
5247
5248         * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
5249         VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
5250
5251 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5252
5253         * cp-tree.h: Adjust for new VEC API.
5254         Define VEC(tree_pair_s,gc).
5255         (struct save_scope): Adjust.
5256         (struct lang_type_class): Adjust.
5257         (unemitted_tinfo_decls): Adjust.
5258         * class.c (add_method, resort_type_method_vec,
5259         finish_struct_methods, struct find_final_overrider_data,
5260         dfs_find_final_overrider_pre, find_final_overrider,
5261         get_vcall_index, warn_hidden, walk_subobject_offsets,
5262         check_methods, fixup_inline_methods, end_of_class,
5263         warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
5264         add_vcall_offset): Adjust.
5265         * decl.c (xref_basetypes, finish_method): Adjust.
5266         * decl2.c (check_classfn): Adjust.
5267         * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
5268         * method.c (do_build_copy_constructor): Adjust.
5269         * name-lookup.c (new_class_binding, store_binding,
5270         store_bindings, store_class_bindings): Adjust.
5271         * name-lookup.h: Define VEC(cxx_saved_binding,gc),
5272         VEC(cp_class_binding,gc).
5273         (struct cp_binding_level): Adjust.
5274         * parser.c: Define VEC(cp_token_position,heap).
5275         (struct cp_lexer): Adjust.
5276         (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
5277         cp_lexer_save_tokens): Adjust.
5278         * pt.c (retrieve_specialization,
5279         check_explicit_specialization): Adjust.
5280         * rtti.c (unemitted_tinfo_decls): Adjust.
5281         (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
5282         get_pseudo_ti_desc): Adjust.
5283         * search.c (dfs_access_in_type, lookup_conversion_operator,
5284         lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
5285         dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
5286         * semantics.c: Define VEC(deferred_access,gc).
5287         (push_deferring_access_checks): Adjust.
5288         * typeck2.c (abstract_virtuals_error): Adjust.
5289
5290 2005-04-20  Ian Lance Taylor  <ian@airs.com>
5291
5292         * cp-tree.def: Add STMT_EXPR.
5293         * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
5294         (STMT_EXPR_STMT): Define.
5295         * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
5296         STMT_EXPR.
5297         (pp_cxx_expression): Likewise.
5298         (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
5299         * dump.c (cp_dump_tree): Handle STMT_EXPR.
5300
5301 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
5302
5303         * decl.c (expand_static_init): Call build2 and build3 instead
5304         of build.
5305
5306         * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
5307
5308 2005-04-17  Ian Lance Taylor  <ian@airs.com>
5309
5310         * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
5311         * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
5312         ARROW_EXPR.
5313         (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
5314         (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
5315         ALIGNOF_EXPR.
5316         * typeck.c (cxx_sizeof_or_alignof_type): Update call to
5317         c_sizeof_or_alignof_type for change in parameter type.
5318
5319 2005-04-16  Mark Mitchell  <mark@codesourcery.com>
5320
5321         PR c++/21025
5322         * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
5323         which sizeof/alignof is dependent, rather than just whether we are
5324         processing_template_decl.
5325
5326 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
5327
5328         * cp-tree.h (LOOKUP_GLOBAL): Remove.
5329         (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
5330         LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
5331         LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
5332         their values.
5333
5334 2005-04-15  Richard Henderson  <rth@redhat.com>
5335
5336         PR middle-end/14311
5337         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
5338
5339 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
5340
5341         * cp-tree.h (lang_type_class): Remove redefined.  Move
5342         java_interface into where redefined was.  Increment the width
5343         of dummy.
5344         (TYPE_REDEFINED): Remove.
5345
5346 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
5347
5348         * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
5349         CLASSTYPE_TEMPLATE_LEVEL): Remove.
5350
5351 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
5352
5353         * decl2.c (determine_visibility): Don't use export_class_data.
5354         (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
5355         TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
5356
5357 2005-04-09  Kazu Hirata  <kazu@cs.umass.edu>
5358
5359         * cp-tree.h (cxx_alignof): Remove.
5360
5361         * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
5362
5363         * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
5364         CONV_STATIC_CAST): Remove.
5365
5366         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
5367
5368         * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
5369
5370         * cp-tree.h (cp_deprecated): Remove.
5371
5372 2005-04-08  Ian Lance Taylor  <ian@airs.com>
5373
5374         * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
5375         CONTINUE_STMT, SWITCH_STMT.
5376         * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
5377         BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
5378         (WHILE_COND, WHILE_BODY): Define.
5379         (DO_COND, DO_BODY): Define.
5380         (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
5381         (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
5382         * cp-gimplify.c (enum bc_t): Define.
5383         (struct cp_gimplify_ctx, ctxp): Define.
5384         (push_context, pop_context): New static functions.
5385         (begin_bc_block, finish_bc_block): New static functions.
5386         (build_bc_goto): New static function.
5387         (gimplify_cp_loop, gimplify_for_stmt): New static functions.
5388         (gimplify_while_stmt, gimplify_do_stmt): Likewise.
5389         (gimplify_switch_stmt): Likewise.
5390         (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
5391         SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
5392         (cp_genericize): Call push_context and pop_context.
5393         * semantics.c (finish_break_stmt): Just call build_stmt
5394         (BREAK_STMT) rather than build_break_stmt.
5395         (finish_continue_stmt): Corresponding change.
5396         * decl.c (pop_switch): Update call to c_do_switch_warnings for new
5397         parameters.
5398         * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
5399         WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
5400         * dump.c (cp_dump_tree): Likewise.
5401
5402 2005-04-08  Mark Mitchell  <mark@codesourcery.com>
5403
5404         PR c++/20905
5405         * parser.c (cp_parser_type_specifier_seq): Add is_condition
5406         parameter.
5407         (cp_parser_new_type_id): Pass it.
5408         (cp_parser_condition): Likewise.
5409         (cp_parser_conversion_type_id): Likewise.
5410         (cp_parser_type_id): Likewise.
5411         (cp_parser_type_specifier_seq): In a condition, do not allow
5412         invalid type-specifier combinations.
5413         (cp_parser_exception_declaration): Adjust call to
5414         cp_parser_type_specifier_seq.
5415
5416         * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
5417         * cp-tree.h (struct tinst_level): Add in_system_header_p.
5418         (TINST_IN_SYSTEM_HEADER_P): New macro.
5419         (make_tinst_level): Remove.
5420         * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
5421         the instantiated class.
5422         (push_tinst_level): Do not use make_tinst_level.  Set
5423         TINST_IN_SYSTEM_HEADER_P.
5424         (pop_tinst_level): Likewise.
5425         (instantiate_class_template): Set in_system_header.
5426         (instantiate_pending_templates): Likewise.
5427         * tree.c (make_tinst_level): Remove.
5428
5429 2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
5430
5431         * decl.c (start_decl): Apply pending #pragma weak regardless of
5432         scope.
5433
5434 2005-04-06  Mark Mitchell  <mark@codesourcery.com>
5435
5436         PR c++/20212
5437         * pt.c (regenerate_decl_from_template): Copy attributes for
5438         parameters from the pattern to the instantiation.
5439
5440 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
5441
5442         PR c++/20734
5443         * cp-tree.def (OFFSET_REF): Correct comments.
5444         * init.c (build_offset_ref): Remove misleading comment.
5445         * typeck.c (build_unary_op): Handle pointer-to-member creation
5446         here, rather than ...
5447         (unary_complex_lvalue): ... here.
5448
5449 2005-04-06  Jason Merrill  <jason@redhat.com>
5450
5451         PR c++/19312
5452         * tree.c (stabilize_init): Don't bother trying to stabilize
5453         something with no side-effects.
5454
5455 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
5456
5457         PR c++/20763
5458         * decl.c (grokdeclarator): Correct attribute handling.
5459
5460 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
5461
5462         PR c++/19159
5463         * decl2.c (import_export_decl): Use non-COMDAT external linkage
5464         for virtual tables, typeinfo, etc. that will be emitted in only
5465         one translation unit on systems without weak symbols.
5466
5467 2005-04-04  Mark Mitchell  <mark@codesourcery.com>
5468
5469         PR c++/20679
5470         * parser.c (cp_parser_template_name): Fix thinko.
5471
5472 2005-04-04  Nathan Sidwell  <nathan@codesourcery.com>
5473
5474         PR c++/20746
5475         * method.c (use_thunk): Protect covariant pointer return
5476         adjustments from NULL pointers.
5477
5478 2005-04-04  Jan Hubicka  <jh@suse.cz>
5479
5480         * decl2.c (finish_objects): Revert my previous patch.
5481         (cp_finish_file): Likewise.
5482
5483 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
5484
5485         * pt.c: Fix comment typos.
5486
5487 2005-04-03  Nathan Sidwell  <nathan@codesourcery.com>
5488
5489         PR c++/20723
5490         * pt.c (more_specialized_fn): Member functions are unordered wrt
5491         non-members.  Conversion operators are unordered wrt other
5492         functions.
5493
5494 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
5495
5496         * call.c (add_template_candidates_real): Remove length parameter
5497         from fn_type_unification call.
5498         * class.c (resolve_address_of_overloaded_function): Likewise
5499         * cp-tree.h (fn_type_unification): Remove length parameter.
5500         * pt.c (get_bindings_overload): Remove.
5501         (get_bindings_real): Rename to ...
5502         (get_bindings): ... here.  Remove length and strict
5503         parameters. Change return type flag to boolean.  Remove original
5504         forwarding function.
5505         (determine_specialization): Adjust get_bindings call.
5506         (fn_type_unification): Remove length parameter.  Adjust.
5507         (type_unification_real): Remove length parameter.  Adjust.
5508         (resolve_overloaded_unification): Adjust get_bindings call.
5509         (try_one_overload): Simplify confusing cascaded if control flow.
5510         (unify): Remove length paramter from type_unification_real call.
5511         (most_specialized_instantiation): Adjust get_bindings calls.
5512         (most_specialized): Likewise.
5513
5514 2005-03-31  Nathan Sidwell  <nathan@codesourcery.com>
5515
5516         PR c++/19203, implement DR 214
5517         * call.c (joust): Use more_specialized_fn.
5518         * cp-tree.h (DEDUCE_ORDER): Remove.
5519         (more_specialized): Replace with ...
5520         (more_specialized_fn): ... this.
5521         * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
5522         case.
5523         (type_unification_real): Remove DEDUCE_ORDER case.
5524         (more_specialized): Replace with ...
5525         (more_specialized_fn): ... this.  Implement DR 214.
5526         (most_specialized_instantiation): Use get_bindings_real directly.
5527
5528 2005-03-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5529
5530         PR c++/18644
5531         * call.c (build_new_op): Remove check for -Wsynth.
5532
5533 2005-03-31  Jan Hubicka  <jh@suse.cz>
5534
5535         * decl2.c (finish_objects): Mark ctor as needed.
5536         (cp_finish_file): Output variables only in nonunit-at-a-time.
5537
5538 2005-03-29  Richard Henderson  <rth@redhat.com>
5539
5540         PR c/20519
5541         * decl.c (cp_complete_array_type): Rename from complete_array_type.
5542         Use the new complete_array_type in c-common.c.  Update all callers.
5543         * cp-tree.h (cp_complete_array_type): Update to match.
5544
5545 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
5546
5547         * typeck.c (build_static_cast_1): Allow scalar_cast between
5548         any integral, floating, or enumeration type.
5549
5550 2005-03-24  Steven Bosscher  <stevenb@suse.de>
5551
5552         * typeck.c (comptypes): First determine if the types are compatible
5553         from a target-independent point of view.  Check target attributes
5554         last.
5555
5556         * class.c (build_base_path):
5557         (build_vbase_offset_vtbl_entries):
5558         (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
5559         * error.c (dump_expr): Likewise.
5560         * init.c (build_zero_init, expand_cleanup_for_base,
5561         build_vec_delete_1): Likewise.
5562         * mangle.c (write_integer_cst): Likewise.
5563         * method.c (thunk_adjust): Likewise.
5564         * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
5565         * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
5566         * typeck.c (build_ptrmemfunc_access_expr,
5567         (get_member_function_from_ptrfunc): Likewise.
5568
5569 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
5570
5571         * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
5572
5573 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
5574
5575         * cp-tree.h (perform_integral_promotions): Remove.
5576         (default_conversion): Add.
5577
5578 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
5579
5580         * parser.c (cp_parser_warn_min_max): New function.
5581         (cp_parser_binary_expression): Use it.
5582         (cp_parser_assignment_operator_opt): Likewise.
5583         (cp_parser_operator): Likewise.
5584
5585 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5586
5587         PR c++/19980
5588         * decl.c (start_preparsed_function): Robustify.
5589
5590 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5591
5592         PR c++/20499
5593         * parser.c (cp_parser_class_head): Return NULL_TREE when
5594         encountering a redefinition.
5595
5596 2005-03-22  Nathan Sidwell  <nathan@codesourcery.com>
5597
5598         PR c++/20465
5599         PR c++/20381
5600         * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
5601         template.
5602
5603 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
5604
5605         PR c++/20461
5606         PR c++/20536
5607         * init.c (emit_mem_initializers): Don't crash on undefined
5608         types.
5609
5610 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
5611
5612         PR c++/20147
5613         * semantics.c (finish_stmt_expr_expr): Return immediately
5614         if error_operand_p (expr).
5615
5616 2005-03-21  Joseph S. Myers  <joseph@codesourcery.com>
5617
5618         * cp-tree.h (lvalue_or_else, lvalue_p): New.
5619         * typeck.c (lvalue_or_else): New.  Call lvalue_error.
5620
5621 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5622
5623         PR c++/20240
5624         * decl.c (decls_match): Compare context of VAR_DECL.
5625
5626 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5627
5628         PR c++/20333
5629         * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
5630         Check the return value of cp_parser_nested_name_specifier.
5631
5632 2005-03-18  Dale Johannesen <dalej@apple.com>
5633
5634         * cp/tree.c (cp_tree_equal):  Handle SSA_NAME.
5635
5636 2005-03-18  Paolo Carlini  <pcarlini@suse.de>
5637
5638         PR c++/20463
5639         * parser.c (cp_parser_diagnose_invalid_type_name):
5640         Check TYPE_BINFO (current_class_type) before attempting
5641         to emit inform messages.
5642
5643 2005-03-17  Paolo Carlini  <pcarlini@suse.de>
5644
5645         PR c++/19966
5646         * cp-tree.h (grok_op_properties): Change return type to void.
5647         * decl.c (grok_op_properties): Return early - don't check the
5648         arity - in case of a static member or an operator that cannot
5649         be non-member; tidy a bit.
5650
5651 2005-03-17  Nathan Sidwell  <nathan@codesourcery.com>
5652
5653         PR c++/20186
5654         * pt.c (contains_dependent_cast_p): Remove.
5655         (fold_non_dependent_expr): Don't use it.
5656         (value_dependent_expression_p): Use a switch statement.
5657         reference_exprs can be dependent.
5658
5659 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5660
5661         PR c++/4403
5662         PR c++/9783, DR433
5663         * name-lookup.c (pushtag): Skip template parameter scope when
5664         scope is ts_global.  Don't push tag into template parameter
5665         scope.
5666         * pt.c (instantiate_class_template): Reorder friend class
5667         template substitution to handle non-dependent friend class
5668         that hasn't been previously declared.
5669
5670 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5671
5672         Friend class name lookup 5/n
5673         PR c++/1016
5674         * cp-tree.h (pushtag): Adjust declaration.
5675         * decl.c (lookup_and_check_tag): Call lookup_type_scope if
5676         lookup_name fails.
5677         (xref_tag): Adjust call to pushtag.  Make hidden class visible.
5678         (start_enum): Adjust call to pushtag.
5679         * name-lookup.c (ambiguous_decl): Ignore hidden names.
5680         (qualify_lookup): Change return type to bool.
5681         (hidden_name_p): New function.
5682         (lookup_namespace_name, unqualified_namespace_lookup,
5683         lookup_name_real): Use it.
5684         (lookup_type_scope): Update comments.
5685         (maybe_process_template_type_declaration): Change parameter name
5686         from globalize to is_friend.
5687         (pushtag): Change globalize parameter of type int to tag_scope.
5688         Hide name if introduced by friend declaration.
5689         * name-lookup.h (hidden_name_p): Add declaration.
5690         * parser.c (cp_parser_lookup_name): Don't deal with hidden name
5691         here.
5692         * pt.c (push_template_decl_real): Make hidden class template
5693         visible.
5694         (lookup_template_class, instantiate_class_template): Adjust call
5695         to pushtag.
5696         * semantics.c (begin_class_definition): Likewise.
5697         * rtti.c (init_rtti_processing, build_dynamic_cast_1,
5698         tinfo_base_init, emit_support_tinfos): Use ts_current instead of
5699         ts_global.
5700
5701 2005-03-13  Mark Mitchell  <mark@codesourcery.com>
5702
5703         PR c++/20157
5704         * pt.c (determine_specialization): Reject non-specializations.
5705
5706 2005-03-11  Per Bothner  <per@bothner.com>
5707
5708         * cp-tree.h (struct cp_declarator): New id_loc field.
5709         * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
5710         location using c_lex_with_flags, instead of input_location.
5711         (cp_parser_direct_declarator): Set declarator's id_loc from
5712         cp_token's id_loc.
5713
5714 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
5715
5716         PR c++/18384, c++/18327
5717         * decl.c (reshape_init_array): Use UHWI type for max_index_cst
5718         and index.  Convert max_index to size_type_node if it isn't
5719         host_integerp (, 1).
5720
5721 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
5722
5723         PR c++/20208
5724         * pt.c (tsubst_decl): Apply array-to-pointer and
5725         function-to-pointer conversions to function arguments.
5726         (regenerate_decl_from_template): Likewise.
5727
5728 2005-03-09  Paolo Carlini  <pcarlini@suse.de>
5729
5730         PR c++/16859
5731         * decl.c (complete_array_type): In pedantic mode, return
5732         3 for an empty initializer list as the initializer for an
5733         array of unknown bound (8.5.1/4).
5734         (maybe_deduce_size_from_array_init): Fix final test to use
5735         the above.
5736
5737 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5738
5739         PR c++/20186
5740         * pt.c (contains_dependent_cast_p): New.
5741         (fold_non_dependent_expr): Call it.
5742
5743 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
5744
5745         PR c++/20142
5746         * cp-tree.h (target_type): Remove.
5747         * decl.c (layout_var_decl): Remove #if 0'd code.
5748         (cp_finish_decl): Remove dead code.
5749         * init.c (build_vec_init): When determining whether or not the
5750         element type has an asignment operator, look through all array
5751         dimensions.
5752         * typeck.c (target_type): Remove.
5753
5754 2005-03-07  Mark Mitchell  <mark@codesourcery.com>
5755
5756         * class.c (finish_struct_1): Do not warn about non-virtual
5757         destructors in Java classes.
5758
5759 2005-03-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5760
5761         PR c++/19311
5762         * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
5763         * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
5764         for OFFSET_TYPE.
5765         * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
5766         Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
5767         (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
5768         template.
5769
5770 2005-03-02  Alexandre Oliva  <aoliva@redhat.com>
5771
5772         * name-lookup.c (push_overloaded_decl): Don't error if the new
5773         decl matches the old one.
5774         * decl.c (redeclaration_error_message): Likewise.
5775
5776 2005-03-01  Per Bothner  <per@bothner.com>
5777
5778         * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
5779         unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
5780
5781 2005-03-01  Nathan Sidwell  <nathan@codesourcery.com>
5782
5783         PR c++/20232
5784         * class.c (update_vtable_entry_for_fn): Don't crash on invalid
5785         covariancy.
5786
5787         * cp-tree.g (THUNK_TARGET): Expand comment.
5788         * method.c (use_thunk): Make sure we also use the target, if that
5789         is a thunk.
5790
5791 2005-02-27  Jakub Jelinek  <jakub@redhat.com>
5792
5793         PR c++/20206
5794         * decl.c (cxx_comdat_group): Put thunks for
5795         TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
5796         comdat group as the thunk target.
5797
5798 2005-02-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5799
5800         * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
5801         parser.c: Fix comment typo(s).
5802
5803 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
5804
5805         PR c++/20175
5806         * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
5807         initializes a char/wchar_t array.
5808
5809 2005-02-23  Mark Mitchell  <mark@codesourcery.com>
5810
5811         PR c++/19878
5812         * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
5813         with internal linkage.
5814
5815 2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
5816
5817         * decl.c (grokvardecl): Don't exempt anonymous types from having
5818         linkage for variables that have linkage other than "C".
5819
5820 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
5821
5822         * cp-objcp-common.h, error.c: Update copyright.
5823
5824 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
5825
5826         PR c++/20073
5827         * decl.c (start_decl_1): Don't clear TREE_READONLY.
5828         (cp_finish_decl): Likewise.
5829         (complete_vars): Call cp_apply_type_quals_to_decl.
5830         * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
5831         cases where that's not valid.
5832
5833         PR c++/19991
5834         * init.c (integral_constant_value): Iterate if the value of a decl
5835         is itself a constant.
5836
5837         PR c++/20152
5838         * parser.c (cp_parser_class_head): Check for redefintions here.
5839         * semantics.c (begin_class_definition): Not here.
5840
5841         PR c++/20153
5842         * decl2.c (build_anon_union_vars): Add type parameter.
5843         (finish_anon_union): Pass it.
5844
5845         PR c++/20148
5846         * error.c (dump_expr): Do not print the body of a BIND_EXPR.
5847         Handle STATEMENT_LIST.
5848
5849         PR c++/19883
5850         * parser.c (cp_parser_direct_declarator): Always complain about
5851         non-constant array bounds when in a function scope.
5852         * semantics.c (finish_id_expression): Do not mark dependent names
5853         as non-constant.
5854
5855 2005-02-21  Douglas Gregor  <dgregor@cs.indiana.edu>
5856
5857         PR c++/19076
5858         PR c++/6628
5859         * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
5860         * decl.c (grokdeclarator): Pedwarn about qualifying a function
5861         type.
5862         Add qualifiers when declaring a typedef of a function type.
5863         Member function pointers pick up the qualifiers of the typedef
5864         used to declare them.
5865         Don't complain about creating cv-qualified function types.
5866         Complain about qualified function typedefs that are used to
5867         declare non-static member functions or free functions.
5868         Use cp_apply_type_quals_to_decl.
5869         (start_preparsed_function): Use cp_apply_type_quals_to_decl.
5870         (grokclassfn): Use cp_apply_type_quals_to_decl.
5871         * error.c (dump_type_suffix): Print qualifiers for function
5872         types.
5873         * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
5874         (tsubst): When substituting a function type into a member
5875         pointer type, pass along the qualifiers.
5876         (unify): Unify member pointers to member function pointers.
5877         * tree.c (cp_build_qualified_type_real): Function types may be
5878         qualified. This includes restrict qualifiers.
5879         * typeck.c (cp_apply_type_quals_to_decl): New function to replace
5880         use of c_apply_type_quals_to_decl. Drops qualifiers that are being
5881         added to function types.
5882
5883 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
5884
5885         PR 18785
5886         * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
5887         c_common_to_target_charset.  Delete bogus comment.
5888
5889 2005-02-18  Richard Henderson  <rth@redhat.com>
5890
5891         PR libstdc++/10606
5892         * except.c (do_get_exception_ptr): New.
5893         (expand_start_catch_block): Use it.
5894
5895 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
5896
5897         * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
5898         if type is not error_mark_node.
5899
5900 2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5901
5902         PR c++/19508
5903         * decl2.c (grokfield): Do not apply attributes to template parameters
5904         as they are ignored by tsubst anyway.
5905
5906 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
5907
5908         PR c++/19813
5909         * decl.c (start_decl_1): Clear TREE_READONLY flag if
5910         its type has TYPE_NEEDS_CONSTRUCTING.
5911         (complete_vars): Likewise.
5912
5913 2005-02-17  Alexandre Oliva  <aoliva@redhat.com>
5914
5915         PR c++/20028
5916         * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
5917         template along with TYPE_SIZE.
5918
5919         PR c++/20022
5920         * semantics.c (perform_deferred_access_checks): Use
5921         get_deferred_access_checks to get the top of the stack.
5922
5923 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
5924
5925         PR c++/17788
5926         * class.c (add_implicitly_declared_members, check_field_decl)
5927         (check_field_decls, check_bases): Remove arguments, tests and
5928         assignments of cant_have_default_ctor-related variables.
5929
5930 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
5931
5932         * decl2.c (mark_used): Set the source location of the used decl to
5933         the current input location here...
5934         * method.c (synthesize_method): ... not here.  Set input_location
5935         from the decl instead.
5936
5937 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5938
5939         PR c++/19608
5940         * parser.c (cp_parser_late_parsing_for_member): Use
5941         current_function_decl as scope to push to and from.
5942
5943         PR c++/19884
5944         * pt.c (check_explicit_specialization): Make sure namespace
5945         binding lookup found an overloaded function.
5946         (lookup_template_function): Just assert FNS is an overloaded
5947         function.
5948
5949         PR c++/19895
5950         * decl.c (grokdeclarator): Check for error mark node in ptrmem
5951         construction.
5952
5953 2005-02-14  Alexandre Oliva  <aoliva@redhat.com>
5954
5955         PR c++/17816
5956         * decl.c (redeclaration_error_message): Report redefinition of
5957         pure virtual function.
5958
5959 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5960
5961         PR c++/19891
5962         * class.c (build_simple_base_path): Build the component_ref
5963         directly.
5964         (update_vtable_entry_for_fn): Walk the covariant's binfo chain
5965         rather than using lookup_base.
5966         * search.c (dfs_walk_once): Add non-recursive assert check.
5967         * typeck.c (build_class_member_access_expr): It is possible for
5968         the member type to be both const and volatile.
5969
5970 2005-02-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5971
5972         PR c++/14479
5973         PR c++/19487
5974         * pt.c (maybe_check_template_type): Remove.
5975         * cp-tree.h (maybe_check_template_type): Remove prototype.
5976         * name-lookup.c (maybe_process_template_type_declaration): Don't
5977         use maybe_check_template_type.
5978
5979 2005-02-11  Richard Henderson  <rth@redhat.com>
5980
5981         PR c++/19632
5982         * pt.c (get_mostly_instantiated_function_type): Save and restore
5983         flag_access_control instead of push/pop_access_scope.
5984
5985 2005-02-10  Mark Mitchell  <mark@codesourcery.com>
5986
5987         PR c++/19755
5988         * decl.c (reshape_init): Issue warnings about missing braces.
5989
5990 2005-02-11  Kazu Hirata  <kazu@cs.umass.edu>
5991
5992         * cp-tree.def, except.c, ptree.c: Update copyright.
5993
5994 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
5995
5996         PR c++/19811
5997         * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
5998         attempting name lookup.
5999
6000         * parser.c (cp_parser_unqualified_id): Initialize type_decl.
6001
6002         PR c++/19787
6003         * call.c (initialize_reference): Robustify.
6004
6005         PR ++/19732
6006         * decl.c (grokdeclarator): Check for invalid use of destructor
6007         names.
6008
6009         PR c++/19762
6010         * parser.c (cp_parser_unqualified_id): Avoid creating destructor
6011         names with invalid types.
6012
6013         PR c++/19826
6014         * parser.c (cp_parser_direct_declarator): Allow type-dependent
6015         expressions as array bounds.
6016
6017         PR c++/19739
6018         * parser.c (cp_parser_attributes_list): Allow empty lists.
6019
6020 2005-02-08  Mark Mitchell  <mark@codesourcery.com>
6021
6022         PR c++/19733
6023         * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
6024         (check_bases): Give warnings about a base class with a
6025         non-virtual destructor, even if it is implicit.
6026         (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
6027         (maybe_warn_about_overly_private_class): Don't use
6028         TYPE_HAS_DESTRUCTOR.
6029         (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
6030         (check_for_override): Give it external linkage.
6031         (add_implicitly_declared_members): Generate destructors lazily.
6032         (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
6033         TYPE_HAS_DESTRUCTOR.
6034         (check_bases_and_members): Call check_methods before
6035         check_field_decls.
6036         (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
6037         TYPE_HAS_DESTRUCTOR.
6038         (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
6039         * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
6040         * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
6041         (lang_type_class): Add lazy_destructor.
6042         (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
6043         (CLASSTYPE_DESTRUCTORS): Robustify.
6044         (TYPE_HAS_DESTRUCTOR): Remove.
6045         (check_for_override): Declare.
6046         (build_vbase_delete): Remove.
6047         * cvt.c (convert_to_void): Issue errors about pseudo-destructor
6048         expressions.
6049         * decl.c (cxx_maybe_build_cleanup): Remove dead code.
6050         * except.c (dtor_nothrow): Lazily create destructors if necessary.
6051         (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
6052         * init.c (build_delete): Lazily create destructors, if necessary.
6053         (build_vbase_delete): Remove.
6054         * method.c (locate_dtor): Simplify.
6055         (implicitly_declare_fn): Add support for destructors.
6056         * parser.c (cp_parser_lookup_name): Lazily create destructors, if
6057         necessary.
6058         * pt.c (check_explicit_specialization): Don't use
6059         TYPE_HAS_DESTRUCTOR.
6060         (instantiate_class_template): Likewise.
6061         * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
6062         * rtti.c (emit_support_tinfos): Robustify.
6063         * search.c (lookup_fnfields_1): Lazily create destructors.
6064         * typeck.c (build_class_member_access_expr): Remove
6065         PSEUDO_DTOR_EXPR handling.
6066         (lookup_destructor): Likewise.
6067
6068 2005-02-08  Kazu Hirata  <kazu@cs.umass.edu>
6069
6070         * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
6071         copyright.
6072
6073 2005-02-07  Mark Mitchell  <mark@codesourcery.com>
6074
6075         * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
6076         on boolean variables.
6077         (cp_lexer_stop_debugging): Likewise.
6078
6079 2005-02-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6080
6081         PR c++/17401
6082         * parser.c (cp_parser_pure_specifier): Emit a specific error
6083         message with an invalid pure specifier.
6084         * decl2.c (grok_function_init): Remove.
6085         (grokfield): An initializer for a method is a always a pure
6086         specifier.
6087
6088 2005-02-02  Matt Austern  <austern@apple.com>
6089
6090         PR c++/19628
6091         * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
6092         * parser.c (cp_parser_postfix_expression): Accept function call in
6093         constant expression if builtin_valid_in_constant_expr_p is true
6094         for that function.
6095         * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
6096         * semantics.c (finish_id_expression): Accept function call in constant
6097         expression if builtin_valid_in_constant_expr_p is true for that
6098         function.
6099         * tree.c (builtin_valid_in_constant_expr_p): New.
6100
6101 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6102
6103         PR c++/17413
6104         * pt.c (check_instantiated_args): Improve error message.
6105         Fix logic when to print its second part.
6106
6107 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6108
6109         * cp-tree.h (complete_type_or_else): Remove macro.
6110         (complete_type_or_diagnostic): Rename to complete_type_or_else
6111         and remove last argument.
6112         * typeck.c (complete_type_or_diagnostic): Rename to
6113         complete_type_or_else and remove last argument.
6114
6115 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6116
6117         * cp-tree.h (commonparms): Remove prototype.
6118         (convert_arguments): Likewise.
6119         (PFN_FROM_PTRMEMFUNC): Remove.
6120         * typeck.c (commonparms): Make static.
6121         (convert_arguments): Add prototype. Make static.
6122         (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
6123
6124 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
6125
6126         * parser.c (cp_parser_primary_expression): Don't complain about
6127         floating-point literals in integral constant expressions when
6128         !pedantic.
6129
6130 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
6131
6132         * parser.c (cp_parser_template_id): Revert comment patch too.
6133
6134         PR c++/18757
6135         PR c++/19366
6136         PR c++/19499
6137         * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
6138         Issue an error when creating the template id.
6139         * pt.c (fn_type_unification): Return early if the explicit
6140         template arg list is an error_mark_node.
6141
6142 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
6143
6144         * decl.c (build_enumerator): Do not issue duplicate error messages
6145         about invalid enumeration constants.
6146         * parser.c (cp_parser_non_integral_constant_expression): Always
6147         set parser->non_integral_constant_expression_p.
6148         (cp_parser_primary_expression): Add cast_p parameter.  Issue
6149         errors about invalid uses of floating-point literals in
6150         cast-expressions.
6151         (cp_parser_postfix_expression): Add cast_p parameter.
6152         (cp_parser_open_square_expression): Pass it.
6153         (cp_parser_parenthesized_expression_list): Add cast_p parameter.
6154         (cp_parser_unary_expression): Likewise.
6155         (cp_parser_new_placement): Pass it.
6156         (cp_parser_direct_new_declarator): Likewise.
6157         (cp_parser_new_initializer): Likewise.
6158         (cp_parser_cast_expression): Add cast_p parameter.
6159         (cp_parser_binary_expression): Likewise.
6160         (cp_parser_question_colon_clause): Likewise.
6161         (cp_parser_assignment_expression): Likewise.
6162         (cp_parser_expression): Likewise.
6163         (cp_parser_constant_expression): If an integral constant
6164         expression is invalid, return error_mark_node.
6165         (cp_parser_expression_statement): Pass cast_p.
6166         (cp_parser_condition): Likewise.
6167         (cp_parser_iteration_statement): Likewise.
6168         (cp_parser_jump_statement): Likewise.
6169         (cp_parser_mem_initializer): Likewise.
6170         (cp_parser_template_argument): Likewise.
6171         (cp_parser_parameter_declaration): Likewise.
6172         (cp_parser_initializer): Likewise.
6173         (cp_parser_throw_expression): Likewise.
6174         (cp_parser_attribute_list): Likewise.
6175         (cp_parser_simple_cast_expression): Likewise.
6176         (cp_parser_functional_cast): Likewise.
6177         (cp_parser_late_parsing_default_args): Likewise.
6178         (cp_parser_sizeof_operand): Save/restore
6179         non_integral_constant_expression_p.
6180
6181 2005-01-31  Mike Stump  <mrs@apple.com>
6182
6183         * parser.c (cp_lexer_new_main): Get the first token, first, before
6184         doing anything.
6185
6186 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
6187
6188         * decl.c (start_decl): Add missing parentheses.
6189
6190 2005-01-30  Mark Mitchell  <mark@codesourcery.com>
6191
6192         PR c++/19555
6193         * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
6194         * decl.c (duplicate_decls): Do not discard
6195         DECL_IMPLICIT_INSTANTIATION when merging declarations.
6196         (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
6197         variables that do not have DECL_USE_TEMPLATE.
6198
6199         PR c++/19395
6200         * decl.c (grokdeclarator): Refactor code so that qualified names
6201         are never allowed as the declarator in a typedef.
6202
6203         PR c++/19367
6204         * name-lookup.c (do_nonmember_using_decl): Avoid overloading
6205         builtin declarations.
6206
6207         PR c++/19457
6208         * call.c (convert_like_real): Inline call to
6209         dubious_conversion_warnings here.
6210         * cp-tree.h (dubious_conversion_warnings): Remove.
6211         * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
6212         setting TREE_NEGATED_INT.
6213         * typeck.c (dubious_conversion_warnings): Remove.
6214
6215         PR c++/19349
6216         * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
6217         memory.
6218
6219 2005-01-28  Mark Mitchell  <mark@codesourcery.com>
6220
6221         PR c++/19253
6222         * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
6223         tentative parses.
6224
6225         PR c++/19667
6226         * pt.c (redeclare_class_template): Robustify.
6227
6228 2005-01-27  Steven Bosscher  <stevenb@suse.de>
6229
6230         * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
6231         instead of SWITCH_EXPR ones.
6232         * pt.c (tsubst_expr): Likewise.
6233         * semantics.c (begin_switch_stmt, finish_switch_cond,
6234         finish_switch_stmt): Likewise.
6235
6236 2005-01-26  J"orn Rennecke <joern.rennecke@st.com>
6237
6238         PR c++/18370
6239         * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
6240
6241 2005-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
6242
6243         * class.c (abort_fndecl_addr): New variable.
6244         (build_vtbl_initializer): If we have a pure virtual function
6245         share the abort function's address.
6246         Include gt-cp-class.h at the end.
6247         * config-lang.in (gtfiles): Add cp/class.c.
6248
6249 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6250
6251         * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
6252         (pp_cxx_function_definition): Make static.
6253         * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
6254         (pp_cxx_function_definition): Likewise.
6255
6256 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6257
6258         * name-lookup.c (print_binding_level): Make static.
6259         (constructor_name_full): Make static inline.
6260         (current_decl_namespace): Make static.
6261         * name-lookup.h (constructor_name_full): Remove prototype.
6262         (print_binding_level): Likewise.
6263         (current_decl_namespace): Likewise.
6264
6265 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6266
6267         * decl.h (debug_bindings_indentation): Remove.
6268
6269 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6270
6271         * typeck.c: Fix a comment typo.
6272
6273 2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6274
6275         PR c++/19208
6276         * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
6277         at least once.
6278         (tsubst): Use fold_decl_constant_value in place of a bare call to
6279         integral_constant_value.
6280
6281 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
6282
6283         * typeck.c (more_qualified_p): Remove.
6284         * cp-tree.h: Remove the corresponding prototype.
6285
6286 2005-01-19  Matt Austern  <austern@apple.com>
6287
6288         * typeck.c (comptypes): Handle return code from objc_comptypes
6289         correctly.
6290
6291 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
6292
6293         * cp-tree.h, name-lookup.h: Remove unused prototypes.
6294
6295 2005-01-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6296
6297         PR c++/19375
6298         * semantics.c (finish_id_expression): Disable access checking for
6299         already lookuped FIELD_DECL.
6300
6301 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
6302
6303         * decl.c (delete_block): Remove.
6304         * cp-tree.h: Remove the corresponding prototype.
6305
6306         * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
6307         walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
6308         Remove.
6309         * cp-tree.h: Remove the corresponding prototypes.
6310
6311         * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
6312         cp_update_decl_after_saving, name_p): Remove.
6313         * cp-tree.h: Remove the corresponding prototypes.
6314
6315 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
6316
6317         PR c/19472
6318         * semantics.c (finish_asm_stmt): Strip nops off
6319         input memory operands.
6320
6321 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
6322
6323         * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
6324         typeck2.c: Update copyright.
6325
6326 2005-01-16  Kazu Hirata  <kazu@cs.umass.edu>
6327
6328         * class.c (get_enclosing_class): Remove.
6329         * cp-tree.h: Remove the corresponding prototypes.
6330
6331         * cvt.c (convert_lvalue): Remove.
6332         * cp-tree.h: Remove the corresponding prototype.
6333
6334         * pt.c (tinst_for_decl): Remove.
6335         * cp-tree.h: Remove the corresponding prototypes.
6336
6337         * tree.c (hash_chainon): Remove.
6338         * cp-tree.h: Remove the corresponding prototypes.
6339
6340 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
6341
6342         PR c++/19263
6343         * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
6344         of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
6345
6346 2005-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6347
6348         * Make-lang.in (cp-warn): Don't append $(WERROR).
6349
6350 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
6351
6352         * cp-tree.h: Fix a comment typo.
6353
6354 2005-01-07  Nathan Sidwell  <nathan@codesourcery.com>
6355
6356         PR c++/19298
6357         * pt.c (tsubst_qualified_id): Call convert_from_reference.
6358
6359 2005-01-06  Mark Mitchell  <mark@codesourcery.com>
6360
6361         PR c++/19244
6362         * class.c (add_implicitly_declared_members): Remove dead code.
6363         * decl.c (grokfndecl): Add sfk parameter.  Use it do set
6364         DECL_CONSTRUCTOR_P.
6365         (grokdeclarator): Adjust calls to grokfndecl.
6366         * method.c (implicitly_declare_fn): Improve documentation.
6367         * parser.c (cp_parser_direct_declarator): Do not consider a
6368         function to be a constructor if the containing class was
6369         originally anonymous.
6370
6371 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6372
6373         PR c++/17154
6374         * search.c (lookup_field_1): Handle using declaration in
6375         class template partial specialization.
6376
6377 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6378
6379         PR c++/19258
6380         * pt.c (push_access_scope): Handle friend defined in class.
6381         (pop_access_scope): Likewise.
6382
6383 2005-01-06  Nathan Sidwell  <nathan@codesourcery.com>
6384
6385         PR c++/19270
6386         * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
6387         (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
6388         array-new handling code.  Use build_x_binary_op.
6389
6390 2005-01-05  Nathan Sidwell  <nathan@codesourcery.com>
6391
6392         PR c++/19030
6393         * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
6394         * name-lookup.h (push_scope): Return pushed scope, not flag.
6395         * name-lookup.c (push_scope): Return scope that should be popped,
6396         not a flag.
6397         * decl.c (start_decl): Adjust.
6398         (grokfndecl): Adjust scope push and pop.
6399         * decl2.c (check_classfn): Likewise.
6400         * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
6401         cp_parser_init_declarator, cp_parser_direct_declarator,
6402         cp_parser_class_specifier, cp_parser_class_head,
6403         cp_parser_lookup_name,
6404         cp_parser_constructor_declarator_p): Likewise.
6405         * pt.c (instantiate_class_template,
6406         resolve_typename_type): Likewise.
6407
6408 2005-01-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6409
6410         PR c++/14136
6411         * parser.c (cp_parser_unqualified_id): Do not issue error message
6412         for typedef-name as destructor declarator when performing an
6413         uncommitted tentative parse.
6414
6415 2005-01-01  Steven Bosscher  <stevenb@suse.de>
6416
6417         PR middle-end/17544
6418         * decl.c (finish_function): Fix comment.  Annotate the compiler
6419         generated return with the current file name and line 0.