Re: Fix side case in ipa-devirt

2014-08-11 Thread Rainer Orth
Hi Jan, > * g++.dg/ipa/devirt-37.C: New testcase. it seems something is very wrong with this testcase: initially, all scans FAILed because the dump file didn't exist. But even with -O2 added to dg-options, the failures remain because either the wording is different FAIL: g++.dg/ipa/devirt

Fix side case in ipa-devirt

2014-08-09 Thread Jan Hubicka
Hi, tree-ssa-pre is checking that new dynamic type detection (get_dynamic_type) catch all cases as old. Firefox has somewhat obscure case when new code runs into placement new paranoia earlier. This patch fixes it and also fixes templates of last two testcases that had unresolved tests.