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: [PATCH] Read corrrect auxiliary entry in AIX.


Sangamesh Mallayya wrote:

> Please find the updated patch attached.
> Please find the summary of test cases pasted at the end. I don't see any
> new failures with the fix.

This patch is OK, thanks.
 
> One more point i want to mention is, test cases we ran is with the old
> repository which we cloned around 1 month back.
> With freshly cloned repository we are facing compilation errors even
> without applying our current changes.
> We are thinking it could be due to our environment issue or the version of
> gcc which we are using.
> Do you want us to run the test with latest branch and send you the result
> once that is done after fixing compilation issue. ?

Patches always need to be regression-tested against current mainline.

If mainline doesn't build for you since 1 month, one obvious candidate
would be that about this time, GDB switched to require a C++11 compiler
in order to build.  You need a compiler that supports the C++11 version
of the language (e.g. GCC 4.8 or later):

https://sourceware.org/ml/gdb-patches/2016-10/msg00817.html

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


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