On Mon, 2013-10-28 at 15:19 -0600, Jeff Law wrote: > On 10/25/13 15:37, David Malcolm wrote: > > This patch addresses various forms of failure described in > > http://gcc.gnu.org/ml/gcc-patches/2013-10/msg01974.html > > > [...] > Thanks for diving into this stuff and getting it fixed. > > OK for the trunk,
Thanks; it passed bootstrap®testing on x86_64-unknown-linux, so I've committed it to trunk as r204148, completing (I hope) the addition of support in gengtype for some forms of simple class hierarchies. I believe this may also complete the prerequisites for my conversion of the symtable types into a C++ class hierarchy (in that IIRC all of those patches were approved, but were pending this gengtype feature)... but I'll have to see to what extent they've bitrotted (and recheck the bootstrap/regtest, naturally). Dave