On 5/17/19 9:18 PM, Tom Tromey wrote: > +# "x" sometimes isn't available due to > +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90526 > +gdb_test "print x" " = {static f = .*}" > + How about making that expect the correct value, and then use "setup_xfail gcc/90526" ? Thanks, Pedro Alves