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: Fix internal error in value_cast_pointers


On Tue, Jul 15, 2008 at 02:52:51PM -0700, Stan Shebs wrote:
> 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.

I think it is sensitive to the libstdc++ version - perhaps the
typedef was added in GCC 4.3.  I've been seeing the failure for a
couple of weeks.

-- 
Daniel Jacobowitz
CodeSourcery


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