[Bug c++/84589] Failure to diagnose conflicting declaration of struct

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 20 12:07:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84589

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-07-20
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Testcase from Bug 86600

namespace X { class A; }

namespace Y { using X::A; class A {}; }


More information about the Gcc-bugs mailing list