------- Comment #19 from manu at gcc dot gnu dot org 2008-08-23 16:01 -------
(In reply to comment #4)
> Here is a minimal code example:
>
> #include <new>
>
> int* get_ptr(void* ptr)
> {
> return new(ptr) int();
> }I can reproduce this, though. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31246
