OSDN Git Service

08307272a00b786cfa302db9900885308956c49a
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2010-01-16  Jason Merrill  <jason@redhat.com>
2
3         PR c++/42761
4         * semantics.c (finish_decltype_type): Within a template, treat
5         unresolved CALL_EXPR as dependent.
6
7 2010-01-15  Dodji Seketeli  <dodji@redhat.com>
8
9         * error.c (dump_template_parms,count_non_default_template_args):
10         Revert changes of PR c++/42634.
11
12 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
13
14         PR middle-end/42674
15         * decl.c (finish_function): Don't emit -Wreturn-type warnings in
16         functions with noreturn attribute.
17
18 2010-01-14  Jason Merrill  <jason@redhat.com>
19
20         PR c++/42701
21         * call.c (build_new_method_call): Don't free the vec here.
22
23         PR c++/42655
24         * call.c (convert_like_real): Do full decay_conversion for ck_rvalue.
25
26 2010-01-13  Dodji Seketeli  <dodji@redhat.com>
27
28         PR c++/42634
29         * error.c (dump_template_parms): Use innermost template
30         arguments before calling count_non_default_template_args.
31         (count_non_default_template_args): We are being called with
32         template innermost arguments now. There is no need to ensure
33         that again.
34
35 2010-01-07  Dodji Seketeli  <dodji@redhat.com>
36
37         c++/40155
38         * pt.c (unify_pack_expansion): In non-deduced contexts, re-use template
39         arguments that were previously deduced.
40
41 2010-01-05  Jason Merrill  <jason@redhat.com>
42
43         * pt.c (unify_pack_expansion): Handle deduction from init-list.
44         * call.c (build_over_call): Don't complain about it.
45
46 2010-01-04  Jason Merrill  <jason@redhat.com>
47
48         PR c++/42555
49         * pt.c (tsubst_decl): Don't apply type attributes in place.
50
51         PR c++/42567
52         * semantics.c (describable_type): Remove decltype comment and
53         semantics.
54
55
56 \f
57 Copyright (C) 2010 Free Software Foundation, Inc.
58
59 Copying and distribution of this file, with or without modification,
60 are permitted in any medium without royalty provided the copyright
61 notice and this notice are preserved.