OSDN Git Service

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