[Bug middle-end/83764] internal compiler error: in gimple_get_virt_method_for_vtable

2018-01-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83764 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/83764] internal compiler error: in gimple_get_virt_method_for_vtable

2018-01-10 Thread adam at os dot inf.tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83764 Adam Lackorzynski changed: What|Removed |Added CC||adam at os dot inf.tu-dresden.de --

[Bug middle-end/83764] internal compiler error: in gimple_get_virt_method_for_vtable

2018-01-09 Thread lesliezhai at llvm dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83764 --- Comment #2 from Leslie Zhai --- And GCC 8.x workaround just remove the assert: 6751 /* The virtual tables should always be born with constructors 6752 and we always should assume that they are avaialble for

[Bug middle-end/83764] internal compiler error: in gimple_get_virt_method_for_vtable

2018-01-09 Thread lesliezhai at llvm dot org.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83764 --- Comment #1 from Leslie Zhai --- Typo: - I have no idea why `in_lto_p` is NULL? + I have no idea why `in_lto_p` is false?