[Bug c++/114961] [modules] using imported member functions in constexpr context causes ICE

2024-06-16 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114961

Nathaniel Shead  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
 CC||nshead at gcc dot gnu.org
   Last reconfirmed||2024-06-16
 Ever confirmed|0   |1

--- Comment #2 from Nathaniel Shead  ---
Thanks for the report! Unfortunately this doesn't provide enough information
for me to reproduce the error. Would you be able to provide a self-contained
set of files that I can try?

Please also see https://gcc.gnu.org/bugs/ for further tips. Thanks!

[Bug c++/114961] [modules] using imported member functions in constexpr context causes ICE

2024-05-06 Thread jasio.lpn at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114961

--- Comment #1 from Marcin Nowak  ---
I typed some typos in main.cpp. There should not be `MyVector` but `Vector`.
Anyway this typos does not matter if ICE is caused or not.