[Bug c++/92186] [concepts] requires expression outside of concept definition cannot return false

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92186

Jonathan Wakely  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |10.0

--- Comment #5 from Jonathan Wakely  ---
Fixed by r278449, "Suppress diagnostics substituting into a requires-expression
(PR c++/92403)."

[Bug c++/92186] [concepts] requires expression outside of concept definition cannot return false

2020-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92186

Jonathan Wakely  changed:

   What|Removed |Added

 CC||cjdb.ns at gmail dot com

--- Comment #4 from Jonathan Wakely  ---
*** Bug 92040 has been marked as a duplicate of this bug. ***

[Bug c++/92186] [concepts] requires expression outside of concept definition cannot return false

2019-11-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92186

Eric Gallager  changed:

   What|Removed |Added

 CC||redbeard0531 at gmail dot com

--- Comment #3 from Eric Gallager  ---
*** Bug 90287 has been marked as a duplicate of this bug. ***

[Bug c++/92186] [concepts] requires expression outside of concept definition cannot return false

2019-11-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92186

Eric Gallager  changed:

   What|Removed |Added

 CC||pilarlatiesa at gmail dot com

--- Comment #2 from Eric Gallager  ---
*** Bug 92403 has been marked as a duplicate of this bug. ***

[Bug c++/92186] [concepts] requires expression outside of concept definition cannot return false

2019-11-13 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92186

Andrew Sutton  changed:

   What|Removed |Added

 CC||andrew.n.sutton at gmail dot 
com

--- Comment #1 from Andrew Sutton  ---
Resolved by the patch here.

https://gcc.gnu.org/ml/gcc-patches/2019-11/msg01051.html

[Bug c++/92186] [concepts] requires expression outside of concept definition cannot return false

2019-10-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92186

Jonathan Wakely  changed:

   What|Removed |Added

   Keywords||rejects-valid
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2019-10-29
 Blocks||67491
 Ever confirmed|0   |1


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
[Bug 67491] [meta-bug] concepts issues