https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126156
Harald Anlauf <anlauf at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
Last reconfirmed| |2026-07-07
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #1 from Harald Anlauf <anlauf at gcc dot gnu.org> ---
The reduced testcase is invalid. Intel:
% ifx pr117763.f90
pr117763.f90(8): error #6259: This array or function or substring is invalid in
constant expressions. [TYPE]
integer :: pdg = type(string_t)
----------------------^
compilation aborted for pr117763.f90 (code 1)
We need to reject it too.