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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-02-04
                 CC|                            |hubicka at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.

Program received signal SIGSEGV, Segmentation fault.
0x0000000000a8c195 in types_same_for_odr (type1=0x0, type2=0x7ffff6a722a0, 
    strict=false) at /space/rguenther/src/svn/trunk3/gcc/ipa-devirt.c:402
402       gcc_checking_assert (TYPE_P (type1) && TYPE_P (type2));

from

3200                          && types_same_for_odr (DECL_CONTEXT
(nodes[0]->decl),
3201                                                 outer_type->type))

we get __cxa_pure_virtual for nodes[0]->decl.

Reply via email to