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 V4 4/6] Fortran: Typeprint, fix dangling types.


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

> +set test "ptype intap, not associated"
> +gdb_test_multiple "ptype intap" $test {
> +    -re "type = PTR TO -> \\( $int \\(:,:\\)\\)\r\n$gdb_prompt $" {
> +        pass $test
> +    }
> +    -re "type = $int \\(:,:\\)\r\n$gdb_prompt $" {

How does GDB print like this?  I think GDB should always print
"type = PTR TO -> ....", no?

> +        pass $test
> +    }
> +}

-- 
Yao (齐尧)


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