OSDN Git Service

Partial fix for too large arrays.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Aug 2005 23:52:22 +0000 (23:52 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Aug 2005 23:52:22 +0000 (23:52 +0000)
commit5f6a70ddfe643811cda1641c15afe675c1c881fb
tree331294c1c74dc846b9a76b0b2c81043ccc082808
parent0a89abe54a35d4ee439585e17d4522622667c956
Partial fix for too large arrays.
PR tree-optimization/21105
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103363 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c