]> git.ipfire.org Git - thirdparty/gcc.git/commit
Handle GFC_STD_UNSIGNED like a standard in error messages.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 18 Oct 2024 15:58:56 +0000 (17:58 +0200)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Fri, 18 Oct 2024 15:58:56 +0000 (17:58 +0200)
commit1f07dea91c37d45874cd91c2333696e784ae2d44
treeb9e601fb21889a7d9096c2b4f83eef88fd0fae58
parent44a81aaf73f795e6992cbfb98ec48480e5ca94ec
Handle GFC_STD_UNSIGNED like a standard in error messages.

gcc/fortran/ChangeLog:

* error.cc (notify_std_msg): Handle GFC_STD_UNSIGNED.

gcc/testsuite/ChangeLog:

* gfortran.dg/unsigned_37.f90: New test.
gcc/fortran/error.cc
gcc/testsuite/gfortran.dg/unsigned_37.f90 [new file with mode: 0644]