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 1/2] arc: New Synopsys ARC port


Hi Anton,

On 09/01/2016 08:54 PM, Anton Kolesov wrote:

>>> Since it is expected that 7.12 will be the last release that supports building
>>> GDB with C compiler (https://sourceware.org/ml/gdb/2016-05/msg00016.html),
>>> this patch contain some code that cannot be compiled with older GCC's default
>>> -std=gnu89 for C, in particular variables are declared at the first use,
>>> rather then at the top of the function.
>>
>> This has not happened yet, and we still support building with a
>> C compiler.  So this can't go in as is until that is resolved...
> 
> Will be fixed.

Actually, this is now resolved:

 https://sourceware.org/ml/gdb/2016-09/msg00024.html

So given this is all new code, there's no need to try to
make it build with a C compiler, if you haven't yet.

[I'll reply to the rest of your email later on.]

Thanks,
Pedro Alves


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