re PR c++/48537 (C++0x: ICE using union with non-trivial member)
authorJason Merrill <jason@redhat.com>
Mon, 18 Apr 2011 22:40:43 +0000 (18:40 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 18 Apr 2011 22:40:43 +0000 (18:40 -0400)
commit09262fffd58c8bb1f474aa64c4120967f38d3d00
tree41e6fbd08898256b168e95f35c46f9669f99d746
parent848257079a98c2fa9c7d5a8cc666f7c0798e5ec0
re PR c++/48537 (C++0x: ICE using union with non-trivial member)

PR c++/48537
* init.c (build_value_init): Handle UNION_TYPE the same.

From-SVN: r172678
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/union4.C [new file with mode: 0644]