[Bug c++/84832] Base class member function incorrectly introduced by using-declarator

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

--- Comment #2 from Andrew Pinski  ---
Note GCC and ICC accept the code.
While clang and MSVC reject the code.

[Bug c++/84832] Base class member function incorrectly introduced by using-declarator

2018-03-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84832

Jonathan Wakely  changed:

   What|Removed |Added

   Keywords||accepts-invalid
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2018-03-12
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Wakely  ---
EDG also accepts the code. I'm confirming this as an accepts-invalid bug, but
it's possible this is a defect in the standard instead and GCC and EDG are
doing the right thing.