[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2020-01-06 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-12-02 Thread cjdb.ns at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 --- Comment #8 from Christopher Di Bella --- The above (presumably) works in 466691493b9, but not in commits starting from Git hash 6b42dfe4264. Bugzilla autolink: r278774

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-12-02 Thread cjdb.ns at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 --- Comment #7 from Christopher Di Bella --- *** Bug 92739 has been marked as a duplicate of this bug. ***

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-12-02 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 Casey Carter changed: What|Removed |Added CC||cjdb.ns at gmail dot com --- Comment #6

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-10-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 --- Comment #5 from Jonathan Wakely --- I tested it with "concept" not "concept bool" i.e. template concept C = true; template requires C [[nodiscard]] int f(T t) { return 22; } int main() { return 0; }

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-10-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-08-05 Thread mateusz.pusz at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 Mateusz Pusz changed: What|Removed |Added CC||mateusz.pusz at gmail dot com ---

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-02-18 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 --- Comment #2 from Casey Carter --- You can work around this bug by using a trailing requires-clause instead of putting the requires-clause in the template-head.

[Bug c++/82380] [concepts] Error when using requires constraint with attributes

2019-02-18 Thread a...@cloudius-systems.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82380 Avi Kivity changed: What|Removed |Added CC||a...@cloudius-systems.com --- Comment #1