https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125488
--- Comment #3 from van.snyder at sbcglobal dot net <van.snyder at sbcglobal dot net> --- Will this be back-ported to Debian 13 so I can get it with "apt update?" On Fri, 2026-05-29 at 16:29 +0000, jvdelisle at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125488 > > Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: > > What |Removed |Added > --------------------------------------------------------------------- > ------- > CC| |jvdelisle at gcc dot > gnu.org > > --- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- > Looks like this is fixed on trunk/mainline. I dont have 16 setup yet > to check. > > $ gfc15 -c pr125488.f90 > pr125488.f90:10:21: > > 10 | generic :: P => P2_s, P2_d > | 1 > Error: ‘p2_s’ and ‘p2_d’ for GENERIC ‘p’ at (1) are ambiguous > pr125488.f90:21:21: > > 21 | generic :: P => P3_s, P3_d > | 1 > Error: ‘p3_s’ and ‘p3_d’ for GENERIC ‘p’ at (1) are ambiguous > > Confirmed on 15. >
