https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70267
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I think the compiler rightly assumes that _Jv_AllocObject will return some pointer, not a struct. So, IMHO we should just reject this as invalid.