[Bug fortran/112700] Segmentation fault with list of characters and types

alexandre.poux at coria dot fr gcc-bugzilla@gcc.gnu.org
Mon Nov 27 08:59:23 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112700

--- Comment #2 from Alexandre Poux <alexandre.poux at coria dot fr> ---
Among the things that avoid the ICE:
- Using a subroutine instead of a function
- not using a type procedure but a regular function
- wrapping the list of char in a custom type
- returning a list of a real numbers

Among the things that do not avoid the ICE:
- replacing the fixed length array with a pointer or an allocatable


More information about the Gcc-bugs mailing list