re PR middle-end/19687 (ICE with union initializer)
authorRichard Henderson <rth@redhat.com>
Sun, 30 Jan 2005 02:13:46 +0000 (18:13 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 30 Jan 2005 02:13:46 +0000 (18:13 -0800)
commit486e432615e3a3e526044f3002db03a0ddbc04b5
treea84e86167986519b9fa3f1c7c5850749cdf43169
parenteb2ab5113844abdf4d1de1f3cbee4ce3a7690efb
re PR middle-end/19687 (ICE with union initializer)

        PR middle-end/19687
        * expr.c (categorize_ctor_elements_1): Check for CONSTRUCTOR of a
        union being empty.

From-SVN: r94421
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/gcc.c-torture/execute/pr19687.c [new file with mode: 0644]