On Friday 19 March 2010 05:25:49 Mark Kettenis wrote: > Does it help if you replace > > > gdb_assert (!(sparc_floating_p (type) && len == 16)); > > with > > gdb_assert (len <= 8); yes, that works on my system -mike