OSDN Git Service

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