https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120163
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |rejects-valid Last reconfirmed| |2025-05-07 Status|UNCONFIRMED |NEW CC| |tkoenig at gcc dot gnu.org Known to fail| |15.1.1, 16.0 Known to work| |14.2.1 Summary|Can not import module |[15/16 Regression] Can not |containig call to pure |import module containig |routine via abstract |call to pure routine via |interface |abstract interface --- Comment #1 from anlauf at gcc dot gnu.org --- Confirmed. Workaround: use -Wno-external-argument-mismatch to disable the new check. @Thomas: can you have a look?