[patch c++]: PR c++/44294 abi/bitfield12.C regression

H.J. Lu hjl.tools@gmail.com
Thu May 27 17:34:00 GMT 2010


On Thu, May 27, 2010 at 8:02 AM, Kai Tietz <ktietz70@googlemail.com> wrote:
> Hello,
>
> the issue is here that in class.c function layout_class_type an
> underflow of itk could be produced, when first enumerator is already
> end-criteria.
>
> ChangeLog
>
> 2010-05-27  Kai Tietz
>
>        PR c++/44294
>        * class.c (layout_class_type): Prevent underflow for itk.
>
> Tested for x86_64-pc-linux-gnu and x86_64-w64-mingw32. Ok for apply?
>

I am not sure if it is correct.. We now use __int128 for the type of bitfield.

-- 
H.J.



More information about the Gcc-patches mailing list