Re: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-17 Thread Richard Sandiford
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

Re: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-16 Thread Tamar Christina
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

Re: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-10 Thread Richard Sandiford
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

Re: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-09 Thread Richard Sandiford
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: >&

RE: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-09 Thread Tamar Christina
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

Re: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-09 Thread Richard Sandiford
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.

RE: [PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-09 Thread Kyrylo Tkachov
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

[PATCH 1/6] AArch64: Fix bugs in -mcpu=native detection.

2020-07-09 Thread Tamar Christina
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