Re: Fix unresolved tests I introduced into g++.dg/lto

2019-01-01 Thread Jan Hubicka
Hi, this patch does housekeeping for ipa directory. I still plan to port more of the non-LTO testcases into LTO variant (to be sure LTO devirtualization works same way as non-LTO) but will do that after handling bugs and other higher priority tasks. Honza * g++.dg/ipa/devirt-36.C: Add

Fix unresolved tests I introduced into g++.dg/lto

2019-01-01 Thread Jan Hubicka
Hi, this patch fixes the unresolved tests i accidentally introduced to lto directory. I ended up droping the tree scan for now as I do not know how to get that working and both testcases also tests runtime. Honza * g++.dg/lto/devirt-13_0.C: Drop broken scan of ssa dump. *