http://llvm.org/bugs/show_bug.cgi?id=7211
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Douglas Gregor <[email protected]> 2011-03-07 19:58:10 CST --- This no longer crashes, because of Faisal Vali's recent patch. We now get: t2.cpp:5:3: error: address of overloaded function 'f' is ambiguous &f; ^ t2.cpp:2:6: note: candidate function void f(int); ^ t2.cpp:1:6: note: candidate function void 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
