OSDN Git Service

11fa60d3a16b864f4cc5523a2252d8ac6bc7f626
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2010-01-13  Dodji Seketeli  <dodji@redhat.com>
2
3         PR c++/42634
4         * error.c (dump_template_parms): Use innermost template
5         arguments before calling count_non_default_template_args.
6         (count_non_default_template_args): We are being called with
7         template innermost arguments now. There is no need to ensure
8         that again.
9
10 2010-01-07  Dodji Seketeli  <dodji@redhat.com>
11
12         c++/40155
13         * pt.c (unify_pack_expansion): In non-deduced contexts, re-use template
14         arguments that were previously deduced.
15
16 2010-01-05  Jason Merrill  <jason@redhat.com>
17
18         * pt.c (unify_pack_expansion): Handle deduction from init-list.
19         * call.c (build_over_call): Don't complain about it.
20
21 2010-01-04  Jason Merrill  <jason@redhat.com>
22
23         PR c++/42555
24         * pt.c (tsubst_decl): Don't apply type attributes in place.
25
26         PR c++/42567
27         * semantics.c (describable_type): Remove decltype comment and
28         semantics.
29
30
31 \f
32 Copyright (C) 2010 Free Software Foundation, Inc.
33
34 Copying and distribution of this file, with or without modification,
35 are permitted in any medium without royalty provided the copyright
36 notice and this notice are preserved.