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

           Summary: Compiler fails on bool MutexImpl::MutexImpl()
           Product: new-bugs
           Version: 2.6
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


While porting llvm to minix 3.0, I came across the function

bool MutexImpl::MutexImpl(){ return true; }

in lib/System/Unix/Mutex.inc

The gcc compiler on Minix fails on this, because the function is not a
constructor. Simply removing the function doesn't seem to have any harmful
effects.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to