Fix error message.

2020-02-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/93890
	* interface.c: Replace "can not" by "cannot" and remove trailing
	space.

2020-02-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/93890
	* gfortran.dg/argument_checking_24.f90: Correct test case.
This commit is contained in:
Thomas König 2020-02-23 17:04:06 +01:00
parent 61c8d9e4e5
commit 7260547dbf
4 changed files with 17 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2020-02-23 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/93890
* interface.c: Replace "can not" by "cannot" and remove trailing
space.
2020-02-20 Tobias Burnus <tobias@codesourcery.com>
PR fortran/93825

View file

@ -1,3 +1,8 @@
2020-02-23 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/93890
* gfortran.dg/argument_checking_24.f90: Correct test case.
2020-02-21 Martin Sebor <msebor@redhat.com>
PR gcov-profile/93753