[Bug c++/77811] [concepts] invalid redefinition error when declaring friend function

2021-12-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77811

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Target Milestone|--- |10.0
   Keywords||rejects-valid

--- Comment #2 from Andrew Pinski  ---
Fixed in GCC 10, most likely by the concepts rewrite that was done to move
towards C++20 standard.

[Bug c++/77811] [concepts] invalid redefinition error when declaring friend function

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

Jonathan Wakely  changed:

   What|Removed |Added

  Known to work||10.0
 Blocks||67491

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


Referenced Bugs:

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