[Bug c++/118049] conflicting global module declaration

2025-01-20 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 Nathaniel Shead changed: What|Removed |Added Target Milestone|15.0|14.3 --- Comment #8 from Nathaniel Sh

[Bug c++/118049] conflicting global module declaration

2025-01-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 --- Comment #7 from GCC Commits --- The releases/gcc-14 branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:a82352a2a074230d841a3944e30bd497726e0bfa commit r14-11233-ga82352a2a074230d841a3944e30bd497726e0bfa Author: Nathaniel Sh

[Bug c++/118049] conflicting global module declaration

2025-01-19 Thread furyusss at yahoo dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 --- Comment #6 from furyusss at yahoo dot fr --- Awesome, thanks!

[Bug c++/118049] conflicting global module declaration

2025-01-17 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 Nathaniel Shead changed: What|Removed |Added CC||wxy_it at 163 dot com --- Comment #5

[Bug c++/118049] conflicting global module declaration

2025-01-17 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 Nathaniel Shead changed: What|Removed |Added Target Milestone|--- |15.0 Status|ASSIGNED

[Bug c++/118049] conflicting global module declaration

2025-01-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 --- Comment #3 from GCC Commits --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:f054c36c4fcb693e04411dc691ef4172479143d6 commit r15-6997-gf054c36c4fcb693e04411dc691ef4172479143d6 Author: Nathaniel Shead Date:

[Bug c++/118049] conflicting global module declaration

2025-01-17 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 Nathaniel Shead changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigne

[Bug c++/118049] conflicting global module declaration

2024-12-19 Thread furyusss at yahoo dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049 --- Comment #1 from furyusss at yahoo dot fr --- Adding the content of the attached files here so it is easier to read: ``` module1.cpp module; #include export module module1; module2.cpp module; #include export mo