http://llvm.org/bugs/show_bug.cgi?id=5964
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Eli Friedman <[email protected]> 2011-10-14 22:00:59 CDT --- On trunk: <stdin>:9:16: error: address of overloaded function 'test' does not match required type 'foo *()' foo *(*X)() = &test<foo>; ^~~~~~~~~ <stdin>:7:7: note: candidate function Pass *test() { return new PassName(); } ^ 1 error generated. This seems to be fixed. -- 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
