[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-03-15 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 Nathan Sidwell changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-03-12 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 Alexander Lelyakin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-03-12 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-03-12 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 --- Comment #5 from CVS Commits --- The master branch has been updated by Nathan Sidwell : https://gcc.gnu.org/g:6e885ad3287388192e52e9b524dbaa408507c0a4 commit r11-7651-g6e885ad3287388192e52e9b524dbaa408507c0a4 Author: Nathan Sidwell Date:

[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-03-12 Thread nathan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-03-09 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 --- Comment #3 from Alexander Lelyakin --- About half of sequences of headers producing segmentation fault are stopped on . However there are another variants: g++ -std=c++20 -fmodules-ts -x c++-system-header stdexcept g++ -std=c++20 -fmodul

[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-03-08 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 --- Comment #2 from Alexander Lelyakin --- Even shorter sequence: g++ -std=c++20 -fmodules-ts -x c++-system-header stdexcept g++ -std=c++20 -fmodules-ts -x c++-system-header stop_token /usr/local/include/c++/11.0.1/stop_token: internal comp

[Bug c++/99238] [modules] internal compiler error: segmentation fault

2021-02-28 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99238 --- Comment #1 from Alexander Lelyakin --- There is a shorter sequence: g++ -std=c++20 -fmodules-ts -x c++-system-header fstream g++ -std=c++20 -fmodules-ts -x c++-system-header string_view g++ -std=c++20 -fmodules-ts -x c++-system-header locale