Adjust testcase for O2 vectorization enabling.
gcc/testsuite/ChangeLog: PR middle-end/102669 * gnat.dg/unroll1.adb: Add -fno-tree-vectorize.
This commit is contained in:
parent
8cd172ebed
commit
6d97315a4e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-- { dg-do compile }
|
||||
-- { dg-options "-O2 -funroll-all-loops -fdump-rtl-loop2_unroll-details -fdump-tree-cunrolli-details" }
|
||||
-- { dg-options "-O2 -funroll-all-loops -fno-tree-vectorize -fdump-rtl-loop2_unroll-details -fdump-tree-cunrolli-details" }
|
||||
|
||||
package body Unroll1 is
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue