[Bug c++/116807] About c++ 20 module,chrono header file

2024-09-21 Thread wxy_it at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116807 --- Comment #5 from wxy_it at 163 dot com --- (In reply to wxy_it from comment #4) > I obtained the following GCC command from the files generated by CMake. This > command can also reproduce the bug. > g++ -std=c++20 -fmodules-ts -MD -fdeps-forma

[Bug c++/116807] About c++ 20 module,chrono header file

2024-09-21 Thread wxy_it at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116807 --- Comment #3 from wxy_it at 163 dot com --- I obtained the following GCC command from the files generated by CMake. This command can also reproduce the bug. g++ -std=c++20 -fmodules-ts -MD -fdeps-format=p1689r5 -xc++ -c b.ixx g++ -std=c++20 -f

[Bug c++/116807] About c++ 20 module,chrono header file

2024-09-21 Thread wxy_it at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116807 --- Comment #4 from wxy_it at 163 dot com --- I obtained the following GCC command from the files generated by CMake. This command can also reproduce the bug. g++ -std=c++20 -fmodules-ts -MD -fdeps-format=p1689r5 -xc++ -c b.ixx g++ -std=c++20 -f

[Bug c++/116807] New: About c++ 20 module,chrono header file

2024-09-21 Thread wxy_it at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116807 Bug ID: 116807 Summary: About c++ 20 module,chrono header file Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++