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 V2 6/7] Fortran, testsuite: Fix duplicate testcase name.


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

> @@ -137,7 +137,8 @@ gdb_test "next" ""
>  gdb_test "ptype fivedynarr(2)" \
>           [multi_line "type = Type five" \
>                       "\\s+Type one :: tone" \
> -                     "End Type five" ]
> +                     "End Type five" ] \
> +         "ptype fivedynarr(2), not allocated"

I don't understand why do we need this change.  Looks the element "tone"
of type "five" is not allocated, but type "five" is.

>  gdb_test "ptype fivedynarr(2)%tone" \
>           [multi_line "type = Type one" \
>                       "    $int :: ivla\\(<not allocated>\\)" \

-- 
Yao (éå)


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