GCC with patches for OS216
Revisión | e96b21087a4b0f80baad95f806435f73eac33c87 (tree) |
---|---|
Tiempo | 2018-04-06 22:25:30 |
Autor | Andrew Macleod <amacleod@gcc....> |
Commiter | Andrew Macleod |
disable rvrp for these VRP tests
From-SVN: r259172
@@ -1,5 +1,5 @@ | ||
1 | 1 | /* { dg-do compile } */ |
2 | -/* { dg-options "-O2 -fdisable-tree-evrp -fdump-tree-vrp1" } */ | |
2 | +/* { dg-options "-O2 -fdisable-tree-evrp -fdisable-tree-rvrp -fdump-tree-vrp1" } */ | |
3 | 3 | |
4 | 4 | int foo (void) |
5 | 5 | { |
@@ -3,7 +3,7 @@ | ||
3 | 3 | Check that VRP now gets ranges from BIT_AND_EXPRs. */ |
4 | 4 | |
5 | 5 | /* { dg-do compile } */ |
6 | -/* { dg-options "-O2 -fno-tree-ccp -fdisable-tree-evrp -fdump-tree-vrp1" } */ | |
6 | +/* { dg-options "-O2 -fno-tree-ccp -fdisable-tree-rvrp -fdisable-tree-evrp -fdump-tree-vrp1" } */ | |
7 | 7 | |
8 | 8 | int |
9 | 9 | foo (int a) |