[LLVMbugs] [Bug 11945] New: __assume() cannot compile

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 7 22:37:01 PST 2012


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

             Bug #: 11945
           Summary: __assume() cannot compile
           Product: clang
           Version: 3.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: yingshen.yu at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


int main (int argc, const char * argv[])
{
    __assume(1);
    return 0;
}

got error message:
__assume() cannot compile this function yet.

-- 
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