From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jim Blandy , Jim Ingham Cc: gdb-patches@sources.redhat.com Subject: Re: Trivial bug in valarith.c Date: Mon, 15 Oct 2001 18:15:00 -0000 Message-id: <3BCB8A22.6070209@cygnus.com> References: <60FDF2C0-C040-11D5-8605-000A277A8808@apple.com> X-SW-Source: 2001-10/msg00226.html > Jim Ingham writes: > >> Andrew, > >> > JimB, >> > >> > While this looks, er obvious, can you give it a quick peek (I think you >> > last touched that code [;-)] . Looks like this problem is also on the 5.1 >> > branch :-/ > >> >> cvs tattle points the finger at Jim... He changed value_from_longest - >> which presumably doesn't care whether it is handed a pointer or a >> typedef, to value_from_pointer which does. That change is correct, you >> just have to be careful about the arguments. > > > I think Jim's change is correct. I've checked it in (I've another change that this one affects sitting in my pending queue). Andrew