https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
--- Comment #8 from Rémi Galan Alfonso ---
I tested it and it works perfectly, thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
--- Comment #7 from CVS Commits ---
The master branch has been updated by Nathan Sidwell :
https://gcc.gnu.org/g:9553c8a1b9dd2ca2f0f30d8b23fc6844c7e4a223
commit r11-7509-g9553c8a1b9dd2ca2f0f30d8b23fc6844c7e4a223
Author: Nathan Sidwell
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
Nathan Sidwell changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
--- Comment #5 from CVS Commits ---
The master branch has been updated by Nathan Sidwell :
https://gcc.gnu.org/g:c778a237c1c605c2c5606c212c1ace756739442b
commit r11-7506-gc778a237c1c605c2c5606c212c1ace756739442b
Author: Nathan Sidwell
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
--- Comment #4 from CVS Commits ---
The master branch has been updated by Nathan Sidwell :
https://gcc.gnu.org/g:c390c5df71bbc95627c8e5e649a3161091239fd9
commit r11-7495-gc390c5df71bbc95627c8e5e649a3161091239fd9
Author: Nathan Sidwell
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
--- Comment #3 from CVS Commits ---
The master branch has been updated by Nathan Sidwell :
https://gcc.gnu.org/g:499193a692efa33c9b2fe3ad8da0f4d5e5fd0e0c
commit r11-7493-g499193a692efa33c9b2fe3ad8da0f4d5e5fd0e0c
Author: Nathan Sidwell
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
--- Comment #2 from Nathan Sidwell ---
Thanks for checking this didn't seem a duplicate!
Reduced tescase:
// 99170_a.H
namespace STD {
class string {
public:
template
string (const T *);
};
}
// 99170_b.C
export module test;
import "99170_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99170
--- Comment #1 from Rémi Galan Alfonso ---
Created attachment 50224
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50224&action=edit
preprocessed file
... And with the correct preprocessed file this time, apologies for my mistake.