aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2016-08-26 17:32:05 +0000
committerRainer Orth <ro@gcc.gnu.org>2016-08-26 17:32:05 +0000
commit524a4c966c0e8f719887e7b84b5e1c7686e8872d (patch)
tree4aa51e16f2b01f7f1e5a1b46d39bbe5c2d8f4f26 /gcc/testsuite/gcc.dg
parent7695d1e3e2b79d3a1cb27d88665f66dcd1524322 (diff)
downloadgcc-524a4c966c0e8f719887e7b84b5e1c7686e8872d.zip
gcc-524a4c966c0e8f719887e7b84b5e1c7686e8872d.tar.gz
gcc-524a4c966c0e8f719887e7b84b5e1c7686e8872d.tar.bz2
Fix gcc.dg/ipa/propbits-2.c
* gcc.dg/ipa/propbits-2.c: Add -fdump-tree-optimized to dg-options. Fix typo. From-SVN: r239786
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r--gcc/testsuite/gcc.dg/ipa/propbits-2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/ipa/propbits-2.c b/gcc/testsuite/gcc.dg/ipa/propbits-2.c
index 3a960f0..95063d1 100644
--- a/gcc/testsuite/gcc.dg/ipa/propbits-2.c
+++ b/gcc/testsuite/gcc.dg/ipa/propbits-2.c
@@ -1,7 +1,7 @@
/* x's mask should be meet(0xc, 0x3) == 0xf */
/* { dg-do compile } */
-/* { dg-options "-O2 -fno-early-inlining -fdump-ipa-cp" } */
+/* { dg-options "-O2 -fno-early-inlining -fdump-ipa-cp -fdump-tree-optimized" } */
extern int pass_test ();
extern int fail_test ();
@@ -38,4 +38,4 @@ int main(void)
}
/* { dg-final { scan-ipa-dump "Adjusting mask for param 0 to 0xf" "cp" } } */
-/* { dg-final { scan-dump-tree-not "fail_test" "optimized" } } */
+/* { dg-final { scan-tree-dump-not "fail_test" "optimized" } } */