Re: [libcpp] Reimplement mkdeps data structures

2019-05-07 Thread Nathan Sidwell
On 5/7/19 10:31 AM, Christophe Lyon wrote: After your commit, I'm seeing an ICE while building glibc headers: : internal compiler error: Segmentation fault 0xc2eeaf crash_signal /tmp/2191418_6.tmpdir/aci-gcc-fsf/sources/gcc-fsf/gccsrc/gcc/toplev.c:326 0x151ad0d munge /tmp/219

Re: [libcpp] Reimplement mkdeps data structures

2019-05-07 Thread Christophe Lyon
Hi Nathan, On Tue, 7 May 2019 at 14:39, Nathan Sidwell wrote: > > This patch reimplements the header dependency data structures. We can > now use a vector class, rather than cut-n-paste 3 sets of bespoke > C-style array handling. Sadly, simply using vec.h didn't work, so I do > have one interna