OSDN Git Service

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