This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Fix internal error in value_cast_pointers
- From: Stan Shebs <stan at codesourcery dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 15 Jul 2008 14:52:51 -0700
- Subject: Re: Fix internal error in value_cast_pointers
- References: <jeiqv6omhh.fsf@sykes.suse.de>
Andreas Schwab wrote:
This patch fixes five regressions in bs15503.exp. value_ind has never
returned a value whose type has typedefs stripped off (the type is
always the direct target of the pointer type). Tested on ppc-linux.
OK?
Do the regressions only happen on ppc or something? I just ran testsuite
on sources from a couple hours ago, on x86 linux, and bs15503 had no
failures.
Stan