OSDN Git Service

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