------- Additional Comments From hp at gcc dot gnu dot org 2004-11-13 20:53
-------
The part of this bug that was execution failure was another incarnation of the
TImode-non-support bug mentioned in PR target/18347. There, it caused a SEGV,
while here, it picked up the inner QImode in the TImode union open-coded from
the vector modes, and produced
wrong code. See <URL:http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01111.html>.
--
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |18347
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18332