This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH/gfortran] Partial fix for PR fortran/20879
Paul Brook wrote:
> 2005-04-25 Paul Brook <paul@codesourcery.com>
> Steven G. Kargl <kargls@comcast.net>
>
> PR fortran/20879
> * check.c (gfc_check_ichar_iachar): New function.
> * instinsic.h (gfc_check_ichar_iachar): Add prototype.
> * intrinsic.c (add_functions): Use it.
> * primary.c (match_varspec, gfc_match_rvalue): Clear incorrect
> character expression lengths.
Thanks, can the code which checks this in gfc_simplify_ichar and
gfc_simplify_iachar now be removed?
- Tobi