Re: [PATCH] Fix-up for PR fortran/66724 and fortran/66725

2015-07-16 Thread FX
> 2015-07-16 Steven G. Kargl > > * io.c (is_char_type): Call gfc_resolve_expr(). > (match_open_element, match_dt_element, match_inquire_element): Fix > ASYNCHRONOUS case. OK to commit

[PATCH] Fix-up for PR fortran/66724 and fortran/66725

2015-07-16 Thread Steve Kargl
The attached patch is needed to fully address PR fortran/66724 and fortran/66725. In is_char_type(), we need to call gfc_resolve_expr to properly resolve the tag, e.g., ASYNCHRONOUS="Y"//"E"//"S". At the same time, I forgot call is_char_type for ASYNCHRONOUS. Regression tested on trunk. OK to com