]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimple.c (gimple_types_compatible_p_1): Remove bogus size handling.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 23 May 2012 19:07:59 +0000 (19:07 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 23 May 2012 19:07:59 +0000 (19:07 +0000)
commit2e74510357a26f3ec3f80d5c770437ca3666d92a
treef96d565b211cac8848544b6f23f76d9226dcd5d3
parentc5a6cbd4bacd65046a1ee50e858737e1f5784fe8
gimple.c (gimple_types_compatible_p_1): Remove bogus size handling.

* gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
size handling.
(gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
(iterative_hash_gimple_type): Adjust comment.
(iterative_hash_canonical_type): Likewise.  Hash the bounds of the
domain for an array type instead of the domain type itself.

From-SVN: r187807
gcc/ChangeLog
gcc/gimple.c