This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA]: Patch to fix the SEGV error when printing f77 array element


On Thu, Jun 09, 2005 at 06:02:03PM +0800, Wu Zhou wrote:
> Daniel, 
> 
> I had cleaned up the patch to fix the SEGV error we discussed on gdb@ the
> days before and tested it on ppc64 arch with the latest CVS tree.  It 
> works ok.  Please review and comment.  Thanks.

Can you handle TYPE_CODE_PTR before the switch statement, instead?

Also, rather than default, you can probably check that the target type
of the pointer is TYPE_CODE_FUNC.

Do you feel up to adding our first compilable fortran test to the
testsuite?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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