[Bug c++/102470] C++20 NTTP causes ICE

2023-11-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102470 Patrick Palka changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug c++/102470] C++20 NTTP causes ICE

2023-11-15 Thread arthur.j.odwyer at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102470 Arthur O'Dwyer changed: What|Removed |Added CC||arthur.j.odwyer at gmail dot com ---

[Bug c++/102470] C++20 NTTP causes ICE

2021-09-23 Thread iDingDong at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102470 --- Comment #1 from Kun Ge --- I misplaced the wrong piece of codes. the code that actually triggered the error is: //--- #include #include struct MemAttr { std::size_t size; std::size_t align; }; template constexpr