OSDN Git Service

d4d726c4df2c2cd098b5855e4f313b5fc33982d3
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2008-02-24  Paolo Carlini  <pcarlini@suse.de>
2
3         * error.c (dump_expr): Don't deal directly with NEW_EXPR (and
4         VEC_NEW_EXPR), forward to pp_expression.
5         * cxx-pretty-print.c (pp_cxx_new_expression): Fix FIXME.
6
7 2008-02-24  Danny Smith  <dannysmith@users.sourceforge.net>
8
9         PR c++/34749
10         * friend.c (do_friend): Call cplus_decl_attributes earlier.
11
12 2008-02-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
13
14         PR C++/34715
15         * decl.c (duplicate_decls): Merge DECL_DISREGARD_INLINE_LIMITS for
16         template decls' function decl.
17
18 2008-02-22  Paolo Carlini  <pcarlini@suse.de>
19
20         PR c++/35282
21         Revert:
22         2008-02-14  Paolo Carlini  <pcarlini@suse.de>
23
24         PR c++/28743
25         * pt.c (determine_specialization): In case of function templates,
26         when the type of DECL does not match FN there is no match.
27
28 2008-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29
30         PR c/19999
31         * typeck.c (build_binary_op): Warn about floating point
32         comparisons if FLOAT_TYPE_P, not only for REAL_TYPE.
33
34 2008-02-19  Jason Merrill  <jason@redhat.com>
35
36         PR c++/34950
37         * pt.c (resolve_overloaded_unification): Set processing_template_decl
38         while we look for possible bindings.
39
40 2008-02-19  Jakub Jelinek  <jakub@redhat.com>
41
42         PR c++/35028
43         * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle vararg copy ctors.
44
45         PR c++/34964
46         PR c++/35244
47         * semantics.c (finish_omp_threadprivate): Do nothing for error_operand_p
48         vars.  Afterwards ensure v is VAR_DECL.
49
50         PR c++/35078
51         * parser.c (cp_parser_omp_for_loop): If DECL has REFERENCE_TYPE, don't
52         call cp_finish_decl.
53         * semantics.c (finish_omp_for): Fail if DECL doesn't have integral type
54         early.
55
56 2008-02-15  Douglas Gregor  <doug.gregor@gmail.com>
57
58         PR c++/35023
59         PR c++/35024
60         PR c++/35026
61         * pt.c (finish_member_template_decl): If the type in a TYPE_DECL
62         is error_mark_node, return an error early.
63         (find_parameter_packs_r): Pass the pointer set along to recursive
64         calls of cp_walk_subtrees; don't try to manage the pointer set
65         ourselves.
66         (uses_parameter_packs): Pass the pointer set to cp_walk_tree.
67         (make_pack_expansion): Ditto.
68         (check_for_bare_parameter_packs): Ditto. Also, don't bother taking
69         a second pass through the tree with find_parameter_packs_r; that
70         second pass no longer does anything.
71         (push_template_decl_real): If we have an erroneous declaration,
72         set its type to error_mark_node before returning an error.
73
74 2008-02-14  Douglas Gregor  <doug.gregor@gmail.com>
75
76         PR c++/34050
77         * pt.c (tsubst_initializer_list): Deal with the use of
78         VOID_TYPE_NODE to indicate value-initialization of the bases.
79
80 2008-02-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
81             Jason Merrill  <jason@redhat.com>
82
83         PR c++/5645
84         PR c++/11159
85         * class.c (type_has_user_nondefault_constructor): New fn.
86         * cp-tree.h: Declare it.
87         * init.c (emit_mem_initializers): Use it for -W warning about
88         missing base initializer.
89
90 2008-02-14  Paolo Carlini  <pcarlini@suse.de>
91
92         PR c++/28743
93         * pt.c (determine_specialization): In case of function templates,
94         when the type of DECL does not match FN there is no match.
95
96 2008-02-13  Jakub Jelinek  <jakub@redhat.com>
97             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
98
99         PR c++/35138
100         * parser.c (cp_parser_pseudo_destructor_name): If next tokens
101         are not identifier :: ~, return before calling cp_parser_type_name.
102
103 2008-02-13  Jason Merrill  <jason@redhat.com>
104
105         PR c++/34962, c++/34937, c++/34939
106         * decl2.c (is_late_template_attribute): Always defer attributes 
107         vector_size and weak.
108
109         PR c++/34774
110         * pt.c (value_dependent_expression_p): Look into DECL_INITIAL
111         of enumerators, too.
112
113 2008-02-12  Jason Merrill  <jason@redhat.com>
114
115         PR c++/34824
116         * call.c (convert_like_real): Pass LOOKUP_ONLYCONVERTING to build_temp
117         if we're doing conversions to call a user-defined conversion function.
118
119 2008-02-12  Steven Bosscher  <steven@gcc.gnu.org>
120
121         PR c++/29048
122         * semantics.c (finish_qualified_id_expr): Avoid duplicate access
123         check here, too.
124
125 2008-02-12  Jakub Jelinek  <jakub@redhat.com>
126
127         PR c++/34862
128         * init.c (build_new_1): Don't create placement_expr before
129         constructing alloc_call.  Verify that the pointer is passed by
130         value to operator new.
131
132 2008-02-11  Jason Merrill  <jason@redhat.com>
133
134         PR c++/35097
135         * pt.c (tsubst): Don't look up a template typedef in an explicit
136         specialization.
137
138 2008-02-11  Douglas Gregor  <doug.gregor@gmail.com>
139
140        PR c++/35113
141        * tree.c (cp_build_qualified_type_real): When building a
142        cv-qualified array type, build it as a unique type with
143        build_cplus_array_type_1 and then adopt the unqualified type's
144        main variant.
145         
146 2008-02-11  Paolo Carlini  <pcarlini@suse.de>
147
148         PR c++/35077
149         * decl.c (groktypename): Check grokdeclarator return.
150
151 2008-02-10  Jason Merrill  <jason@redhat.com>
152
153         PR c++/34094
154         * decl2.c (cp_write_global_declarations): Don't write out static 
155         data members with DECL_IN_AGGR_P set.
156
157 2008-02-08  Jason Merrill  <jason@redhat.com>
158
159         PR c++/35116
160         * tree.c (build_target_expr_with_type): Handle void initializer.
161         (bot_manip): Remap slot before recursing.
162
163 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
164
165         PR other/35107
166         * Make-lang.in (cc1plus-dummy, cc1plus): Add $(GMPLIBS).
167
168 2008-02-06  Alexandre Oliva  <aoliva@redhat.com>
169
170         PR c++/35056
171         * tree.c: Include tree-flow.h.
172         (build_target_expr): Check type compatibility.
173         * Make-lang.in (cp/tree.o): Depend on $(TREE_FLOW_H).
174         * call.c (convert_like_real): Convert bitfield to expected type.
175
176 2008-02-06  Douglas Gregor  <doug.gregor@gmail.com>
177
178         PR c++/35049
179         PR c++/35096
180         * typeck.c (structural_comptypes): Call cp_comptypes.
181         (comptypes): New; called from the C/C++ common bits to perform
182         strict checks.
183         (cp_comptypes): Renamed from comptypes, which is already used,
184         with a different signature, by the C++ front end.
185         (build_reinterpret_cast_1): Call cp_comptypes.
186         (ptr_reasonably_similar): Ditto.
187         * decl.c (decls_match): Ditto.
188         * cvt.c (convert_to_reference): Ditto.
189         * cp-tree.h (same_type_p): Ditto.
190         (same_or_base_type_p): Ditto.
191         (comptypes): Rename to cp_comptypes.
192         * pt.c (canonical_type_parameter): Call cp_comptypes.
193
194 2008-02-05  Jakub Jelinek  <jakub@redhat.com>
195
196         PR c++/33553
197         * pt.c (tsubst) <case INTEGER_TYPE>: Don't issue error if max is
198         value dependent expression.
199
200 2008-02-05  Douglas Gregor  <doug.gregor@gmail.com>
201
202         PR c++/35074
203         * decl2.c (save_template_attributes): When we're modifying the
204         TYPE_MAIN_VARIANT to add new attributes, be sure to also modify
205         all of the other variants to add those same attributes. Otherwise,
206         the main variant will be inconsistent with those other variants.
207         
208 2008-02-04  Richard Guenther  <rguenther@suse.de>
209
210         PR java/35035
211         * decl.c (record_builtin_java_type): Make jboolean a
212         integer type again where its mode doesn't match that of bool.
213
214 2008-02-02  Jason Merrill  <jason@redhat.com>
215             Mark Mitchell  <mark@codesourcery.com>
216
217         PR c++/33916
218         * init.c (build_value_init_1): New function.
219         (build_value_init): New function.
220         * typeck2.c (build_functional_cast): Call it.
221         * cp-gimplify.c (cp_gimplify_init_expr): Handle its output.
222
223         * cp-tree.h (TYPE_HAS_USER_CONSTRUCTOR): Rename from 
224         TYPE_HAS_CONSTRUCTOR.
225         * class.c (finish_struct_bits, maybe_warn_about_overly_private_class,
226         add_implicitly_declared_members): Adjust.
227         (check_field_decls): Adjust. Remove warnings about reference/const
228         in class without constructor.
229         (check_bases_and_members): Adjust.  Give those warnings here instead.
230         * decl.c (fixup_anonymous_aggr): Adjust.
231         (check_initializer): Adjust, clarify logic slightly.
232         (grok_special_member_properties): Adjust, only set if user-provided.
233         * rtti.c (create_tinfo_types): Don't set.
234         * cvt.c (ocp_convert): Remove exception for vtable_entry_type et al.
235         Use same_type_ignoring_top_level_qualifiers_p.
236         * pt.c (check_explicit_specialization): Adjust.
237         (instantiate_class_template): Adjust.
238
239 2008-01-31  Douglas Gregor  <doug.gregor@gmail.com>
240            Jakub Jelinek  <jakub@redhat.com>
241
242        PR c++/34935
243        PR c++/34936
244        * typeck.c (structural_comptypes): Handle comparisons of
245        VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, FIXED_POINT_TYPE, and
246        REAL_TYPE nodes.
247        * mangle.c (write_builtin_type): Map down to the canonical type,
248        which will be one of the predefined type nodes.
249
250 2008-01-29  Michael Meissner  <michael.meissner@amd.com>
251
252         PR 35004
253         * cp-tree.h (struct full_lang_decl): Make tree_code bitfield 16
254         bits to allow for expansion of the number of middle end tree
255         codes.
256
257 2008-01-29  Douglas Gregor  <doug.gregor@gmail.com>
258
259         PR c++/34055
260         PR c++/34103
261         PR c++/34219
262         PR c++/34606
263         PR c++/34753
264         PR c++/34754
265         PR c++/34755
266         PR c++/34919
267         PR c++/34961
268         * typeck.c (check_return_expr): Tweak call to
269         check_for_bare_parameter_packs.
270         * class.c (add_method): Be careful with error_mark_nodes.
271         * cp-tree.h (check_for_bare_parameter_packs): Remove "*" from
272         signature.
273         * pt.c (struct find_parameter_pack_data): Remove
274         SET_PACKS_TO_ERROR.
275         (find_parameter_packs_r): Don't use SET_PACKS_TO_ERROR.
276         (uses_parameter_packs): Don't set SET_PACKS_TO_ERROR.
277         (make_pack_expansion): Ditto.
278         (check_for_bare_parameter_packs): Parameter is now a tree, not a
279         tree*.
280         (process_template_parm): Tweak call to
281         check_for_bare_parameter_packs.  
282         (push_template_decl_real): Tweak calls to
283         check_for_bare_parameter_packs. If bare parameter packs are found
284         in the list of exceptions, clear out that list after giving an
285         error.
286         * semantics.c (finish_cond): Tweak call to
287         check_for_bare_parameter_packs.
288         (finish_expr_stmt): Ditto.
289         (finish_for_expr): Ditto.
290         (finish_switch_cond): Ditto.
291         (finish_mem_initializers): Ditto.
292         (finish_member_declaration): Ditto.
293         (finish_static_assert): Check for bare parameter packs in the
294         condition.
295         * decl2.c (cplus_decl_attributes): Check for bare parameter packs in the
296         attributes of a declaration.
297         * parser.c (cp_parser_using_declaration): Tweak call to
298         check_for_bare_parameter_packs.
299         (cp_parser_base_clause): Ditto.
300
301 2008-01-28  Jason Merrill  <jason@redhat.com>
302
303         PR c++/35007
304         * class.c (build_base_path): Fix !want_pointer case.
305
306 2008-01-27  Jason Merrill  <jason@redhat.com>
307
308         PR c++/27177
309         * class.c (build_base_path): Fix previous change.
310
311 2008-01-26  Jakub Jelinek  <jakub@redhat.com>
312
313         PR c++/34965
314         * error.c (dump_expr): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR
315         and TRUTH_XOR_EXPR.
316
317 2008-01-26  Richard Guenther  <rguenther@suse.de>
318
319         PR c++/34235
320         * typeck.c (build_binary_op): Remove code to shorten compares.
321
322 2008-01-25  Richard Guenther  <rguenther@suse.de>
323
324         PR c++/33887
325         * decl.c (record_builtin_java_type): Make __java_boolean
326         a variant of bool.
327         * typeck.c (structural_comptypes): Move TYPE_FOR_JAVA check
328         after TYPE_MAIN_VARIANT check.
329
330 2008-01-25  Jason Merrill  <jason@redhat.com>
331
332         PR c++/27177
333         * class.c (build_base_path): Don't mess with virtual access if
334         skip_evaluation.
335         * call.c (standard_conversion): Don't check whether source type
336         is complete.
337
338         * decl2.c (is_late_template_attribute): Don't defer attribute
339         visibility just because the type is dependent.
340
341 2008-01-25  Jason Merrill  <jason@redhat.com>
342             Mark Mitchell  <mark@codesourcery.com>
343
344         PR c++/31780
345         * call.c (standard_conversion): Allow conversion from integer/real
346         to complex.
347         (compare_ics): Such a conversion is worse than a normal arithmetic
348         conversion.
349         
350 2008-01-25  Richard Guenther  <rguenther@suse.de>
351
352         PR c++/33887
353         * cp-lang.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Define
354         to true.
355
356 2008-01-24  Paolo Carlini  <pcarlini@suse.de>
357
358         PR c++/34603
359         * pt.c (push_template_decl_real): Return error_mark_node in case
360         of template definition of non-template.
361
362 2008-01-24  Jason Merrill  <jason@redhat.com>
363
364         PR c++/34913
365         * decl2.c (is_late_template_attribute): Defer any attribute with 
366         dependent args.  Also defer type attributes if the type is dependent.
367
368 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
369             Alexandre Oliva  <aoliva@redhat.com>
370
371         PR c++/33984
372         * call.c (reference_binding): For bitfields use the declared bitfield
373         type.
374         (add_builtin_candidates): Likewise.
375         * class.c (layout_class_type): For bitfields copy over the
376         original type quals.
377
378 2008-01-22  Jason Merrill  <jason@redhat.com>
379
380         PR c++/28560
381         * decl.c (groktypename): Also ignore attributes on dependent 
382         possibly-class types.
383
384         PR c++/34912
385         * friend.c (do_friend): Check for prior declaration of a friend 
386         function of a local class.
387         * name-lookup.c (lookup_name_innermost_nonclass_level): 
388         No longer static.
389         * name-lookup.h: Declare it.
390
391 2008-01-22  Tom Tromey  <tromey@redhat.com>
392
393         PR c++/34829:
394         * init.c (build_new_1): Only disallow Java aggregates.
395
396 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
397
398         PR c++/34607
399         * semantics.c (finish_omp_for): Don't call c_finish_omp_for
400         if decl or init is error_mark_node.
401
402         PR c++/34918
403         * error.c (dump_expr): Handle VECTOR_CST.
404
405 2008-01-21  Jason Merrill  <jason@redhat.com>
406
407         PR c++/33959
408         * pt.c (tsubst_aggr_type): Make sure our context is complete.
409
410         PR c++/34573
411         * pt.c (retrieve_local_specialization): Robustify.
412         (tsubst_pack_expansion, tsubst_decl): Remove redundant checks.
413
414         PR c++/34846
415         * pt.c (tsubst): Only call retrieve_local_specialization if the
416         original typedef was in a function template.
417
418         PR c++/34196
419         * decl.c (wrap_cleanups_r): Set TRY_CATCH_IS_CLEANUP.
420
421 2008-01-21  Richard Guenther  <rguenther@suse.de>
422
423         PR c++/34850
424         * error.c (cp_print_error_function): Deal with recursive
425         BLOCK trees.
426
427 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
428
429         PR c++/34891
430         * error.c (dump_expr): Deal with VIEW_CONVERT_EXPR.
431
432 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
433
434         PR c++/34776
435         PR c++/34486
436         * name-lookup.c (do_class_using_decl): Do not call constructor_name_p
437         on non-IS_AGGR_TYPE scope.
438         (constructor_name_p): Assert IS_AGGR_TYPE.
439
440 2008-01-18  Ian Lance Taylor  <iant@google.com>
441
442         PR c++/33407
443         * decl.c (duplicate_decls): Copy DECL_IS_OPERATOR_NEW flag.
444         (grok_op_properties): For NEW_EXPR and VEC_NEW_EXPR set
445         DECL_IS_OPERATOR_NEW flag.
446
447 2008-01-16  Richard Guenther  <rguenther@suse.de>
448
449         PR c++/33819
450         * typeck.c (is_bitfield_expr_with_lowered_type): Recurse
451         for conversions to type variants.
452
453 2008-01-15  Andreas Tobler  <a.tobler@schweiz.org>
454
455         * parser.c (cp_parser_template_parameter): Fix C90 issue with mixing
456         declaration and code.  Update copyright year.
457
458 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
459
460         PR c++/34399
461         * friend.c (do_friend): Don't query TYPE_BEING_DEFINED unless we
462         know we have a class type.
463
464 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
465
466         PR c++/34751
467         * pt.c (coerce_template_parameter_pack): When substituting into
468         the type of a non-type template parameter pack. use the
469         deduced/substituted arguments.
470         * parser.c (declarator_can_be_parameter_pack): A pointer-to-member
471         can be a parameter pack with the ellipsis following it.  When we
472         have an erroneous declaration, allow it to be a parameter pack.
473         (cp_parser_template_parameter): Complain about default
474         arguments on non-type template parameter packs, and parse them
475         using the new cp_parser_default_argument.
476         (cp_parser_parameter_declaration): Complain about parameter packs
477         with default arguments. Move parsing of default arguments into a
478         new function, cp_parser_default_argument.
479         (cp_parser_default_argument): New; extracted from
480         cp_parser_parameter_declaration.
481
482 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
483
484         PR c++/34051
485         PR c++/34055
486         PR c++/34102
487         PR c++/34103
488         * typeck.c (check_return_expr): If there are bare parameter packs
489         in the return value, set it to error_mark_node.
490         * tree.c (cp_walk_subtrees): Walk USING_DECL nodes.
491         * pt.c (find_parameter_packs_r): Look at the type of
492         IDENTIFIER_NODEs (e.g., for user-defined conversions).
493         (check_for_bare_parameter_packs): Flip the result: now returns
494         TRUE when there were bare parameter packs, FALSE otherwise.
495         (push_template_decl_real): Deal with flipped result of
496         check_for_bare_parameter_packs.
497         * semantics.c (finish_cond): If there are bare parameter packs in
498         the conditional, set it to error_mark_node.
499         (finish_expr_stmt): If there are bare parameter packs in the
500         expression, set it to error_mark_node.
501         (finish_for_expr): Ditto.
502         (finish_switch_cond): If there are bare parameter packs in
503         the conditional, set it to error_mark_node.
504         (finish_mem_initializers): If there are bare parameter packs in
505         the member initializer, set it to error_mark_node.
506         (finish_member_declaration): Check the attributes of the
507         declaration for bare parameter packs, and remove the attributes if
508         any have bare parameter packs.
509         * parser.c (cp_parser_using_declaration): Check the using
510         declaration for bare parameter packs.
511         (cp_parser_base_clause): If there are bare parameter packs in a
512         base specifier, don't add it to the chain.
513
514 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
515
516        PR c++/34314
517        * error.c (dump_simple_decl): Display ellipsis for template
518        non-type parameter packs.
519        (dump_decl): Display ellipsis for template type parameter packs.
520        (dump_template_decl): Display ellipsis for template template
521        parameter packs.
522        * pt.c (redeclare_class_template): When redeclaring a class
523        template, check for collisions between template parameters and
524        template parameter packs.
525
526 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
527
528        PR c++/33964
529        * pt.c (process_partial_specialization): Don't mark template
530        parameters that occur in non-deduced contexts.
531        (struct pair_fn_data): Add include_nondeduced_p.
532        (for_each_template_parm_r): Only visit non-deduced contexts if
533        include_nondeduced_p is set.
534        (for_each_template_parm): Added parameter include_nondeduced_p,
535        which states whether template parameters found in non-deduced
536        contexts should be visited.
537        (uses_template_parms): Visit all template parameters, even those
538        in non-deduced contexts.
539
540 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
541
542        PR c++/34052
543        * pt.c (check_default_tmpl_args): Check for parameter packs that
544        aren't at the end of a primary template.
545        (push_template_decl_real): Remove check for parameter packs that
546        aren't at the end of a primary template; that now happens in
547        check_default_tmpl_args.
548        * semantics.c (finish_template_template_parm): Use
549        check_default_tmpl_args to check for errors in the template
550        parameter list.
551         
552 2008-01-12  Doug Kwan  <dougkwan@google.com>
553
554         * decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers
555         instead of OPT_Wreturn_type in warning due to ignored return type
556         qualifiers.
557         * pt.c: (tsubst_function_type): Use OPT_Wignored_qualifiers
558         instead of OPT_Wreturn_type in warning due to ignored return type
559         qualifiers.
560
561 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
562
563         PR c++/33890
564         * semantics.c (finish_omp_for): Don't call
565         fold_build_cleanup_point_expr if processing_template_decl.
566
567 2008-01-04  Paolo Carlini  <pcarlini@suse.de>
568             Jakub Jelinek  <jakub@redhat.com>
569
570         PR c++/34611
571         * error.c (dump_template_argument): Deal with TREE_LIST.
572
573 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
574
575        * parser.c (cp_parser_check_decl_spec): Don't warn about "long
576        long" in C++0x mode; change the warning to note that "long long"
577        is only unsupported in C++98 mode.
578
579 2007-12-20  Jason Merrill  <jason@redhat.com>
580
581         PR c++/34111
582         * call.c (standard_conversion): Derived-to-base is considered a
583         standard conversion.
584
585 2007-12-19  Jakub Jelinek  <jakub@redhat.com>
586
587         PR c++/34513
588         * parser.c (cp_parser_omp_parallel): For non-combined parallel
589         call cp_parser_statement rather than
590         cp_parser_already_scoped_statement.
591
592 2007-12-18  Jason Merrill  <jason@redhat.com>
593
594         PR c++/34206
595         * pt.c (tsubst_aggr_type): Do nothing if the type already doesn't 
596         use template parms.
597         (dependent_type_p_r): Handle the domain of an array.
598
599 2007-12-18  Douglas Gregor  <doug.gregor@gmail.com>
600             Jakub Jelinek  <jakub@redhat.com>
601         
602         PR c++/32565
603         PR c++/33943
604         PR c++/33965
605         * pt.c (template_template_parm_bindings_ok_p): New; verifies
606         bindings of template template parameters after all template
607         arguments have been deduced.
608         (coerce_template_parms): Don't complain when COMPLAIN doesn't
609         include tf_error.
610         (fn_type_unification): Use template_template_parm_bindings_ok_p. 
611         (unify): Deal with variadic, bound template template parameters. 
612         (get_class_bindings): Use template_template_parm_bindings_ok_p. 
613
614 2007-12-18  Jakub Jelinek  <jakub@redhat.com>
615
616         PR c++/34488
617         * decl.c (grokdeclarator): Reject friend sfk_constructor
618         FUNCTION_TYPE.
619
620 2007-12-17  Jakub Jelinek  <jakub@redhat.com>
621
622         PR c/34506
623         * parser.c (cp_parser_omp_all_clauses): Accept optional comma
624         in between clauses.
625
626 2007-12-15  Alexandre Oliva  <aoliva@redhat.com>
627
628         PR debug/7081
629         * cp-lang.c (cp_classify_record): New.
630         (LANG_HOOKS_CLASSIFY_RECORD): Override.
631
632 2007-12-11  Jakub Jelinek  <jakub@redhat.com>
633
634         PR c++/34238
635         * decl2.c (cp_write_global_declarations): Revert 2007-11-22 change.
636
637         PR c++/34364
638         * rtti.c (build_dynamic_cast): Call convert_from_reference even for
639         dynamic_cast in a template.
640
641 2007-12-10  Simon Martin  <simartin@users.sourceforge.net>
642
643         PR c++/34059
644         * typeck.c (build_class_member_access_expr): Compute MEMBER_SCOPE from
645         MEMBER's BASELINK_ACCESS_BINFO instead of its BASELINK_BINFO.
646
647 2007-12-10  Jakub Jelinek  <jakub@redhat.com>
648
649         PR c++/34395
650         * error.c (dump_type_prefix, dump_type_suffix): Handle
651         TYPE_PACK_EXPANSION.
652
653         PR c++/34394
654         * error.c (dump_expr): Handle ABS_EXPR.
655
656 2007-12-09  Jakub Jelinek  <jakub@redhat.com>
657
658         PR c++/34178
659         PR c++/34340
660         * repo.c (repo_emit_p): Return 2 for DECL_INTEGRAL_CONSTANT_VAR_P
661         in class scope rather than DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P.
662         Return 2 also if DECL_EXPLICIT_INSTANTIATION.
663         * decl2.c (import_export_decl): Don't make VAR_DECLs import_p when
664         flag_use_repository and repo_emit_p returned 2.
665
666 2007-12-06  Jakub Jelinek  <jakub@redhat.com>
667
668         PR c++/34336
669         * tree.c (stabilize_call, stabilize_init): Do nothing if
670         processing_template_decl.
671
672 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
673
674         PR c++/34271
675         * semantics.c (finish_decltype_type): For SCOPE_REF issue an
676         error instead of assertion failure.
677         * parser.c (cp_parser_decltype): If closing paren is not found,
678         return error_mark_node.
679
680 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
681
682        PR c++/34101
683        * name-lookup.c (arg_assoc_template_arg): Recurse on argument
684        packs.
685        (arg_assoc_type): We don't need to handle TYPE_ARGUMENT_PACK here,
686        since arg_assoc_template_arg will deal with them (better).
687
688 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
689
690        PR c++/33509
691        * pt.c (tsubst_exception_specification): Handle substitutions into
692        member templates, where tsubst_pack_expansion returns a
693        TYPE_PACK_EXPANSION.
694
695 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
696
697        PR c++/33091
698        * pt.c (unify_pack_expansion): If we didn't deduce any actual
699        bindings for the template parameter pack, don't try to keep the
700        empty deduced arguments.
701        (unify): If a parameter is a template-id whose template argument
702        list contains a pack expansion that is not at the end, then we
703        cannot unify against that template-id.
704
705 2007-12-02  Paolo Carlini  <pcarlini@suse.de>
706
707         PR c++/34061
708         * pt.c (current_template_args): Use error_operand_p.
709
710 2007-12-02  Paolo Carlini  <pcarlini@suse.de>
711
712         PR c++/34273
713         * error.c (dump_decl): Handle TREE_BINFO.
714
715 2007-12-01  Ollie Wild  <aaw@google.com>
716
717         PR c++/8171
718         * typeck.c (build_binary_op): Add conversion of pointers to function
719         members appearing as operands to the equality operators.
720
721 2007-11-30  Jakub Jelinek  <jakub@redhat.com>
722
723         PR c++/34275
724         * error.c (dump_expr): Handle OBJ_TYPE_REF.
725
726 2007-11-29  Jakub Jelinek  <jakub@redhat.com>
727
728         PR c++/34270
729         * tree.c (lvalue_p_1) <case COND_EXPR>: Handle x ?: y
730         in templates.
731         * typeck.c (is_bitfield_expr_with_lowered_type) <case COND_EXPR>:
732         Likewise.
733
734         PR c++/34267
735         PR c++/34268
736         * parser.c (cp_parser_decltype): Don't call finish_id_expression
737         on ~type.
738         * semantics.c (finish_decltype_type): Issue error on types, TYPE_DECLs
739         and ~type early.
740
741 2007-11-27  Jakub Jelinek  <jakub@redhat.com>
742
743         PR tree-optimization/34181
744         * method.c (use_thunk): Don't inline the call in the thunk.
745
746         PR c++/34213
747         * tree.c (decl_linkage): Static data members and static member
748         functions in anonymous ns classes are lk_external.
749
750 2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
751
752         PR c++/34081
753         * decl.c (start_preparsed_function): Pass 
754         processing_template_decl for the new allocate_struct_function
755         parameter.
756
757 2007-11-25  Richard Guenther  <rguenther@suse.de>
758
759         * decl.c (poplevel): Use BLOCK_CHAIN.
760
761 2007-11-24  Ollie Wild  <aaw@google.com>
762
763         * typeck.c (delta_from_ptrmemfunc): New function.
764         (get_member_function_from_ptrfunc): Call delta_from_ptrmemfunc.
765         (build_binary_op): Call delta_from_ptrmemfunc.
766
767 2007-11-23  Jakub Jelinek  <jakub@redhat.com>
768
769         PR c++/30293
770         PR c++/30294
771         * decl.c (cp_finish_decl): Disallow variable or field
772         definitions if extern "Java" aggregates.
773         (grokparms): Disallow parameters with extern "Java"
774         aggregates.
775         (check_function_type): Disallow function return values
776         with extern "Java" aggregates.
777         * init.c (build_new_1): Disallow placement new with
778         extern "Java" aggregates.
779
780 2007-11-23  Mark Mitchell  <mark@codesourcery.com>
781             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
782         
783         PR c++/5310
784         * call.c (convert_like_real): Build a zero constant when __null is
785         converted to an integer type.
786         
787 2007-11-22  Jakub Jelinek  <jakub@redhat.com>
788
789         PR c++/34094
790         * decl2.c (cp_write_global_declarations): Issue error about static
791         data members in anonymous namespace which are declared and used,
792         but not defined.
793
794 2007-11-20  Jakub Jelinek  <jakub@redhat.com>
795
796         PR c++/34089
797         * parser.c (cp_parser_class_head): Reject function template ids.
798
799         PR c++/28879
800         * tree.c (build_cplus_array_type_1): Don't pass any VLA types
801         when processing_template_decl to build_array_type.
802
803         PR c++/33962
804         * pt.c (more_specialized_fn): Don't segfault if one or
805         both argument list end with ellipsis.
806
807 2007-11-18  Jakub Jelinek  <jakub@redhat.com>
808
809         PR c++/30988
810         * semantics.c (finish_call_expr): Set
811         current_function_returns_abnormally if fn is noreturn FUNCTION_DECL
812         or OVERLOAD with all noreturn functions.
813
814 2007-11-16  Jakub Jelinek  <jakub@redhat.com>
815
816         PR c++/34100
817         * pt.c (apply_late_template_attributes): Do nothing if decl's type is
818         error_mark_node.
819
820 2007-11-13  Jakub Jelinek  <jakub@redhat.com>
821
822         PR c++/34054
823         PR c++/34056
824         PR c++/34057
825         PR c++/34058
826         PR c++/34060
827         * pt.c (find_parameter_packs_r): If ppd->set_packs_to_error,
828         set to error_mark_node the outermost POINTER_TYPE to the pack if
829         it is seen in a POINTER_TYPE.
830         (push_template_decl_real): If check_for_bare_parameter_packs
831         fails for function return type, set the return type to
832         integer_type_node.  If check_for_bare_parameter_packs failed
833         for non-function, return error_mark_node.
834
835         PR c++/29225
836         * call.c (build_new_op): Call resolve_args before calling
837         build_over_call.
838
839 2007-11-11  Tom Tromey  <tromey@redhat.com>
840
841         PR c++/17577:
842         * lex.c (handle_pragma_implementation): Use cpp_included_before.
843
844 2007-11-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
845
846         PR c++/8570
847         * pt.c (redeclare_class_template): Update error message. Use a
848         note to show the previous declaration.
849         (tsubst_friend_class): Use the location of the friend template as
850         the input location before calling redeclare_class_template.
851
852 2007-11-11  Jakub Jelinek  <jakub@redhat.com>
853
854         PR c++/34068
855         * semantics.c (finish_pseudo_destructor_expr): Handle
856         object == error_mark_node.
857
858 2007-11-10  Jakub Jelinek  <jakub@redhat.com>
859
860         PR c++/32241
861         * pt.c (tsubst_copy_and_build) <case COMPONENT_REF>: If object_type
862         is not scalar type, let finish_class_member_access_expr handle
863         diagnostics.  Pass BIT_NOT_EXPR argument to
864         finish_pseudo_destructor_expr.  Handle SCOPE_REF properly.
865
866 2007-11-09  Douglas Gregor  <doug.gregor@gmail.com>
867
868         PR c++/33510
869         * decl.c (cp_complete_array_type): If any of the initializer
870         elements are pack expansions, don't compute the array size yet.
871
872 2007-11-08  Andrew Pinski  <pinskia@gmail.com>
873
874         PR c++/30297:
875         * tree.c (decl_linkage): Fields have no linkage.
876
877 2007-11-08  Daniel Jacobowitz  <dan@codesourcery.com>
878
879         * class.c (build_ctor_vtbl_group): Lay out the new type and decl.
880
881 2007-11-07  Douglas Gregor  <doug.gregor@gmail.com>
882
883         PR c++/33045
884         PR c++/33837
885         PR c++/33838
886         * semantics.c (finish_decltype_type): See through INDIRECT_REFs.
887         Be careful with ERROR_MARK_NODEs.
888         * parser.c (cp_parser_check_access_in_redeclaration): Handle NULL
889         argument.
890
891 2007-11-07  Jakub Jelinek  <jakub@redhat.com>
892
893         PR c++/33501
894         * call.c (build_over_call): Don't check TREE_ADDRESSABLE
895         on incomplete type.
896
897 2007-11-06  Douglas Gregor  <doug.gregor@gmail.com>
898
899         PR c++/33977
900         PR c++/33886
901         * tree.c (c_build_qualified_type): Define bridge to
902         cp_build_qualified_type.
903
904 2007-11-06  Douglas Gregor  <doug.gregor@gmail.com>
905
906         PR c++/31439
907         PR c++/32114
908         PR c++/32115
909         PR c++/32125
910         PR c++/32126
911         PR c++/32127
912         PR c++/32128
913         PR c++/32253
914         PR c++/32566
915         * typeck.c (check_return_expr): Pass address of retval to
916         check_for_bare_parameter_packs.
917         * class.c (build_base_field): Tolerate bases that have no layout
918         due to errors.
919         (end_of_base): Ditto.
920         * tree.c (canonical_type_variant): Be careful with
921         ERROR_MARK_NODE.
922         * cp-tree.h (check_for_bare_parameter_packs): Now accepts a
923         tree*.
924         * pt.c (find_parameter_pack_data): Add set_packs_to_error field,
925         which states whether parameter packs should be replaced with
926         ERROR_MARK_NODE.
927         (find_parameter_packs_r): Pass addresses to cp_walk_tree wherever
928         possible. If set_packs_to_error is set true, replace the parameter
929         pack with ERROR_MARK_NODE. Manage our own pointer sets.
930         (uses_parameter_packs): Don't set parameter packs to
931         ERROR_MARK_NODE.
932         (check_for_bare_parameter_packs): Now takes a pointer to a tree,
933         which may be modified (if it is a parameter pack). Instructs
934         find_parameter_packs_r to replace parameter packs with
935         ERROR_MARK_NODE (so that they won't cause errors later on).
936         (process_template_parm): Pass pointer to
937         check_for_bare_parameter_packs.
938         (process_partial_specialization): Replace pack expansions before
939         the end of the template argument list with ERROR_MARK_NODE.
940         (push_template_decl_real): Pass pointer to
941         check_for_bare_parameter_packs. Replace parameter packs not at the
942         end of the template parameter list with ERROR_MARK_NODE.
943         (convert_template_argument): Be more careful about using DECL_NAME
944         on only declarations.
945         (unify): Can't unify against ERROR_MARK_NODE.
946         * semantics.c (finish_cond): Pass pointer to
947         check_for_bare_parameter_packs.
948         (finish_expr_stmt): Ditto.
949         (finish_for_expr): Ditto.
950         (finish_switch_cond): Pass pointer to
951         check_for_bare_parameter_packs, and call it before we put the
952         condition into the statement.
953         (finish_mem_initializers): Pass pointer to
954         check_for_bare_parameter_packs.
955         (finish_member_declaration): Ditto.
956         * parser.c (cp_parser_base_clause): Ditto.
957         
958 2007-11-06  Jakub Jelinek  <jakub@redhat.com>
959
960         PR target/33168
961         * decl.c (cp_finish_decl): Call make_rtl_for_nonlocal_decl already
962         with the final TREE_READONLY flag in place.  processing_template_decl
963         is known to be 0 in this part of function.
964
965         PR c++/33894
966         * cp-tree.h: Update comment - TYPE_LANG_FLAG_0 is not
967         OMP_ATOMIC_DEPENDENT_P in OMP_ATOMIC.
968         * pt.c (tsubst_expr): Assert OMP_ATOMIC_DEPENDENT_P.
969         * semantics.c (finish_omp_atomic): Revert most of the
970         2007-02-05 changes, just keep the new representation of
971         OMP_ATOMIC_DEPENDENT_P OMP_ATOMIC.
972
973 2007-11-05  H.J. Lu  <hongjiu.lu@intel.com>
974
975         PR c++/33871
976         * decl2.c (constrain_visibility): Clear DECL_ONE_ONLY if marked
977         local.
978
979 2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>
980
981         PR c++/33996
982         PR c++/33235
983         PR c++/33930
984         * typeck.c (merge_types): Don't lose rvalue references when
985         merging types.
986         * call.c (build_over_call): Don't elide move constructors just
987         because the copy constructor is trivial (!).
988         (compare_ics): If comparing cv-qualifiers fails, we can still order
989         based on binding lvalues vs. rvalues.
990
991 2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>
992
993         PR c++/33939
994         * pt.c (unify_pack_expansion): bring handling of function call
995         arguments into line with type_unification_real. 
996
997 2007-11-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
998
999         * typeck.c (build_binary_op): Use pedwarn instead of error for
1000         consistency.
1001
1002 2007-11-05  Jakub Jelinek  <jakub@redhat.com>
1003
1004         PR c++/33836
1005         * parser.c (cp_parser_unary_expression): For &&label call
1006         cp_parser_non_integral_constant_expression and return error_mark_node
1007         if it returned true.
1008
1009         PR c++/33969
1010         * decl.c (grokdeclarator): Don't call build_memfn_type if type
1011         is neither FUNCTION_TYPE nor METHOD_TYPE.
1012
1013 2007-11-02  Jakub Jelinek  <jakub@redhat.com>
1014
1015         PR c++/33516
1016         * parser.c (cp_parser_nested_name_specifier_opt): Use
1017         TYPE_MAIN_VARIANT (new_scope) as scope if new_scope is an incomplete
1018         typedef of currently open class.
1019
1020 2007-11-02  Paolo Carlini  <pcarlini@suse.de>
1021
1022         PR c++/33495
1023         * error.c (dump_expr): Deal specially with statements.
1024
1025 2007-11-01  Jason Merrill  <jason@redhat.com>
1026
1027         PR c++/30897
1028         * pt.c (push_template_decl_real): Set DECL_CONTEXT on template
1029         template parms.
1030         (lookup_template_class): Use it to get the outer template args
1031         for instantiating one.
1032
1033         PR c++/29236
1034         * pt.c (reduce_template_parm_level): tsubst the parameters
1035         of a template template parm.
1036
1037 2007-11-01  Douglas Gregor  <doug.gregor@gmail.com>
1038
1039         PR c++/33955
1040         * pt.c (find_parameter_packs_r): Handle TYPENAME_TYPE.
1041
1042 2007-11-01  Jakub Jelinek  <jakub@redhat.com>
1043
1044         PR c++/32384
1045         * parser.c (cp_parser_postfix_dot_deref_expression): If
1046         POSTFIX_EXPRESSION is type dependent, try to parse it as pseudo dtor
1047         first and if that succeeds and type is SCALAR_TYPE_P, create
1048         PSEUDO_DTOR_EXPR.
1049
1050         PR c++/32260
1051         * rtti.c (enum_tinfo_kind): Fix TK_TYPE_INFO_TYPE comment.
1052         (typeid_ok_p): Use the same alias set for abi::__type_info_pseudo
1053         as for std::type_info.
1054
1055 2007-10-31  Paolo Carlini  <pcarlini@suse.de>
1056
1057         PR c++/33494
1058         * cxx-pretty-print.c (pp_cxx_typeid_expression,
1059         pp_cxx_delete_expression): Change to static linkage.
1060         * cxx-pretty-print.h: Adjust declarations.
1061         * error.c (dump_expr, case EXPR_PACK_EXPANSION, TYPEID_EXPR,
1062         MEMBER_REF, DOTSTAR_EXPR, DELETE_EXPR, VEC_DELETE_EXPR,
1063         MODOP_EXPR): Forward to pp_expression.
1064
1065         * cxx-pretty-print.c (pp_cxx_expression, case NON_DEPENDENT_EXPR):
1066         Fix typo.
1067
1068 2007-10-31 Christian Bruel  <christian.bruel@st.com>
1069            Mark Mitchell  <mark@codesourcery.com>
1070
1071         PR c++/19531
1072         * typeck.c (check_return_expr): Don't set named_return_value_okay_p
1073         if retval is volatile. 
1074         
1075 2007-10-30  Jakub Jelinek  <jakub@redhat.com>
1076
1077         PR c++/33616
1078         * decl2.c (build_offset_ref_call_from_tree): Call
1079         build_non_dependent_expr on object prior to building ADDR_EXPR from it
1080         if FN is DOTSTAR_EXPR.
1081
1082 2007-10-30  Douglas Gregor  <doug.gregor@gmail.com>
1083
1084         PR c++/31993
1085         PR c++/32252
1086         * pt.c (find_parameter_packs_r): Fix typo in comment.
1087         (convert_template_argument): Look at the pattern of a pack
1088         expansion to determine what kind of entity we're converting.
1089         (coerce_template_parameter_pack): When we have coerced a non-type
1090         template parameter pack, substitute into the type of that pack.
1091         (tsubst_pack_expansion): When our substitution of a parameter pack
1092         is a "trivial" substitution of itself, just substitute into the
1093         pack expansion rather than actually expanding.
1094
1095 2007-10-29  Jakub Jelinek  <jakub@redhat.com>
1096
1097         PR c++/33841
1098         * class.c (check_bitfield_decl): Don't set field's type to error_mark_node
1099         for non-integral type bitfields.  Return true if bitfield is correct, false
1100         error has been diagnosed.
1101         (check_field_decls): If check_bitfield_decl returned false, call also
1102         check_field_decl.
1103
1104 2007-10-28  Paolo Carlini  <pcarlini@suse.de>
1105             Mark Mitchell  <mark@codesourcery.com>
1106
1107         PR c++/30659
1108         * pt.c (do_decl_instantiation): If the VAR_DECL is not a
1109         class member error out and return.
1110
1111 2007-10-27  Jakub Jelinek  <jakub@redhat.com>
1112
1113         * error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope
1114         to current_function_decl rather than 0.
1115
1116         PR c++/33844
1117         * cxx-pretty-print.c (pp_cxx_pm_expression) <case MEMBER_REF>: Print
1118         ->* rather than .*.
1119         * error.c (dump_expr): Handle MEMBER_REF and DOTSTAR_EXPR.
1120
1121 2007-10-27  Jason Merrill  <jason@redhat.com>
1122
1123         PR c++/5247
1124         * call.c (convert_default_arg): Detect recursion.
1125
1126 2007-10-27  Jakub Jelinek  <jakub@redhat.com>
1127
1128         PR c++/33842
1129         * cxx-pretty-print.h (pp_cxx_offsetof_expression): New prototype.
1130         * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
1131         OFFSETOF_EXPR.
1132         (pp_cxx_offsetof_expression_1, pp_cxx_offsetof_expression): New
1133         functions.
1134         * error.c (dump_expr): Handle OFFSETOF_EXPR.
1135
1136 2007-10-26  Jason Merrill  <jason@redhat.com>
1137
1138         PR c++/24791
1139         * pt.c (get_template_info): New fn.
1140         (template_class_depth): Use it.
1141         (push_template_decl_real): Check that the template args of the 
1142         definition match the args of the previous declaration.
1143
1144 2007-10-26  Paolo Carlini  <pcarlini@suse.de>
1145
1146         PR c++/31988
1147         * decl2.c (coerce_new_type): Do not allow a default argument for
1148         the first parameter.
1149
1150 2007-10-26  Douglas Gregor  <doug.gregor@gmail.com>
1151
1152         PR c++/33839
1153         * parser.c (cp_parser_decltype): Return ERROR_MARK_NODE if we
1154         don't see the leading '('. Only lookup names if we get an
1155         IDENTIFIER_NODE.
1156
1157 2007-10-26  Jakub Jelinek  <jakub@redhat.com>
1158
1159         PR c++/33744
1160         * parser.c (cp_parser_parenthesized_expression_list): Set
1161         greater_than_is_operator_p to true in between the parens.
1162
1163 2007-10-26  Paolo Carlini  <pcarlini@suse.de>
1164
1165         PR c++/31747
1166         * decl.c (grokdeclarator): In case of conflicting specifiers
1167         just return error_mark_node.
1168
1169 2007-10-26  Ollie Wild  <aaw@google.com>
1170
1171         * expr.c (cxx_expand_expr): Removed.
1172         * cp-tree.h (exx_expand_expr): Removed.
1173         * cp-objcp-common.h (LANK_HOOKS_EXPAND_EXPR): Replace cxx_expand_expr
1174         with c_expand_expr.
1175
1176 2007-10-25  Paolo Carlini  <pcarlini@suse.de>
1177
1178         PR c++/33843
1179         * cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with BIT_NOT_EXPR.
1180
1181 2007-10-23  Jason Merrill  <jason@redhat.com>
1182
1183         PR c++/25950 (DR 391)
1184         * call.c (struct conversion): Remove check_copy_constructor_p.
1185         (reference_binding): Always bind a reference directly to a 
1186         compatible class rvalue.  Pass down LOOKUP_NO_TEMP_BIND during 
1187         temporary creation.
1188         (check_constructor_callable): Remove.
1189         (convert_like_real): Don't call it.
1190         (initialize_reference): Don't call check_constructor_callable.
1191         (standard_conversion): Check LOOKUP_NO_CONVERSION instead of
1192         LOOKUP_CONSTRUCTOR_CALLABLE.  Don't require a temporary for base
1193         conversions if LOOKUP_NO_TEMP_BIND.
1194         (implicit_conversion): Pass through LOOKUP_NO_TEMP_BIND.
1195         (build_user_type_conversion_1): Pass through LOOKUP_NO_TEMP_BIND for
1196         second conversion.
1197         * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): Remove.
1198
1199 2007-10-22  Jakub Jelinek  <jakub@redhat.com>
1200
1201         PR c++/33372
1202         * semantics.c (finish_omp_clauses): Check !type_dependent_expression_p
1203         before checking if its type is integral.
1204
1205 2007-10-22  Jason Merrill  <jason@redhat.com>
1206
1207         PR c++/33620
1208         * class.c (finish_struct_bits): Copy TYPE_ATTRIBUTES.
1209         * pt.c (apply_late_template_attributes): Splice out dependent
1210         attributes from DECL_ATTRIBUTES.
1211
1212         * decl.c (cxx_maybe_build_cleanup): Use build_address.
1213
1214 2007-10-17  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1215
1216         * typeck.c (build_binary_op) : Use appropriate warning option
1217         instead of unnamed warning.
1218
1219 2007-10-16  Paolo Carlini  <pcarlini@suse.de>
1220
1221         PR c++/31446
1222         * pt.c (current_template_args): Do not change TREE_LIST elements
1223         with a TREE_VALUE of error_mark_node.
1224
1225 2007-10-16  Mark Mitchell  <mark@codesourcery.com>
1226
1227         * typeck.c (cp_apply_type_quals_to_decl): Expand documentation.
1228         * decl.c (start_decl): Tidy.
1229         (start_decl_1): Call cp_apply_type_quals_to_decl after completing
1230         the type.
1231         (grokdeclarator): Clarify comment.
1232
1233 2007-10-14  Andrew Pinski  <pinskia@gmail.com>
1234
1235         PR c++/30303
1236         * decl.c (grokfndecl): Return NULL after the "definition of
1237         implicitly-declared" error happened.
1238
1239 2007-10-12  Simon Martin  <simartin@users.sourceforge.net>
1240
1241         PR c++/26698
1242         * call.c (build_user_type_conversion_1): Do not consider conversion
1243         functions to convert a (possibly cv-qualified) object to the (possibly
1244         cv-qualified) same object type (or a reference to it), to a (possibly
1245         cv-qualified) base class of that type (or a reference to it).
1246
1247 2007-10-12  Paolo Carlini  <pcarlini@suse.de>
1248
1249         * pt.c (tsubst): Use template_parm_level_and_index.
1250
1251 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
1252
1253         PR c++/32121
1254         * parser.c (cp_parser_compound_statement): Handle label-declarations
1255         at the beginning of the compound statement.
1256         (cp_parser_block_declaration): Issue diagnostics about __label__
1257         not at the beginning of a block.
1258
1259 2007-10-11  Paolo Carlini  <pcarlini@suse.de>
1260
1261         PR c++/33461
1262         * pt.c (coerce_template_parameter_pack): Do not pass error_mark_node
1263         to convert_template_argument.
1264         (coerce_template_parms): Return error_mark_node after fixed-length
1265         error.
1266         (tsubst_decl): Check for error_mark_node the return value of the
1267         first tsubst in 'case VAR_DECL'.
1268
1269 2007-10-08  Ollie Wild  <aaw@google.com>
1270
1271         * typeck2.c (digest_init): Call cplus_expand_constant after
1272         convert_for_initialization.
1273         * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1274         * expr.c (cplus_expand_constant): Updated function description.
1275
1276 2007-10-04  Jason Merrill  <jason@redhat.com>
1277
1278         PR c++/20416
1279         * call.c (initialize_reference): Handle local static reference
1280         temps properly.
1281
1282 2007-10-03  Jason Merrill  <jason@redhat.com>
1283
1284         PR c++/32470
1285         * name-lookup.c (push_namespace_with_attrs): Fold back into...
1286         (push_namespace): Here.
1287         (handle_namespace_attrs): New fn for the attr code.
1288         (leave_scope): Don't pop_visibility.
1289         * name-lookup.h (struct cp_binding_level): Remove has_visibility.
1290         * parser.c (cp_parser_namespace_definition): Call
1291         handle_namespace_attrs and pop_visibility as appropriate. 
1292
1293         PR c++/11756
1294         * mangle.c (write_type) [TYPEOF_TYPE]: Just sorry.
1295
1296 2007-10-03  Alexandre Oliva  <aoliva@redhat.com>
1297
1298         * decl.c (duplicate_decls): Preserve linkage flags for mere
1299         redeclarations of gnu_inline definitions.
1300
1301 2007-10-03  Jason Merrill  <jason@redhat.com>
1302
1303         PR c++/15764
1304         * decl.c (wrap_cleanups_r): New fn.
1305         (wrap_temporary_cleanups): New fn.
1306         (initialize_local_var): Call it.
1307
1308 2007-09-29  Jason Merrill  <jason@redhat.com>
1309
1310         PR c++/33094
1311         * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member 
1312         constant to not have DECL_EXTERNAL if it's file-local.
1313
1314 2007-09-28  Ollie Wild  <aaw@google.com>
1315
1316         Revert
1317         2007-09-27  Ollie Wild  <aaw@google.com>
1318
1319         * typeck2.c (digest_init): Call cplus_expand_constant after
1320         convert_for_initialization.
1321         * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1322         * expr.c (cplus_expand_constant): Updated function description.
1323
1324 2007-09-28  Jason Merrill  <jason@redhat.com>
1325
1326         PR c++/10179
1327         * class.c (layout_empty_base): Take rli parameter, update
1328         rli->record_align if empty base has user-specified alignment.
1329         (build_base_field): Pass rli to it.
1330
1331 2007-09-28  Paolo Carlini  <pcarlini@suse.de>
1332
1333         PR c++/33213
1334         * error.c (dump_decl): Deal with TYPE_PACK_EXPANSION.
1335
1336 2007-09-28  Paolo Carlini  <pcarlini@suse.de>
1337
1338         PR c++/33118
1339         * error.c (dump_expr): Deal with ARGUMENT_PACK_SELECT.
1340         (dump_type): Use dump_template_argument for TYPE_ARGUMENT_PACK.
1341         (dump_parameters): Just call dump_type for argument packs too.
1342
1343 2007-09-28  Jakub Jelinek  <jakub@redhat.com>
1344
1345         PR c++/31434
1346         * tree.c (cp_build_qualified_type_real): Handle TYPE_PACK_EXPANSION
1347         qualification by creating qualified PACK_EXPANSION_PATTERN and
1348         then calling make_pack_expansion on it.
1349
1350 2007-09-27  Ollie Wild  <aaw@google.com>
1351
1352         * typeck2.c (digest_init): Call cplus_expand_constant after
1353         convert_for_initialization.
1354         * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1355         * expr.c (cplus_expand_constant): Updated function description.
1356
1357 2007-09-27  Jason Merrill  <jason@redhat.com>
1358
1359         PR c++/33571
1360         * decl2.c (is_late_template_attribute): Don't crash on unknown
1361         attribute.
1362
1363 2007-09-27  Paolo Carlini  <pcarlini@suse.de>
1364
1365         PR c++/33493
1366         * error.c (dump_expr): Deal with DELETE_EXPR and VEC_DELETE_EXPR.
1367         * cxx-pretty-print.c (pp_cxx_delete_expression): Add missing
1368         spaces in the formatting.
1369         * cxx-pretty-print.h (pp_cxx_delete_expression): Declare.
1370
1371 2007-09-27  Jakub Jelinek  <jakub@redhat.com>
1372
1373         * error.c (cxx_print_error_function): Add third argument, pass
1374         it over to lhd_print_error_function.
1375         (cp_print_error_function): If diagnostic->abstract_origin, print
1376         virtual backtrace.
1377         * cp-tree.h (struct diagnostic_info): New forward decl.
1378         (cxx_print_error_function): Add third argument.
1379
1380 2007-09-25  Simon Martin  <simartin@users.sourceforge.net>
1381
1382         PR c++/33207
1383         * name-lookup.c (pushtag): Do not create an implicit typedef before
1384         the associated type declaration is known to be valid.
1385
1386 2007-09-25  Jakub Jelinek  <jakub@redhat.com>
1387
1388         * tree.c (cxx_printable_name): Compare FUNCTION_DECL uids
1389         rather than pointers.
1390
1391 2007-09-24  Danny Smith  <dannysmith@user.sourceforge.net>
1392
1393         PR c++/14688
1394         * search.c (check_final_overrider): Fail if
1395         targetm.comp_type_attributes returns 0.
1396
1397 2007-09-24  Jason Merrill  <jason@redhat.com>
1398
1399         PR c++/33239
1400         * pt.c (resolve_typename_type): Don't look things up in the original
1401         template if it would mean losing template arguments.    
1402
1403 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
1404
1405         PR c++/33506
1406         * cp-tree.h (cxx_type_hash_eq): New prototype.
1407         * cp-objcp-common.h (LANG_HOOKS_TYPE_HASH_EQ): Redefine.
1408         * tree.c (cxx_type_hash_eq): New function.
1409
1410 2007-09-24  Douglas Gregor  <doug.gregor@gmail.com>
1411
1412         PR c++/33185    
1413         * tree.c (cp_build_qualified_type_real): Build a canonical
1414         ARRAY_TYPE if the original ARRAY_TYPE was not a canonical type.
1415         
1416 2007-09-24  Douglas Gregor  <doug.gregor@gmail.com>
1417
1418         PR c++/33112
1419         PR c++/33185    
1420         * tree.c (cplus_array_compare): Compare pointers, not types.
1421         (build_cplus_array_type_1): Store new array type into the hash
1422         table before building the canonical type; build the canonical type
1423         correctly.
1424         (cp_build_qualified_type_real): Put all of the array types with
1425         cv-qualified element types into the C++ array hash table, built as 
1426         variants of the unqualified versions.
1427         
1428 2007-09-23  Jason Merrill  <jason@redhat.com>
1429
1430         PR c++/16370
1431         * decl.c (grokdeclarator): Look through implicit TYPE_DECLs
1432         for deprecation warnings.
1433
1434 2007-09-22  Jason Merrill  <jason@redhat.com>
1435
1436         PR c++/15269
1437         * call.c (build_over_call): Warn about deprecated virtuals.
1438
1439         PR c++/19407
1440         * cp-tree.h (ATTR_IS_DEPENDENT): New macro.
1441         (MAYBE_TAGGED_TYPE_P): Remove.
1442         * pt.c (apply_late_template_attributes): Check ATTR_IS_DEPENDENT
1443         instead of calling is_late_template_attribute again.
1444         (tsubst_decl) [TYPE_DECL]: Just check if the name is the tag.
1445         (tsubst): A typedef is a TYPE_NAME != TYPE_MAIN_DECL.
1446         Don't crash on typedefs from non-template classes.
1447         * decl2.c (grokfield): Don't sorry about attrs on template parms.
1448         (is_late_template_attribute): All attributes applied to template
1449         parms or typename types are dependent.  Static.
1450         (splice_template_attributes): Pass decl through.
1451         (save_template_attributes): Likewise.
1452
1453 2007-09-20  Jakub Jelinek  <jakub@redhat.com>
1454
1455         PR c++/33496
1456         * pt.c (tsubst_copy) <case SIZEOF_EXPR>: Handle error_mark_node
1457         returned from tsubst_pack_expansion.
1458         (tsubst_copy_and_build) <case SIZEOF_EXPR>: Likewise.
1459         (tsubst_copy_and_build) <case CONSTRUCTOR>: Likewise.
1460
1461 2007-09-20  Paolo Carlini  <pcarlini@suse.de>
1462
1463         PR c++/33460
1464         * semantics.c (finish_id_expression): Use consistently
1465         context_for_name_lookup.
1466         * decl.c (fixup_anonymous_aggr): Fix error message for
1467         anonymous struct (vs union).
1468
1469 2007-09-19  Jason Merrill  <jason@redhat.com>
1470
1471         PR c++/7586
1472         * pt.c (tsubst): Handle typedefs by looking for the specialization.
1473         (retrieve_specialization): Only tagged types use 
1474         DECL_TEMPLATE_INSTANTIATIONS.
1475         (instantiate_class_template): Push nested classes too.
1476         (tsubst_decl) [TYPE_DECL]: Only check for canonical decl for
1477         tagged types.
1478         * cp-tree.h (MAYBE_TAGGED_TYPE_P): New macro.
1479         * init.c (is_aggr_type): Remove redundant tests.
1480         * class.c (push_nested_class): Use CLASS_TYPE_P.
1481
1482 2007-09-20  Paolo Carlini  <pcarlini@suse.de>
1483
1484         PR c++/33459
1485         * init.c (build_zero_init): If, recursively, build_zero_init
1486         returns a NULL_TREE, do not append it to the VEC of constructors.
1487
1488 2007-09-18  Jason Merrill  <jason@redhat.com>
1489
1490         PR c++/17743
1491         * pt.c (apply_late_template_attributes): Set processing_template_decl.
1492         (tsubst_decl) [TYPE_DECL]: Preserve naming typedef, pass
1493         ATTR_FLAG_TYPE_IN_PLACE.
1494         (tsubst): Do unqualified lookup to find typedefs from current class.
1495         [ARRAY_TYPE]: Propagate alignment info.
1496         * decl2.c (is_late_template_attribute): Only defer handling of
1497         attribute aligned if the expression is dependent.
1498         (save_template_attributes): If we're deferring any attributes,
1499         make this a naming typedef.
1500
1501 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
1502
1503         PR c++/33462 (again)
1504         * cxx-pretty-print.c (pp_cxx_va_arg_expression): Print
1505         va_arg instead of __builtin_va_arg.
1506
1507 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
1508
1509         PR c++/33462
1510         * cxx-pretty-print.c (pp_cxx_va_arg_expression): Add.
1511         (pp_cxx_primary_expression): Use it.
1512         * cxx-pretty-print.h (pp_cxx_va_arg_expression): Declare.
1513         * error.c (dump_expr): Use it.
1514
1515 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
1516
1517         PR c++/33463
1518         * cxx-pretty-print.c (pp_cxx_postfix_expression): Split
1519         out case TYPEID_EXPR to...
1520         (pp_cxx_typeid_expression): ... here; use pp_cxx_left_paren
1521         and pp_cxx_right_paren.
1522         * cxx-pretty-print.h (pp_cxx_typeid_expression): Declare.
1523         * error.c (dump_expr): Use it.
1524
1525 2007-09-18  Paolo Carlini  <pcarlini@suse.de>
1526
1527         PR c++/33464
1528         * cxx-pretty-print.c (pp_cxx_trait_expression): Add.
1529         (pp_cxx_primary_expression): Use it.
1530         * cxx-pretty-print.h (pp_cxx_trait_expression): Declare.
1531         * error.c (dump_expr): Use it.
1532
1533 2007-09-16  Paolo Carlini  <pcarlini@suse.de>
1534
1535         PR c++/33124
1536         * init.c (build_new): Remove warning for zero-element
1537         allocations.
1538
1539 2007-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1540
1541         PR c++/32756
1542         * call.c (maybe_handle_implicit_object): Set this_p, clear
1543         rvaluedness_matches_p.
1544         (compare_ics): Do not compare rvaluedness matching when one of the
1545         operands is an implicit object.
1546
1547 2007-09-14  Jason Merrill  <jason@redhat.com>
1548
1549         PR c++/17743, c++/19163
1550         * decl2.c (is_late_template_attribute): New fn.
1551         (splice_template_attributes, save_template_attributes): New fns.
1552         (cplus_decl_attributes): Call save_template_attributes.
1553         * pt.c (apply_late_template_attributes): New fn.
1554         (instantiate_class_template, tsubst_decl): Use it.
1555         * cp-tree.h: Declare is_late_template_attribute.
1556
1557 2007-09-13  Tom Tromey  <tromey@redhat.com>
1558
1559         * parser.c (cp_lexer_new_main): Don't use
1560         c_lex_return_raw_strings.
1561         (cp_lexer_get_preprocessor_token): Update.  Add special case when
1562         lexer is NULL.
1563
1564 2007-09-11  Jan Hubicka <jh@suse.cz>
1565
1566         * method.c (use_thunk): Use tree_rest_of_compilation
1567         * cp-objecp-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
1568         (LANG_HOOKS_CALLGRAPH_EMIT_ASSOCIATED_THUNKS): Define.
1569         * cp-tree.h (expand_body): Kill.
1570         (emit_associated_thunks): Declare.
1571         * semantics.c (emit_associated_thunks): Export.
1572         (expand_body): Kill.
1573
1574 2007-09-09  David Daney  <ddaney@avtrex.com>
1575
1576         PR c++/33324
1577         * init.c (build_new_1):  Use POINTER_PLUS_EXPR instead of MINUS_EXPR
1578         to calculate cookie_ptr.
1579
1580 2007-09-08  Jason Merrill  <jason@redhat.com>
1581
1582         PR c++/33342
1583         * pt.c (most_specialized_class): Set processing_template_decl
1584         while tsubsting partial spec args.
1585
1586 2007-09-06  Jason Merrill  <jason@redhat.com>
1587
1588         * decl2.c (get_guard): Copy visibility from the guarded variable.
1589
1590 2007-09-06  Jan Hubicka  <jh@suse.cz>
1591
1592         * semantics.c (expand_body): Do not mark arguments of clones used.
1593
1594 2007-09-06  Paolo Carlini  <pcarlini@suse.de>
1595
1596         PR c++/32674
1597         * decl.c (cp_finish_decl): When processing_template_decl,
1598         deal correctly with init as TREE_LIST.
1599
1600 2007-09-06  Tom Tromey  <tromey@redhat.com>
1601
1602         * decl.c (finish_function): Put return's location on line zero of
1603         file.
1604
1605 2007-09-05  Jason Merrill  <jason@redhat.com>
1606
1607         PR c++/15745
1608         * except.c (prepare_eh_type): Use type_decays_to.
1609
1610         PR c++/15097
1611         * init.c (build_delete): Use build_headof to get the address of the
1612         complete object if we aren't using the deleting destructor.
1613         * rtti.c (build_headof): No longer static.
1614         * cp-tree.h: Declare it.
1615
1616 2007-09-06  Jakub Jelinek  <jakub@redhat.com>
1617
1618         * decl.c (duplicate_decls): Set TREE_NOTHROW on __builtin_XX
1619         decl if a prototype for XX is provided with throw().
1620
1621         PR c++/33289
1622         * decl.c (builtin_function_1): Set DECL_ANTICIPATED also
1623         on __*_chk non-__builtin_* decls.
1624
1625 2007-09-05  Paolo Carlini  <pcarlini@suse.de>
1626
1627         PR c++/30302
1628         * semantics.c (finish_id_expression): Use context_for_name_lookup
1629         insted of DECL_CONTEXT, to see through anonymous structs and unions.
1630         * class.c (finish_struct_anon): Deal correctly with anonymous
1631         structs (vs unions, as GNU extension) in error messages.
1632
1633 2007-09-05  Jan Hubicka  <jh@suse.cz>
1634
1635         * cp/sematics.c (expand_body): Remove unnecesary import_export_decl
1636         call, DECL_EXTERNAL checks and current_function_decl saving.
1637
1638 2007-09-05  Paolo Carlini  <pcarlini@suse.de>
1639
1640         PR c++/29731 (again)
1641         * parser.c (cp_parser_primary_expression): Return error_mark_node
1642         when a statement-expression is found in a template-argument list.
1643
1644 2007-09-04  Jason Merrill  <jason@redhat.com>
1645
1646         * except.c (initialize_handler_parm): Use
1647         fold_build_cleanup_point_expr.
1648
1649         PR c++/31419
1650         * call.c (reference_binding): Don't look for user-defined conversions
1651         to the same type.
1652
1653         PR c++/31411
1654         * except.c (initialize_handler_parm): Put a CLEANUP_POINT_EXPR inside
1655         the MUST_NOT_THROW_EXPR.
1656
1657 2007-09-04  Richard Sandiford  <richard@codesourcery.com>
1658
1659         * decl.c (cp_finish_decl): Call determine_visibility before
1660         make_rtl_for_nonlocal_decl.
1661
1662 2007-09-04  Jason Merrill  <jason@redhat.com>
1663
1664         PR c++/14032
1665         * pt.c (most_specialized_class): Substitute outer template
1666         arguments into the arguments of a member template partial
1667         specialization.
1668         (strip_innermost_template_args): New fn.
1669
1670 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
1671
1672         * Make-lang.in (g++spec.o): Remove SHLIB_MULTILIB.
1673
1674 2007-09-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1675
1676         * call.c (name_as_c_string): Supply a TYPE for CONST_CAST.
1677         * decl.c (cp_make_fname_decl): Likewise,
1678         * parser.c (cp_parser_string_literal): Likewise,
1679         * tree.c (pod_type_p, zero_init_p): Use CONST_CAST_TREE.
1680         * typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
1681         Likewise,
1682
1683 2007-09-02  Paolo Carlini  <pcarlini@suse.de>
1684
1685         PR c++/33208
1686         * typeck.c (build_unary_op): Fix error message for
1687         Boolean expression as operand to operator--.
1688
1689 2007-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1690
1691         * tree.c (pod_type_p, zero_init_p): Use strip_array_types.
1692         * typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
1693         Likewise.
1694
1695 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1696
1697         PR c++/32597
1698         * init.c (build_default_init): Make extern.
1699         * cp-tree.h (build_default_init): Declare here.
1700         * pt.c (tsubst_expr): When the instantiation of the initializer of
1701         a variable results in an empty list, default-initialize the
1702         variable.
1703         (tsubst_copy_and_build): When the instantiation of the initializer
1704         in a new expression results in an empty initializer list,
1705         default-initialize it.
1706
1707 2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>
1708
1709         * mangle.c (write_type): Change mangling of rvalue reference from
1710         `RR' to `O'. 
1711
1712 2007-08-31  Jakub Jelinek  <jakub@redhat.com>
1713
1714         * decl.c (duplicate_decls): Remove duplicated line.
1715
1716 2007-08-31  Paolo Carlini  <pcarlini@suse.de>
1717
1718         PR c++/33210
1719         * cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with
1720         BOUND_TEMPLATE_TEMPLATE_PARM.
1721
1722 2007-08-31  Paolo Carlini  <pcarlini@suse.de>
1723
1724         PR c++/32113
1725         * search.c (lookup_member): Check the name argument for
1726         error_mark_node.
1727
1728 2007-08-31  Paolo Carlini  <pcarlini@suse.de>
1729
1730         PR c++/33212
1731         * parser.c (cp_parser_trait_expr): Check rerurn value of
1732         cp_parser_type_id.
1733
1734 2007-08-30  Ollie Wild  <aaw@google.com>
1735
1736         * cvt.c (cp_convert_to_pointer): Remove force parameter. Call
1737         convert_ptrmem for pointer to member conversions.
1738         (convert_to_pointer_force): Update cp_convert_to_pointer call.
1739         (ocp_convert): Update cp_convert_to_pointer call.
1740         * typeck.c (convert_ptrmem): Add conditional for null pointers to
1741         members.
1742         (build_static_cast_1): Check can_convert for conversions in either
1743         direction.
1744         (get_delta_difference_1): New function.
1745         (get_delta_difference): Refactor to call get_delta_difference_1.
1746
1747 2007-08-30  Jakub Jelinek  <jakub@redhat.com>
1748
1749         * decl.c (start_preparsed_function): Set
1750         DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
1751
1752 2007-08-28  Paolo Carlini  <pcarlini@suse.de>
1753
1754         PR c++/33209
1755         * error.c (dump_expr): Deal with TEMPLATE_TYPE_PARM and
1756         BOUND_TEMPLATE_TEMPLATE_PARM.
1757
1758 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
1759
1760         PR c++/32596
1761         PR c++/32400
1762         * pt.c (check_explicit_specialization): Set DECL_INTERFACE_KNOWN
1763         and DECL_NOT_REALLY_EXTERN if tmpl_func is not public.
1764
1765 2007-08-27  Jason Merrill  <jason@redhat.com>
1766
1767         PR c++/29000
1768         * pt.c (build_non_dependent_expr, type_dependent_expression_p): 
1769         Look inside STMT_EXPR.
1770         * semantics.c (stmt_expr_value_expr): New fn.
1771         * cp-tree.h: Declare it.
1772
1773         PR c++/28558
1774         * decl.c (groktypename): Ignore attributes applied to class type.
1775
1776 2007-08-28  Richard Guenther  <rguenther@suse.de>
1777
1778         * decl.c (duplicate_decls): Merge DECL_DISREGARD_INLINE_LIMITS.
1779
1780 2007-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1781         
1782         * error.c (dump_expr): Handle COMPLEX_CST.
1783         * cxx-pretty-print.c (pp_cxx_primary_expression): Likewise.
1784         (pp_cxx_expression): Likewise.
1785
1786 2007-08-27  Alexandre Oliva  <aoliva@redhat.com>
1787
1788         * decl.c (GNU_INLINE_P): New.
1789         (duplicate_decls): Handle gnu_inline.  Merge attributes and
1790         some flags in overriding definitions.
1791         (redeclaration_error_message): Handle gnu_inline.
1792         (start_preparsed_function): Likewise.
1793
1794 2007-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1795
1796         * call.c (sufficient_parms_p): Constify.
1797         * class.c (same_signature_p): Likewise.
1798         * cp-gimplify.c (is_invisiref_parm,
1799         cxx_omp_privatize_by_reference): Likewise.
1800         * cp-objcp-common.c (has_c_linkage): Likewise.
1801         * cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK,
1802         sufficient_parms_p, same_signature_p, copy_fn_p, move_fn_p,
1803         grok_ctor_properties, nothrow_libfn_p, skip_artificial_parms_for,
1804         num_artificial_parms_for, comp_template_parms,
1805         template_parameter_pack_p, any_dependent_template_arguments_p,
1806         any_type_dependent_arguments_p, any_value_dependent_elements_p,
1807         repo_export_class_p, cxx_omp_privatize_by_reference, pod_type_p,
1808         zero_init_p, member_p, cp_lvalue_kind,
1809         builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
1810         varargs_function_p, is_dummy_object, special_function_kind,
1811         string_conv_p, type_unknown_p, comp_except_specs, compparms,
1812         comp_cv_qualification, is_bitfield_expr_with_lowered_type,
1813         unlowered_expr_type, ptr_reasonably_similar, cp_type_readonly,
1814         cp_has_mutable_p, at_least_as_qualified_p,
1815         invalid_nonstatic_memfn_p, lvalue_or_else, lvalue_p): Likewise.
1816         * decl.c (copy_fn_p, move_fn_p, grok_ctor_properties): Likewise.
1817         * except.c (nothrow_libfn_p): Likewise.
1818         * method.c (skip_artificial_parms_for, num_artificial_parms_for):
1819         Likewise.
1820         * pt.c (comp_template_parms, template_parameter_pack_p,
1821         any_type_dependent_arguments_p, any_value_dependent_elements_p,
1822         any_dependent_template_arguments_p): Likewise.
1823         * repo.c (repo_export_class_p): Likewise.
1824         * semantics.c (anon_aggr_type_p): Likewise.
1825         * tree.c (lvalue_p_1, real_lvalue_p, lvalue_p,
1826         builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
1827         varargs_function_p, member_p, is_dummy_object, pod_type_p,
1828         zero_init_p, special_function_p): Likewise.
1829         * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
1830         comp_array_types, at_least_as_qualified_p, comp_cv_qualification,
1831         compparms, invalid_nonstatic_memfn_p,
1832         is_bitfield_expr_with_lowered_type, unlowered_expr_type,
1833         string_conv_p, ptr_reasonably_similar, cp_type_readonly,
1834         cp_has_mutable_p, lvalue_or_else): Likewise.
1835
1836 2007-08-25  Paolo Bonzini  <bonzini@gnu.org>
1837
1838         * decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
1839         * cp-objcp-common.c (cp_tree_size): Ditto.
1840         * tree.c (cp_walk_subtrees): Ditto
1841         * cp-tree.def (TINST_LEVEL): Go away.
1842         * cp-tree.h (struct tinst_level_s): Rename to struct tinst_level,
1843         move together with other non-tree structs.
1844         (enum cp_tree_node_structure_enum): Nuke TS_CP_TINST_LEVEL.
1845         (union lang_tree_node): Eliminate tinst_level field.
1846         (TINST_DECL, TINST_LOCATION, TINST_IN_SYSTEM_HEADER_P): Annihilate.
1847         (current_instantiation, outermost_tinst_level): Return
1848         a "struct tinst_level *".
1849
1850         * error.c (print_instantiation_partial_context): Change second
1851         parameter to a "struct tinst_level *".  Replace accessor macros
1852         with field access.
1853         (print_instantiation_full_context): Likewise.
1854         * lex.c (in_main_input_context): Likewise.
1855
1856         * pt.c (struct pending_templates): New.
1857         (pending_templates, last_pending_template): Use it as a type.
1858         (current_tinst_level): Change typo to "struct tinst_level *"
1859         (reopen_tinst_level): Accept "struct tinst_level *", return decl.
1860         (add_pending_template): Construct a "struct pending_template".
1861         Replace TINST_LEVEL accessor macros with field access.
1862         (push_tinst_level): Likewise, using GGC_NEW instead of make_node.
1863         (pop_tinst_level): Likewise.
1864         (instantiate_pending_templates): Likewise.  Factor common code used
1865         when an instantiation has been done.
1866         (outermost_tinst_level): Replace tree_last with loop.
1867         (current_instantiation): Return a "struct tinst_level *".
1868
1869 2007-08-24  Ollie Wild  <aaw@google.com>
1870
1871         * name-lookup.c (add_decl_to_level): Remove addition to vtables chain.
1872         * name-lookup.h (cp_binding_level): Remove vtables member.
1873
1874 2007-08-24  Richard Guenther  <rguenther@suse.de>
1875
1876         * tree.c (cp_cannot_inline_tree_fn): Remove.
1877         * cp-tree.h (cp_cannot_inline_tree_fn): Likewise.
1878         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN):
1879         Remove define.
1880
1881 2007-08-24  Jakub Jelinek  <jakub@redhat.com>
1882
1883         PR c++/32567
1884         * typeck.c (build_unary_op) <case PREINCREMENT_EXPR>: Return
1885         error_mark_node right away if build_expr_type_conversion
1886         returned it.
1887
1888         PR c++/32898
1889         * name-lookup.c (set_decl_namespace): lookup_qualified_name failure
1890         is error_mark_node rather than NULL_TREE.
1891         * pt.c (check_explicit_specialization): Likewise.
1892
1893         PR c++/31941
1894         * error.c (resolve_virtual_fun_from_obj_type_ref): Handle
1895         TARGET_VTABLE_USES_DESCRIPTORS targets properly.
1896
1897 2007-08-22  Jason Merrill  <jason@redhat.com>
1898
1899         PR c++/29365
1900         * pt.c (outermost_tinst_level): New function.
1901         * lex.c (in_main_input_context): New function.
1902         * cp-tree.h: Declare it.
1903         * decl2.c (constrain_class_visibility): Use it to avoid warning
1904         about uses of the anonymous namespace in the main input file.
1905
1906 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
1907
1908         * init.c (build_new_1): Use get_target_expr instead of save_expr.
1909
1910 2007-08-20  Pawel Sikora  <pluto@pld-linux.org>
1911
1912         PR c++/7302
1913         * class.c (finish_struct_1): Warn when a class has virtual
1914         functions and accessible non-virtual destructor.
1915
1916 2007-08-20  Richard Guenther  <rguenther@suse.de>
1917
1918         PR c++/22369
1919         PR c++/22451
1920         * call.c (build_new_method_call): Convert initializer to
1921         the basetype.
1922         * init.c (build_aggr_init): Do not fiddle with types.
1923         (build_vec_delete_1): Use correct type for POINTER_PLUS_EXPR.
1924         * except.c (build_throw): Do not drop qualifiers for the
1925         pointer type.
1926         * typeck.c (get_member_function_from_ptrfunc): Do not
1927         fiddle with types, instead convert.
1928         (build_ptrmemfunc1): Convert to the target type for
1929         initialization.
1930         (gfc_trans_allocate): Convert result to target type.
1931         * cp-objcp-common.c (cxx_get_alias_set): Pointers to
1932         pointer-to-member structures shall have alias set zero as well.
1933
1934 2007-08-20  Richard Guenther  <rguenther@suse.de>
1935
1936         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P):
1937         Remove.
1938         * cp-tree.h (cp_auto_var_in_fn_p): Remove.
1939         (nonstatic_local_decl_p): Likewise.
1940         * tree.c (cp_auto_var_in_fn_p): Remove.
1941         * decl.c (nonstatic_local_decl_p): Remove.
1942
1943 2007-08-20  Richard Guenther  <rguenther@suse.de>
1944
1945         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_WALK_SUBTREES):
1946         Remove define.
1947         * tree.h (cp_walk_tree): New define to walk_tree_1 with
1948         cp_walk_subtrees lh parameter.
1949         (cp_walk_tree_without_duplicates): New define to
1950         walk_tree_without_duplicates_1 with cp_walk_subtrees lh parameter.
1951         * tree.c (count_trees): Call
1952         cp_walk_tree_without_duplicates.
1953         (verify_stmt_tree): Call cp_walk_tree.
1954         (break_out_target_exprs): Likewise.
1955         (WALK_SUBTREE): Likewise.
1956         * cp-gimplify.c (cp_genericize): Likewise.
1957         * cp-pt.c (find_parameter_packs_r): Likewise.
1958         (uses_parameter_packs): Likewise.
1959         (make_pack_expansion): Likewise.
1960         (check_for_bare_parameter_packs): Likewise.
1961         (for_each_template_parm): Likewise.
1962         * decl.c (check_default_argument): Call
1963         cp_walk_tree_without_duplicates.
1964         * except.c (build_throw): Likewise.
1965         * decl2.c (type_visibility): Likewise.
1966         * semantics.c (expand_or_defer_fn): Likewise.
1967         (finalize_nrv): Call cp_walk_tree.
1968
1969 2007-08-20  Jakub Jelinek  <jakub@redhat.com>
1970
1971         PR c++/33025
1972         * init.c (build_new_1): Rename placement_var variable to placement_expr.
1973         Initialize it with save_expr rather than get_temp_regvar.
1974
1975 2007-08-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1976
1977         PR c++/28989
1978         * tree.c (lvalue_p_1 <case SAVE_EXPR>): SAVE_EXPRs are never
1979         lvalues.
1980
1981 2007-08-17  Ollie Wild  <aaw@google.com>
1982
1983         PR c++/31749
1984         * name-lookup.c (do_nonmember_using_decl): Shift implicit type
1985         declarations into appropriate slots for comparison.  Fix type
1986         comparison.
1987
1988 2007-08-17  Paolo Carlini  <pcarlini@suse.de>
1989
1990         PR c++/32112
1991         * error.c (dump_decl): Deal with UNBOUND_CLASS_TEMPLATE.
1992         * cxx-pretty-print.c (pp_cxx_unqualified_id): Likewise.
1993
1994 2007-08-17  Paolo Carlini  <pcarlini@suse.de>
1995
1996         PR c++/32870
1997         * parser.c (cp_parser_class_head): Improve error message.
1998
1999 2007-08-16  Seongbae Park  <seongbae.park@gmail.com>
2000
2001         * pt.c (instantiate_decl): Set input_location
2002         for the function end.
2003
2004 2007-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2005
2006         * cp-objcp-common.c (cxx_warn_unused_global_decl, cp_expr_size):
2007         Constify.
2008         * cp-tree.h (local_variable_p, nonstatic_local_decl_p,
2009         class_tmpl_impl_spec_p, cp_auto_var_in_fn_p, cp_type_quals,
2010         cxx_incomplete_type_diagnostic, cxx_incomplete_type_error,
2011         cxx_warn_unused_global_decl, cp_expr_size): Likewise.
2012         * decl.c (local_variable_p, nonstatic_local_decl_p): Likewise.
2013         * tree.c (class_tmpl_impl_spec_p, cp_auto_var_in_fn_p): Likewise.
2014         * typeck.c (cp_type_quals): Likewise.
2015         * typeck2.c (cxx_incomplete_type_diagnostic,
2016         cxx_incomplete_type_error): Likewise.
2017
2018 2007-08-16  Paolo Carlini  <pcarlini@suse.de>
2019
2020         PR c++/31132
2021         * pt.c (tsubst_friend_function): When check_classfn
2022         returns error_mark_node likewise return it.
2023
2024 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
2025
2026         PR c++/32992
2027         * typeck.c (check_return_expr): Don't NRV optimize vars in
2028         anonymous unions.
2029         * decl.c (finish_function): Comment fix.
2030
2031 2007-08-15  Paolo Carlini  <pcarlini@suse.de>
2032
2033         PR c++/33035
2034         * pt.c (push_template_decl_real): Depending on TYPE_P
2035         use either TYPE_CONTEXT or DECL_CONTEXT.
2036
2037 2007-08-14  Mark Mitchell  <mark@codesourcery.com>
2038
2039         * semantics.c (finish_omp_clauses): Strip a NOP_EXPR if
2040         constructors and destructors return this.
2041
2042 2007-08-14  Paolo Carlini  <pcarlini@suse.de>
2043
2044         PR c++/27211
2045         * decl2.c (check_classfn): Return error_mark_node in case of error;
2046         in that case, do not call add_method.
2047         * decl.c (start_decl): Deal with check_classfn returning
2048         error_mark_node.
2049         (grokfndecl): Likewise.
2050         * pt.c (tsubst_friend_function): Likewise.
2051
2052 2007-08-14  Andrew Pinski  <pinskia@gmail.com>
2053
2054         PR c++/30428
2055         * typeck.c (build_binary_op): Disallow vector float types with
2056         BIT_IOR_EXPR, BIT_AND_EXPR, and BIT_XOR_EXPR.
2057
2058 2007-08-11  Ian Lance Taylor  <iant@google.com>
2059
2060         * cp-objcp-common.c (cxx_get_alias_set): Change return type to
2061         alias_set_type.
2062         * cp/cp-tree.h (cxx_get_alias_set): Update declaration.
2063
2064 2007-08-10  Ollie Wild  <aaw@google.com>
2065
2066         * name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous
2067         type lookups.
2068         (ambiguous_decl): Construct tree of ambiguous types.  Remove extaneous
2069         function parameter.
2070         (unqualified_namespace_lookup): Fix ambiguous_decl call.
2071         (lookup_using_namespace): Fix ambiguous_decl call.
2072         (qualified_lookup_using_namespace): Fix ambiguous_decl call.
2073
2074 2007-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2075
2076         * call.c (name_as_c_string): Use CONST_CAST.
2077         * decl.c (build_decl): Likewise.
2078         * parser.c (cp_parser_string_literal): Likewise.
2079
2080 2007-08-10  Paolo Carlini  <pcarlini@suse.de>
2081
2082         PR c++/17763
2083         * error.c (dump_expr): Consistently use the *_cxx_*
2084         variants of the pretty-print functions.
2085
2086 2007-08-10  Paolo Carlini  <pcarlini@suse.de>
2087
2088         PR c++/22256
2089         * decl.c (check_special_function_return_type): Just error
2090         on return type specified for conversion operator.
2091
2092 2007-08-09  Daniel Berlin  <dberlin@dberlin.org>
2093
2094         * typeck2.c (readonly_error): Handle general expressions.
2095         * error.c (dump_expr): Handle POINTER_PLUS_EXPR
2096
2097 2007-08-06  Dan Hipschman  <dsh@google.com>
2098
2099         * method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to
2100         access function name.
2101
2102 2007-08-04  Alfred Minarik  <a.minarik@aon.at>
2103
2104         PR pch/13676
2105         * lang-specs.h: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
2106         * g++spec.c (lang_specific_driver): Check them.
2107
2108 2007-08-06  Paolo Carlini  <pcarlini@suse.de>
2109
2110         PR c++/19532
2111         * pt.c (inline_needs_template_parms): Fix comment; change return type
2112         to bool.
2113
2114 2007-08-05  Volker Reichelt  <v.reichelt@netcologne.de>
2115
2116         Revert:
2117         2007-03-26  Dirk Mueller  <dmueller@suse.de>
2118
2119         * parser.c (cp_parser_member_declaration): Pedwarn
2120         about stray semicolons after member declarations.
2121
2122 2007-08-02  Lee Millward  <lee.millward@gmail.com>
2123
2124         PR c++/30849
2125         PR c++/30850
2126         PR c++/30851
2127         * parser.c (cp_parser_asm_definition): Detect and discard asm
2128         statements with invalid inputs or outputs.
2129         (cp_parser_asm_operand_list): Return error mark node if any
2130         of the operands are invalid. Adjust documentation.
2131         
2132 2007-08-02  Nick Clifton  <nickc@redhat.com>
2133
2134         * typeck.c: Change copyright header to refer to version 3 of the
2135         GNU General Public License and to point readers at the COPYING3
2136         file and the FSF's license web page.
2137         * optimize.c, lang-specs.h, init.c, class.c, repo.c, decl.c,
2138         config-lang.in, cp-tree.def, call.c, decl.h, ptree.c,
2139         Make-lang.in, method.c, rtti.c, cp-objcp-common.c, g++spec.c,
2140         cp-objcp-common.h, except.c, error.c, operators.def, cvt.c,
2141         tree.c, mangle.c, cp-tree.h, dump.c, search.c, friend.c, expr.c,
2142         cp-gimplify.c, cxx-pretty-print.c, cp-lang.c, typeck2.c, pt.c,
2143         cxx-pretty-print.h, semantics.c, name-lookup.c, lex.c, decl2.c,
2144         name-lookup.h, parser.c: Likewise.
2145
2146 2007-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2147
2148         PR middle-end/32668
2149         * call.c (magic_varargs_p): Honor the "type generic" attribute.
2150
2151 2007-07-30  Paolo Carlini  <pcarlini@suse.de>
2152
2153         PR c++/32108
2154         * semantics.c (finish_label_stmt): Reject the __label__
2155         extension outside function scopes.
2156
2157 2007-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2158
2159         * parser.c (eof_token): Un-constify.
2160         (cp_lexer_new_main, cp_lexer_new_from_tokens, VEC_alloc,
2161         cp_lexer_consume_token, cp_lexer_purge_token): Remove spurious
2162         casts.
2163
2164 2007-07-28  Kazu Hirata  <kazu@codesourcery.com>
2165
2166         * pt.c, tree.c, typeck2.c: Fix comment typos.
2167
2168 2007-07-28  Simon Martin  <simartin@users.sourceforge.net>
2169             Mark Mitchell  <mark@codesourcery.com>
2170
2171         PR c++/30917
2172         * name-lookup.c (lookup_name_real): Non namespace-scope bindings can be
2173         hidden due to friend declarations in local classes.
2174
2175 2007-07-27  Douglas Gregor  <doug.gregor@gmail.com>
2176
2177         * typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.
2178         * cp-tree.def (DECLTYPE_TYPE): New.
2179         * error.c (dump_type): Dump DECLTYPE_TYPE nodes.
2180         (dump_type_prefix): Ditto.
2181         (dump_type_suffix): Ditto.
2182         * tree.c (DECLTYPE_TYPE): Walk DECLTYPE_TYPE nodes.
2183         * mangle.c (write_type): Handle DECLTYPE_TYPE.
2184         * cp-tree.h (IS_AGGR_TYPE): DECLTYPE_TYPE nodes can be aggregate
2185         types.
2186         (DECLTYPE_TYPE_EXPR): New.
2187         (DECLTYPE_TYPE_ID_EXPR_OR_MEMBER_ACCESS_P): New.
2188         (finish_declared_type): Declare.
2189         * cxx-pretty-print.c (pp_cxx_type_specifier_seq): Print
2190         DECLTYPE_TYPE nodes.
2191         (pp_cxx_type_id): Ditto.
2192         * pt.c (for_each_template_parm_r): Walk DECLTYPE_TYPE children.
2193         (tsubst): Substitute into a DECLTYPE_TYPE node.
2194         (tsubst_copy): Ditto.
2195         (unify): Cannot deduce anything from TYPEOF_TYPE or DECLTYPE_TYPE
2196         nodes.
2197         (dependent_type_p_r): DECLTYPE_TYPE types are always dependent.
2198         * semantics.c (finish_typeof): TYPEOF_TYPE types need to use
2199         structural equality (because we can't hash the expressions).
2200         (finish_declared_type): New.
2201         * lex.c (reswords): Add "decltype" keyword.
2202         * parser.c cp_lexer_next_token_is_decl_specifier_keyword
2203         (cp_parser_postfix_expression): Add member_access_only_p to
2204         restrict postfix expression to member access expressions.
2205         (cp_parser_unary_expression): Update call to
2206         cp_parser_postfix_expression to reflect new parameter.
2207         (cp_parser_declared_type): New.
2208         (cp_parser_simple_type_specifier): Parse decltype types.
2209
2210 2007-07-27  Mark Mitchell  <mark@codesourcery.com>
2211
2212         PR c++/32346
2213         * call.c (convert_for_arg_passing): Only widen bitfields to their
2214         declared types if necessary.
2215
2216 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2217
2218         * parser.c (cp_parser_string_literal, cp_parser_sizeof_operand):
2219         Constify.
2220
2221 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2222
2223         * decl.c (typename_hash, typename_compare): Constify.
2224         * mangle.c (hash_type, compare_type): Likewise.
2225         * pt.c (eq_local_specializations, hash_local_specialization):
2226         Likewise.
2227         * tree.c (cplus_array_hash, cplus_array_compare, list_hash_eq,
2228         list_hash): Likewise.
2229         * typeck2.c (pat_compare): Likewise.
2230
2231 2007-07-24  Nathan Sidwell  <nathan@codesourcery.com>
2232
2233         * method.c (implicitly_declare_fn): Increase alignment if member
2234         function pointer format requires it.
2235
2236 2007-07-24  Paolo Carlini  <pcarlini@suse.de>
2237
2238         PR c++/29001
2239         * typeck.c (check_return_expr): Do not pass a null argument
2240         to null_ptr_cst_p.
2241
2242 2007-07-24  Paolo Carlini  <pcarlini@suse.de>
2243
2244         PR c++/32561
2245         * decl.c (redeclaration_error_message): Call DECL_ANON_UNION_VAR_P
2246         only on VAR_DECL.
2247
2248 2007-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2249
2250         PR c++/32839
2251         * typeck.c (convert_arguments): Only use default args if we have
2252         a function decl.
2253
2254         PR c++/30818
2255         * typeck.c (structural_comptypes): No need to check
2256         resolve_typename_type return value here.
2257         * cp-tree.h (TYPENAME_IS_RESOLVING_P): New.
2258         * pt.c (resolve_typename_type): Follow typename typedefs.  Return
2259         original type rather than error_mark_node in case of failure.
2260         * parser.c (cp_parser_nested_name_specifier_opt): Adjust
2261         resolve_typename_type result check.
2262         (cp_parser_direct_declarator, cp_parser_head,
2263         cp_parser_constructor_declarator_p): Likewise.
2264
2265 2007-07-12  Kazu Hirata  <kazu@codesourcery.com>
2266
2267         * pt.c (template_parms_variadic_p): Remove.
2268         * cp-tree.h: Remove the prototype for template_parms_variadic_p.
2269
2270 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
2271
2272         PR c++/30854
2273         * error.c (dump_expr) <case AGGR_INIT_EXPR>: Pass true as last
2274         argument to dump_aggr_init_expr_args instead of false.
2275
2276 2007-07-11  Douglas Gregor  <doug.gregor@gmail.com>
2277
2278         * typeck.c (comptypes): When USE_CANONICAL_TYPES, use the
2279         canonical types; otherwise, fall back to structural type
2280         comparisons. If ENABLE_CHECKING and USE_CANONICAL_TYPES, give an
2281         internal compiler error if the canonical types are wrong.
2282         
2283 2007-07-11  Paolo Carlini  <pcarlini@suse.de>
2284
2285         PR c++/32560
2286         * parser.c (cp_parser_make_indirect_declarator): When the
2287         the code argument is ERROR_MARK return cp_error_declarator.
2288
2289 2007-07-09  Geoffrey Keating  <geoffk@apple.com>
2290
2291         PR 32617
2292         * decl.c (cxx_init_decl_processing): Don't set
2293         force_align_functions_log.
2294         (grokfndecl): Honour ptrmemfunc_vbit_in_pfn.
2295         * typeck.c (cxx_alignof_expr): When alignof is used on a plain
2296         FUNCTION_DECL, return its alignment.
2297
2298 2007-07-09  Richard Guenther  <rguenther@suse.de>
2299
2300         * decl.c (start_preparsed_function): Do not promote return type.
2301
2302 2007-07-08  Paolo Carlini  <pcarlini@suse.de>
2303
2304         PR c++/30535
2305         * pt.c (unify): Never pass error_mark_node to template_decl_level.
2306
2307 2007-07-07  Mark Mitchell  <mark@codesourcery.com>
2308
2309         PR c++/32232
2310         * pt.c (resolve_overloaded_unification): Robustify.  Return a
2311         bool, not an int.
2312         (type_unification_real): Adjust accordingly.
2313
2314 2007-07-06  Richard Guenther  <rguenther@suse.de>
2315
2316         * init.c (build_new_1): Use the correct pointer type.
2317         * typeck2.c (build_m_component_ref): Likewise.
2318
2319 2007-07-05  Mark Mitchell  <mark@codesourcery.com>
2320
2321         PR c++/32245
2322         * init.c (build_zero_init): Always build an initializer for
2323         non-static storage.
2324         * typeck2.c (build_functional_cast): Use build_zero_init.
2325
2326         PR c++/32251
2327         * init.c (build_new_1): Always pass the allocation function to
2328         build_op_delete_call.
2329         * call.c (build_op_delete_call): Handle operator delete with a
2330         variable-argument list.  Do not issue an error when no matching
2331         deallocation function is available for a new operator.
2332
2333         PR c++/31992
2334         * cp-tree.h (any_value_dependent_elements_p): Declare it.
2335         * decl.c (value_dependent_init_p): New function.
2336         (cp_finish_decl): Use it.
2337         * pt.c (value_dependent_expression_p): Use
2338         any_value_dependent_elements_p.
2339         * parser.c (cp_parser_primary_expression): Add comment about
2340         treating dependent qualified names as integral
2341         constant-expressions.
2342
2343 2007-07-04  Douglas Gregor  <doug.gregor@gmail.com>
2344
2345         * decl.c (build_ptrmemfunc_type): Always use structural equality
2346         tests when comparing pointer-to-member-function types, because the
2347         handling of TYPE_GET_PTRMEMFUNC_TYPE currently defeats canonical
2348         types.
2349         
2350 2007-07-03  Mark Mitchell  <mark@codesourcery.com>
2351
2352         * init.c (build_new): Tweak comment.
2353
2354 2007-06-29  Dave Brolley  <brolley@redhat.com>
2355
2356         PR c++/31743
2357         * parser.c (cp_parser_new_type_id): Don't reduce a named array
2358         type to its base type and number of elements here.
2359         * init.c (build_new): Call complete_type_or_else to ensure that the
2360         type is complete and to issue a diagnostic if it is not.
2361         (build_new_1): Don't call complete_type_or_else here.
2362
2363 2007-07-03  Richard Guenther  <rguenther@suse.de>
2364
2365         PR c++/32609
2366         * class.c (fixed_type_or_null): Re-lookup the hashtable slot
2367         after recursing.
2368
2369 2007-07-02  Simon Baldwin  <simonb@google.com>
2370
2371         * parser.c (cp_parser_elaborated_type_specifier): Added a warning
2372         for inner-style nested forward declarations that don't declare
2373         anything useful.
2374
2375 2007-07-02  Jakub Jelinek  <jakub@redhat.com>
2376
2377         PR c++/31748
2378         * semantics.c (finish_omp_clauses): Use %qD instead of %qE for
2379         DECL_P in not a variable and appears more than once error messages.
2380
2381 2007-07-01  Ollie Wild  <aaw@google.com>
2382
2383         * name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.
2384         (select_decl): Remove function.
2385         (unqualified_namespace_lookup): Populate binding by calling
2386         ambiguous_decl.  Remove select_decl call.
2387         (lookup_qualified_name): Remove select_decl call.
2388         * decl.c (lookup_and_check_tag): Check for ambiguous references.
2389         * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error
2390         generation when name lookup is ambiguous.
2391
2392 2007-06-29  Douglas Gregor  <doug.gregor@gmail.com>
2393
2394         PR c++/31724
2395         * init.c (build_new_1): Use structural equality on the copy of the
2396         array type.
2397
2398 2007-06-28  Geoffrey Keating  <geoffk@apple.com>
2399
2400         * decl2.c (determine_visibility): Implement
2401         flag_visibility_ms_compat effect on type info.
2402         * decl.c (cxx_init_decl_processing): Implement
2403         global effect of flag_visibility_ms_compat.
2404
2405 2007-06-28  Geoffrey Keating  <geoffk@apple.com>
2406
2407         * decl2.c (start_objects): Mark constructor-running function
2408         as artificial.
2409
2410 2007-06-26  Simon Martin  <simartin@users.sourceforge.net>
2411
2412         PR c++/32111
2413         * decl.c (grokdeclarator): Reset friendp for member functions declared
2414         friend of their own class.
2415
2416 2007-06-23  Mark Mitchell  <mark@codesourcery.com>
2417
2418         * decl2.c (determine_visibility): Don't look for dllexport here.
2419         (determine_visibility_from_class): Tidy.
2420
2421 2007-06-18  Simon Baldwin <simonb@google.com>
2422
2423         PR c++/31923
2424         * parser.c (cp_parser_single_declaration): Added check for storage
2425         class other than sc_none in parsed declaration, and a flag to indicate
2426         if the call is part of an explicit template specialization parse.
2427         * (cp_parser_explicit_specialization): Specialization check flag added
2428         to call to cp_parser_single_declaration(), set true.
2429         * (cp_parser_template_declaration_after_export): Specialization check
2430         flag added to call to cp_parser_single_declaration(), set false.
2431         * pt.c (check_explicit_specialization): Added code to copy visiblity
2432         and linkage from the templated function to the explicit specialization.
2433
2434 2007-06-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2435
2436         * typeck.c (build_binary_op): For templates build the
2437         expression in pieces to avoid the assert in build2_stat.
2438         (get_member_function_from_ptrfunc):
2439         Change over to using POINTER_PLUS_EXPR and convert
2440         the second operand to sizetype.
2441         * typeck2.c (build_m_component_ref):  Likewise.
2442         * init.c (expand_virtual_init): Create a POINTER_PLUS_EXPR
2443         instead of PLUS_EXPR for pointers.
2444         (build_new_1): Likewise.
2445         (build_vec_delete_1): Likewise.
2446         (build_vec_delete): Likewise.
2447         * class.c (build_base_path): Likewise.
2448         (build_base_path): Likewise.
2449         (convert_to_base_statically): Likewise.
2450         (fixed_type_or_null): Handle POINTER_PLUS_EXPR.
2451         (get_vtbl_decl_for_binfo): Handle POINTER_PLUS_EXPR
2452         instead of PLUS_EXPR.
2453         (dfs_accumulate_vtbl_inits): Create a POINTER_PLUS_EXPR
2454         instead of PLUS_EXPR for pointers.
2455         * call.c (build_special_member_call): Likewise.
2456         * rtti.c (build_headof): Likewise.
2457         Use sizetype instead of ptrdiff_type_node.
2458         (tinfo_base_init): Create a POINTER_PLUS_EXPR
2459         instead of PLUS_EXPR for pointers.
2460         * except.c (expand_start_catch_block):  Do a
2461         NEGATIVE and then a POINTER_PLUS_EXPR instead
2462         of a MINUS_EXPR.
2463         * cp-gimplify.c (cxx_omp_clause_apply_fn): Convert
2464         PLUS_EXPR on pointer types over to use
2465         POINTER_PLUS_EXPR and remove the conversion
2466         to the pointer types.
2467         * method.c (thunk_adjust): Use POINTER_PLUS_EXPR for
2468         adding to a pointer type. Use size_int instead of
2469         ssize_int. Convert the index to sizetype before
2470         adding it to the pointer.
2471
2472 2007-06-15  Mark Mitchell  <mark@codesourcery.com>
2473
2474         * cp-tree.h (DECL_VAR_MARKED_P): Remove.
2475         (DECL_ANON_UNION_VAR_P): New macro.
2476         * class.c (fixed_type_or_null): Tidy.  Use a hash table, rather
2477         than DECL_VAR_MARKED_P, to keep track of which variables we have
2478         seen.
2479         * decl.c (redeclaration_error_message): Complain about redeclaring
2480         anonymous union members at namespace scope.
2481         * decl2.c (build_anon_union_vars): Set DECL_ANON_UNION_VAR_P.
2482
2483 2007-06-14  Geoff Keating  <geoffk@apple.com>
2484
2485         * decl2.c (determine_visibility): Ensure that functions with
2486         hidden types as parameters are hidden.
2487
2488         PR 31093
2489         * decl2.c (determine_visibility): Remove duplicate code for
2490         handling type info.
2491
2492 2007-06-12  Ian Lance Taylor  <iant@google.com>
2493
2494         PR libstdc++/29286
2495         * init.c (avoid_placement_new_aliasing): New static function.
2496         (build_new_1): Call it.
2497
2498 2007-06-11  Rafael Avila de Espindola  <espindola@google.com>
2499
2500         * cp-objcp-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
2501         (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
2502
2503 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
2504
2505         PR c++/32177
2506         * semantics.c (finish_omp_for): Call fold_build_cleanup_point_expr
2507         on init, the non-decl cond operand and increment value.
2508
2509 2007-06-07  Simon Martin  <simartin@users.sourceforge.net>
2510
2511         PR c++/30759
2512         * decl.c (check_initializer): Report an error when a brace enclosed
2513         initializer is used for a non-aggregate type in C++98.
2514         (redeclaration_error_message): Rewrote flag_cpp0x in terms of
2515         cxx_dialect.
2516         (grokdeclarator): Likewise.
2517         (move_fn_p): Likewise.
2518         * typeck.c (check_return_expr): Likewise.
2519         * call.c (reference_binding): Likewise.
2520         * error.c (cp_cpp_error): Likewise.
2521         * pt.c (check_default_tmpl_args): Likewise.
2522         (tsubst): Likewise.
2523         * lex.c (init_reswords): Likewise.
2524         * parser.c (p_parser_primary_expression): Likewise.
2525         (TOKEN_PRECEDENCE): Likewise.
2526         (cp_parser_init_declarator): Likewise.
2527         (cp_parser_ptr_operator): Likewise.
2528         (cp_parser_parameter_declaration): Likewise.
2529         (cp_parser_enclosed_template_argument_list): Likewise.
2530         (cp_parser_skip_to_end_of_template_parameter_list): Likewise.
2531         (cp_parser_next_token_ends_template_argument_p): Likewise.
2532
2533 2007-06-04  Simon Baldwin  <simonb@google.com>
2534
2535         * decl.c (grokdeclarator): Readability change.  Moved case labels
2536         into direct switch statement scope.
2537
2538 2007-06-04  Paolo Carlini  <pcarlini@suse.de>
2539
2540         * call.c (convert_like_real): Remove pointless code.
2541
2542 2007-05-31  Mark Mitchell  <mark@codesourcery.com>
2543
2544         * decl.c (get_atexit_fn_ptr_type): New function.
2545         (get_atexit_node): Use it.
2546         (start_cleanup_fn): Likewise.
2547         (register_dtor_fn): Use the object's destructor, instead of a
2548         separate cleanup function, where possible.
2549         * cp-tree.h (CPTI_ATEXIT_FN_PTR_TYPE): New enumerator.
2550         (atexit_fn_ptr_type_node): New macro.
2551         * decl2.c (build_cleanup): Use build_address.
2552
2553 2007-05-31  Daniel Berlin  <dberlin@dberlin.org>
2554
2555         * typeck.c (build_binary_op): Include types in error.
2556
2557 2007-05-31  Jakub Jelinek  <jakub@redhat.com>
2558
2559         PR c++/31806
2560         * decl.c (cp_finish_decl): Also clear was_readonly if a static var
2561         needs runtime initialization.
2562
2563 2007-05-31  Paolo Carlini  <pcarlini@suse.de>
2564
2565         PR c++/32158
2566         * semantics.c (finish_trait_expr): Complete the types.
2567
2568 2007-05-30  Russell Yanofsky <russ@yanofsky.org>
2569             Douglas Gregor <doug.gregor@gmail.com>
2570             Pedro Lamarao <pedro.lamarao@mndfck.org>
2571             Howard Hinnant <howard.hinnant@gmail.com>
2572
2573         PR c++/7412
2574         PR c++/29939
2575         * typeck.c (comptypes): Don't consider rvalue and lvalue
2576         reference types to be equivalent.
2577         (check_return_expr): Move from certain lvalues when returning
2578         them.
2579         * decl.c (grokdeclarator): Implement reference collapsing.
2580         (copy_fn_p): Don't consider constructors taking rvalue references
2581         to be copy constructors.
2582         (move_fn_p): New.
2583         * call.c (conversion): New "rvaluedness_matches_p" member.
2584         (convert_class_to_reference): Require reference type as first
2585         parameter instead of base type.
2586         (reference_binding): Add logic to handle rvalue references.
2587         (implicit_conversion): Update inaccurate comment.
2588         (convert_like_real): Disable creation of temporaries that are
2589         impossible to initialize for types with move constructors.
2590         (build_over_call): Elide move constructors when possible.
2591         (maybe_handle_implicit_object): Set "rvaluedness_matches_p".
2592         (maybe_handle_ref_bind): Return conversion instead of type node.
2593         (compare_ics): Add logic to use "rvaluedness_matches_p" values to
2594         determine preferred conversion sequences.
2595         * cp-tree.h (TYPE_REF_IS_RVALUE): New.
2596         (LOOKUP_PREFER_RVALUE): New.
2597         (DECL_MOVE_CONSTRUCTOR_P): New.
2598         (struct cp_declarator): Add "reference" member for reference
2599         types, with new "rvalue_ref" flag.
2600         (cp_build_reference_type): Declare.
2601         (move_fn_p): Declare.
2602         * error.c (dump_type_prefix): Format rvalue reference types
2603         correctly in error messages.
2604         * except.c (build_throw): Move from certain lvalues when
2605         throwing.
2606         * mangle.c (write_type): Mangle rvalue references differently
2607         than regular references.
2608         * parser.c (make_reference_declarator): Add boolean parameter for
2609         rvalue references.
2610         (cp_parser_make_indirect_declarator): New.
2611         (cp_parser_new_declarator_opt): Call
2612         cp_parser_make_indirect_declarator. 
2613         (cp_parser_conversion_declarator_opt): Ditto.
2614         (cp_parser_declarator): Ditto.
2615         (cp_parser_ptr_operator): Parse "&&" tokens into rvalue reference
2616         declarators.
2617         * pt.c (tsubst): Implement reference collapsing.
2618         (maybe_adjust_types_for_deduction): Implement special template
2619         parameter deduction rule for rvalue references.
2620         (type_unification_real): Update calls to
2621         maybe_adjust_types_for_deduction.
2622         (try_one_overload): Ditto.
2623         (unify_pack_expansion): Ditto.
2624         * tree.c (lvalue_p_1): Handle rvalue reference types.
2625         (cp_build_reference_type): New.
2626
2627 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2628
2629         PR c++/31809
2630         * decl.c (cp_finish_decl): Clear TREE_READONLY flag on TREE_STATIC
2631         variables that need runtime initialization.
2632
2633 2007-05-28  Andrew Pinski  <Andrew_pinski@playstation.sony.com>
2634
2635         PR c++/31339
2636         * typeck.c (build_unary_op <case PREINCREMENT_EXPR,
2637         case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
2638         case POSTDECREMENT_EXPR>): Return the error_mark_node
2639         if either the real or imaginary parts would an
2640         error_mark_node.
2641         
2642 2007-05-25  Simon Martin  <simartin@users.sourceforge.net>
2643             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2644
2645         PR c++/31745
2646         * parser.c (cp_parser_skip_to_closing_brace): Return true if the next
2647         token is a closing brace, false if there are no tokens left.
2648         (cp_parser_namespace_alias_definition): Only consume the next token if
2649         it is a closing brace.
2650
2651         * parser.c (cp_parser_class_specifier): Likewise.
2652
2653 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
2654
2655         * semantics.c (finish_member_declaration): Fix a typo in the
2656         last checkin.
2657
2658 2007-05-25  Douglas Gregor <doug.gregor@gmail.com>
2659
2660         PR c++/31431
2661         PR c++/31432
2662         PR c++/31434
2663         PR c++/31435
2664         PR c++/31437
2665         PR c++/31438
2666         PR c++/31442
2667         PR c++/31443
2668         PR c++/31444
2669         PR c++/31445
2670         * error.c (dump_type): Dump TYPE_ARGUMENT_PACK nodes.
2671         * cp-tree.h (check_for_bare_parameter_packs): Returns bool.
2672         * pt.c (check_for_bare_parameter_packs): Return bool indicated
2673         whether everything was okay. Fix indentation.
2674         (push_template_decl_real): Check for bare parameter packs in
2675         function parameters; where errors occur, mark the parameter types
2676         with ERROR_MARK_NODEs to avert ICEs.
2677         (coerce_template_parameter_pack): New.
2678         (coerce_template_parms): Moved parameter pack coercion into
2679         coerce_template_parameter_pack, and permit it anywhere in the
2680         template parameter list (not just at the end). Parameter and
2681         argument indices can vary (somewhat) separately now, so add
2682         PARM_IDX and ARG_IDX.
2683         (fn_type_unification): Don't set an argument pack as incomplete if
2684         no argument pack was deduced.
2685         (type_unification_real): If a type parameter is a parameter pack
2686         and has not otherwise been deduced, it will be deduced to an empty
2687         parameter pack.
2688         (more_specialized_fn): Use the actual lengths of the argument
2689         lists when comparing against expansions.
2690         * semantics.c (finish_member_declaration): If a field's type has
2691         bare parameter packs, error and set its type to ERROR_MARK_NODE.
2692
2693 2007-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
2694
2695         PR target/27067
2696         * mangle.c (mangle_decl): Call targetm.mangle_decl_assembler_name.
2697
2698 2007-05-22  Ollie Wild  <aaw@google.com>
2699
2700         * name-lookup.c (ambiguous_decl): Adds check for hidden types.
2701         (unqualified_namespace_lookup): Adds check for hidden types.
2702
2703 2007-05-22  Ollie Wild  <aaw@google.com>
2704
2705         * decl.c (duplicate_decls): Verify namespace names are unique.
2706
2707 2007-05-21  Mark Mitchell  <mark@codesourcery.com>
2708
2709         * decl.c (cxx_maybe_build_cleanup): Handle
2710         __attribute__((cleanup)).
2711
2712 2007-05-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2713
2714         * cvt.c (cp_convert_and_check): Don't check warnings if the
2715         conversion failed.
2716
2717 2007-05-18  Geoffrey Keating  <geoffk@apple.com>
2718
2719         * mangle.c (write_real_cst): Use 'unsigned long' for %lx.
2720
2721 2007-05-14  Paolo Carlini  <pcarlini@suse.de>
2722
2723         PR c++/29928
2724         * rtti.c (get_tinfo_decl_dynamic, get_typeid): Try to complete the
2725         type only if is a class type (5.2.8/4).
2726
2727 2007-05-14  Rafael Avila de Espindola  <espindola@google.com>
2728
2729         * cp-objcp-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
2730         * decl.c (grokdeclarator): Use unsigned_type_for instead of
2731         c_common_unsigned_type.
2732
2733 2007-05-11  Silvius Rus  <rus@google.com>
2734
2735         * cp/typeck.c (build_indirect_ref): Add call to
2736         strict_aliasing_warning.
2737         (build_reinterpret_cast_1): Condition call to
2738         strict_aliasing_warning. 
2739
2740 2007-05-11  Jan Hubicka  <jh@suse.cz>
2741
2742         * semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.
2743         * decl2.c (start_objects): ctors and dtors are no longer public.
2744         (cp_write_global_declarations): Do not call c_build_cdtor_fns.
2745         
2746 2007-05-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2747
2748         * typeck.c (build_unary_op): Remove code that used to
2749         handle non lvalue increments/decrements.
2750
2751 2007-05-07  Mike Stump  <mrs@apple.com>
2752
2753         * parser.c (check_empty_body): Add.
2754         (cp_parser_iteration_statement): Add call to check_empty_body.
2755
2756 2007-05-05  Geoffrey Keating  <geoffk@apple.com>
2757
2758         PR 31775
2759         * mangle.c (write_mangled_name): Mangle static variable names.
2760         (write_unqualified_name): Use local-source-name for
2761         namespace-scope static variables.
2762
2763 2007-05-04  Dirk Mueller  <dmueller@suse.de>
2764
2765         * cp-tree.h (DECL_MAIN_P): only if -ffreestanding is
2766         not in effect.
2767
2768 2007-05-02  Seongbae Park  <seongbae.park@gmail.com>
2769
2770         PR c++/31663
2771         * decl2.c (constrain_class_visibility): 
2772         Use strip_pointer_or_array_types instead of strip_array_types.
2773
2774 2007-04-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2775
2776         PR C++/30221
2777         * decl.c (reshape_init_r): Don't reshape the first element if it
2778         is a pointer to member function.
2779
2780 2007-04-27  Simon Baldwin  <simonb@google.com>
2781
2782         * decl.c (grokparms): Changed message format from %qD to %qE.
2783
2784 2007-04-27  Douglas Gregor  <doug.gregor@gmail.com>
2785
2786         * error.c (maybe_warn_variadic_templates): Variadic templates are
2787        now in C++0x, so only warn about them in C++98 mode.
2788         
2789 2007-04-26  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2790
2791         PR C++/30016
2792         * typeck.c (build_reinterpret_cast_1): Only allow conversion to
2793         integeral types from vectors types.
2794
2795 2007-04-26  Jakub Jelinek  <jakub@redhat.com>
2796
2797         PR c++/31598
2798         * semantics.c (finish_omp_clauses): Don't create CP_OMP_CLAUSE_INFO
2799         for type dependent OMP_CLAUSE_DECLs.
2800
2801 2007-04-24  Mark Mitchell  <mark@codesourcery.com>
2802
2803         PR c++/31338
2804         * cp-tree.h (ARITHMETIC_TYPE): Include COMPLEX_TYPE.
2805         * typeck.c (type_after_usual_arithmetic_conversions): Adjust, as
2806         COMPLEX_TYPE is now an ARITHMETIC_TYPE.
2807         * init.c (build_zero_init): Adjust, as
2808         COMPLEX_TYPE is now a SCALAR_TYPE.
2809         * typeck2.c (digest_init): Allow brace-enclosed initializers for
2810         COMPLEX_TYPE, even though that is now a SCALAR_TYPE.
2811
2812 2007-04-25  Paolo Carlini  <pcarlini@suse.de>
2813
2814         * semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust
2815         per N2255; rename as classtype_has_nothrow_assign_or_copy_p.
2816         (trait_expr_value): Adjust.
2817
2818 2007-04-23  Simon Baldwin  <simonb@google.com>
2819
2820         * decl.c (grokparms): Added new error for duplicate function
2821         parameters names in function prototypes, to match gcc behavior.
2822
2823 2007-04-23  Jan Hubicka  <jh@suse.cz>
2824
2825         * cp/decl2.c (finish_objects): Do not call target constructor/destructor
2826         bits dirrectly.
2827
2828 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2829
2830         * cp-tree.h (lang_tree_node): Use GENERIC_NEXT
2831         instead of checking GIMPLE_STMT_P in chain_next.
2832
2833 2007-04-17  Mark Mitchell  <mark@codesourcery.com>
2834
2835         PR c++/31513
2836         * call.c (convert_for_arg_passing): Convert bitfields to their
2837         declared types.
2838
2839 2007-04-17  Simon Martin  <simartin@users.sourceforge.net>
2840
2841         PR c++/31517
2842         * pt.c (value_dependent_expression_p): Handle MODOP_EXPRs.
2843
2844 2007-04-16  Seongbae Park <seongbae.park@gmail.com>
2845
2846         PR c++/29365
2847         * cp/decl2.c (constrain_class_visibility):
2848         Do not warn about the use of anonymous namespace in the main input file.
2849
2850 2007-04-15  Mark Mitchell  <mark@codesourcery.com>
2851
2852         * cp-tree.h (current_template_parms): Fix typo in comment.
2853
2854 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
2855
2856         * cp-tree.h, error.c: Fix comment typos.
2857
2858 2007-04-13  Jason Merrill  <jason@redhat.com>
2859
2860         PR c++/31074
2861         * call.c (reference_binding): Add c_cast_p parm.  If true,
2862         add quals to TO as needed to make it reference-compatible.
2863
2864 2007-04-11  Jan Hubicka  <jh@suse.cz>
2865
2866         * cp/class.c (convert_to_base_statically): Fold produced tree; verify
2867         that we are not processing template_decl.
2868
2869 2007-04-09  Mark Mitchell  <mark@codesourcery.com>
2870
2871         PR c++/31449
2872         * class.c (build_base_path): Ensure that the converted pointer has
2873         the same cv-qualification as the input.
2874
2875 2007-04-09  Paolo Carlini  <pcarlini@suse.de>
2876
2877         * tree.c (cp_tree_equal): Deal with TRAIT_EXPR.
2878
2879 2007-04-08  Steven Bosscher  <steven@gcc.gnu.org>
2880
2881         * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS):
2882         Do not set it.
2883         (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do not set it.
2884         * tree.c (cp_add_pending_fn_decls): Remove.
2885         * cp-tree.h (cp_add_pending_fn_decls): Remove prototype.
2886
2887 2007-04-07  Daniel Berlin  <dberlin@dberlin.org>
2888
2889         Revert change removing staticp.
2890
2891 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
2892
2893         * cp-objcp-common.c (cxx_staticp): Remove.
2894         * cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
2895         * cp-tree.h (cxx_staticp):      
2896
2897 2007-04-04  Danny Smith  <dannysmith.users.sourceforge.net>
2898
2899         * class.c (check_for_override): Don't remove dllmport attribute
2900         of virtual methods.
2901
2902 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
2903
2904         PR c++/30847
2905         * typeck.c (build_modify_expr): For COND_EXPR on LHS, if RHS has void
2906         type issue error and return early.
2907
2908 2007-03-30  Jason Merrill  <jason@redhat.com>
2909
2910         PR c++/31187
2911         * typeck.c (cp_type_readonly): New fn.
2912         * cp-tree.h: Declare it.
2913         * decl.c (start_decl): Set implicit DECL_THIS_STATIC here.
2914         (cp_finish_decl): Not here.
2915
2916 2007-03-31  Richard Guenther  <rguenther@suse.de>
2917
2918         * optimize.c (maybe_clone_body): Replace splay-tree usage by
2919         pointer-map.
2920
2921 2007-03-31  Douglas Gregor  <doug.gregor@gmail.com>
2922
2923         PR c++/31138
2924         PR c++/31140
2925         PR c++/31141
2926         * parser.c (declarator_can_be_parameter_pack): New.
2927         (cp_parser_template_parameter): Only parse the `...' if the
2928         declarator can be a parameter pack.
2929         (cp_parser_parameter_declaration): Ditto. Also, handle when TYPE
2930         is NULL.
2931         * pt.c (find_parameter_packs_r): Look into the bounds on integer
2932         types (they could be used as array bounds). 
2933         (check_for_bare_parameter_packs): Deal with TEMPLATE_PARM_INDEX.
2934         (tsubst_pack_expansion): Handle failure to expand parameter
2935         packs.
2936         
2937 2007-03-30  Paolo Carlini  <pcarlini@suse.de>
2938
2939         PR c++/26099
2940         * cp-tree.h (enum cp_trait_kind, struct tree_trait_expr,
2941         TRAIT_EXPR_TYPE1, TRAIT_EXPR_TYPE2, TRAIT_EXPR_KIND): Add.
2942         (enum cp_tree_node_structure_enum, union lang_tree_node): Update.
2943         (CLASS_TYPE_NON_UNION_P): Add.
2944         (struct lang_type_class): Add has_complex_dflt.
2945         (TYPE_HAS_COMPLEX_DFLT, TYPE_HAS_TRIVIAL_DFLT): Add.
2946         (locate_copy, locate_ctor, locate_dtor, finish_trait_expr): Declare.
2947         * cp-tree.def: Add TRAIT_EXPR.
2948         * cp-objcp-common.c (cp_tree_size): Add TRAIT_EXPR case.
2949         * lex.c (struct resword): Add __has_nothrow_assign,
2950         __has_nothrow_constructor, __has_nothrow_copy, __has_trivial_assign,
2951         __has_trivial_constructor, __has_trivial_copy,
2952         __has_trivial_destructor, __has_virtual_destructor, __is_abstract,
2953         __is_base_of, __is_class, __is_convertible_to, __is_empty, __is_enum,
2954         __is_pod, __is_polymorphic, __is_union.
2955         * parser.c (cp_parser_primary_expression): Deal with the new RIDs.
2956         (cp_parser_trait_expr): New.
2957         * semantics.c (finish_trait_expr, trait_expr_value
2958         classtype_has_nothrow_copy_or_assign_p): New.
2959         * method.c (locate_copy, locate_ctor, locate_dtor): Do not define
2960         as static.
2961         * decl.c (cp_tree_node_structure): Add TRAIT_EXPR.
2962         * class.c (check_bases, check_field_decl, check_bases_and_members):
2963         Deal with TYPE_HAS_COMPLEX_DFLT (t) too.
2964         * pt.c (uses_template_parms, tsubst_copy_and_build,
2965         value_dependent_expression_p, type_dependent_expression_p): Deal with
2966         TRAIT_EXPR.
2967         * tree.c (cp_walk_subtrees): Deal with TRAIT_EXPR.
2968
2969 2007-03-29  Richard Guenther  <rguenther@suse.de>
2970
2971         * tree.c (cp_walk_subtrees): Do not set input_location.
2972
2973 2007-03-28  Simon Martin  <simartin@users.sourceforge.net>
2974
2975         PR c++/29077
2976         * decl.c (grokfndecl): Properly setup decl if it is a constructor or a
2977         destructor.
2978
2979 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
2980
2981         * parser.c (struct cp_parser): Update comment for
2982         greater_than_is_operator_p.
2983         (cp_parser_primary_expression): In C++0x mode, a cast operator can
2984         be terminated with a `>>' token when !GREATER_THAN_IS_OPERATOR_P.
2985         (TOKEN_PRECEDENCE): In C++0x mode, `>>' is treated like `>' when
2986         !GREATER_THAN_IS_OPERATOR_P.
2987         (cp_parser_binary_expression): When -Wc++0x-compat, warn about
2988         `>>' operators that will become two `>' tokens in C++0x.
2989         (cp_parser_parameter_declaration): Treat `>>' like `>' in C++0x
2990         mode, allowing it to terminate default arguments.
2991         (cp_parser_enclosed_template_argument_list): In C++0x mode, treat
2992         `>>' like two consecutive `>' tokens.
2993         (cp_parser_skip_to_end_of_template_parameter_list): Ditto.
2994         (cp_parser_next_token_ends_template_argument_p): In C++0x, `>>'
2995         ends a template argument.
2996
2997 2007-03-28  Douglas Gregor  <doug.gregor@gmail.com>
2998
2999         * decl.c (redeclaration_error_message): Complain when redeclaring
3000         a friend function with default template arguments (C++0x mode only).
3001         * cp-tree.h (check_default_tmpl_args): Declare.
3002         * pt.c (check_default_tmpl_args): In C++0x mode, permit default
3003         template arguments in function templates. Add support for checking
3004         the default template arguments of friend templates.
3005         (push_template_decl_real): Fix call to check_default_tmpl_args.
3006         (type_unification_real): If a template parameter has not been
3007         deduced but provides a default template argument, substitute into
3008         that default template argument.
3009         * parser.c (cp_parser_init_declarator): When declaring (but not
3010         defining!) a function template in C++0x mode, check for default
3011         template arguments.
3012
3013 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
3014
3015         PR c++/29993
3016         * decl.c (grokdeclarator): Deal with cv-qualified function type
3017         typedefs in the same way for member and non-member functions.
3018
3019 2007-03-26  Dirk Mueller  <dmueller@suse.de>
3020
3021         * parser.c (cp_parser_member_declaration): Pedwarn
3022         about stray semicolons after member declarations.
3023
3024 2007-03-26  Paolo Carlini  <pcarlini@suse.de>
3025
3026         PR c++/30500
3027         * pt.c (instantiate_decl): Set in_system_header.
3028
3029 2007-03-22  Mark Mitchell  <mark@codesourcery.com>
3030
3031         * cp-tree.h (current_tempalte_parms): Improve documentation.
3032         * pt.c (current_template_args): Likewise.
3033
3034         PR c++/30863
3035         * parser.c (cp_parser_parse_and_diagnose_invalid_type_name): Do
3036         not consume tokens when failing.
3037
3038 2007-03-22  Jim Wilson  <wilson@specifix.com>
3039             Mark Mitchell  <mark@codesourcery.com>
3040
3041         PR c++/31273
3042         * call.c (standard_conversion): Use type_decays_to.  Keep FCODE
3043         consistent with FROM.
3044
3045 2007-03-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3046
3047         * error.c (dump_expr): Handle dependent names that designate types.
3048         * cxx-pretty-print.c (pp_cxx_unqualified_id): Handle TYPENAME_TYPE.
3049
3050 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
3051
3052         * cp-tree.def, parser.c, pt.c: Fix comment typos.
3053
3054 2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3055
3056         * cvt.c (cp_convert_and_check) : Define.
3057         * cp-tree.h (cp_convert_and_check): Declare.
3058         * call.c (convert_conversion_warnings): Rename to
3059         conversion_null_warnings.  The warning for floating-point to
3060         integer is handled by convert_and_check in convert_like_real.
3061         (convert_like_real): convert_conversion_warnings was renamed as
3062         conversion_null_warnings.
3063         * typeck.c (build_binary_op): Use cp_convert_and_check to warn for
3064         overflow and changes of value during conversion.
3065
3066 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3067
3068         PR c++/30891
3069         * parser.c (cp_parser_statement): If 'namespace' is found, this
3070         only can be a namespace alias definition, so parse it now.
3071         (cp_parser_namespace_alias_definition): if we find an open brace
3072         instead of '=', then this is actually a misplaced namespace
3073         definition.
3074         
3075 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3076
3077         PR c++/24924
3078         * decl.c (cxx_init_decl_processing): Move command-line options
3079         processing to c-opts.c.
3080         
3081 2007-03-15  Douglas Gregor  <doug.gregor@gmail.com>
3082
3083         * ptree.c (cxx_print_type): Use formatting markup for integers
3084         when printing template parameter index/level/orig level.
3085         (cxx_print_xnode): Ditto.
3086         * cp-tree.h (TEMPLATE_PARM_PARAMETER_PACK): Use TREE_LANG_FLAG_0.
3087         (struct template_parm_index_s): Remove the PARAMETER_PACK member.
3088         Make INDEX, LEVEL, and ORIG_LEVEL integers instead of
3089         HOST_WIDE_INTs.
3090         (struct saved_scope): Make X_PROCESSING_TEMPLATE_DECL an int,
3091         rather than a HOST_WIDE_INT.
3092         Turn X_PROCESSING_EXPLICIT_INSTANTIATION, SKIP_EVALUATION, and
3093         NEED_POP_FUNCTION_CONTEXT into bool bitfields; reorder fields for
3094         better bit-packing.
3095         (struct language_function): Make RETURNS_VALUE, RETURNS_NULL,
3096         RETURNS_ABNORMALLY, IN_FUNCTION_TRY_HANDLER, and
3097         IN_BASE_INITIALIZER bool bitfields.
3098         (struct cp_declarator): Make KIND a 4-bit field. Make
3099         PARAMETER_PACK_P a bool bitfield just after KIND.
3100         * pt.c (uses_parameter_packs): Destroy the pointer set.
3101         (make_pack_expansion): Ditto.
3102         (check_for_bare_parameter_packs): Ditto.
3103         * name-lookup.c (push_to_top_level): Make need_pop a bool value.
3104         
3105 2007-03-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3106
3107         PR c++/31165
3108         * call.c  (convert_default_arg): Instead of copying the node,
3109         unshare it.
3110
3111 2007-03-15  Dirk Mueller  <dmueller@suse.de>
3112
3113         PR c++/30860
3114         * call.c (convert_conversion_warnings): New..
3115         (convert_like_real): .. factored out from here.
3116         (convert_conversion_warnings): Add warning about
3117         false being converted to NULL in argument passing.
3118
3119 2007-03-14  Dirk Mueller  <dmueller@suse.de>
3120
3121         * cp/semantics.c (c_finish_if_stmt): Call empty_if_body_warning.
3122         (finish_do_body): Warn about empty body in do/while statement.
3123
3124 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3125
3126         * class.c (warn_hidden): Add OPT_Woverloaded_virtual to warning.
3127         
3128 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3129
3130         PR c/21438
3131         * typeck.c (build_binary_op): Call warn_for_div_zero instead of
3132         warning.
3133         
3134 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
3135
3136         * cp/repo.c (init_repo): Initialize random_seed saved options.
3137         (finish_repo): Adjust.
3138
3139 2007-03-13  Mark Mitchell  <mark@codesourcery.com>
3140
3141         PR bootstrap/30899
3142         * Make-lang.in (doc/g++.1): Use $< to specify the location from
3143         which to copy.
3144
3145 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
3146
3147         * decl.c (compute_array_index_type): New warning flag warn_vla.
3148
3149 2007-03-12  Mark Mitchell  <mark@codesourcery.com>
3150
3151         PR c++/30108
3152         * call.c (convert_default_arg): Copy non-constant arguments.
3153
3154 2007-03-11  Mark Mitchell  <mark@codesourcery.com>
3155
3156         PR c++/31038
3157         * parser.c (cp_parser_postfix_expression): Disallow compound
3158         literals in constant expressions.
3159
3160         PR c++/30328
3161         * semantics.c (finish_typeof): Use unlowered_expr_type.
3162         
3163 2007-03-10  Mark Mitchell  <mark@codesourcery.com>
3164
3165         PR c++/30274
3166         * cp-tree.h (unlowered_expr_type): New function.
3167         * typeck.c (is_bitfield_expr_with_lowered_type): Handle
3168         COMPOUND_EXPR, MODIFY_EXPR, and SAVE_EXPR.
3169         (unlowered_expr_type): New function.
3170         (build_unary_op): Disallow predecrements of bool bitfields.
3171         * call.c (build_conditional_expr): Use unlowered_expr_type.
3172         * pt.c (type_unification_real): Likewise.
3173
3174 2007-03-09  Douglas Gregor  <doug.gregor@gmail.com>
3175
3176         PR c++/20599
3177         * typeck.c (check_return_expr): Check for bare parameter packs.
3178         (comptypes): Compare template parameter packs and
3179         type pack expansions.
3180         * decl.c (grokdeclarator): Deal with the declaration of function
3181         parameter packs.
3182         (grokparms): Verify that the (optional) function parameter pack is
3183         at the end of the parameter list.
3184         (xref_basetypes): Handle pack expansions in the base class.
3185         (cp_tree_node_structure): Handle ARGUMENT_PACK_SELECT.
3186         * cp-tree.def (TYPE_ARGUMENT_PACK): New.
3187         (NONTYPE_ARGUMENT_PACK): New.
3188         (TYPE_PACK_EXPANSION): New.
3189         (EXPR_PACK_EXPANSION): New.
3190         (ARGUMENT_PACK_SELECT): New.
3191         * cp-objcp-common.c (cp_tree_size): Compute size of
3192         (NON)TYPE_ARGUMENT_PACK, (TYPE|EXPR)_PACK_EXPANSION, and
3193         ARGUMENT_PACK_SELECT.
3194         * error.c (dump_template_argument): Print template argument packs.
3195         (dump_template_argument_list): Ditto.
3196         (dump_template_parameter): Dump `...' for template type parameter
3197         packs.
3198         (dump_type): Dump TYPE_PACK_EXPANSION nodes.
3199         (dump_parameters): Print function parameter packs.
3200         (dump_template_parms): Print template argument packs.
3201         (dump_expr): Dump EXPR_PACK_EXPANSION nodes.
3202         (maybe_warn_variadic_templates): New.
3203         * operators.def: Add ellipsis operator for EXPR_PACK_EXPANSION.
3204         * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK,
3205         NONTYPE_ARGUMENT_PACK, TYPE_PACK_EXPANSION, EXPR_PACK_EXPANSION,
3206         CAST_EXPR. 
3207         * mangle.c (write_type): Mangle TYPE_PACK_EXPANSION.
3208         (write_template_arg): Write argument packs as separate arguments.
3209         * cp-tree.h (struct template_parm_index_s): Add flag that
3210         indicates that the template parameter is actually a parameter
3211         pack.
3212         (struct tree_argument_pack_select): New.
3213         (enum cp_tree_node_structure_enum): Add TS_CP_ARGUMENT_PACK_SELECT.
3214         (union lang_tree_node): Add argument_pack_select.
3215         (FUNCTION_PARAMETER_PACK_P): New.
3216         (PACK_EXPANSION_P): New.
3217         (PACK_EXPANSION_PATTERN): New.
3218         (SET_PACK_EXPANSION_PATTERN): New.
3219         (PACK_EXPANSION_PARAMETER_PACKS): New.
3220         (ARGUMENT_PACK_P): New.
3221         (ARGUMENT_PACK_ARGS): New.
3222         (SET_ARGUMENT_PACK_ARGS): New.
3223         (ARGUMENT_PACK_INCOMPLETE_P): New.
3224         (ARGUMENT_PACK_EXPLICIT_ARGS): New.
3225         (TEMPLATE_PARM_PARAMETER_PACK): New.
3226         (TEMPLATE_TYPE_PARAMETER_PACK): New.
3227         (ARGUMENT_PACK_SELECT_FROM_PACK): New.
3228         (ARGUMENT_PACK_SELECT_INDEX): New.
3229         (ARGUMENT_PACK_SELECT_ARG): New.
3230         (struct cp_declarator): Add parameter_pack_p flag.
3231         (maybe_warn_variadic_templates): Declare.
3232         (process_template_parm): Add bool parameter IS_PARAMETER_PACK, to
3233         indicate a template parameter pack. 
3234         (uses_parameter_packs): Declare.
3235         (template_parameter_pack_p): Declare.
3236         (template_parms_variadic_p): Declare.
3237         (make_pack_expansion): Declare.
3238         (check_for_bare_parameter_packs): Declare.
3239         * cxx-pretty-print.c (pp_cxx_unary_expression): Print
3240         sizeof... expressions. 
3241         (pp_cxx_expression): Print pack expansions and non-type argument
3242         packs.
3243         (pp_cxx_exception_specification): Print pack expansions. 
3244         (pp_cxx_direct_declarator): Print ellipsis for parameter packs.
3245         (pp_cxx_ctor_initializer): Print pack expansions.
3246         (pp_cxx_type_id): Print pack expansions.
3247         (pp_cxx_template_argument_list): Print argument packs.
3248         (pp_cxx_template_parameter): Print ellipsis for template parameter
3249         packs.
3250         * pt.c (comp_template_parms): Compare template parameter packs.
3251         (template_parameter_pack_p): New.
3252         (template_parms_variadic_p): New.
3253         (template_args_variadic_p): New.
3254         (make_ith_pack_parameter_name): New.
3255         (struct find_parameter_pack_data): New.
3256         (find_parameter_packs_r): New.
3257         (uses_parameter_packs): New.
3258         (make_pack_expansion): New.
3259         (check_for_bare_parameter_packs): New.
3260         (expand_template_argument_pack): New.
3261         (reduce_template_parm_level): Propagate parameter pack flag.
3262         (process_template_parm): Add is_parameter_pack parameter to state
3263         when the parameter is actually a parameter pack. Create template
3264         parameter packs when is_parameter_pack is true.
3265         (current_template_args): The argument for a template parameter
3266         pack is an argument pack containing a single pack expansion.
3267         (process_partial_specialization): When checking that non-type
3268         argument expressions do not involve template parameters, loop over
3269         the arguments in argument packs separately.
3270         (push_template_decl_real): Check that the type of the declaration
3271         does not have any bare parameter packs. Check that primary
3272         templates have no more than one parameter pack, and that it comes
3273         at the end of the template parameter list.
3274         (convert_template_argument): Handle coercions for pack expansion
3275         expressions by coercing the pattern then rebuilding the expansion.
3276         (coerce_template_parms): When coercing the arguments for a
3277         variadic template, pack "extra" arguments into an argument pack.
3278         (coerce_template_template_parms): Cannot coerce between parameter
3279         packs and non-pack parameters.
3280         (template_args_equal): Compare PACK_EXPANSION_P expressions.
3281         (comp_template_args): Expand all template arguments packs before
3282         comparing template argument lists.
3283         (mangle_class_name_for_template): Make argument packs as separate
3284         template arguments.
3285         (for_each_template_parm_r): No need to handle BASELINK. 
3286         (instantiate_class_template): Handle pack expansions in the base
3287         class list.
3288         (tsubst_pack_expansion): New.
3289         (tsubst_template_args): Handle substitutions of argument packs and
3290         pack expansion into template argument lists.
3291         (tsubst_decl): Expand function parameter packs into separate
3292         function parameters.
3293         (tsubst_arg_types): Expand a type pack expansion into separate
3294         argument types.
3295         (tsubst_exception_specification): Handle pack expansions in
3296         exception specifiers.
3297         (tsubst): See through ARGUMENT_PACK_SELECT arguments when 
3298         replacing a template parameter with its argument. If we encounter
3299         a substitution for an argument pack, just return the parameter
3300         itself. 
3301         (tsubst_copy): sizeof(X...) returns the number of elements in
3302         parameter pack X.  See through ARGUMENT_PACK_SELECT when the
3303         PARM_DECL is a parameter pack.
3304         (tsubst_expr): Expression pack expansions and argument packs
3305         cannot show up here; they will all be handled through function
3306         calls, sizeof, and template argument lists.
3307         (tsubst_copy_and_build): sizeof(X...) returns the number of
3308         elements in parameter pack X.  Handle pack expansions in TREE_LIST
3309         and CONSTRUCTOR nodes.
3310         (fn_type_unification): Handle "incomplete" explicit template
3311         argument lists that specify some of the arguments for a template
3312         parameter pack.
3313         (type_unification_real): Unify arguments against pack expansions.
3314         (template_parm_level_and_index): New, helper function.
3315         (unify_pack_expansion): New.
3316         (unify): Unify argument packs on an argument-by-argument basis,
3317         handling variadic argument packs as well.
3318         (more_specialized_fn): Handle unification of function parameter
3319         packs. All things being equal, prefer non-variadic function
3320         templates to variadic function templates.
3321         (more_specialized_class): Prefer the variadic class template
3322         partial specialization that binds fewer arguments to a parameter
3323         pack.
3324         (regenerate_decl_from_template): Expand function parameter packs
3325         into separate parameters.
3326         (instantiate_decl): Ditto.
3327         (tsubst_initializer_list): Handle pack expansions for base-class
3328         initializers.
3329         (dependent_type_p_r): Determine dependent types in argument packs
3330         and pack expansions.
3331         (value_dependent_expression_p): Determine value-dependence of
3332         non-type argument packs.
3333         (dependent_template_arg_p): Handle argument packs.
3334         * semantics.c (finish_cond): Check for bare parameter packs.
3335         (finish_expr_stmt): Ditto.
3336         (finish_for_expr): Ditto.
3337         (finish_switch_cond): Ditto.
3338         (finish_mem_initializers): Ditto.
3339         * name-lookup.c (arg_assoc_type): Handle pack expansions and
3340         argument packs.
3341         * decl2.c (cp_build_parm_decl): Mark function parameter packs.
3342         * parser.c (make_declarator): Declarator is not an expansion.
3343         (make_pointer_declarator): Transfer parameter pack flag to outer
3344         declarator.
3345         (make_reference_declarator): Ditto.
3346         (make_ptrmem_declarator): Ditto.
3347         (make_call_declarator): Ditto.
3348         (make_array_declarator): Ditto.
3349         (cp_parser_postfix_expression): Allow pack expansion expressions
3350         in the argument list for a call expression.
3351         (cp_parser_parenthesized_expression_list): Add new parameter
3352         ALLOW_EXPANSION_P. When true, parse the ellipsis to mean "expand
3353         into separate arguments."
3354         (cp_parser_new_placement): Allow pack expansion expressions.
3355         (cp_parser_new_initializer): Ditto.
3356         (cp_parser_mem_initializer_list): Allow ellipsis to create a
3357         base-class initializer expansion.
3358         (cp_parser_mem_initializer): Ditto.
3359         (cp_parser_template_parameter_list): Keep track of whether the
3360         template parameter is a template parameter pack.
3361         (cp_parser_template_parameter): Parse the ellipsis to indicate a
3362         template parameter pack.
3363         (cp_parser_type_parameter): Ditto.
3364         (cp_parser_template_argument_list): Parse the ellipsis to indicate
3365         a pack expansion.
3366         (cp_parser_direct_declarator): Parse the ellipsis to indicate that
3367         this declarator is a parameter pack.
3368         (cp_parser_parameter_declaration): The ellipsis does not end the
3369         parameter declaration, because it might be a parameter pack. Parse
3370         the ellipsis to indicate a parameter pack.
3371         (cp_parser_initializer): Allow pack expansions.
3372         (cp_parser_initializer_list): Allow ellipsis to create an
3373         initializer expansion.
3374         (cp_parser_base_clause): Allow ellipsis to create a base specifier
3375         expansion.
3376         (cp_parser_type_id_list): Allow ellipsis to create an exception
3377         specifier expansion.
3378         (cp_parser_attribute_list): Don't allow pack expansions.
3379         (cp_parser_functional_cast): Allow pack expansions.
3380         (cp_parser_sizeof_operand): Allow ellipsis following "sizeof" to
3381         compute the length of a parameter pack.
3382         (cp_parser_next_token_ends_template_argument_p): An ellipsis can
3383         end a template argument.
3384         * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK,
3385         NONTYPE_ARGUMENT_PACK, TYPE_PACK_EXPANSION, EXPR_PACK_EXPANSION,
3386         CAST_EXPR. 
3387
3388 2007-03-09  Dirk Mueller  <dmueller@suse.de>
3389
3390         * cp/call.c (build_new_op): Call warn_logical_operator.
3391
3392 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
3393
3394         PR c++/30852
3395         * semantics.c (finish_offsetof): Handle COMPOUND_EXPR.
3396
3397         PR c++/30534
3398         * pt.c (any_template_arguments_need_structural_equality_p):
3399         Robustify.
3400
3401 2007-03-08  Alexandre Oliva  <aoliva@redhat.com>
3402
3403         * decl.c (grokdeclarator): Disable warnings for anonymous
3404         bitfields.
3405
3406 2007-03-05  Volker Reichelt  <reichelt@netcologne.de>
3407
3408         * typeck2.c (readonly_error): Always emit a hard error.
3409         Remove last argument.
3410         * cp-tree.h (readonly_error): Adjust prototype.
3411         * semantics.c (finish_asm_stmt): Adjust call to readonly_error.
3412         * typeck.c (build_unary_op): Likewise.
3413         (build_modify_expr): Likewise.
3414
3415 2007-03-04  Simon Martin  <simartin@users.sourceforge.net>
3416
3417         PR c++/30895
3418         * tree.c (cp_tree_equal): Properly handle COMPLEX_CST trees.
3419
3420 2007-03-03  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3421
3422         PR c++/15787
3423         * parser.c (struct cp_parser): New IN_IF_STMT.
3424         (cp_parser_statement_seq_opt): Handle an unexpected 'else',
3425         returning if parsing the body of an 'if' statement or issuing an
3426         error and continuing.
3427         (cp_parser_selection_statement): Set IN_IF_STMT bit when parsing
3428         body of 'if'.
3429         (cp_parser_jump_statement): Mask new IN_IF_STMT bit.
3430         
3431 2007-03-02  Simon Martin  <simartin@users.sourceforge.net>
3432
3433         PR c++/28253
3434         * class.c (update_vtable_entry_for_fn): Properly handle invalid overriders
3435         for thunks.
3436
3437 2007-03-02  Geoffrey Keating  <geoffk@apple.com>
3438
3439         * g++spec.c (lang_specific_driver): Add -lstdc++ when compiling
3440         Objective-C++.  Don't exit early if -shared-libgcc needs to be
3441         added.
3442
3443 2007-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3444
3445         * typeck.c (common_base_type): Delete unused function.
3446         
3447 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3448
3449         * Make-lang.in: Add dummy lang.install-pdf target.
3450
3451 2007-03-01  Simon Baldwin <simonb@google.com>
3452
3453         PR c++/23689
3454         * decl.c (check_tag_decl): Added new warning for typedef ignored
3455         when it precedes an otherwise valid non-typedef declaration.
3456
3457 2007-02-28  Sandra Loosemore  <sandra@codesourcery.com>
3458
3459         * typeck.c (build_function_call): Store converted arguments
3460         in a stack-allocated array instead of building a list.
3461         (convert_arguments): Store arguments in the array passed in as an
3462         argument, and return the actual number of arguments.
3463         * call.c (build_call): Delete, and replace with...
3464         (build_call_n, build_call_a): New.
3465         (build_op_delete_call): Rewrite to avoid constructing argument lists.
3466         (build_over_call): Store converted arguments in a stack-allocated
3467         array instead of building a list.
3468         (build_cxx_call): Pass arguments in an array instead of as a list.
3469         (build_java_interface_fn_ref): Rewrite to avoid constructing
3470         argument lists.
3471         * tree.h: Update declarations to reflect above changes.
3472         * method.c (use_thunk): Use a stack-allocated array to hold
3473         the arguments instead of a list.
3474         * rtti.c (throw_bad_cast): Update call to cxx_call.
3475         (throw_bad_typeid): Likewise.
3476         (build_dynamic_cast_1): Likewise.
3477         * init.c (build_builtin_delete_call): Use build_call_n.
3478         * decl.c (expand_static_init): Likewise.
3479         * except.c (cp_protect_cleanup_actions): Likewise.
3480         * cp-gimplify.c (genericize_eh_spec_block): Likewise.
3481         (gimplify_must_not_throw_expr): Likewise.
3482         (cxx_omp_apply_fn): Use build_call_a.
3483
3484 2007-02-26  Mark Mitchell  <mark@codesourcery.com>
3485
3486         * semantics.c (expand_or_defer_fn): Call c_record_cdtor_fn.
3487         * decl2.c (cp_write_gloabl_declarations): Call c_build_cdtor_fns.
3488
3489 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
3490
3491         * cp-tree.h (static_ctors): Remove.
3492         * cp-tree.h (static_dtors): Likewise.
3493         * cp-objcp-common.c (decl_shadowed_for_var_lookup): Adjust for
3494         refactoring of tree_map hierarchy.
3495         (decl_shadowed_for_var_insert): Likewise.
3496         * semantics.c (expand_body): Use c_expand_body.
3497         (expand_or_defer_fn): Don't update static_ctors or static_dtors.
3498         * decl2.c (static_ctors): Remove.
3499         (static_dtors): Likewise.
3500         (generate_ctor_or_dtor_function): Pass NULL_TREE to
3501         objc_generate_static_init_call.  Do not call static_[cd]tors.
3502         (generate_ctor_and_dtor_functions_for_priority): Do not check for
3503         static_[cd]tors.
3504         (cp_write_global_declarations): Likewise.
3505
3506 2007-02-23  Richard Guenther  <rguenther@suse.de>
3507
3508         * class.c (note_name_declared_in_class): Make declaration
3509         changes meaning a pedwarn.
3510
3511 2007-02-22  Michael Matz  <matz@suse.de>
3512
3513         PR c++/29433
3514         * cp-tree.h (TFF_UNQUALIFIED_NAME): New formatting flag.
3515         * error.c (dump_aggr_type, dump_simple_decl, dump_decl,
3516         dump_function_decl): Guard emitting outer scopes by new flag.
3517         * cp-lang.c (cxx_dwarf_name): New function.
3518         (LANG_HOOKS_DWARF_NAME): Define to cxx_dwarf_name.
3519         * pt.c (classtype_mangled_name, mangle_class_name_for_template):
3520         Remove functions.
3521         (push_template_decl_real, lookup_template_class): Remove calls
3522         to above functions.
3523
3524 2007-02-19  Mark Mitchell  <mark@codesourcery.com>
3525
3526         * call.c (build_new_method_call): Ensure that explicit calls of
3527         destructors have type "void".
3528
3529 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3530
3531         * typeck.c (build_binary_op): Replace -Wstring-literal-comparison
3532         and -Walways-true with -Waddress.
3533         * cvt.c (convert_to_void): Replace unconditional warning with
3534         -Waddress.
3535
3536 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
3537
3538         * decl.c, tree.c: Fix comment typos.
3539
3540 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3541
3542         PR C++/30158
3543         * semantics.c (finish_stmt_expr_expr): Set TREE_TYPE of the 
3544         statement expression if we had an error mark node.
3545
3546 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
3547             Brooks Moses  <brooks.moses@codesourcery.com>
3548             Lee Millward  <lee.millward@codesourcery.com>
3549
3550         * cp-tree.def (AGGR_INIT_EXPR): Adjust documentation.
3551         Change class to tcc_vl_exp.
3552
3553         * call.c (build_call): Use build_call_list instead 
3554         of build3. 
3555         (build_over_call): Likewise.
3556         (build_new_method_call): Use build_min_non_dep_call_list 
3557         instead of build_min_non_dep.
3558
3559         * error.c (dump_call_expr_args): New function.
3560         (dump_aggr_init_expr_args): New function.
3561         (dump_expr) <AGGR_INIT_EXPR, CALL_EXPR, INDIRECT_REF>: Use them. 
3562         Update to use new CALL_EXPR and AGGR_INIT_EXPR accessor macros.
3563
3564         * cvt.c (convert_to_void): Use build_call_array instead
3565         of build3; use new AGGR_INIT_EXPR accessor macros.
3566
3567         * mangle.c (write_expression): Use TREE_OPERAND_LENGTH
3568         instead of TREE_CODE_LENGTH.
3569
3570         * dump.c (cp_dump_tree) <AGGR_INIT_EXPR>: Update to use new
3571         AGGR_INIT_EXPR accessor macros.
3572
3573         * cp-gimplify.c (cp_gimplify_init_expr): Use 
3574         AGGR_INIT_EXPR_SLOT to set the slot operand.
3575
3576         * cp-tree.h (AGGR_INIT_EXPR_FN): New macro.
3577         (AGGR_INIT_EXPR_SLOT): New macro.
3578         (AGGR_INIT_EXPR_ARG): New macro.
3579         (aggr_init_expr_nargs): New macro.
3580         (AGGR_INIT_EXPR_ARGP): New macro.
3581         (aggr_init_expr_arg_iterator): New.
3582         (init_aggr_init_expr_arg_iterator): New.
3583         (next_aggr_init_expr_arg): New.
3584         (first_aggr_init_expr_arg): New.
3585         (more_aggr_init_expr_args_p): New.
3586         (FOR_EACH_AGGR_INIT_EXPR_ARG): New.
3587         (stabilize_aggr_init): New declaration.
3588         (build_min_non_dep_call_list): Likewise.
3589
3590         * tree.c (process_aggr_init_operands): New function.
3591         (build_aggr_init_array) New function.
3592         (build_cplus_new): Update to use new CALL_EXPR and
3593         AGGR_INIT_EXPR accessor macros. Replace use of build3 with
3594         build_aggr_init_array.
3595         (build_min_non_dep_call_list) New function.
3596         (build_min_nt): Assert input code parameter is not a variable
3597         length expression class.
3598         (build_min, build_min_non_dep): Likewise.
3599         (cp_tree_equal) <CALL_EXPR>: Iterate through the arguments
3600         to check for equality instead of recursing. Handle tcc_vl_exp
3601         tree code classes.
3602         (stabilize_call): Update to only handle CALL_EXPRs, not 
3603         AGGR_INIT_EXPRs; use new CALL_EXPR accessor macros.
3604         (stabilize_aggr_init): New function.
3605         (stabilize_init): Use it.
3606
3607         * cxx-pretty-print.c (pp_cxx_postfix_expression)
3608         <AGGR_INIT_EXPR, CALL_EXPR>: Update to use new CALL_EXPR and
3609         AGGR_INIT_EXPR accessor macros and argument iterators.
3610         
3611         * pt.c (tsubst_copy) <CALL_EXPR>: Replace build_nt with
3612         build_vl_exp. Iterate through the operands, recursively 
3613         processing each one.
3614         (tsubst_copy_and_build) <CALL_EXPR>: Update to use new
3615         CALL_EXPR accessor macros.
3616         (value_dependent_expression_p) <default>: Handle tcc_vl_exp
3617         tree code classes. Use TREE_OPERAND_LENGTH instead of 
3618         TREE_CODE_LENGTH.
3619
3620         * semantics.c (finish_call_expr): Use build_nt_call_list
3621         instead of build_nt.
3622         (simplify_aggr_init_expr): Update to use new AGGR_INIT_EXPR 
3623         accessor macros. Use build_call_array to construct the 
3624         CALL_EXPR node instead of build3
3625         
3626         * decl2.c (build_offset_ref_call_from_tree): Use 
3627         build_nt_call_list and build_min_non_dep_call_list instead
3628         of build_min_nt and build_min_non_dep.
3629
3630         * parser.c (cp_parser_postfix_expression) <CPP_OPEN_PAREN>:
3631         Use build_nt_call_list instead of build_min_nt.
3632
3633 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3634
3635         PR c++/28943
3636         * call.c (build_conditional_expr): Improve error message.
3637         
3638 2007-02-13  Dirk Mueller  <dmueller@suse.de>
3639
3640         * friend.c (do_friend): Annotate warning about friend
3641         declarations in templates with OPT_Wnon_template_friend.
3642         Convert informal message from warning() to inform().
3643
3644 2007-02-12  Simon Martin  <simartin@users.sourceforge.net>
3645             Mark Mitchell  <mark@codesourcery.com>
3646
3647         PR c++/14622
3648         * pt.c (do_decl_instantiation): Detect type mismatches in explicit
3649         instantiations for variables.
3650
3651 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3652
3653         PR middle-end/7651
3654         * cp-gimplify.c (gimplify_expr_stmt): Don't check extra_warnings.
3655         Check warn_unused_value just once.
3656
3657 2007-02-11  Mark Mitchell  <mark@codesourcery.com>
3658
3659         PR c++/26988
3660         * pt.c (determine_specialization): Use skip_artificial_parms_for.
3661         (fn_type_unificiation): Likewise.
3662         (get_bindings): Likewise.
3663
3664 o2007-02-06  Mark Mitchell  <mark@codesourcery.com>
3665
3666         PR target/29487
3667         * decl.c (finish_function): Use DECL_REPLACEABLE.
3668         * tree.c (cp_cannot_inline_tree_fn): Likewise.
3669
3670 2007-02-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3671
3672         * parser.c (cp_parser_primary_expression): Reformat overly long lines.
3673
3674 2007-02-10  Richard Henderson  <rth@redhat.com>, Jakub Jelinek  <jakub@redhat.com>
3675
3676         * decl.c (grokvardecl): Don't error if !have_tls.
3677         (grokdeclarator): Likewise.
3678         * parser.c (cp_parser_omp_threadprivate): Likewise.
3679
3680 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
3681
3682         PR c++/30703
3683         * cp-gimplify.c (cp_genericize_r): Don't dereference invisiref
3684         parameters and result decls in omp clauses.
3685         (cxx_omp_privatize_by_reference): Pass also invisiref PARM_DECLs
3686         by reference.
3687
3688 2007-02-05  Dirk Mueller  <dmueller@suse.de>
3689
3690         PR bootstrap/30510
3691         * parser.c (cp_parser_class_specifier): Always initialize bases.
3692
3693 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
3694
3695         * cp-tree.h (OMP_ATOMIC_CODE): Delete.
3696         (OMP_ATOMIC_DEPENDENT_P): Rewrite.
3697         * pt.c (tsubst_expr): Adjust for new format of dependent OMP_ATOMIC
3698         expressions.
3699         * semantics.c (finish_omp_atomic): Store a whole expression node
3700         in operand 1, and integer_zero_node in operand 0, for dependent
3701         OMP_ATOMIC.  Rewrite to make flow easier to understand.
3702
3703 2007-02-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3704
3705         * decl.c (grokdeclarator): Use OPT_Wreturn_type instead of 0.
3706
3707 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
3708
3709         * class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c,
3710         parser.c, pt.c, tree.c, typeck.c: Follow spelling conventions.
3711
3712 2007-02-03  Douglas Gregor  <doug.gregor@gmail.com>
3713
3714        * parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x
3715        keyword warning to -Wc++0x-compat.
3716         
3717 2007-02-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3718
3719         * decl.c (grokdeclarator): Update documentation.
3720
3721 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
3722
3723         PR c++/30536
3724         * decl.c (grokdeclarator): If __thread is used together with
3725         a storage class other than extern and static, clear thread_p
3726         after issuing diagnostics and fall through to checking the
3727         storage class.
3728
3729 2007-01-30  Roger Sayle  <roger@eyesopen.com>
3730
3731         * error.c (dump_type_suffix): Avoid use of cp_build_binary_op when
3732         calculating the size of an array (to avoid recursive errors).
3733
3734 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3735
3736         PR c++/24745
3737         * typeck.c (build_binary_op): Fix logic for warning. Move warning
3738         to -Wpointer-arith.
3739         * call.c (convert_like_real): Don't warn when converting to
3740         boolean type.
3741         
3742 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3743
3744         * decl.c (pop_label): Replace warning with call to
3745         warn_for_unused_label.
3746
3747 2007-01-28  Andrew Pinski  <pinskia@gmail.com>
3748
3749         PR C++/28988
3750         * semantics.c (finish_pseudo_destructor_expr): Check the
3751         destrutor name by calling check_dtor_name.
3752
3753 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
3754
3755         * lex.c (D_CPP0X): Rename.
3756         (D_CXX0X): To this.
3757         (reswords): D_CPP0X -> D_CXX0X.
3758         (init_reswords): Ditto.
3759         * parser.c (cp_lexer_get_preprocessor_token): Warn about the use
3760         of C++0x keywords as identifiers.
3761
3762 2007-01-23  Simon Martin  <simartin@users.sourceforge.net>
3763
3764         PR c++/27492
3765         * decl.c (duplicate_decls): Don't reset DECL_INVALID_OVERRIDER_P for
3766         function decls.
3767
3768 2007-01-23  Ian Lance Taylor  <iant@google.com>
3769
3770         * typeck.c (convert_for_assignment): Only warn about a = b = c
3771         when converting to bool.
3772
3773 2007-01-23  Roger Sayle  <roger@eyesopen.com>
3774
3775         * call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with
3776         TREE_OVERFLOW.
3777         * typeck.c (ignore_overflows): Remove the remaining uses of
3778         TREE_CONSTANT_OVERFLOW.
3779
3780 2007-01-20  Jan Hubicka  <jh@suse.cz>
3781
3782         * decl2.c (start_objects, start_static_storage_duration_function):
3783         Do not make the functions uninlinable.
3784
3785 2007-01-17  Ian Lance Taylor  <iant@google.com>
3786
3787         * class.c (add_method): Call VEC_reserve_exact rather than passing
3788         a negative size to VEC_reserve.
3789
3790 2007-01-11  Simon Martin  <simartin@users.sourceforge.net>
3791
3792         PR c++/29573
3793         * tree.c (cp_tree_equal): Properly handle MODOP_EXPR trees.
3794
3795 2007-01-10  Mark Mitchell  <mark@codesourcery.com>
3796
3797         PR c++/28999
3798         * decl.c (make_typename_type): If the qualified name is not a
3799         type, issue an error.
3800         * parser.c (cp_parser_elaborated_type_specifier): Fix comment
3801         formatting.
3802
3803 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
3804
3805         * rtti.c: Include target.h.
3806         (emit_support_tinfos): If ! targetm.cxx.library_rtti_comdat (),
3807         don't emit typeinfo for fundamental types as weak.
3808         * Make-lang.in (cp/rtti.o): Update and correct dependencies.
3809
3810 2007-01-08  Richard Guenther  <rguenther@suse.de>
3811
3812         * cvt.c (cp_convert_to_pointer): Use build_int_cst_type.
3813
3814 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
3815
3816         * call.c (standard_conversion): Pass flag to
3817         vector_types_convertible_p to disallow emission of note.
3818         * typeck.c (convert_for_assignment): Pass flag to
3819         vector_types_convertible_p to allow emission of note.
3820         (ptr_reasonably_similar): Pass flag to vector_types_convertible_p
3821         to disallow emission of note.
3822
3823 2007-01-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3824
3825         PR c++/28986
3826         * typeck.c (build_binary_op): Call overflow_warning if
3827         TREE_OVERFLOW_P is true for the result and not for any of the
3828         operands.
3829         
3830 2007-01-06  Lee Millward  <lee.millward@codesourcery.com>
3831
3832        PR c++/19439
3833        * class.c (add_method): Don't wait until template
3834        instantiation time to complain about duplicate methods.
3835         
3836 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3837
3838         PR c/19978
3839         * semantics.c (finish_unary_op_expr): Warn only if result
3840         overflowed and operands did not.
3841
3842 2007-01-05  Ian Lance Taylor  <iant@google.com>
3843
3844         * typeck.c (build_binary_op): Warn about comparing a non-weak
3845         address to NULL.
3846
3847 2007-01-05  Douglas Gregor  <doug.gregor@gmail.com>
3848
3849         * pt.c (tsubst): Propagate the need for structural equality checks
3850         when reducing the level of template parameters.
3851
3852 2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
3853
3854         * pt.c: Fix a comment typo.
3855
3856 2007-01-02  Ian Lance Taylor  <iant@google.com>
3857
3858         * semantics.c (maybe_convert_cond): Optionally warn when using an
3859         assignment as a condition.
3860         * typeck.c (convert_for_assignment): Optionally warn about
3861         assigning the result of an assignment to a bool.
3862
3863 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
3864
3865         * pt.c (canonical_template_parms): Correct typo in comment.
3866         
3867 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
3868
3869         * typeck.c (structural_comptypes): Renamed from "comptypes".
3870         (comptypes): Use canonical type information to perform fast type
3871         comparison. When VERIFY_CANONICAL_TYPES, verify that the
3872         canonical type comparison returns the same results as we would see
3873         from the current, structural check. Support COMPARE_STRUCTURAL
3874         when we need structural checks.
3875         * decl.c (typename_compare): Fix comment.
3876         (build_typename_type): TYPENAME_TYPE nodes require structural
3877         equality checks, because they resolve different based on the
3878         current class type.
3879         (make_unbound_class_template): UNBOUND_CLASS_TEMPLATE nodes
3880         require structural equality checks (for now).
3881         (build_ptrmemfunc_type): Build the canonical pointer to member
3882         function type.
3883         (compute_array_index_type): Whenever we build a new index type
3884         to represent the size of an array in a template, we need to mark
3885         this index type as requiring structural equality. This goes for
3886         arrays with value-dependent sizes with the current ABI, or all
3887         arrays with ABI-1.
3888         * tree.c (cplus_array_hash): New.
3889         (struct cplus_array_info): New.
3890         (cplus_array_compare): New.
3891         (cplus_array_htab): New.
3892         (build_cplus_array_type_1): Use a hash table to cache the array
3893         types we build. Build the canonical array type for each array
3894         type.
3895         (cp_build_qualified_type_real): When building a cv-qualified array
3896         type, use the hash table of array types and build canonical array
3897         types as necessary.
3898         (bind_template_template_parm): BOUND_TEMPLATE_TEMPLATE_PARM nodes
3899         use structural equality (for now).
3900         * cp-tree.h (COMPARE_STRUCTURAL): New.
3901         * pt.c (canonical_template_parms): New.
3902         (canonical_type_parameter): New.
3903         (process_template_parm): Find the canonical type parameter.
3904         (lookup_template_class): When we have named the primary template
3905         type, set the canonical type for our template class to the primary
3906         template type. If any of the template arguments need structural
3907         equality checks, the template class needs structural equality
3908         checks.
3909         (tsubst): When reducing the level of a template template
3910         parameter, we require structural equality tests for the resulting
3911         parameter because its template parameters have not had their types
3912         canonicalized. When reducing a template type parameter, find the
3913         canonical reduced type parameter.
3914         (any_template_arguments_need_structural_equality_p): New.
3915