https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109492
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:43816633afd275a9057232a6ebfdc19e441f09ec commit r13-7174-g43816633afd275a9057232a6ebfdc19e441f09ec Author: Harald Anlauf <anl...@gmx.de> Date: Thu Apr 13 22:42:23 2023 +0200 Fortran: call of overloaded âabs(long long int&)â is ambiguous [PR109492] gcc/fortran/ChangeLog: PR fortran/109492 * trans-expr.cc (gfc_conv_power_op): Use absu_hwi and unsigned HOST_WIDE_INT for portability.