[LLVMbugs] [Bug 7836] New: clang fails to try template argument deduction on every function in the overload set

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 6 06:58:21 PDT 2010


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

           Summary: clang fails to try template argument deduction on
                    every function in the overload set
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: chris at bubblescope.net
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Created an attachment (id=5340)
 --> (http://llvm.org/bugs/attachment.cgi?id=5340)
failing testcase

The attached code, reduced from a test in boost::filesystem, fails in clang
while passing in g++ and comeau, as (from dgregor on IRC) clang fails to try
template argument deduction on every function in the overload set

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