It appears to be my fault... AFAIK, the generated code isn't actually broken, it's just that it depends on the LLVM optimizers to fold accurately for the test to work. And in this case, the LLVM optimizers are being stupid; see PR3152.
-Eli On Mon, Dec 1, 2008 at 3:58 PM, Fariborz Jahanian <[EMAIL PROTECTED]> wrote: > > Hi All, > > CodeGen/bitfield.c has been failing since the break. Any one knows why? > > - Fariborz > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
