[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 Bug 99861 depends on bug 12, which changed state. Bug 12 Summary: internal compiler error: in hashtab_chk_error, at hash-table.c:137 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12 What|Removed

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-12-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 Bug 99861 depends on bug 100052, which changed state. Bug 100052 Summary: [11/12 regression] ICE in compiling g++.dg/modules/xtreme-header-3_b.C after r11-8118 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100052 What|Removed

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-12-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #11 from Andrew Pinski --- This is actually a dup of bug 103769. *** This bug has been marked as a duplicate of bug 103769 ***

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-12-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-12-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 Bug 99861 depends on bug 100052, which changed state. Bug 100052 Summary: [11/12 regression] ICE in compiling g++.dg/modules/xtreme-header-3_b.C after r11-8118 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100052 What|Removed

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-16 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #9 from Alexander Lelyakin --- The same happens with the ICE in add_mergeable_specialization, PR99948, http://lelyakin.de/modules/in%20add_mergeable_specialization/016_7ae8737cc3d793d796faedfe5de5d89d42b966b5/ After adding parameter

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-16 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #8 from Alexander Lelyakin --- Interesting: There is a pair of system headers and Almost any sequence of system headers having condition_variable and ending at future will produce Segmentation fault With parameter

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #7 from Martin Liška --- (In reply to Alexander Lelyakin from comment #6) > And where this parameter should be specified? > At configure? No, it's a compiler option.

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-16 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #6 from Alexander Lelyakin --- And where this parameter should be specified? At configure? Here the compiler was built with almost default parameters: configure --enable-languages=c++ --disable-multilib Anyway at every commit it

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #5 from Martin Liška --- You can experiment with something like this: --param=hash-table-verification-limit=1000 which will run hash table verification for more elements.

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-15 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #4 from Alexander Lelyakin --- After every few commits one sequence stops to reproduce this error, but some another appears. See current status here: http://lelyakin.de/modules/in%20hashtab_chk_error/ Today shortest sequence is:

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-09 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #3 from Alexander Lelyakin --- There is a shorter sequence: /usr/local/bin/g++ -std=c++20 -fmodules-ts -x c++-system-header map /usr/local/bin/g++ -std=c++20 -fmodules-ts -x c++-system-header clocale /usr/local/bin/g++ -std=c++20

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-05 Thread alexander.lelyakin at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 --- Comment #2 from Alexander Lelyakin --- There is a shorter sequence: /usr/local/bin/g++ -std=c++20 -fmodules-ts -x c++-system-header stdexcept /usr/local/bin/g++ -std=c++20 -fmodules-ts -x c++-system-header future /usr/local/bin/g++

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/99861] [modules] ICE in hashtab_chk_error

2021-04-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99861 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #1