https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106684
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #8 from anlauf at gcc dot gnu.org --- There is also the option to initialize the components of the derived type in the data statement, such as: data c%b, c%a / 1, 0., 1., 2., 3. / which may be less work to fix the code. Closing PR.