Re: Don't treat variable-length vectors as VLAs during gimplification

2019-09-18 Thread Richard Biener
On Wed, Sep 18, 2019 at 8:53 AM Richard Sandiford wrote: > > Source-level SVE vectors should be gimplified in the same way > as normal fixed-length vectors rather than as VLAs. > > This is tested by later SVE patches. > > Tested on aarch64-linux-gnu with SVE (with and without follow-on > patches)

Don't treat variable-length vectors as VLAs during gimplification

2019-09-17 Thread Richard Sandiford
Source-level SVE vectors should be gimplified in the same way as normal fixed-length vectors rather than as VLAs. This is tested by later SVE patches. Tested on aarch64-linux-gnu with SVE (with and without follow-on patches) and x86_64-linux-gnu. OK to install? Richard 2019-09-18 Richard San