FYI, Andrew PS: > +if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $options] != "" } { > + # No support for __complex__, presumably. > + unsupported "print complex value in C" > + return 0 > +} Should that be a feature test - like stdio and the like? Andrew