[Bug c++/100707] [modules] ICE on nested namespace

2024-02-11 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100707 Nathaniel Shead changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug c++/100707] [modules] ICE on nested namespace

2024-01-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100707 --- Comment #2 from GCC Commits --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:b433a6f5a0617dcbb28f2462b31198f86aadecaa commit r14-8407-gb433a6f5a0617dcbb28f2462b31198f86aadecaa Author: Nathaniel Shead Date:

[Bug c++/100707] [modules] ICE on nested namespace

2021-05-20 Thread amorvincitomnia.iw at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100707 --- Comment #1 from wang ivor --- A quick workaround: https://wandbox.org/permlink/n8E5xJuJhq1CUA0e Create a module that only contains the namespace declaration, and 'export import' it whenever you declare a new namespace. // namespace_decl.cc