diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index dcfa7e6..965ee6e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,8 @@ 2011-04-20 Jason Merrill <jason@redhat.com> + * semantics.c (finish_compound_literal): Don't put an array + with a dtor in a static variable. + * call.c (build_over_call): Handle trivial dtor. * search.c (lookup_fnfields_slot): Call complete_type. |