[Bug c++/60860] Friend function declaration incorrectly hides function in outer namespace

2017-01-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60860

Jonathan Wakely  changed:

   What|Removed |Added

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

--- Comment #7 from Jonathan Wakely  ---
It was fixed for gcc 6 by r227044 (and so was bug 53012).

[Bug c++/60860] Friend function declaration incorrectly hides function in outer namespace

2017-01-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60860

Jonathan Wakely  changed:

   What|Removed |Added

 CC||kalaxy at gmail dot com

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

[Bug c++/60860] Friend function declaration incorrectly hides function in outer namespace

2017-01-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60860

--- Comment #5 from Jonathan Wakely  ---
It seems to have been fixed before the r235368 commit that fixed bug 70522, I'm
trying to find the right commit.

[Bug c++/60860] Friend function declaration incorrectly hides function in outer namespace

2017-01-20 Thread zeratul976 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60860

--- Comment #4 from Nathan Ridge  ---
(In reply to Nathan Ridge from comment #3)
> This appears to have been fixed in gcc 6.

Perhaps by bug 70522?

[Bug c++/60860] Friend function declaration incorrectly hides function in outer namespace

2017-01-20 Thread zeratul976 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60860

Nathan Ridge  changed:

   What|Removed |Added

 CC||zeratul976 at hotmail dot com

--- Comment #3 from Nathan Ridge  ---
This appears to have been fixed in gcc 6.

[Bug c++/60860] Friend function declaration incorrectly hides function in outer namespace

2014-12-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60860

Ville Voutilainen ville.voutilainen at gmail dot com changed:

   What|Removed |Added

   Keywords|visibility  |rejects-valid
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-12-14
 CC||ville.voutilainen at gmail dot 
com
 Ever confirmed|0   |1
  Known to fail||4.8.2, 4.9.1, 5.0

--- Comment #2 from Ville Voutilainen ville.voutilainen at gmail dot com ---
Clang accepts the code.


[Bug c++/60860] Friend function declaration incorrectly hides function in outer namespace

2014-04-16 Thread dibeas at ieee dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60860

--- Comment #1 from David Rodriguez Ibeas dibeas at ieee dot org ---
Created this as a new bug as I cannot say for sure whether this is the same
issue as 53012, but they maybe related.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53012