]> git.ipfire.org Git - thirdparty/gcc.git/commit
This improves an error message, avoiding at ... at.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 10 Feb 2025 20:25:37 +0000 (21:25 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 10 Feb 2025 20:29:37 +0000 (21:29 +0100)
commitd2ff1b78d70731db1b7adc1cbac7e44688828370
tree7520c2cbb54cea92d81c8fe89f2dbe4569efb834
parent118a6c3247bb30ef932341cec3ca15e2c6304b69
This improves an error message, avoiding at ... at.

gcc/fortran/ChangeLog:

PR fortran/24878
* interface.cc (compare_parameter): Better wording on
error message.

gcc/testsuite/ChangeLog:

PR fortran/24878
* gfortran.dg/interface_51.f90: Adjust expected error message.
gcc/fortran/interface.cc
gcc/testsuite/gfortran.dg/interface_51.f90