https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115271
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> --- FIXED on mainline (GCC 15). Note: The testcase mentioned in comment 1 is special and UNFIXED: The module USE-er and the procedure declarations are in the same file, the module in the other file just added the interface and declare variant. => To be solved when adding scoping support for declare variant, as part of PR115076 (PR 115076 comment 3).