https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98498
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul Thomas <pa...@gcc.gnu.org>: https://gcc.gnu.org/g:8c8ad4e3533b8590ce063386b8b32f6fce1c3942 commit r14-5094-g8c8ad4e3533b8590ce063386b8b32f6fce1c3942 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Fri Nov 3 07:11:12 2023 +0000 Fortran: Defined operators with unlimited polymorphic args [PR98498] 2023-11-03 Paul Thomas <pa...@gcc.gnu.org> gcc/fortran PR fortran/98498 * interface.cc (upoly_ok): Defined operators using unlimited polymorphic formal arguments must not override the intrinsic operator use. gcc/testsuite/ PR fortran/98498 * gfortran.dg/interface_50.f90: New test.