OSDN Git Service

* Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2009-06-16  Ian Lance Taylor  <iant@google.com>
2
3         * Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.
4         (cp/semantics.o): Depend upon gt-cp-semantics.h.
5
6 2009-06-16  Ian Lance Taylor  <iant@google.com>
7
8         * parser.c (cp_unevaluated_operand): Define global variable.
9         (cp_parser_question_colon_clause): Increment
10         c_inhibit_evaluation_warnings when evaluating an expression which
11         will never be executed.
12         (cp_parser_decltype): Increment cp_unevaluated_operand and
13         c_inhibit_evaluation_warnings, not skip_evaluation.
14         (cp_parser_sizeof_operand): Likewise.
15         (cp_parser_enclosed_template_argument_list): Save
16         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
17         skip_evaluation.
18         * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
19         Add unevaluated_operand and inhibit_evaluation_warnings fields.
20         (cp_unevaluated_operand): Declare.
21         * name-lookup.c (push_to_top_level): Save cp_unevaluated_operand
22         and c_inhibit_evaluation_warnings rather than skip_evaluation.
23         (pop_from_top_level): Restore cp_unevaluated_operand and
24         c_inhibit_evaluation_warnings rather than skip_evaluation.
25         * class.c (build_base_path): Check cp_unevaluated_operand rather
26         than skip_evaluation.
27         * typeck.c (build_class_member_access_expr): Likewise.
28         (cp_build_binary_op): Don't warn about bad shift counts if
29         c_inhibit_evaluation_warnings is non-zero.
30         * pt.c (coerce_template_parms): Save state of
31         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
32         skip_evaluation.
33         (tsubst_aggr_type): Likewise.
34         (tsubst_pack_expansion): Check cp_unevaluated_operand rather than
35         skip_evaluation.
36         (tsubst_copy): Likewise.
37         (tsubst): Set cp_unevaluated_operand and
38         c_inhibit_evaluation_warnings, not skip_evaluation.
39         (tsubst_copy_and_build): Likewise.
40         * call.c (convert_arg_to_ellipsis): Check cp_unevaluated_operand
41         rather than skip_evaluation.
42         * decl2.c (mark_used): Likewise.
43         * semantics.c (finish_non_static_data_member): Likewise.
44         * cvt.c (cp_convert_and_check): Check
45         c_inhibit_evaluation_warnings rather than skip_evaluation.
46         * mangle.c (write_type): Set cp_unevaluated_operand rather than
47         skip_evaluation.
48
49 2009-06-15  Ian Lance Taylor  <iant@google.com>
50
51         * parser.c (cp_parser_direct_declarator): Add braces around
52         variables declared before label.
53
54 2009-06-15  Rafael Avila de Espindola  <espindola@google.com>
55
56         * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Remove.
57         * cp-tree.h (cxx_comdat_group): Change signature.
58         * decl.c (duplicate_decls): Use DECL_COMDAT_GROUP.
59         (cxx_comdat_group): Change signature.
60         * decl2.c (comdat_linkage, maybe_make_one_only): Update call to
61         make_decl_one_only.
62         (constrain_visibility, get_guard): Use DECL_COMDAT_GROUP.
63         * method.c (use_thunk): Update call to make_decl_one_only.
64         * optimize.c (maybe_clone_body): Use DECL_COMDAT_GROUP
65
66 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
67
68         * typeck.c (cp_build_binary_op): Pass location to overflow_warning.
69         (build_modify_expr): New arg.
70         * semantics.c (finish_unary_op_expr): Pass location to
71         overflow_warning.
72         (handle_omp_for_class_iterator): Pass location to build_modify_expr.
73         * typeck.c (cxx_sizeof_or_alignof_type): Pass location to
74         c_sizeof_or_alignof_type.
75         (build_array_ref): New argument.
76         (build_compound_expr): Same.
77         (build_const_cast): Same.
78         (build_ptrmemfunc): Pass location to build_c_cast.
79         * init.c (avoid_placement_new_aliasing): Pass location to
80         build_stmt.
81         (build_vec_delete_1): Pass location to cp_build_modify_expr,
82         build_compound_expr.
83         * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
84         * decl.c (poplevel): Pass location to c_build_bind_expr.
85         (finish_case_label): Pass location to build_case_label.
86         (finish_constructor_body): Same.
87         (finish_destructor_body): Pass location to build_stmt.
88         (cxx_maybe_build_cleanup): Same, but to build_compound_expr.
89         * call.c (build_new_op): Pass location to build_array_ref.
90         (build_x_va_arg): Pass location to build_va_arg.
91         * except.c (expand_end_catch_block): Pass location to
92         build_stmt.
93         * cp-tree.h (build_array_ref): New argument.
94         (build_compound_expr): Same.
95         (build_c_cast): Same.
96         * cp-gimplify.c (gimplify_if_stmt): Pass location on down.
97         (gimplify_switch_stmt): Same.
98         * typeck2.c (split_nonconstant_init_1): Same.
99         * pt.c (tsubst_copy): Same.
100         * semantics.c (add_decl_expr): Same.
101         (do_poplevel): Same.
102         (push_cleanup): Same.
103         (finish_goto_stmt): Same.
104         (finish_expr_stmt): Same.
105         (begin_if_stmt): Same.
106         (begin_while_stmt): Same.
107         (begin_do_stmt): Same.
108         (finish_return_stmt): Same.
109         (begin_for_stmt): Same.
110         (finish_break_stmt): Same.
111         (finish_continue_stmt): Same.
112         (begin_switch_stmt): Same.
113         (begin_try_block): Same.
114         (begin_handler): Same.
115         (finish_asm_stmt): Same.
116         (finish_label_stmt): Same.
117         (finish_stmt_expr_expr): Same.
118         (finalize_nrv_r): Same.
119         (finish_omp_atomic): Same.
120         * name-lookup.c (do_using_directive): Same.
121         * decl2.c (grok_array_decl): Same.
122         * parser.c (cp_parser_cast_expression): Same.
123         (cp_parser_selection_statement): Same.
124         (cp_parser_implicitly_scoped_statement): Same.
125         (cp_parser_objc_selector_expression): Same.
126         (cp_parser_objc_synchronized_statement): Same.
127         (cp_parser_objc_throw_statement): Same.
128         (cp_parser_omp_critical): Same.
129         (cp_parser_omp_master): Same.
130         * typeck.c (build_function_call): Add location argument.
131         * init.c: Add location argument to all build_decl calls.
132         * class.c: Same.
133         * method.c: Same.
134         * rtti.c: Same.
135         * tree.c: Same.
136         * pt.c: Same.
137         * semantics.c: Same.
138         * lex.c: Same.
139         * decl2.c: Same.
140         * cp-gimplify.c: Same.
141         * decl.c: Same.
142         (cp_make_fname_decl): Add location argument.  Pass location ot
143         build_decl.
144         (finish_case_label): Same.
145         * cp-tree.h (finish_case_label): Add location argument.
146         * parser.c (cp_parser_label_for_labeled_statement): Pass location to
147         finish_case_label.
148         
149 2009-06-09  Jason Merrill  <jason@redhat.com>
150
151         PR c++/40381
152         * decl2.c (mark_used): Return after complaining about deleted fn.
153
154 2009-06-08  Jason Merrill  <jason@redhat.com>
155
156         * parser.c (cp_parser_type_id_1): 'auto' type is ok with a
157         late-specified return type.
158
159 2009-06-08  Jakub Jelinek  <jakub@redhat.com>
160
161         PR c++/40373
162         * call.c (check_dtor_name): Return false even if
163         get_type_value (name) is error_mark_node.
164
165         PR c++/40370
166         PR c++/40372
167         * parser.c (cp_parser_direct_declarator): Don't set TREE_SIDE_EFFECTS
168         on error_mark_node.  Check for VLAs outside of function context
169         before check whether to wrap bounds into a NOP_EXPR with
170         TREE_SIDE_EFFECTS.
171
172 2009-06-08  Alexandre Oliva  <aoliva@redhat.com>
173
174         * repo.c (get_base_filename): Use aux_base_name rather than
175         alternate temporary file during second compare debug compilation.
176         (finish_repo): Skip during -fcompare-debug-second.
177
178 2009-06-06  Ian Lance Taylor  <iant@google.com>
179
180         * parser.c (cp_parser_label_for_labeled_statement): Support
181         attribute on labels if immediately followed by semicolon.
182         * semantics.c (finish_label_stmt): Return new label.
183         * pt.c (tsubst_expr): Handle attributes for LABEL_EXPR.
184
185 2009-06-03  Ian Lance Taylor  <iant@google.com>
186
187         * Make-lang.in (cc1plus-checksum.o): Depend upon $(CONFIG_H) and
188         $(SYSTEM_H).
189
190 2009-06-02  Mark Mitchell  <mark@codesourcery.com>
191
192         * decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.
193
194 2009-06-02  Jason Merrill  <jason@redhat.com>
195
196         PR c++/40308
197         PR c++/40311
198         * typeck.c (cp_build_modify_expr): Always pass init-lists to the
199         conversion code.
200         * call.c (implicit_conversion): Allow init-list conversion to scalar
201         during direct-initialization, too.  Mark the conversion bad if it
202         has too many levels of braces.
203         (convert_like_real): And give a helpful error.
204
205         PR c++/40306
206         PR c++/40307
207         * decl.c (cp_finish_decl): Handle auto deduction from ().
208         * typeck.c (build_x_indirect_ref): Handle dereferencing an operand
209         with dependent type that is known to be a pointer.
210
211 2009-06-02  Simon Martin  <simartin@users.sourceforge.net>
212
213         PR c++/38089
214         * pt.c (register_specialization): Properly setup DECL_CONTEXT for
215         specializations in an invalid namespace.
216
217 2009-06-01  Aldy Hernandez  <aldyh@redhat.com>
218
219         * error.c (print_instantiation_partial_context): Print column
220         numbers.
221
222 2009-05-29  Ian Lance Taylor  <iant@google.com>
223
224         * error.c (cp_printer): Don't use va_arg with enum type.
225
226 2009-05-28  Dodji Seketeli  <dodji@redhat.com>
227
228         PR c++/39754
229         * cp-tree.h (canonical_type_variant): Remove this function declaration.
230         (strip_typedefs): New function declaration.
231         * tree.c (strip_typedefs): New function definition.
232         (canonical_type_variant): Remove function definition.
233         * cvt.c (convert_from_reference): No need to use
234         canonical_type_variant.
235         * typeck.c (cp_build_indirect_ref): Likewise.
236         * error.c (dump_template_bindings): Use strip_typedefs instead of
237         canonical_type_variant.
238         * pt.c (convert_template_argument, unify): Likewise.
239         * mangle.c (canonicalize_for_substitution): Don't use
240         canonical_type_variant.
241
242 2009-05-27  Jason Merrill  <jason@redhat.com>
243
244         * call.c (implicit_conversion): Handle conversion from
245         initializer-list to scalar.
246         (convert_like_real): Likewise.  Avoid crashing on list
247         initialization with bad conversions.
248         (can_convert): Use LOOKUP_EXPLICIT.
249         (can_convert_arg_bad): Add flags parm.
250         * cp-tree.h: Adjust.
251         * typeck.c (convert_for_assignment): Pass flags.
252
253 2009-05-27  Ian Lance Taylor  <iant@google.com>
254
255         * Make-lang.in (g++$(exeext)): Change $(COMPILER) to $(LINKER).
256         (cc1plus-dummy$(exeext), cc1plus$(exeext)): Likewise.
257
258 2009-05-26  Ian Lance Taylor  <iant@google.com>
259
260         * Make-lang.in (g++spec.o): Use $(COMPILER).
261         (g++$(exeext), cc1plus-dummy$(exeext)): Likewise.
262         (cc1plus$(exeext)): Likewise.
263
264 2009-05-26  Dodji Seketeli  <dodji@redhat.com>
265
266         PR c++/40007
267         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Remove this accessor.
268         (TI_TYPEDEFS_NEEDING_ACCESS_CHECKING): New accessor.
269         (get_types_needing_access_check): Declare new entry point.
270         * pt.c (append_type_to_template_for_access_check_1,
271         get_types_needing_access_check): New functions.
272         (perform_typedefs_access_check): Accept FUNCTION_DECLs and
273         RECORD_TYPEs rather than TEMPLATE_DECLs. Use the new
274         get_types_needing_access_check, no more
275         MEMBER_TYPES_NEEDING_ACCESS_CHECK.
276         (instantiate_class_template): Set input_location to the source
277         location of the most specialized template definition.
278         Perform access check using the RECORD_TYPE of the template, not its
279         associated most generic TEMPLATE_DECL.
280         (append_type_to_template_for_access_check): Augment function
281         comments. Use the new get_types_needing_access_check, not
282         MEMBER_TYPE_NEEDING_ACCESS_CHECK. Use the new
283         append_type_to_template_for_access_check_1 subroutine.
284
285 2009-05-22  Jason Merrill  <jason@redhat.com>
286
287         PR c++/38064
288         * typeck.c (cp_build_binary_op): Allow ENUMERAL_TYPE in
289         arithmetic comparisons.
290         (cp_common_type): Handle scoped enums.
291
292         * call.c (promoted_arithmetic_type_p): Don't use INTEGRAL_TYPE_P.
293         (add_builtin_candidate, add_builtin_candidates): Likewise.
294         (convert_like_real): Likewise.
295         * class.c (check_bitfield_decl): Likewise.
296         * decl.c (check_static_variable_definition): Likewise.
297         (compute_array_index_type): Likewise.
298         * decl2.c (grokbitfield): Likewise.
299         * init.c (build_new_1): Likewise.
300         * pt.c (convert_nontype_argument): Likewise.
301         (current_instantiation): Likewise.
302         * tree.c (pod_type_p): Likewise.
303         * typeck.c (build_static_cast_1): Likewise.
304         (build_reinterpret_cast_1): Likewise.
305
306 2009-05-22  Richard Guenther  <rguenther@suse.de>
307
308         PR middle-end/38964
309         * init.c (avoid_placement_new_aliasing): Remove.
310         (build_new_1): Do not call it.
311
312 2009-05-22  Mark Mitchell  <mark@codesourcery.com>
313
314         * decl2.c (decl_needed_p): Consider dllexport'd functions needed.
315         * semantics.c (expand_or_defer_fn): Similarly.
316
317 2009-05-20  Ian Lance Taylor  <iant@google.com>
318
319         * parser.c (cp_parser_postfix_expression): Change args to a vec.
320         Release it when done.
321         (tree_vector): Define typedef.  Define VEC functions.
322         (cp_parser_parenthesized_expression_list): Change return type to
323         vec.  Change all callers.
324         (cp_parser_new_expression): Change placement and initializer to
325         vecs.  Release them when done.
326         (cp_parser_new_placement): Change return type to vec.  Change all
327         callers.
328         (cp_parser_new_initializer): Likewise.
329         * typeck.c (build_function_call_vec): Just call
330         cp_build_function_call_vec.
331         (cp_build_function_call): Just build a vec and call
332         cp_build_function_call_vec.
333         (cp_build_function_call_vec): New function based on old
334         cp_build_function_call.
335         (convert_arguments): Remove nargs and argarray parameters.  Change
336         values to a vec.  Change caller.
337         (build_x_compound_expr_from_vec): New function.
338         (cp_build_modify_expr): Build vec to pass to
339         build_special_member_call.
340         * call.c (struct z_candidate): Add first_arg field.  Change args
341         field to vec.
342         (convert_class_to_reference): Handle first argument separately.
343         (add_candidate): Add first_arg parameter.  Change args parameter
344         to vec.  Change all callers.
345         (add_function_candidate, add_conv_candidate): Likewise.
346         (add_template_candidate_real, add_template_candidate): Likewise.
347         (add_template_conv_candidate): Likewise.
348         (build_user_type_conversion_1): Handle first argument separately.
349         (resolve_args): Change return type and parameter type to vecs.
350         Change all callers.
351         (perform_overload_resolution): Change args parameter to vec.
352         Change all callers.
353         (build_new_function_call, build_operator_new_call): Likewise.
354         (add_candidates): Likewise.
355         (build_op_call): New globally visible function, built from and
356         replacing static function build_object_call.
357         (build_new_op): Don't handle CALL_EXPR.  Build vec, not tree_list,
358         of arguments.
359         (build_op_delete_call): Build vec to pass to
360         cp_build_function_call_vec.
361         (build_temp): Build vec to pass to build_special_member_call.
362         (convert_like_real): Likewise.
363         (perform_direct_initialization_if_possible): Likewise.
364         (build_over_call): Handle first_arg field.  Use build_call_array
365         rather than build_call_list.
366         (build_special_member_call): Change args parameter to vec.  Change
367         all callers.
368         (build_new_method_call): Likewise.
369         * init.c (expand_default_init): Change parms to vec.
370         (build_raw_new_expr): Change placement and init to vecs.  Change
371         all callers.
372         (build_new_1, build_new): Likewise.
373         * class.c (resolve_address_of_overloaded_function): Build array to
374         pass to fn_type_unification.
375         * pt.c (tsubst_copy_and_build): For NEW_EXPR build vecs to pass to
376         build_new.  For CALL_EXPR create a vec rather than a tree_list;
377         expand a pack if necessary.
378         (fn_type_unification): Change args parameter to const tree *.  Add
379         nargs parameter.  Change all callers.
380         (type_unification_real): Likewise.
381         (unify): Build array to pass to type_unification_real.
382         (get_bindings): Build array to pass to fn_type_unification.
383         (any_type_dependent_arguments_p): Change args parameter to a vec.
384         Change all callers.
385         (make_args_non_dependent): Renamed from build_non_dependent_args.
386         Change return type to void.  Change parameter type to vec.  Change
387         all callers.
388         (do_auto_deduction): Pass an array to type_unification_real.
389         * semantics.c (perform_koenig_lookup): Change args to vec.  Change
390         all callers.
391         (finish_call_expr): Change args to vec.  Change all callers.  Call
392         build_op_call instead of passing CALL_EXPR to build_new_op.
393         (cxx_omp_create_clause_info): Allocate vec to pass to
394         build_special_member_call.
395         * decl2.c (build_offset_ref_call_from_tree): Change args parameter
396         to vec.  Change all callers.
397         * name-lookup.c (lookup_function_nonclass): Likewise.
398         (struct arg_lookup): Change args to vec.
399         (arg_assoc_namespace): Handle args as a vec.
400         (arg_assoc_args_vec): New static function.
401         (lookup_arg_dependent): Change args parameter to vec.  Change all
402         callers.
403         * method.c (do_build_assign_ref): Allocate vec to pass to
404         build_special_member_call.
405         * except.c (build_throw): Likewise.
406         * typeck2.c (build_functional_cast): Likewise.
407         * cvt.c (ocp_convert): Likewise.
408         * tree.c (build_min_non_dep_call_vec): Change last parameter to
409         vec.  Change all callers.
410         * cp-tree.h: Update declarations.
411         * name-lookup.h: Update declarations.
412
413 2009-05-20  Sandra Loosemore  <sandra@codesourcery.com>
414
415         * typeck.c (default_conversion): Check targetm.promoted_type.
416         * decl.c (grokdeclarator): Check targetm.invalid_return_type.
417         (grokparms): Check targetm.invalid_parameter_type.
418         * cvt.c (ocp_convert): Check targetm.convert_to_type.
419         (build_expr_type_conversion): Check targetm.promoted_type.
420
421 2009-05-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
422
423         * typeck.c (build_binary_op): Allow % on integal vectors.
424
425 2009-05-18  Jason Merrill  <jason@redhat.com>
426
427         Implement explicit conversions ops as specified in N2437.
428         * decl.c (grokdeclarator): Handle explicit conversion ops.
429         (check_initializer): Pass flags to store_init_value.
430         * decl2.c (maybe_emit_vtables): Likewise.
431         * init.c (expand_aggr_init_1): Likewise.
432         * call.c (convert_class_to_reference): Take flags parm,
433         check DECL_NONCONVERTING_P.
434         (build_user_type_conversion_1): Check DECL_NONCONVERTING_P.
435         (add_builtin_candidates): Simplify getting type of conversion.
436         (build_object_call): Likewise.  Check DECL_NONCONVERTING_P.
437         (implicit_conversion): Pass through LOOKUP_ONLYCONVERTING.
438         (reference_binding): Take flags parm.  Direct-initialize copy parm.
439         (add_function_candidate): Direct-initialize the copy parm.
440         (add_conv_candidate): Use LOOKUP_IMPLICIT, not LOOKUP_NORMAL.
441         (build_builtin_candidate): Add LOOKUP_ONLYCONVERTING.
442         (conditional_conversion): Likewise.
443         (convert_like_real): Only complain about DECL_NONCONVERTING_P
444         constructors.
445         (perform_implicit_conversion_flags): Add flags parm to
446         perform_implicit_conversion.  Improve diagnostics.
447         * cp-tree.h (LOOKUP_IMPLICIT): New macro.
448         (LOOKUP_COPY_PARM): New bit macro.
449         * cvt.c (build_expr_type_conversion): Check DECL_NONCONVERTING_P.
450         * typeck.c (convert_for_assignment): Take flags parm, pass it to
451         perform_implicit_conversion_flags.
452         (cp_build_modify_expr): Pass flags to convert_for_assignment.
453         (convert_for_initialization): Likewise.
454         * typeck2.c (store_init_value): Take flags parm, pass to
455         digest_init_flags.
456         (digest_init_flags): Add flags parm to digest_init.
457         (digest_init_r): Take flags parm, pass to convert_for_initialization.
458         (process_init_constructor_array): Pass it.
459         (process_init_constructor_record): Likewise.
460         (process_init_constructor_union): Likewise.
461
462 2009-05-16  Jason Merrill  <jason@redhat.com>
463
464         PR c++/40139
465         * pt.c (tsubst_qualified_id): Retain the type if we aren't dealing
466         with a dependent type.  Actually look up the destructor.
467         * semantics.c (finish_id_expression): Fix logic.
468         (finish_qualified_id_expr): Don't try to use 'this' if we aren't in
469         a function.
470         * typeck.c (build_x_unary_op): Diagnose taking the address of a
471         constructor or destructor.
472         * tree.c (get_first_fn): Handle OFFSET_REF.
473
474 2009-05-17  Joseph Myers  <joseph@codesourcery.com>
475
476         * tree.c (cxx_printable_name_internal): Allow consecutive
477         translated and untranslated cached copies of the name of the
478         current function.
479
480 2009-05-15  Ian Lance Taylor  <iant@google.com>
481
482         * cp-tree.h (enum cp_lvalue_kind_flags): Rename from
483         cp_lvalue_kind.  Change all uses.
484         (enum base_access_flags): Rename from enum base_access.  Change
485         all uses.
486         * parser.c (enum cp_parser_flags): Remove enum tag.
487
488 2009-05-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
489
490         PR 16302
491         * call.c (build_new_op): Update calls to warn_logical_operator.
492
493 2009-05-14  Ian Lance Taylor  <iant@google.com>
494
495         * class.c (layout_class_type): Change itk to unsigned int.
496         * decl.c (finish_enum): Change itk to unsigned int.
497         * parser.c (cp_parser_check_decl_spec): Change ds to int.  Remove
498         casts.
499
500 2009-05-13  David Mandelin <dmandelin@mozilla.com>:
501
502         * decl.c (duplicate_decls): Preserve parameter attributes.
503
504 2009-05-10  Jan Hubicka  <jh@suse.cz>
505
506         * decl2.c (cxx_callgraph_analyze_expr): Use
507         cgraph_mark_address_taken.
508
509 2009-05-10  Joseph Myers  <joseph@codesourcery.com>
510
511         * call.c (name_as_c_string): Call type_as_string_translate.
512         Translate identifiers to locale character set.
513         * cp-tree.h (lang_decl_name): Update prototype.
514         (type_as_string_translate, decl_as_string_translate,
515         cxx_printable_name_translate): Declare.
516         * cxx-pretty-print.c (M_): Define.
517         (pp_cxx_unqualified_id, pp_cxx_canonical_template_parameter): Mark
518         English fragments for conditional translation with M_.
519         * decl.c (grokdeclarator): Translate identifiers to locale
520         character set for diagnostics.
521         * error.c (M_): Define.
522         (dump_template_bindings, dump_type, dump_aggr_type,
523         dump_type_prefix, dump_global_iord, dump_simple_decl, dump_decl,
524         dump_function_decl, dump_template_parms, dump_expr,
525         dump_binary_op, op_to_string, assop_to_string): Mark English
526         fragments for conditional translation with M_.
527         (type_as_string): Disable translation of identifiers.
528         (type_as_string_translate): New.
529         (expr_as_string): Disable translation of identifiers.
530         (decl_as_string): Disable translation of identifiers.
531         (decl_as_string_translate): New.
532         (lang_decl_name): Add parameter translate.
533         (args_to_string): Call type_as_string_translate.
534         (cp_print_error_function): Call cxx_printable_name_translate.
535         (print_instantiation_full_context,
536         print_instantiation_partial_context): Call
537         decl_as_string_translate.
538         * parser.c (cp_lexer_get_preprocessor_token): Use %qE for
539         identifier in diagnostic.
540         * tree.c (cxx_printable_name): Change to
541         cxx_printable_name_internal.  Add parameter translate.
542         (cxx_printable_name, cxx_printable_name_translate): New wrappers
543         round cxx_printable_name_internal.
544
545 2009-05-08  H.J. Lu  <hongjiu.lu@intel.com>
546
547         PR c/36892
548         * call.c (build_call_a): Updated warn_deprecated_use call.
549         (build_over_call): Likewise.
550         * decl.c (grokdeclarator): Likewise.
551         (grokparms): Likewise.
552         * semantics.c (finish_id_expression): Likewise.
553         * typeck.c (build_class_member_access_expr): Likewise.
554         (finish_class_member_access_expr): Likewise.
555
556 2009-05-06  Dodji Seketeli  <dodji@redhat.com>
557
558         PR c++/17395
559         * pt.c (tsubst_copy) <case PARM_DECL>: We don't want to tsubst the
560         whole list of PARM_DECLs, just the current one.
561
562 2009-05-05  Shujing Zhao  <pearly.zhao@oracle.com>
563
564         * cp-tree.h:
565         (opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
566         mangle_compound_literal): Remove unused declarations.
567         (build_vfield_ref, cxx_print_statistics, clone_function_decl,
568         adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
569         pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
570         check_for_out_of_scope_variable, print_other_binding_stack,
571         maybe_push_decl, cxx_mark_addressable, force_target_expr,
572         build_target_expr_with_type, finish_case_label,
573         cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
574         check_template_keyword, cxx_omp_predetermined_sharing,
575         cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
576         cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
577         cxx_omp_privatize_by_reference): Rearrange the declarations line to
578         match the comment that indicates the .c file which the functions are
579         defined.
580         (cxx_print_xnode, cxx_print_decl, cxx_print_type,
581         cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.
582
583 2009-05-05  Nathan Sidwell  <nathan@codesourcery.com>
584
585         * typeck.c (cp_build_compound_expr): Require RHS to have a known
586         type.
587         * class.c (resolve_address_of_overloaded_function): Use
588         OVL_CURRENT for error message.
589         (instantiate_type): Forbid COMPOUND_EXPRs and remove code dealing
590         with them.  Do not copy the node.
591
592 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
593
594         PR c++/40013
595         * pt.c (tsubst): If magic NOP_EXPR with side-effects has no type,
596         set it from its operand's type after tsubst_expr.
597
598 2009-05-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
599
600         PR c++/28152
601         * parser.c (cp_lexer_get_preprocessor_token):  Do not store the
602         canonical spelling for keywords.
603         (cp_parser_attribute_list): Use the canonical spelling for
604         keywords in attributes.
605
606 2009-05-01  Joseph Myers  <joseph@codesourcery.com>
607
608         * cxx-pretty-print.c (is_destructor_name, pp_cxx_unqualified_id,
609         pp_cxx_template_keyword_if_needed, pp_cxx_postfix_expression,
610         pp_cxx_new_expression, pp_cxx_delete_expression,
611         pp_cxx_unary_expression, pp_cxx_assignment_operator,
612         pp_cxx_assignment_expression, pp_cxx_expression,
613         pp_cxx_function_specifier, pp_cxx_decl_specifier_seq,
614         pp_cxx_simple_type_specifier, pp_cxx_type_specifier_seq,
615         pp_cxx_exception_specification, pp_cxx_direct_declarator,
616         pp_cxx_ctor_initializer, pp_cxx_type_id, pp_cxx_statement,
617         pp_cxx_namespace_alias_definition, pp_cxx_template_parameter,
618         pp_cxx_canonical_template_parameter, pp_cxx_template_declaration,
619         pp_cxx_declaration, pp_cxx_typeid_expression,
620         pp_cxx_va_arg_expression, pp_cxx_offsetof_expression,
621         pp_cxx_trait_expression): Mostly use pp_string and
622         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
623         for non-identifiers.  Mark English strings for translation.
624         * cxx-pretty-print.h (pp_cxx_ws_string): Define.
625         * error.c (dump_template_parameter, dump_template_bindings,
626         dump_type, dump_aggr_type, dump_type_prefix, dump_simple_decl,
627         dump_decl, dump_template_decl, dump_function_decl,
628         dump_parameters, dump_exception_spec, dump_template_parms,
629         dump_expr, dump_binary_op, dump_unary_op, op_to_string,
630         assop_to_string, args_to_string, cp_print_error_function,
631         print_instantiation_full_context,
632         print_instantiation_partial_context): Mostly use pp_string and
633         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
634         for non-identifiers.  Mark English strings for translation.
635         (dump_global_iord): Mark strings for translation; use longer
636         strings instead of substituting single words.
637         (function_category): Return a format string marked for
638         translation, not a single word or phrase to substitute in a longer
639         phrase.
640
641 2009-04-28  Ben Elliston  <bje@au.ibm.com>
642
643         PR c++/35652
644         Revert:
645
646         2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
647
648         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
649
650 2009-04-27  Ian Lance Taylor  <iant@google.com>
651
652         * semantics.c (finish_omp_clauses): Change type of c_kind to enum
653         omp_clause_code.
654
655 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
656
657         PR c++/39875
658         * cvt.c (convert_to_void) <case INDIRECT_REF>: Only warn about
659         -Wunused-value if implicit.
660
661 2009-04-24  Ian Lance Taylor  <iant@google.com>
662
663         * call.c (build_temp): Change 0 to enum constant.
664         * cp-tree.h (cp_lvalue_kind): Typedef to int rather than enum
665         type.
666         * cp-gimplify.c (cp_gimplify_expr): Add cast to enum type.
667         * decl2.c (constrain_visibility): Likewise.
668         * parser.c (cp_lexer_get_preprocessor_token): Likewise.
669         (cp_parser_flags): Typedef to int rather than enum type.
670         (cp_parser_expression_stack_entry): Change prec field to enum
671         cp_parser_prec.
672
673         * typeck.c (build_modify_expr): Add lhs_origtype parameter.
674         Change all callers.
675
676 2009-04-22  Dodji Seketeli  <dodji@redhat.com>
677
678         PR c++/39639
679         * parser.c (cp_parser_template_argument_list): Display an error
680         when an ellipsis is not preceded by a parameter pack. Also, warn
681         about variadic templates usage without -std=c++0x.
682
683 2009-04-21  Taras Glek <tglek@mozilla.com>
684
685         * cp-tree.h: Update GTY annotations to new syntax.
686         * decl.c: Likewise.
687         * mangle.c: Likewise.
688         * name-lookup.c: Likewise.
689         * name-lookup.h: Likewise.
690         * parser.c: Likewise.
691         * pt.c: Likewise.
692         * rtti.c: Likewise.
693         * semantics.c: Likewise.
694         * typeck2.c: Likewise.
695
696 2009-04-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
697
698         PR c++/14875
699         * parser.c (cp_parser_error): Pass token->flags to c_parse_error.
700
701 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
702
703         PR c++/35711
704         * typeck.c (check_for_casting_away_constness): We diagnose casting
705         away any qualifiers not just constness.
706         (casts_away_constness): Mention that it handles more than just
707         constness.
708         
709 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
710
711         * ChangeLog, ChangeLog-1993, ChangeLog-1994, ChangeLog-1995,
712         ChangeLog-1996, ChangeLog-1997, ChangeLog-1998, ChangeLog-1999,
713         ChangeLog-2000, ChangeLog-2001, ChangeLog-2002, ChangeLog-2003,
714         ChangeLog-2004, ChangeLog-2005, ChangeLog-2006, ChangeLog-2007,
715         ChangeLog-2008, ChangeLog.ptr, ChangeLog.tree-ssa, NEWS,
716         cfns.gperf: Add copyright and license notices.
717         * cfns.h: Regenerate.
718         * ChangeLog, ChangeLog-2004: Correct dates.
719
720 2009-04-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
721
722         PR 16202
723         * tree.c (lvalue_p_1): Use const_tree.
724         Use CONST_CAST_TREE to avoid warning.
725         (lvalue_p): Returns bool, receives const_tree.
726
727 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
728
729         PR c++/13358
730         * parser.c (cp_parser_check_decl_spec): Drop redundant flags.
731         * error.c (pedwarn_cxx98): New.
732         * cp-tree.h (pedwarn_cxx98): Declare.
733
734 2009-04-20  Le-Chun Wu  <lcwu@google.com>
735
736         PR c++/39803
737         * init.c (build_vec_init): Set TREE_NO_WARNING on the
738         compiler-generated INDIRECT_REF expression.
739
740 2009-04-20  Ian Lance Taylor  <iant@google.com>
741
742         * typeck.c (build_function_call_vec): New function.
743         (cp_build_function_call): Only pass first parameter to
744         objc_rewrite_function_call.
745         (build_modify_expr): Add rhs_origtype parameter.  Change all
746         callers.
747         * decl.c (finish_decl): Add origtype parameter.  Change all
748         callers.
749         * semantics.c (finish_call_expr): Pass VEC to
750         resolve_overloaded_builtin.
751
752 2009-04-20  Ian Lance Taylor  <iant@google.com>
753
754         * cp-tree.h (base_access): Change typedef to int.
755         * parser.c (cp_parser_omp_flush): Change 0 to OMP_CLAUSE_ERROR.
756         (cp_parser_omp_threadprivate): Likewise.
757         * pt.c (unify_pack_expansion): Add casts to enum type.
758
759 2009-04-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
760
761         PR c/32061
762         PR c++/36954
763         * call.c (build_new_op): Save the original codes of operands
764         before folding.
765
766 2009-04-18  Kazu Hirata  <kazu@codesourcery.com>
767
768         * cp-tree.h: Remove the prototype for insert_block.
769         * decl.c (insert_block): Remove.
770
771 2009-04-16  Ian Lance Taylor  <iant@google.com>
772
773         * cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.
774         (tsubst_flags_t): Change typedef from enum type to int.
775
776 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
777
778         * decl.c (check_initializer): Use TYPE_VECTOR_OPAQUE
779         instead of targetm.vector_opaque_p.
780
781 2009-04-15  Le-Chun Wu  <lcwu@google.com>
782
783         PR c++/39551
784         * call.c (build_over_call): Set TREE_NO_WARNING on the
785         compiler-generated INDIRECT_REF expression.
786         * cvt.c (convert_to_void): Emit warning when stripping off
787         INDIRECT_REF.
788
789 2009-04-14  Diego Novillo  <dnovillo@google.com>
790
791         * parser.c (cp_parser_type_specifier_seq): Move call to
792         invoke_plugin_callbacks ...
793         (cp_parser_type_specifier_seq): ... here.
794
795 2009-04-14  Le-Chun Wu  <lcwu@google.com>
796
797         * Make-lang.in: Modify dependencies of files including plugin.h.
798         * decl.c (finish_function): Call invoke_plugin_callbacks.
799         * parser.c (cp_parser_type_specifier): Call invoke_plugin_callbacks.
800
801 2009-04-14  Jason Merrill  <jason@redhat.com>
802
803         PR c++/39763
804         * name-lookup.c (pushdecl_maybe_friend): Avoid all warnings
805         about shadowing by tentative parms.
806
807 2009-04-13  Jason Merrill  <jason@redhat.com>
808
809         PR c++/39480
810         * call.c (build_over_call): Don't call memcpy if the target is
811         the same as the source.
812
813 2009-04-13  Jason Merrill  <jason@redhat.com>
814
815         PR c++/39750
816         * pt.c (uses_template_parms): Handle CONSTRUCTOR.
817
818 2009-04-12  Jason Merrill  <jason@redhat.com>
819
820         PR c++/39742
821         * call.c (joust): Don't crash on variadic fn.
822
823 2009-04-10  Jason Merrill  <jason@redhat.com>
824
825         PR c++/28301
826         * parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
827         if we see a close brace without an open brace.
828
829 2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
830
831         * parser.c (cp_parser_class_specifier): Remove the unused
832         has_trailing_semicolon.
833
834 2009-04-10  Manuel López-Ibáñez  <manu@gcc.gnu.org>
835
836         PR  c++/20118
837         * parser.c (cp_parser_check_template_parameters): Take a
838         cp_declarator parameter.
839         (cp_parser_elaborated_type_specifier): Update to
840         cp_parser_check_template_parameters.
841         (cp_parser_class_head): Likewise.
842         (cp_parser_check_declarator_template_parameters): Likewise.
843         (cp_parser_check_template_parameters): Handle first the non-error
844         conditions. Give more accurate diagnostics if a declarator is
845         given. 
846
847 2009-04-08  Jason Merrill  <jason@redhat.com>
848
849         PR c++/25185
850         * error.c (dump_aggr_type): Chase template typedefs if
851         -fno-pretty-templates.
852
853 2009-04-08  Dodji Seketeli  <dodji@redhat.com>
854
855         PR c++/39637
856         * parser.c (cp_parser_enumerator_definition): Make sure the
857         initializer of the enumerator doesn't contain any bare parameter pack.
858
859 2009-04-07  Jason Merrill  <jason@redhat.com>
860
861         PR c++/34691
862         * name-lookup.c (merge_functions): Keep multiple extern "C" functions.
863         * call.c (joust): Complain about mismatched default arguments
864         in extern "C" functions.
865         * class.c (resolve_address_of_overloaded_function): Handle multiple
866         extern "C" functions.
867         * pt.c (resolve_overloaded_unification): Likewise.
868
869 2009-04-07  Jason Merrill  <jason@redhat.com>
870
871         PR c++/25185
872         * error.c (dump_function_decl): Don't pretty-print templates
873         if -fno-pretty-templates.
874         (count_non_default_template_args): Print all args if
875         -fno-pretty-templates.
876
877 2009-04-06  Jason Merrill  <jason@redhat.com>
878
879         PR c++/35146
880         * pt.c (fn_type_unification): For DEDUCE_EXACT check that
881         the deduced template arguments give us the parameter types
882         we're looking for.
883
884 2009-04-05  Giovanni Bajo <giovannibajo@libero.it>
885             Jason Merrill  <jason@redhat.com>
886
887         PR c++/14912
888         * error.c (count_non_default_template_args): New fn.
889         (dump_template_parms): Call it.
890         (dump_template_argument_list): Call it.  Add parms parm.
891         (dump_template_argument): Adjust call to dump_template_argument_list.
892         (dump_type, dump_decl): Likewise.
893         (dump_template_bindings): Refactor logic.
894
895 2009-04-03  Jason Merrill  <jason@redhat.com>
896
897         PR c++/25185
898         * error.c (dump_template_bindings): Look through typedefs in
899         typename results.
900         (dump_type) [TYPENAME_TYPE]: Print the typedef name if any.
901         (find_typenames_r): Also collect typedefs.
902         * pt.c (unify): Strip typedefs.
903
904         PR c++/39608
905         * semantics.c (finish_id_expression): Don't assume a dependent
906         member of the current instantiation isn't a valid integral
907         constant expression.  Check dependent_scope_p.
908         * pt.c (dependent_scope_p): Check TYPE_P.
909         (tsubst_copy): If args is null, just return.
910
911 2009-04-02  Jason Merrill  <jason@redhat.com>
912
913         PR c++/25185
914         * error.c (find_typenames, find_typenames_r): New fns.
915         (dump_function_decl): Call find_typenames.
916         (dump_template_bindings): Print typenames as well.
917         * pt.c (tsubst): Non-static.
918         * cp-tree.h: Declare it.
919
920 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
921
922         PR c++/26693
923         * decl2.c (grokfield): when a typedef appears in a
924         class, create the typedef variant type node for it.
925         (save_template_attributes): Creating typedef variant type node
926          here is now useless.
927         * decl.c (grokdeclarator): If the typedef'ed struct/class was
928         anonymous, set the proper type name to all its type variants.
929         (xref_basetypes) : Fixup the variant types after setting
930         TYPE_BINFO on REF.
931         * name-lookup.c (pushdecl_maybe_friend): Reuse the
932         set_underlying_type function to install typedef variant types.
933         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
934         macro.
935         (append_type_to_template_for_access_check): New entry points.
936         * semantics.c (check_accessibility_of_qualified_id):
937         When a typedef that is a member of a class appears in a template,
938         add it to the template. It will be ...
939         * class.c (finish_struct_bits): Split type variant fixup into ...
940         (fixup_type_variants): A new entry point.
941         * pt.c (instantiate_class_template, instantiate_template ): ... access
942         checked at template instantiation time.
943         (resolve_type_name_type): The type name should be the name of the
944         main type variant.
945         (retrieve_specialization): Specializations of template typedefs aren't
946         to looked up in DECL_TEMPLATE_INSTANTIATIONS (tmpl).
947         (append_type_to_template_for_access_check): New entry point.
948         (tsubst_decl): For typedefs, build the variant type from the correct
949         original type.
950         (get_class_bindings): Fix function comment.
951         (perform_typedefs_access_check): New entry point.
952
953 2009-03-31  Jason Merrill  <jason@redhat.com>
954
955         PR c++/34691
956         * name-lookup.c (pushdecl_maybe_friend): Diagnose mismatched
957         extern "C" declarations.
958
959         C++ DR 613
960         * semantics.c (finish_non_static_data_member): Allow such references
961         without an associated object in sizeof/decltype/alignof.
962
963         * ptree.c (cxx_print_decl): Pretty-print full name of
964         function/template.
965         (cxx_print_type): Pretty-print full name of class.
966
967         * decl.c (grokdeclarator): Reject pointer to qualified function
968         type.
969
970         PR c++/37806, core issue 547
971         * typeck.c (cp_apply_type_quals_to_decl): Don't apply any quals
972         to a typedef.
973         * tree.c (cp_build_qualified_type_real): Don't apply restrict to a 
974         function type.
975         * decl.h (enum decl_context): Add TEMPLATE_TYPE_ARG.
976         * decl.c (groktypename): Add is_template_arg parameter.
977         (grokdeclarator): Allow function cv-quals on a template type arg.
978         * parser.c (cp_parser_new_type_id, cp_parser_type_id): Add
979         is_template_arg argument in calls to groktypename.
980         * cp-tree.h: Adjust prototype.
981         * error.c (dump_type_prefix, dump_type_suffix): Fix plain 
982         FUNCTION_TYPE printing.
983         
984         * mangle.c (write_expression): Mangle dependent name as
985         source-name.
986
987         PR c++/38030, 38850, 39070
988         * pt.c (type_dependent_expression_p_push): New fn.
989         (tsubst_copy_and_build) [CALL_EXPR]: Only do arg-dep lookup when the
990         substitution makes the call non-dependent.  Preserve koenig_p.
991         * parser.c (cp_parser_postfix_expression): Only do arg-dep lookup
992         for non-dependent calls.
993         * semantics.c (finish_call_expr): Revert earlier changes.
994         * cp-tree.h: Revert change to finish_call_expr prototype.
995
996 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
997
998         PR preprocessor/34695
999         * cp-tree.h (cp_cpp_error): Remove.
1000         * error.c (cp_cpp_error): Remove.
1001         * parser.c (cp_lexer_new_main): Set done_lexing instead of
1002         client_diagnostic and error callback.
1003
1004 2009-03-28  Paolo Bonzini  <bonzini@gnu.org>
1005
1006         * cp/cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
1007         * cp/cp-objcp-common.c (cxx_staticp): Remove.
1008         * cp/cp-tree.h (cxx_staticp): Remove.
1009
1010 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
1011
1012         PR c++/39554
1013         * parser.c (cp_parser_postfix_expression): Don't call
1014         warning_if_disallowed_function_p.
1015
1016 2009-03-27  Jan Hubicka  <jh@suse.cz>
1017
1018         * except.c (choose_personality_routine): Set terminate_node to abort
1019         for java exceptions.
1020
1021 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
1022             Jakub Jelinek  <jakub@redhat.com>
1023
1024         PR debug/37959
1025         * cp-objcp-common.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
1026         (cp_function_decl_explicit_p): New prototype.
1027         * cp-objcp-common.c (cp_function_decl_explicit_p): New function.
1028
1029 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1030
1031         PR c++/38638
1032         * parser.c (cp_parser_elaborated_type_specifier): If we have a
1033         typename tag and don't have either a TYPE_DECL or a
1034         TEMPLATE_ID_EXPR, set the type to NULL.
1035
1036 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
1037
1038         PR c++/37647
1039         * decl.c (grokdeclarator): Reject [con|de]stuctors in a non-class
1040         scope.
1041
1042 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
1043
1044         PR c++/29727
1045         * decl.c (check_array_designated_initializer): Handle error_mark_node.
1046
1047 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1048
1049         PR c++/35652
1050         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
1051
1052 2009-03-26  Andrew Haley  <aph@redhat.com>
1053
1054         PR C++/39380
1055         * decl2.c (possibly_inlined_p): If java exceptions are in use
1056         don't inline a decl unless it is explicitly marked inline.
1057         * lex.c: (pragma_java_exceptions): New variable.
1058         (handle_pragma_java_exceptions): Set pragma_java_exceptions.
1059         * cp-tree.h (pragma_java_exceptions): Declare new variable.
1060
1061 2009-03-24  Jason Merrill  <jason@redhat.com>
1062
1063         PR c++/28274
1064         * name-lookup.c (pushdecl_maybe_friend): Check default args later.
1065
1066 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1067
1068         PR c/39495
1069         * semantics.c (handle_omp_for_class_iterator): Swap cond operands and
1070         code if iter is the second operand.
1071         * parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
1072         argument.  If it is set, don't build the toplevel expression with
1073         build_x_binary_op, but build2.
1074         (cp_parser_assignment_expression,  cp_parser_omp_for_incr): Adjust
1075         callers.
1076         (cp_parser_omp_for_cond): Don't assume the first operand of the
1077         comparison must be decl.
1078
1079 2009-03-23  Jason Merrill  <jason@redhat.com>
1080
1081         PR c++/37729
1082         * pt.c (make_fnparm_pack): Split out from...
1083         (instantiate_decl): ...here.
1084         (tsubst_pack_expansion): Handle being called in a late-specified
1085         return type.
1086
1087         PR c++/39526
1088         * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
1089         a parm with a parm.
1090
1091 2009-03-20  Jason Merrill  <jason@redhat.com>
1092
1093         PR c++/28879
1094         * parser.c (cp_parser_direct_declarator): In a template, wrap 
1095         non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
1096         * pt.c (tsubst): Preserve it in a partial instantiation.
1097         (dependent_type_p_r): Don't check value_dependent_expression_p.
1098         * decl.c (compute_array_index_type): Don't check
1099         value_dependent_expression_p if TREE_SIDE_EFFECTS.
1100
1101         C++ core issue 703
1102         * typeck2.c (check_narrowing): Don't complain about loss of 
1103         precision when converting a floating-point constant.
1104
1105 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1106
1107         PR c/39495
1108         * parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
1109         (cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.
1110
1111 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
1112
1113         * parser.c (struct cp_token): Reorder fields for 64-bit hosts.
1114         (eof_token): Adjust.
1115
1116 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1117
1118         PR c++/39425
1119         * parser.c (cp_parser_explicit_specialization): Don't skip the
1120         rest of the specialization when begin_specialization returns
1121         false.
1122
1123 2009-03-17  Jason Merrill  <jason@redhat.com>
1124
1125         * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
1126         (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
1127         * pt.c (check_explicit_specialization): Likewise.
1128         (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
1129         local specialization.
1130         * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
1131         * decl2.c (parm_index): New fn.
1132         * semantics.c (finish_decltype_type): Don't use describable_type.
1133         * mangle.c (write_expression): Likewise.  Mangle ALIGNOF_EXPR.
1134         Give a sorry for unsupported codes rather than crash.  Mangle
1135         conversions with other than 1 operand.  New mangling for PARM_DECL.
1136         * operators.def (ALIGNOF_EXPR): Mangle as "az".
1137
1138 2009-03-17  Jing Yu  <jingyu@google.com>
1139
1140         PR middle-end/39378
1141         * method.c (use_thunk): Change is_thunk from crtl to cfun.
1142
1143 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
1144
1145         PR c++/39475
1146         * semantics.c (check_trait_type): New.
1147         (finish_trait_expr): Use it.
1148
1149 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
1150
1151         * name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
1152         instead of calling imported_module_or_decl debug hook if
1153         building_stmt_tree ().
1154         * cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
1155         is a NAMESPACE_DECL.
1156
1157         PR debug/37890
1158         * name-lookup.c (do_namespace_alias): Don't call global_decl debug
1159         hook at function scope.
1160
1161         PR debug/39471
1162         * cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
1163         on IMPORTED_DECL.
1164
1165 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
1166
1167         PR c++/39371
1168         * semantics.c (finish_switch_cond): Don't call get_unwidened.
1169         * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
1170         instead of TREE_TYPE (cond).
1171
1172 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
1173
1174         PR c++/39060
1175         * parser.c (cp_parser_late_parsing_default_args): Continue
1176         the loop when cp_parser_assignment_expression returns
1177         error_mark_node.
1178
1179 2009-03-07  Jason Merrill  <jason@redhat.com>
1180
1181         PR c++/39367
1182         * init.c (build_new_1): Don't use a VLA type.
1183         (build_vec_init): Handle getting a pointer for BASE.
1184
1185 2009-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1186
1187         PR c++/37520
1188         * cp-tree.h: Check NO_DOT_IN_LABEL before NO_DOLLAR_IN_LABEL
1189         when mangling symbols.
1190
1191 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
1192
1193         PR c++/33492
1194         * error.c (dump_expr): Don't try to print THROW_EXPRs in full.
1195
1196 2009-03-06  Alexandre Oliva  <aoliva@redhat.com>
1197
1198         * decl.c (record_builtin_java_type): Use canonicalized integer
1199         types.
1200
1201 2009-03-04  Jason Merrill  <jason@redhat.com>
1202
1203         PR c++/38908
1204         * class.c (is_really_empty_class): New fn.
1205         * cp-tree.h: Declare it.
1206         * cp-objcp-common.c (cp_expr_size): Use it.
1207
1208         PR c++/13549
1209         * semantics.c (perform_koenig_lookup): Handle TEMPLATE_ID_EXPR.
1210         * parser.c (cp_parser_postfix_expression): Call it for 
1211         TEMPLATE_ID_EXPR.
1212         * tree.c (is_overloaded_fn): Look through TEMPLATE_ID_EXPR.
1213         (get_first_fn): Likewise.
1214
1215         PR c++/9634
1216         PR c++/29469
1217         PR c++/29607
1218         Implement DR 224.
1219         * decl.c (make_typename_type): Do look inside currently open classes.
1220         * parser.c (cp_parser_lookup_name): Likewise.
1221         (cp_parser_template_name): Likewise.
1222         * pt.c (dependent_scope_p): New function.
1223         * cp-tree.h: Declare it.
1224         * class.c (currently_open_class): Return fast if T isn't a class.
1225
1226 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
1227
1228         PR c++/37789
1229         * parser.c (cp_parser_mem_initializer): Return error_mark_node
1230         if cp_parser_mem_initializer_id returns error_mark_node.
1231
1232 2009-02-24  Richard Guenther  <rguenther@suse.de>
1233
1234         PR c++/39242
1235         * pt.c (instantiate_decl): Do not instantiate extern, non-inline
1236         declared functions.
1237
1238 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1239
1240         PR c++/36411
1241         * pt.c (coerce_template_template_parms): Return 0 if parameter
1242         is error_mark_node.
1243
1244 2009-02-23  Jason Merrill  <jason@redhat.com>
1245
1246         * pt.c (unify): Call maybe_adjust_types_for_deduction when
1247         deducing from an initializer list.
1248
1249 2009-02-20  Jason Merrill  <jason@redhat.com>
1250
1251         PR c++/39225
1252         * decl.c (grokdeclarator): Handle ~identifier.
1253
1254 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
1255
1256         PR target/39175
1257         * decl2.c (determine_visibility): If visibility changed and
1258         DECL_RTL has been already set, call make_decl_rtl to update symbol
1259         flags.
1260
1261 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
1262
1263         PR c++/39188
1264         * cp-tree.h (maybe_commonize_var): New.
1265
1266         * decl.c (maybe_commonize_var): Make it extern.
1267
1268         * decl2.c (finish_anon_union): Call maybe_commonize_var.
1269
1270 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1271
1272         PR c++/39219
1273         * parser.c (cp_parser_enum_specifier): Apply all attributes.
1274
1275 2009-02-18  Jason Merrill  <jason@redhat.com>
1276
1277         * cfns.h: Tweak pathname for cfns.gperf.
1278
1279 2009-02-13  Jason Merrill  <jason@redhat.com>
1280
1281         PR c++/39070
1282         * semantics.c (finish_call_expr): Change koenig_p parm to int.
1283         If -1, don't set KOENIG_LOOKUP_P but do keep hidden candidates.
1284         * cp-tree.h: Adjust prototype.
1285         * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Pass -1.
1286
1287 2009-02-12  Jason Merrill  <jason@redhat.com>
1288
1289         PR c++/38950
1290         * pt.c (unify)[TEMPLATE_PARM_INDEX]: Convert to the tsubsted type.
1291
1292 2009-02-11  Jason Merrill  <jason@redhat.com>
1293
1294         PR c++/39153
1295         * decl2.c (cp_write_global_declarations): 
1296         Check DECL_DEFAULTED_FN, not DECL_ARTIFICIAL.
1297
1298         PR c++/30111
1299         * init.c (build_value_init_noctor): Split out from...
1300         (build_value_init): ...here.
1301         (expand_aggr_init_1): Handle value-initialization.
1302         * cp-tree.h: Add declaration.
1303         * class.c (type_has_user_provided_constructor): 
1304         Handle non-class arguments.
1305
1306 2009-02-10  Jason Merrill  <jason@redhat.com>
1307
1308         PR c++/38649
1309         * class.c (defaultable_fn_p): Handle ... properly.
1310
1311         PR c++/36744
1312         * tree.c (lvalue_p_1): Condition rvalue ref handling on
1313         treat_class_rvalues_as_lvalues, too.
1314
1315 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
1316
1317         PR c++/34397
1318         * typeck.c (build_x_array_ref): New.
1319         * cp-tree.h: Declare it.
1320         * pt.c (tsubst_copy_and_build): Use it for case ARRAY_REF.
1321
1322 2009-02-09  Jason Merrill  <jason@redhat.com>
1323
1324         PR c++/39109
1325         * semantics.c (simplify_aggr_init_expr): Do zero-initialization here.
1326         * init.c (build_value_init): Not here. Don't build a TARGET_EXPR.
1327         * tree.c (get_target_expr): Handle AGGR_INIT_EXPR.
1328         * cp-gimplify.c (cp_gimplify_init_expr): Remove special handling
1329         for build_value_init TARGET_EXPR.
1330         * cp-tree.h (AGGR_INIT_ZERO_FIRST): New macro.
1331
1332 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
1333
1334         PR c++/35147
1335         PR c++/37737
1336         * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Check TREE_VEC_LENGTH.
1337
1338 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
1339
1340         PR c++/39095
1341         * operators.def: Use COMPONENT_REF code for ->/pt operator again,
1342         remove ./dt operator.
1343         * mangle.c (write_expression): Handle COMPONENT_REF after handling
1344         ADDR_EXPR, for COMPONENT_REF without ARROW_EXPR inside of it
1345         write_string ("dt") instead of using operators.def.
1346
1347 2009-02-03  Jason Merrill  <jason@redhat.com>
1348
1349         * typeck.c (cp_build_unary_op): Only complain about taking address
1350         of main if pedantic.
1351
1352 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
1353
1354         PR inline-asm/39059
1355         * parser.c (cp_parser_primary_expression): Reject FIXED_CSTs.
1356
1357         PR c++/39056
1358         * typeck2.c (digest_init_r): Don't call process_init_constructor
1359         for COMPLEX_TYPE.
1360
1361 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
1362
1363         PR c++/36897
1364         * pt.c (convert_nontype_argument_function): Expect expr to be an
1365         ADDR_EXPR.
1366
1367         PR c++/37314
1368         * typeck.c (merge_types): Call resolve_typename_type if only
1369         one type is a typename.
1370
1371 2009-02-02  Jason Merrill  <jason@redhat.com>
1372
1373         PR c++/39054
1374         * parser.c (cp_parser_unqualified_id): Don't wrap error_mark_node 
1375         in BIT_NOT_EXPR.
1376
1377 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
1378
1379         PR c++/39053
1380         * parser.c (cp_parser_pure_specifier): If there are no tokens left
1381         do not call cp_lexer_consume_token.
1382
1383 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1384
1385         PR c++/39028
1386         * parser.c (cp_parser_already_scoped_statement): Handle __label__
1387         declarations.
1388
1389 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1390
1391         PR c++/33465
1392         * error.c (dump_expr): Handle FIX_TRUNC_EXPR and FLOAT_EXPR.
1393
1394 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1395
1396         PR c++/38655
1397         * error.c (dump_type_prefix, dump_type_suffix): Handle FIXED_POINT_TYPE.
1398
1399 2009-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
1400
1401         * typeck.c (invalid_nonstatic_memfn_p): Use
1402         DECL_NONSTATIC_MEMBER_FUNCTION_P.
1403
1404 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
1405
1406         PR c++/37554
1407         * call.c (build_over_call): If convert_for_arg_passing returns
1408         error_mark_node unconditionally return it.
1409
1410 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
1411
1412         * class.c (check_field_decls): Also inherit packed for bitfields
1413         regardless of their type.
1414
1415 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
1416
1417         PR c++/38930
1418         * decl2.c (grokfield): Reverting changes of PR c++/26693
1419         (save_template_attributes): Likewise.
1420         * decl.c (grokdeclarator): Likewise.
1421         * name-lookup.c (pushdecl_maybe_friend): Likewise.
1422         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Likewise.
1423         (append_type_to_template_for_access_check): Likewise.
1424         * semantics.c (check_accessibility_of_qualified_id): Likewise.
1425         * pt.c (instantiate_class_template, instantiate_template ): Likewise.
1426         (tsubst): Likewise.
1427         (resolve_type_name_type): Likewise.
1428         (append_type_to_template_for_access_check): Likewise.
1429
1430 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
1431
1432         PR c++/26693
1433         * decl2.c (grokfield): when a typedef appears in a
1434         class, create the typedef variant type node for it.
1435         (save_template_attributes): Creating typedef variant type node
1436          here is now useless.
1437         * decl.c (grokdeclarator): If the typedef'ed struct/class was
1438         anonymous, set the proper type name to all its type variants.
1439         * name-lookup.c (pushdecl_maybe_friend): Reuse the
1440         set_underlying_type function to install typedef variant types.
1441         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
1442         macro.
1443         (append_type_to_template_for_access_check): New entry points.
1444         * semantics.c (check_accessibility_of_qualified_id):
1445         When a typedef that is a member of a class appears in a template,
1446         add it to the template. It will be ...
1447         * pt.c (instantiate_class_template, instantiate_template ): ... access
1448         checked at template instantiation time.
1449         (tsubst): Handle the case of being called with NULL args.
1450         (resolve_type_name_type): The type name should be the name of the
1451         main type variant.
1452         (append_type_to_template_for_access_check): New entry point.
1453
1454 2009-01-19  Jason Merrill  <jason@redhat.com>
1455
1456         PR c++/23287
1457         * parser.c (cp_parser_unqualified_id): In a template,
1458         accept ~identifier.
1459         * typeck.c (lookup_destructor): Handle IDENTIFIER_NODE.
1460
1461 2009-01-16  Jason Merrill  <jason@redhat.com>
1462
1463         PR c++/38877
1464         * tree.c (lvalue_p_1): Allow non-fields in COMPONENT_REF.
1465         * init.c (build_new): Don't call describable_type unless we
1466         have an auto.
1467
1468         PR c++/29470
1469         * pt.c (tsubst_decl) [USING_DECL]: Propagate access flags.
1470
1471         PR c++/38579
1472         * search.c (protected_accessible_p): N doesn't vary.
1473
1474 2009-01-15  Jason Merrill  <jason@redhat.com>
1475
1476         PR c++/38850
1477         * pt.c (tsubst_copy_and_build): Tell finish_call_expr to
1478         accept hidden friends.
1479
1480 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1481
1482         PR C++/29388
1483         * decl.c (grokdeclarator): Check for a non namespace/class context.
1484
1485 2009-01-15  Jason Merrill  <jason@redhat.com>
1486
1487         PR c++/36334
1488         PR c++/37646
1489         * tree.c (lvalue_p_1): Handle BASELINK.  A COMPONENT_REF to
1490         a function isn't necessarily an lvalue. Take tree, not const_tree.
1491         (lvalue_p, real_lvalue_p): Take tree, not const_tree.
1492         * typeck.c (lvalue_or_else): Likewise.
1493         * cp-tree.h: Adjust prototypes.
1494
1495 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
1496
1497         PR c++/38357
1498         * pt.c (tsubst): Check for NULL args.
1499
1500 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
1501
1502         PR c++/38636
1503         * name-lookup.c (pushtag): Don't create members to types that are not
1504         being created.
1505
1506 2009-01-14  Nick Clifton  <nickc@redhat.com>
1507
1508         PR c++/37862
1509         * parser.c: Pass cp_id_kind computed in
1510         cp_parser_postfix_dot_deref_expression to
1511         cp_parser_primary_expression.
1512
1513 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
1514
1515         PR c++/38795
1516         * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR,
1517         STATIC_CAST_EXPR, CONST_CAST_EXPR and DYNAMIC_CAST_EXPR the same
1518         as CAST_EXPR.
1519
1520 2009-01-12  Jason Merrill  <jason@redhat.com>
1521             Steve Ellcey  <sje@cup.hp.com>
1522
1523         PR c++/35109
1524         * name-lookup.c (lookup_name_real): Keep looking past a hidden 
1525         binding.
1526
1527 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
1528
1529         PR c++/36019
1530         * pt.c (parameter_of_template_p): New function.
1531         * cp-tree.h: Declare it.
1532         * name-lookup.c (binding_to_template_parms_of_scope_p): New
1533         function.
1534         (outer_binding): Take template parameters in account when looking for
1535         a name binding.
1536
1537 2009-01-12  Jason Merrill  <jason@redhat.com>
1538
1539         PR c++/31488
1540         * tree.c (pod_type_p): Return 1 for structs created by the back end.
1541
1542 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
1543
1544         PR c/32041
1545         * parser.c (cp_parser_builtin_offsetof): Allow `->' in
1546         offsetof member-designator, handle it as `[0].'.
1547
1548         PR c++/38794
1549         * decl.c (start_function): If grokdeclarator hasn't returned
1550         FUNCTION_DECL nor error_mark_node, issue diagnostics.
1551
1552 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
1553
1554         PR c++/36254
1555         * cp-gimplify.c (genericize_if_stmt): Renamed from ...
1556         (gimplify_if_stmt): ... this.
1557         (cp_gimplify_expr): Don't handle IF_STMT here.
1558         (cp_genericize_r): Call genericize_if_stmt for IF_STMT.
1559
1560 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
1561
1562         PR c++/38648
1563         * typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.
1564
1565         PR c++/36695
1566         * typeck2.c (build_functional_cast): Check for reference type and NULL
1567         PARMS.
1568
1569 2009-01-09  Steve Ellcey  <sje@cup.hp.com>
1570
1571         * typeck.c (cp_build_unary_op): Check for ERROR_MARK.
1572
1573 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1574
1575         PR c++/35335
1576         * error.c (dump_expr): Handle EXPR_STMT like BIND_EXPR.
1577
1578 2009-01-09  John F. Carr  <jfc@mit.edu>
1579
1580         PR c++/37877
1581         * parser.c (cp_parser_class_specifier): Clear
1582         parser->in_unbraced_linkage_specification_p while parsing class
1583         specifiers.
1584
1585 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
1586
1587         PR c++/38725
1588         * semantics.c (finish_goto_stmt): Convert destination to
1589         void *.
1590
1591 2009-01-06  Jason Merrill  <jason@redhat.com>
1592
1593         PR c++/35297
1594         PR c++/35477
1595         PR c++/35784
1596         PR c++/36846
1597         PR c++/38276
1598         * pt.c (check_default_tmpl_args): Don't complain about
1599         out-of-order parameter packs in the enclosing class
1600         or parameter packs after default args.
1601         (coerce_template_parms): If we have more than one
1602         parameter pack, don't flatten argument packs.
1603         (template_args_equal): Handle argument packs.
1604         (comp_template_args): Don't flatten argument packs.
1605         (check_instantiated_arg): Split out from...
1606         (check_instantiated_args): Here.  Handle arg packs.
1607         (convert_template_argument): Just check that nontype argument
1608         packs have the right type.
1609
1610 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
1611
1612         PR c++/38472
1613         * typeck.c (type_after_usual_arithmetic_conversions): Fix a typo.
1614
1615 2009-01-05  Jason Merrill  <jason@redhat.com>
1616
1617         PR c++/38698
1618         * typeck2.c (process_init_constructor_union): Handle union with
1619         no fields.
1620
1621         * mangle.c (write_expression): Remove mangling for zero-operand
1622         casts.
1623
1624         PR c++/38701
1625         * decl.c (cp_finish_decl): Clear DECL_INITIAL for invalid
1626         defaulting.
1627
1628         PR c++/38702
1629         * class.c (defaultable_fn_p): Only operator== can be a copy
1630         assignment operator.
1631
1632 2009-01-02  Jason Merrill  <jason@redhat.com>
1633
1634         PR c++/38698
1635         * typeck2.c (process_init_constructor_union): Handle excess
1636         initializers.
1637         (process_init_constructor_record): Likewise.
1638
1639         PR c++/38684
1640         * typeck2.c (digest_init_r): Don't use process_init_constructor
1641         for non-aggregate classes.
1642
1643 \f
1644 Copyright (C) 2009 Free Software Foundation, Inc.
1645
1646 Copying and distribution of this file, with or without modification,
1647 are permitted in any medium without royalty provided the copyright
1648 notice and this notice are preserved.