Add -fno-ipa-modref to gcc.dg/ipa/remref-2a.c
authorJan Hubicka <jh@suse.cz>
Thu, 1 Oct 2020 13:03:45 +0000 (15:03 +0200)
committerJan Hubicka <jh@suse.cz>
Thu, 1 Oct 2020 13:03:45 +0000 (15:03 +0200)
PR ipa/97244
* gcc.dg/ipa/remref-2a.c: Add -fno-ipa-modref

gcc/testsuite/gcc.dg/ipa/remref-2a.c

index 34a6188249f5d776914d97969a09d78ce22cebf9..c2f3eac98a92ba5a098317b00ef320d81d757cd1 100644 (file)
@@ -1,7 +1,7 @@
 /* Verify that indirect inlining can also remove references of the functions it
    discovers calls for.  */
 /* { dg-do compile } */
-/* { dg-options "-O3 -fno-early-inlining -fno-ipa-cp -fdump-ipa-inline -fdump-tree-optimized -fno-ipa-icf"  } */
+/* { dg-options "-O3 -fno-early-inlining -fno-ipa-cp -fdump-ipa-inline -fdump-tree-optimized -fno-ipa-icf -fno-ipa-modref"  } */
 
 int global;