https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88777
--- Comment #7 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Author: hubicka Date: Tue Feb 12 11:25:11 2019 New Revision: 268791 URL: https://gcc.gnu.org/viewcvs?rev=268791&root=gcc&view=rev Log: PR lto/88777 * cgraphunit.c (analyze_functions): Clear READONLY flag for external types that needs constructiong. * tree.h (may_be_aliased): Do not check TYPE_NEEDS_CONSTRUCTING. Modified: trunk/gcc/ChangeLog trunk/gcc/cgraphunit.c trunk/gcc/tree.h