]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Restore intent of data-sym-multi-pool test
authorJeff Law <jlaw@localhost.localdomain>
Tue, 31 Aug 2021 15:08:50 +0000 (11:08 -0400)
committerJeff Law <jlaw@localhost.localdomain>
Tue, 31 Aug 2021 15:08:50 +0000 (11:08 -0400)
gcc/testsuite
* gcc.target/mips/mips.exp: Add tree-vrp to mips_option_group.
* gcc.target/mips/data-sym-multi-pool.c: Add -fno-tree-vrp.

gcc/testsuite/gcc.target/mips/data-sym-multi-pool.c
gcc/testsuite/gcc.target/mips/mips.exp

index 1936f5bf27e5c22074539f28d223af27aec25a4b..26a622a44c96bb52f04b2cd1a73f736c427fd618 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-mips16 -mcode-readable=yes" } */
+/* { dg-options "-mips16 -mcode-readable=yes -fno-tree-vrp" } */
 /* { dg-skip-if "per-function expected output" { *-*-* } { "-flto" } { "" } } */
 
 /* This testcase generates multiple constant pools within a function body.  */
index 580e7c0c8f9fd7acc05bff2d4d40065b3e099929..d4d4b90d897d4fc7919b07d8b5b57879eb58be14 100644 (file)
@@ -333,6 +333,7 @@ foreach option {
     schedule-insns2
     split-wide-types
     tree-vectorize
+    tree-vrp
     unroll-all-loops
     unroll-loops
     ipa-ra