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
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 semantics for 'alignof'. I'll push this:

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