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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|Host                        |x86_64-*-*
                 CC|                            |jason at gcc dot gnu.org
               Host|Linux solsa-server          |
                   |4.15.0-45-generic           |
                   |#48-Ubuntu SMP Tue Jan 29   |
                   |16:28:13 UTC 2019 x86_64    |
                   |x86_64 x86_64 GNU/Linux     |

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Eliding the strange dynamic_cast also fixes this, that is, just writing

    void* vp = (void *)(bp);

Reply via email to