]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Eliminate error prone translations.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 6 Aug 2024 23:10:23 +0000 (16:10 -0700)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 6 Aug 2024 23:13:50 +0000 (16:13 -0700)
commit000045fdf838a21e151c2c676c4fcd056032e59f
tree76eda1097aa6fff3c881fc618f98913e834fac0c
parentd4b35dab72b161f699aede157d90446973a71c99
Fortran: Eliminate error prone translations.

PR fortran/109105

gcc/fortran/ChangeLog:

* resolve.cc (CHECK_INTERFACES): New helper macro.
(resolve_operator): Replace use of snprintf with
gfc_error.
gcc/fortran/resolve.cc