[LLVMbugs] [Bug 7030] New: [META] Compiling Loki with clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 3 11:14:30 PDT 2010


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

           Summary: [META] Compiling Loki with clang
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: syntheticpp at gmx.net
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Wasn't there a time when Loki was THE stress-test for C++ compilers? ;)


clang++ fails compiling with this errors:

In file included from SmartPtr.cpp:20:
../include/loki/SmartPtr.h:1418:24: error: expected unqualified-id
            return OP::template Merge( rhs );



Reproduce:

svn co https://loki-lib.svn.sourceforge.net/svnroot/loki-lib
cd trunk
export CXX=clang++
make

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