Tamar Christina writes:
> Hi Richard,
>
> I have fixed the formatting issues and made it so it checks explicitly
> for ':'.
>
> Ok for master, GCC 10, 9 and 8 after some stew?
OK, thanks. Some trivial formatting bits below (sorry)…
> diff --git a/gcc/config/aarch64/driver-aarch64.c
> b/gcc/con
t; From: Richard Sandiford
> >> Sent: Thursday, July 9, 2020 1:35 PM
> >> To: Tamar Christina
> >> Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw
> >> ; Marcus Shawcroft
> >> ; Kyrylo Tkachov
> >> Subject: Re: [PATCH 1/6] AArch64: Fix bugs
Richard Sandiford writes:
> Tamar Christina writes:
>> Hi All,
>>
>> This patch fixes a couple of issues in AArch64's -mcpu=native processing:
>>
>> The buffer used to read the lines from /proc/cpuinfo is 128 bytes long.
>> While
>> this was enough in the past with the increase in architecture
Marcus Shawcroft
>> ; Kyrylo Tkachov
>> Subject: Re: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.
>>
>> Tamar Christina writes:
>> > Hi All,
>> >
>> > This patch fixes a couple of issues in AArch64's -mcpu=native processing:
>&
Hi Richard,
Thanks for the review,
> -Original Message-
> From: Richard Sandiford
> Sent: Thursday, July 9, 2020 1:35 PM
> To: Tamar Christina
> Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw
> ; Marcus Shawcroft
> ; Kyrylo Tkachov
> Subject: Re: [PATCH 1
Tamar Christina writes:
> Hi All,
>
> This patch fixes a couple of issues in AArch64's -mcpu=native processing:
>
> The buffer used to read the lines from /proc/cpuinfo is 128 bytes long. While
> this was enough in the past with the increase in architecture extensions it is
> no longer enough.
Hi Tamar,
> -Original Message-
> From: Tamar Christina
> Sent: 09 July 2020 10:54
> To: gcc-patches@gcc.gnu.org
> Cc: nd ; Richard Earnshaw ;
> Marcus Shawcroft ; Kyrylo Tkachov
> ; Richard Sandiford
>
> Subject: [PATCH 1/6] AArch64: Fix bugs in -mcpu=na
Hi All,
This patch fixes a couple of issues in AArch64's -mcpu=native processing:
The buffer used to read the lines from /proc/cpuinfo is 128 bytes long. While
this was enough in the past with the increase in architecture extensions it is
no longer enough. It results in two bugs:
1) No option