Re: alignof failure

2009-06-02 Thread Simon Josefsson
Bruno Haible writes: > Hi Simon, > > Thanks for insisting. > >> How about this patch? > > It goes into this direction, yes. Additionally, it looks like most callers > of the 'alignof' macro want the "field in struct" semantics (or at least, > can live with this semantics). So I'm using this seman

Re: alignof failure

2009-05-31 Thread Bruno Haible
r 'alignof'. I'll push this: 2009-05-31 Simon Josefsson Bruno Haible Fix test-alignof failure. * lib/alignof.h (alignof_slot): New macro. (alignof_type): New macro, with the same semantics as the previous 'alignof'.

Re: alignof failure

2009-05-29 Thread Simon Josefsson
Simon Josefsson writes: > Bruno Haible writes: > >> Simon Josefsson wrote: >>> The alignof module seems to have problems: >>> >>> j...@mocca:~/src/gnulib master$ gnulib-tool --test --with-tests alignof >>> ... >>> ../../gltests/test-alignof.c:41: error: negative width in bit-field >>> ‘verify_

Re: alignof failure

2009-05-14 Thread Simon Josefsson
Bruno Haible writes: > Simon Josefsson wrote: >> The alignof module seems to have problems: >> >> j...@mocca:~/src/gnulib master$ gnulib-tool --test --with-tests alignof >> ... >> ../../gltests/test-alignof.c:41: error: negative width in bit-field >> ‘verify_error_if_negative_size__’ > > I repr

Re: alignof failure

2009-05-14 Thread Bruno Haible
Simon Josefsson wrote: > The alignof module seems to have problems: > > j...@mocca:~/src/gnulib master$ gnulib-tool --test --with-tests alignof > ... > ../../gltests/test-alignof.c:41: error: negative width in bit-field > ‘verify_error_if_negative_size__’ I reproduce with all versions of gcc sin

alignof failure

2009-05-13 Thread Simon Josefsson
The alignof module seems to have problems: j...@mocca:~/src/gnulib master$ gnulib-tool --test --with-tests alignof ... ../../gltests/test-alignof.c:41: error: negative width in bit-field ‘verify_error_if_negative_size__’ Ideas? Regular debian x86 testing machine, gcc 4.3.3. /Simon