OSDN Git Service

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