On Mar 25, 2010, at 8:52 AM, Daniel Dunbar wrote: > On Mon, Mar 22, 2010 at 11:25 AM, Fariborz Jahanian <[email protected] > > wrote: >> Author: fjahanian >> Date: Mon Mar 22 13:25:57 2010 >> New Revision: 99193 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=99193&view=rev >> Log: >> More clean up of ivars which are either in class extensions and >> implementation or synthesized into an implementation. Also, >> fixes a code gen. bug when ivars are itroduced in interleaved >> implementations. (related to radar 7547942). > > Should we get a test case for the codegen bug?
I have seen the practice that when we go from a crash to a clean compile, no specific pattern is checked for. But when bug is in generating incorrect code, then a pattern is checked for. Having said that, I will try to check for something in the generated code. - Fariborz _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
