This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PR fortran/60091, patch] - Misleading error messages in rank-2 pointer assignment to rank-1 target
- From: Dominique d'Humières <dominiq at lps dot ens dot fr>
- To: anlauf at gmx dot de
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 11 Mar 2019 10:22:36 +0100
- Subject: Re: [PR fortran/60091, patch] - Misleading error messages in rank-2 pointer assignment to rank-1 target
Hi Harald,
The patch looks good to me (although I did not test it), however I don’t like the standard legalese in the error messages.
IMO
R1035 bounds-spec is lower-bound-expr :
R1036 bounds-remapping is lower-bound-expr : upper-bound-exp
should be rephrased in plain English.
Thanks for the work.
Dominique