[LLVMbugs] [Bug 3711] New: 8-byte vectors on ppc32 assert

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Mar 3 09:56:46 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3711

           Summary: 8-byte vectors on ppc32 assert
           Product: new-bugs
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: dalej at apple.com
                CC: llvmbugs at cs.uiuc.edu


llvm-gcc -O1 20050607-1.c
Assertion failed: (false && "Unknown type action!"), function
ExpandRes_BIT_CONVERT, file LegalizeTypesGeneric.cpp, line 44.


extern void abort (void);

typedef int V2SI __attribute__ ((vector_size (8)));

int
main (void)
{
#if (__INT_MAX__ == 2147483647) \
    && (__LONG_LONG_MAX__ == 9223372036854775807LL)
  if (((int)(long long)(V2SI){ 2, 2 }) != 2)
    abort ();
#endif
  return 0;
}


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list