[Bug c++/68826] [concepts] ICE in fold expression with requires

2020-07-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68826 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org Reso

[Bug c++/68826] [concepts] ICE in fold expression with requires

2019-10-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68826 --- Comment #2 from Jonathan Wakely --- No ICE with current trunk: 68826.cc: In instantiation of 'bool requires_types(Types&& ...) [with Types = {char, int, const char (&)[3]}]': 68826.cc:10:30: required from here 68826.cc:5:19: error: 'foo' w

[Bug c++/68826] [concepts] ICE in fold expression with requires

2017-03-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68826 Martin Sebor changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO