Re: Allow variable-sized temporary variables in gimplify.c

2018-01-12 Thread Richard Biener
On Fri, Jan 12, 2018 at 2:33 PM, Richard Sandiford wrote: > This is needed to build libgfortran for SVE. The OpenMP code needs > to create temporary vector variables, and the variables will therefore > be variable-sized for SVE. Earlier patches made such variables

Allow variable-sized temporary variables in gimplify.c

2018-01-12 Thread Richard Sandiford
This is needed to build libgfortran for SVE. The OpenMP code needs to create temporary vector variables, and the variables will therefore be variable-sized for SVE. Earlier patches made such variables work. Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu. Also tested by