https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92020
Bug ID: 92020 Summary: Improve handling of __def_init / xfail of typebound_call_22.f03 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- To save space in rodata, the artificial __def_init variables are no longer put into .rodata, but in BSS. For most variables, these are full of zeros anyway. See PR 84487 for details. This also serves as a note that typebound_call_22.f03 is xfailed due to this.