This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/57599] g++ accepts invalid assignment of a dynamic_cast<const A*> to A*


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

Andrey Belevantsev <abel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|g++ accepts invalid         |g++ accepts invalid
                   |dynamic_cast of a const     |assignment of a
                   |type to a regular type      |dynamic_cast<const A*> to
                   |                            |A*

--- Comment #2 from Andrey Belevantsev <abel at gcc dot gnu.org> ---
Sorry, I tried to fix the summary.  Feel free to improve it more if needed :)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]