[PATCH] Fix OpenACC vector_length parsing in fortran

Jakub Jelinek jakub@redhat.com
Fri Jul 15 08:28:00 GMT 2016


On Thu, Jul 14, 2016 at 07:05:52PM -0700, Cesar Philippidis wrote:
> Is this OK for trunk and gcc6?

See other mail for trunk approval, just want to comment on the "and gcc6",
it doesn't apply to gcc6, you can add the testcase there,
but gcc 6 matches vector_length before vector, the bug has been introduced
by my gfc_match_omp_clauses alphabetical sorting.

I went through the whole function and this case is the only one that
needs the non-alphabetical match.

	Jakub



More information about the Fortran mailing list