On Mon, Aug 13, 2012 at 9:29 PM, Michel Morin <[email protected]> wrote: > Eli Friedman wrote: >> Author: efriedma >> Date: Mon Aug 13 21:06:07 2012 >> New Revision: 161828 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=161828&view=rev >> Log: >> Make __is_convertible_to handle abstract types correctly. PR13591. > > Thanks for fixing the bug, Eli! > But, hmm, there is still a bug: > `__is_convertible_to(Abstract, Abstract)` returns true (should return false).
Err, what? My testcase is testing precisely that that construct returns false. Can you give a complete testcase? -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
