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: [RFA 2/3] PR gdb/20653 - small cleanup in string_to_explicit_location


On Thu, Oct 6, 2016 at 4:15 PM, Tom Tromey <tom@tromey.com> wrote:
>>>>>> "Tamar" == Tamar Christina <Tamar.Christina@arm.com> writes:
>
> Tamar> Any progress on getting this patch committed?
> Tamar> This issue is currently breaking our nightlies.
>
> I pushed the patch yesterday.

Hi Tom,
Could you push this patch in to 7.12 branch too?  Otherwise, we have a
build failure on gdb 7.12 branch with gcc trunk,

../../binutils-gdb/gdb/location.c: In function ‘event_location*
string_to_explicit_location(const char**, const language_defn*, int)’:
../../binutils-gdb/gdb/location.c:527:19: error: ISO C++ forbids
comparison between pointer and integer [-fpermissive]
       || *argp == '\0'
                   ^~~~
make[2]: *** [location.o] Error 1

-- 
Yao (齐尧)


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