Re: [PATCH][GCC][AArch64] Make processing less fragile in config.gcc

2019-07-08 Thread James Greenhalgh
On Tue, Jun 25, 2019 at 09:30:30AM +0100, Tamar Christina wrote: > Hi All, > > This is an update to the patch rebased to after the SVE2 options have been > merged. > > Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. > > Ok for trunk? OK. Thanks, James > > Thanks, > Tamar >

RE: [PATCH][GCC][AArch64] Make processing less fragile in config.gcc

2019-06-25 Thread Tamar Christina
Hi All, This is an update to the patch rebased to after the SVE2 options have been merged. Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. Ok for trunk? Thanks, Tamar > -Original Message- > From: gcc-patches-ow...@gcc.gnu.org > On Behalf Of Tamar Christina > Sent: Tue

Re: [PATCH][GCC][AArch64] Make processing less fragile in config.gcc

2019-05-24 Thread Kyrill Tkachov
Hi Tamar, On 5/21/19 6:00 PM, Tamar Christina wrote: Hi All, Due to config.gcc all the options need to be on one line because of the grep lines which would select only the first line of the option. This causes it not to select the right bits on options that are spread over multiple lines wh