[PATCH 4/4] Fortran, typeprint: Forward level of details to be printed for pointers.

Yao Qi qiyaoltc@gmail.com
Fri May 13 14:27:00 GMT 2016


Bernhard Heckel <bernhard.heckel@intel.com> writes:

> +
> +gdb_test "ptype t3p" \
> +    [multi_line "type = PTR TO -> \\( Type t3" \
> +                "    $int :: t3_i" \
> +                "    Type t2" \
> +                "        $int :: t2_i" \
> +                "        Type t1 :: t1_n" \
> +                "    End Type t2 :: t2_n" \
> +                "End Type t3 \\)"]

Why do we print type t2?  Sorry I didn't notice this in V1 review.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list