OSDN Git Service

* gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 May 2012 19:09:04 +0000 (19:09 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 May 2012 19:09:04 +0000 (19:09 +0000)
commit02cf8dea688249d7c9e912804cd10338bfbbf3a3
treeecdf742e02a29e89fac8e2bf8d4b3ff88317bbb9
parent068d7afb52872be089ab035941c723d045645d2a
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@187809 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple.c