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 2/6] Fortran: Accessing fields of inherited types via fully qualified name.


Tim Wiederhake <tim.wiederhake@intel.com> writes:

> +if ![runto_main] {

[runto MAIN__]

to be consistent with other fortran tests.  We happen to add some usages
of runto_main in some vla related tests, but it is better to change them
to [runto MAIN__], or modify runto_main to do "runto MAIN__" for Fortran
language.

> +    untested "could not run to main"
> +    return -1
> +}

I still need some time to think about the change to value_struct_elt.

-- 
Yao (齐尧)


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