[Bug c++/100134] [modules] ICE when using a vector in a module

2022-10-12 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 Patrick Palka changed: What|Removed |Added Target Milestone|--- |13.0 Status|NEW

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 --- Comment #8 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:9736a42e1fb8df30d72cf28594d9046bf50200c1 commit r13-3236-g9736a42e1fb8df30d72cf28594d9046bf50200c1 Author: Patrick Palka Date:

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-10-07 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-09-26 Thread johelegp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 --- Comment #6 from Johel Ernesto Guerrero Peña --- See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107045#c1 for a minimal reproducer: Minimal: https://godbolt.org/z/hxrPvPPhs. ```C++ namespace std { template struct X { friend void f();

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-09-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 Andrew Pinski changed: What|Removed |Added CC||johelegp at gmail dot com --- Comment

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-04-06 Thread sandipan.mohanty at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 --- Comment #4 from Sandipan Mohanty --- Comment on attachment 52759 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52759 Preprocessed source generated by gcc This bug remains unhandled as of 6 April 2022, making it difficult to use

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-04-06 Thread sandipan.mohanty at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 --- Comment #3 from Sandipan Mohanty --- Created attachment 52759 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52759=edit Preprocessed source generated by gcc Preprocessed source generated by gcc

[Bug c++/100134] [modules] ICE when using a vector in a module

2022-03-10 Thread sandipan.mohanty at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 Sandipan Mohanty changed: What|Removed |Added CC||sandipan.mohanty at gmail dot com

[Bug c++/100134] [modules] ICE when using a vector in a module

2021-06-20 Thread ensadc at mailnesia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100134 --- Comment #1 from ensadc at mailnesia dot com --- Reduced: vector namespace std { template struct __replace_first_arg; template class _Template, typename _Up, typename _Tp, typename... _Types> struct