https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105361
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tschwinge at gcc dot gnu.org Resolution|FIXED |--- Last reconfirmed| |2024-07-29 Ever confirmed|0 |1 Status|RESOLVED |REOPENED --- Comment #9 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- In some of my test runs (have not yet been able to deduce any pattern), I'm seeing this new test case FAIL its execution test: At line 33 of file [...]/source-gcc/gcc/testsuite/gfortran.dg/pr105361.f90 (unit = 10, file = 'fort.10') Fortran runtime error: Bad real number in item 2 of list input Error termination. Backtrace: #0 0xf7f114e1 in read_real at [...]/source-gcc/libgfortran/io/list_read.c:2080 #1 0xf7f12a87 in list_formatted_read_scalar at [...]/source-gcc/libgfortran/io/list_read.c:2236 #2 0xf7f182bd in wrap_scalar_transfer at [...]/source-gcc/libgfortran/io/transfer.c:2591 #3 0x8049486 in ??? #4 0x8049695 in ??? #5 0xf7996ed4 in ??? #6 0x8049155 in ??? #7 0xffffffff in ??? There also appear to be similar "twinkling" PASS <-> FAIL reports in <gcc-regress...@gcc.gnu.org> posts.