]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/34993 (ICE with attribute for array with unknown bound)
authorRichard Henderson <rth@redhat.com>
Thu, 31 Jan 2008 00:05:19 +0000 (16:05 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 31 Jan 2008 00:05:19 +0000 (16:05 -0800)
commit2ae7b972a6fdb321691483655f6de98b02e83a46
treeec13d7747bcf59be736713b07dd8e028c71f37f1
parent996b13caed7ccde5633be15a4335e8521b914721
re PR c/34993 (ICE with attribute for array with unknown bound)

        PR c/34993
        * tree.c (build_type_attribute_qual_variant): Skip TYPE_DOMAIN
        for unbounded arrays.

From-SVN: r131970
gcc/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr34993.c [new file with mode: 0644]
gcc/tree.c