OSDN Git Service

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