This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 3/4] AArch64: Cleanup inconsistent use of __extension__


On 4 September 2014 16:39, Marcus Shawcroft <marcus.shawcroft@gmail.com> wrote:
> On 4 September 2014 15:45, Wilco Dijkstra <wdijkstr@arm.com> wrote:
>> Cleanup inconsistent use of __extension__.
>>
>> ChangeLog:
>> 2014-09-04  Wilco Dijkstra  <wdijkstr@arm.com>
>>
>>         * gcc/config/aarch64/aarch64.c: Cleanup use of __extension__.
>
> Write a proper ChangeLog entry please.
> /Marcus


Actually, on second thoughts, I think it better to just remove the
three lines of the first spurious instance of:

#if HAVE_DESIGNATED_INITIALIZERS && GCC_VERSION >= 2007
__extension__
#endif

and leave the other instances alone.

/Marcus


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