[cfe-commits] bitfield.c fails

Eli Friedman eli.friedman at gmail.com
Mon Dec 1 16:57:23 PST 2008


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 <fjahanian at apple.com> wrote:
>
> Hi All,
>
> CodeGen/bitfield.c has been failing since the break. Any one knows why?
>
> - Fariborz
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the cfe-commits mailing list