Re: max_align_t fails with clang 6.1 on OS X 10.10

2017-09-03 Thread Bruno Haible
Werner, Paul, I wrote: > The other approaches are brittle: If we/you change something regarding > the max_align_t problem, you will continue to see issues > - on other platforms, > - when you request additional gnulib modules, > - when the C standard features change, > - when the C++ stand

Re: max_align_t fails with clang 6.1 on OS X 10.10

2017-09-03 Thread Bruno Haible
Hello Werner, > Is there an example package with automake and gnulib that uses both C > and C++ similar to ttfautohint, and that I could use as a template? I don't know of such an example package. Basically, the steps are to 1) Create a lib/configure.ac that contains everything relevant to the

Re: max_align_t fails with clang 6.1 on OS X 10.10

2017-09-03 Thread Werner LEMBERG
>> > Could you try incorporating the std-gnu11 module into your >> > package, and see whether that fixes things? If so, perhaps we >> > could fix this problem for everybody by having stddef depend on >> > std-gnu11. >> >> This approach worked > > Nevertheless, I don't agree that this is the solu

Re: max_align_t fails with clang 6.1 on OS X 10.10

2017-09-03 Thread Bruno Haible
Werner LEMBERG wrote: > > Could you try incorporating the std-gnu11 module into your package, > > and see whether that fixes things? If so, perhaps we could fix this > > problem for everybody by having stddef depend on std-gnu11. > > This approach worked Nevertheless, I don't agree that this is

Re: SIGSEGV in partial_quotearg_n()

2017-09-03 Thread James Youngman
On Fri, Aug 18, 2017 at 3:23 PM, Kamil Dudka wrote: > > We have multiple occurrences of automated crash reports: > > https://retrace.fedoraproject.org/faf/reports/1209278/ > > ... about SIGSEGV in partial_quotearg_n() at this location in the source code: > > http://git.savannah.gnu.org/cgit/findut