re PR c/6643 (gcc fails in tree check for assignment to variable sized array)
authorJakub Jelinek <jakub@redhat.com>
Wed, 22 May 2002 21:06:16 +0000 (23:06 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 22 May 2002 21:06:16 +0000 (23:06 +0200)
commit45f797836b479856553c333cb0284586ec2d4df6
treefebc23802eb42a0e96004dcdcf7449b4d4e974b9
parent9f3dbd92d22772fead769678ce0d326a5e74e0f3
re PR c/6643 (gcc fails in tree check for assignment to variable sized array)

PR c/6643
* emit-rtl.c (widen_memory_access): Only call compare_tree_int
if DECL_SIZE_UNIT is INTEGER_CST.

From-SVN: r53748
gcc/ChangeLog
gcc/emit-rtl.c