[PATCH V2 6/7] Fortran, testsuite: Fix duplicate testcase name.

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


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 (齐尧)



More information about the Gdb-patches mailing list