From: Jan Hubicka Date: Sat, 26 Sep 2020 06:13:52 +0000 (+0200) Subject: Disable modref for ipa-pta-13.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0ae0d512d86352aba976d01ac2929bf04a65c74;p=gcc.git Disable modref for ipa-pta-13.c * gcc.dg/ipa/ipa-pta-13.c: Disable modref. --- diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-pta-13.c b/gcc/testsuite/gcc.dg/ipa/ipa-pta-13.c index 93dd87107cc..e7bf6d485a4 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-pta-13.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-pta-13.c @@ -1,5 +1,5 @@ /* { dg-do link } */ -/* { dg-options "-O2 -fipa-pta -fdump-ipa-pta2-details -fdump-tree-fre3 -fno-ipa-icf" } */ +/* { dg-options "-O2 -fipa-pta -fdump-ipa-pta2-details -fdump-tree-fre3 -fno-ipa-icf -fno-ipa-modref" } */ static int x, y;