https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104433
--- Comment #3 from Luiz Henrique Laurini ---
Thank you for the fix. The test case seems to be working as expected now.
However, the original code
import ;
int main()
{
std::make_shared();
}
now causes an internal compiler error:
du
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107118
Bug ID: 107118
Summary: "does not name a type" when used in constrained struct
specialization
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104433
Bug ID: 104433
Summary: [modules] Importing and using
std::make_shared causes linker errors
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103879
Luiz Henrique Laurini changed:
What|Removed |Added
CC||lhlaurini at hotmail dot com
--