[LLVMbugs] [Bug 5597] New: Templated function not accepted
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 23 07:25:21 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5597
Summary: Templated function not accepted
Product: clang
Version: trunk
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: ggreif at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=3852)
--> (http://llvm.org/bugs/attachment.cgi?id=3852)
File that does not compile with clang. Invocation and errors included.
Please compile the attached file. Clang++ errors out, all g++ versions (which I
have access to) do compile the file. Comeau also.
Looks like matching the function pointer arising from a template instantiation
does not match the function pointer argument of "Comm"s constructor.
--
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