Hi, there is a regression against gdb-6.8 for: gdb.fortran/derived-type.exp: print p due to the change http://sourceware.org/ml/gdb-patches/2008-04/msg00383.html http://sourceware.org/ml/gdb-cvs/2008-04/msg00135.html as now Fortran struct is `( xxx )' instead of former `{ xxx}'. But made there other updates to make it all PASS on Fedora gcc-gfortran-4.3.2-7 (which AFAIK behaves more like gfortran-4.4 for these types). Particularly gfortran now generates DW_TAG_string_type for character arrays and also produces type names like `integer(kind=4)' while the testcase expected `int4'. Requesting approval (such as whether this dual acceptance is the right way). Thanks, Jan