[LLVMbugs] [Bug 7211] New: Crash on ill-formed reference to set of overloaded function

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun May 23 13:49:35 PDT 2010


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

           Summary: Crash on ill-formed reference to set of overloaded
                    function
           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 web.de
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


void f();
void f(int);

int main() {
  &f;
}

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