https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120152
Bug ID: 120152 Summary: [15/16 Regression] libgfortran ABI problem starting with r15-4124 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org Target Milestone: --- Comparing libgfortran.so.5.0.0 abilist between 14 and 15, I see in addition to many expectedly added symbols (surprisingly also +_gfortran_selected_logical_kind@@GFORTRAN_14 FUNC GLOBAL DEFAULT where 14 didn't have any GFORTRAN_14 symbols and 15 has one) I see 15 symbols removed: -_gfortran_maxloc1_16_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_maxloc1_4_i16@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_maxloc1_4_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_maxloc1_8_i16@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_maxloc1_8_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_mmaxloc1_16_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_mmaxloc1_4_i16@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_mmaxloc1_4_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_mmaxloc1_8_i16@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_mmaxloc1_8_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_smaxloc1_16_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_smaxloc1_4_i16@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_smaxloc1_4_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_smaxloc1_8_i16@@GFORTRAN_8 FUNC GLOBAL DEFAULT -_gfortran_smaxloc1_8_i8@@GFORTRAN_8 FUNC GLOBAL DEFAULT