[Bug c++/86249] declaration conflicts with target of using declaration already in scope

2021-08-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86249

--- Comment #2 from Andrew Pinski  ---
Interesting, GCC, ICC and MSVC all accept this.

[Bug c++/86249] declaration conflicts with target of using declaration already in scope

2018-06-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86249

Jonathan Wakely  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2018-06-21
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Wakely  ---
Possibly related to Bug 84589