This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]