[Bug c++/90033] [concepts] ICE segfault evaluating a requires clause that transitively depends on itself

2021-07-19 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90033

--- Comment #3 from Jonathan Wakely  ---
It was fixed by the r10-3735 rewrite "Update the concepts implementation to
conform to C++20." That definitely isn't going to be backported.

[Bug c++/90033] [concepts] ICE segfault evaluating a requires clause that transitively depends on itself

2021-07-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90033

Andrew Pinski  changed:

   What|Removed |Added

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

--- Comment #2 from Andrew Pinski  ---
I am going to close this as fixed for GCC 10. GCC 9.5 I think is the last GCC
9.x compiler and I really doubt it will be fixed for that.

[Bug c++/90033] [concepts] ICE segfault evaluating a requires clause that transitively depends on itself

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

Jonathan Wakely  changed:

   What|Removed |Added

  Known to work||10.0
 Blocks||67491

--- Comment #1 from Jonathan Wakely  ---
Compiles with current trunk.


Referenced Bugs:

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