[Bug c++/56636] strange interaction of dynamic_cast and unique_ptr

2015-03-19 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56636 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/56636] strange interaction of dynamic_cast and unique_ptr

2015-03-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56636 Paolo Carlini changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #5

[Bug c++/56636] strange interaction of dynamic_cast and unique_ptr

2013-03-20 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56636 --- Comment #4 from Daniel Krügler 2013-03-20 10:19:47 UTC --- (In reply to comment #3) I tested gcc 4.8.0 20130310 (experimental)

[Bug c++/56636] strange interaction of dynamic_cast and unique_ptr

2013-03-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56636 --- Comment #3 from Paolo Carlini 2013-03-20 09:43:46 UTC --- (friendly note to Daniel: "gcc 4.8.0 trunk" doesn't make much sense ;) Either you mean trunk (future 4.9) or the recently created gcc-4_8-branch branch, from which 4.8.0 will be

[Bug c++/56636] strange interaction of dynamic_cast and unique_ptr

2013-03-20 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56636 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler at |

[Bug c++/56636] strange interaction of dynamic_cast and unique_ptr

2013-03-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56636 Jonathan Wakely changed: What|Removed |Added Target||mingw --- Comment #1 from Jon