Hello, Here is a fix for GDB PR/2018. I actually submitted this patch a long time ago (Oct 2005!), and for some reason let it sit unnoticed. I think I was trying to win the oldest patch unreviewed prize :-). http://www.sourceware.org/ml/gdb-patches/2005-10/msg00086.html In any case, I should have sent a ping much earlier than this. Here is a freshened-up version of the patch, and retested to make sure it still fixes the 4 KFAILs in gdb.ada/arrayidx.exp. 2006-10-06 Joel Brobecker * dwarf2read.c (read_array_type): Set the type name if the name attribute is present. Tested on x86-linux, fixes the 4 KFAILs of gdb.ada/arrayidx.exp, no regression. OK to commit? Thanks, -- Joel