https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124819
Christopher Albert <albert at tugraz dot at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |albert at tugraz dot at,
| |jvdelisle at gcc dot gnu.org
--- Comment #2 from Christopher Albert <albert at tugraz dot at> ---
I tested other compilers on the same system and libc.
Results:
- system gfortran 15.2.1: passes
- nvfortran 26.3: passes
- local GCC 16 object linked against system libgfortran: passes
- system gfortran object linked against local GCC 16 libgfortran: fails
So the failure follows the local libgfortran, not the frontend or glibc alone.
That points directly at the GCC 16 libgfortran transformational REAL(4)
BESSEL_JN runtime path.