re PR c++/26884 (Misleading diagnostic for invalid array initializer)
authorMark Shinwell <shinwell@codesourcery.com>
Wed, 18 Oct 2006 10:57:18 +0000 (10:57 +0000)
committerMark Shinwell <shinwell@gcc.gnu.org>
Wed, 18 Oct 2006 10:57:18 +0000 (10:57 +0000)
commit8e76c2bf138ad82a0b66a75a12e9529ced0930d8
tree2da6360f1136b2a239a3c31654af3dfc84ff0dbe
parent94d3995aa3649d777794b8a70c9b8ea21bdfdd04
re PR c++/26884 (Misleading diagnostic for invalid array initializer)

        PR c++/26884
        * typeck2.c (digest_init): Raise error upon attempts to
        initialize arrays with variables.

From-SVN: r117854
gcc/cp/ChangeLog
gcc/cp/typeck2.c