]> git.ipfire.org Git - thirdparty/gcc.git/commit
Partial fix for too large arrays.
authorJames E Wilson <wilson@specifixinc.com>
Mon, 22 Aug 2005 23:52:22 +0000 (16:52 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 22 Aug 2005 23:52:22 +0000 (16:52 -0700)
commit96ce2ac9e860d7d96cb381396a4c1f72f418e000
tree331294c1c74dc846b9a76b0b2c81043ccc082808
parent10cbe699ce996e5586dd69e449a828db700f910d
Partial fix for too large arrays.

PR tree-optimization/21105
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.

From-SVN: r103363
gcc/cp/ChangeLog
gcc/cp/decl.c