[LLVMbugs] [Bug 1519] NEW: LLVM type size doesn't match GCC type size

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jun 18 12:15:23 PDT 2007


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

           Summary: LLVM type size doesn't match GCC type size
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com


The assertion following assertion fail when compiling the attached source code
on linux-x86_64

cc1: ../../gcc/gcc/llvm-types.cpp:78: const llvm::Type*
llvm_set_type(tree_node*, const llvm::Type*): Assertion `!(__extension__ ({
const tree __t = (Tr); if (tree_code_type[(int) (((enum tree_code)
(__t)->common.code))] != (tcc_type)) tree_class_check_failed (__t, (tcc_type),
"../../gcc/gcc/llvm-types.cpp", 78, __FUNCTION__); __t; })->type.size) ||
!Ty->isSized() || !isInt64((__extension__ ({ const tree __t = (Tr); if
(tree_code_type[(int) (((enum tree_code) (__t)->common.code))] != (tcc_type))
tree_class_check_failed (__t, (tcc_type), "../../gcc/gcc/llvm-types.cpp", 78,
__FUNCTION__); __t; })->type.size), true) || getInt64((__extension__ ({ const
tree __t = (Tr); if (tree_code_type[(int) (((enum tree_code)
(__t)->common.code))] != (tcc_type)) tree_class_check_failed (__t, (tcc_type),
"../../gcc/gcc/llvm-types.cpp", 78, __FUNCTION__); __t; })->type.size), true) ==
getTargetData().getTypeSizeInBits(Ty) && "LLVM type size doesn't match GCC type
size!"' failed



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list