Re: [PATCH] handle OpenMP/OpenACC regions inside Fortran character functions (PR85703)

2018-06-13 Thread Jakub Jelinek
On Wed, Jun 13, 2018 at 07:06:23AM -0700, Cesar Philippidis wrote: > Character variables in Fortran are slightly different than reals and > integers because they can represent a single character or a string of > them. Consequently, due their nature, the Fortran resolver requires more > information

[PATCH] handle OpenMP/OpenACC regions inside Fortran character functions (PR85703)

2018-06-13 Thread Cesar Philippidis
Character variables in Fortran are slightly different than reals and integers because they can represent a single character or a string of them. Consequently, due their nature, the Fortran resolver requires more information to preform error checking on them. PR85703 exposed an ICE when an OpenACC