[Bug c++/60565] Bogus not-in-scope error

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 18 15:47:00 GMT 2014


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-03-18
     Ever confirmed|0                           |1

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, the current behaviour is certainly not consistent.

Clang warns about the missing exception-specification but allows B::foo() to be
called, as you expect.



More information about the Gcc-bugs mailing list