https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91322
Sam James <sjames at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjames at gcc dot gnu.org --- Comment #18 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Jan Hubicka from comment #17) > So this turned out to be disabled ODR based TBAA for this struct since on > ARM the builtin va_list type has same structure. > I fixed the fialure by adjusting the structure and next stage1 we can make > ODR TBAA to not give up in this case. Did we ever come back to this?