[Bug c/14219] [3.3/3.4/3.5 regression] ICE with vector comparison

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Feb 20 00:18:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-20 00:18 -------
MMX is not revelant here really as this causes an ICE on PPC also:
typedef int v2si __attribute__ ((vector_size(16)));
int test (v2si a, v2si b)
{
        return (a == b);
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.3/3.4/3.5 regression] ICE|[3.3/3.4/3.5 regression] ICE
                   |with mmx vector comparison  |with vector comparison


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14219



More information about the Gcc-bugs mailing list