]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/6643 (gcc fails in tree check for assignment to variable sized array)
authorJakub Jelinek <jakub@redhat.com>
Thu, 23 May 2002 08:18:42 +0000 (10:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 23 May 2002 08:18:42 +0000 (10:18 +0200)
commit33cc911592bea56e79b68e762414aba89407a2f4
treea71b2620232b192c710184a4f1e722f14015d32e
parent6320cec904d2e166f92d448407cdcb628ac7f3c2
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: r53780
gcc/ChangeLog
gcc/emit-rtl.c