[Bug c++/68372] [concepts] invalid use of pack expansion expression in member function template declaration

2021-01-18 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68372 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org Target

[Bug c++/68372] [concepts] invalid use of pack expansion expression in member function template declaration

2020-05-19 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68372 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #6

[Bug c++/68372] [concepts] invalid use of pack expansion expression in member function template declaration

2019-10-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68372 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/68372] [concepts] invalid use of pack expansion expression in member function template declaration

2019-09-23 Thread jeff.chapman.bugs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68372 Jeff Chapman changed: What|Removed |Added CC||jeff.chapman.bugs at gmail dot com ---

[Bug c++/68372] [concepts] invalid use of pack expansion expression in member function template declaration

2017-05-16 Thread wilhelm.me...@hs-kl.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68372 --- Comment #3 from wilhelm.me...@hs-kl.de --- This ICE still exists in: g++ (GCC) 8.0.0 20170515 (experimental) Here is another minimal example: template concept bool FCallable() { return requires(F) { F::f(); }; } class Test1

[Bug c++/68372] [concepts] invalid use of pack expansion expression in member function template declaration

2017-04-12 Thread wilhelm.me...@hs-kl.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68372 --- Comment #2 from wilhelm.me...@hs-kl.de --- This ICE exists still in gcc-7.0.1-20170412.

[Bug c++/68372] [concepts] invalid use of pack expansion expression in member function template declaration

2016-08-23 Thread lucdanton at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68372 --- Comment #1 from lucdanton at free dot fr --- On 7 trunk (rev. 239680) it looks like the program now triggers an ICE: $ g++-trunk -std=c++1z -fconcepts main.cpp main.cpp: In substitution of 'template requires C... void foo::bar(X ...) [with