[llvm-commits] [llvm-gcc-4.2] r69514 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Chris Lattner clattner at apple.com
Sat Apr 18 23:24:02 PDT 2009


On Apr 18, 2009, at 11:23 PM, Chris Lattner wrote:

> Author: lattner
> Date: Sun Apr 19 01:23:01 2009
> New Revision: 69514
>
> URL: http://llvm.org/viewvc/llvm-project?rev=69514&view=rev
> Log:
> GCC's FOR_EACH_CONSTRUCTOR_ELT macro skips over anonymous
> bitfield members.  Handle random spacing added by them in
> the struct by adding zero bytes.

I forgot to mention that this fixes SingleSource/Regression/C/ 
2003-05-21-BitfieldHandling.c.

-Chris




More information about the llvm-commits mailing list