[LLVMbugs] [Bug 9654] New: Crash on call to function template declared without function declarator
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 7 21:01:22 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9654
Summary: Crash on call to function template declared without
function declarator
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: schaub.johannes at googlemail.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
Clang crashes on this code:
typedef void ftype(int);
template<typename T>
ftype f;
int main() {
f<int>(0);
}
--
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