[Bug c++/104433] [modules] Importing and using std::make_shared causes linker errors

2022-10-11 Thread lhlaurini at hotmail dot com via Gcc-bugs
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

[Bug c++/107118] New: "does not name a type" when used in constrained struct specialization

2022-10-01 Thread lhlaurini at hotmail dot com via Gcc-bugs
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

[Bug c++/104433] New: [modules] Importing and using std::make_shared causes linker errors

2022-02-07 Thread lhlaurini at hotmail dot com via Gcc-bugs
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

[Bug libstdc++/103879] error: accessing value of variant::_Copy_ctor_base through a 'const variant' glvalue in a constant expression

2021-12-31 Thread lhlaurini at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103879 Luiz Henrique Laurini changed: What|Removed |Added CC||lhlaurini at hotmail dot com --