Testcase:
typedef short __attribute__((vector_size (16))) vecint;
vecint i;
vecint j;
vecint k;
int
main ()
{
  k = i ^ j;
}

See PR 22368 for the patch which finds this.

-- 
           Summary: Vec lower produces mis-match types
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 22368
             nThis:


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

Reply via email to