https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87908
--- Comment #10 from anlauf at gcc dot gnu.org --- (In reply to Jerry DeLisle from comment #9) > (In reply to anlauf from comment #8) > > Paul, > > > > the new testcase ICEs for me, and also on some platforms in the testsuite. > > E.g.: > > > > Odd, this works for me here. > > Running /home/jerry/dev/trunk/gcc/testsuite/gfortran.dg/dg.exp ... > > === gfortran Summary === > > # of expected passes 12 > /home/jerry/dev/objdir/gcc/gfortran version 16.0.0 20250926 (experimental) > (GCC) > > make[1]: Leaving directory '/home/jerry/dev/objdir/gcc' > Testing of pr87908.f90 complete..... Have you tried: MALLOC_PERTURB_=3 valgrind --leak-check=full --track-origins=yes /path/to/f951 ... ?
