diff mbox

Move tail merging pass forward

Message ID 20140930131620.CDD0F100@mailhost.lps.ens.fr
State New
Headers show

Commit Message

Dominique d'Humières Sept. 30, 2014, 1:16 p.m. UTC
> testcase in PR35545 shows case where profile feedback infrastructure ...

The test g++.dg/tree-prof/pr35545.C yields

UNRESOLVED: g++.dg/tree-prof/pr35545.C scan-ipa-dump-not optimized "OBJ_TYPE_REF"

The following patch


fixes it.

Dominique
diff mbox

Patch

--- ../_clean/gcc/testsuite/g++.dg/tree-prof/pr35545.C	2014-09-27 15:01:44.000000000 +0200
+++ gcc/testsuite/g++.dg/tree-prof/pr35545.C	2014-09-30 15:09:46.000000000 +0200
@@ -48,5 +48,5 @@  int main()
 }
 /* { dg-final-use { scan-ipa-dump "Indirect call -> direct call" "profile_estimate" } } */
 /* { dg-final-use { cleanup-ipa-dump "profile" } } */
-/* { dg-final-use { scan-ipa-dump-not "OBJ_TYPE_REF" "optimized" } } */
+/* { dg-final-use { scan-tree-dump-not "OBJ_TYPE_REF" "optimized" } } */
 /* { dg-final-use { cleanup-tree-dump "optimized" } } */