[Bug fortran/123348] gfortran: internal compiler error: Segmentation fault
anlauf at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 30 21:34:56 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123348
anlauf at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2025-12-30
--- Comment #1 from anlauf at gcc dot gnu.org ---
ICE confirmed.
Interesting observation: replacing the expression in the character length
allocate (character(len=self%total_length() + extra) :: result) ! ICE
by just a function call
allocate (character(len=self%total_length()) :: result) ! no ICE
does not ICE here.
More information about the Gcc-bugs
mailing list