OSDN Git Service

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