c-common.c (vector_types_convertible_p): Treat opaque types as always convertible...
authorJoseph Myers <joseph@codesourcery.com>
Thu, 11 Jan 2007 23:14:51 +0000 (23:14 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 11 Jan 2007 23:14:51 +0000 (23:14 +0000)
commit14e765da4a4a8a0fbb8aa32c28afaf2a749db0d7
tree221bc5a9b3635c0b6f184d2c7ccd0df3f1b8904f
parent6e63e240606beba28ae7b2714c059323d96896d5
c-common.c (vector_types_convertible_p): Treat opaque types as always convertible if they have the same size...

* c-common.c (vector_types_convertible_p): Treat opaque types as
always convertible if they have the same size, but not otherwise.

From-SVN: r120688
gcc/ChangeLog
gcc/c-common.c