On 2022-07-28 16:13, Tom Tromey wrote: >>>>>> "Tom" == Tom Tromey writes: > > Tom> This series rewrites registry.h, changing it from a lengthy macro to a > Tom> C++ template. > > Tom> After this, registries are slightly less flexible, in that only the > Tom> type-safe form is supplied. However, I consider that a plus and not a > Tom> minus. > > Tom> Regression tested on x86-64 Fedora 34. > > I've rebased this and retested it. > I'm going to check it in. > > Tom Hi Tom, I see these failures following this series: UNRESOLVED: gdb.guile/scm-value.exp: discard the symbols UNRESOLVED: gdb.python/py-template.exp: gdb_breakpoint: set breakpoint at main (eof) UNRESOLVED: gdb.python/py-value.exp: discard the symbols I attached gdb.log for these three tests, in case it helps. Simon