]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix phi-opt-34.c testcase
authorAndrew Pinski <apinski@marvell.com>
Sat, 26 Aug 2023 02:10:52 +0000 (19:10 -0700)
committerAndrew Pinski <apinski@marvell.com>
Sat, 26 Aug 2023 02:14:25 +0000 (19:14 -0700)
Somehow when I was testing the new testcase, it was working but
when I re-ran the full testsuite it was not. Anyways the issue
was just a simple space before the `}` for dg-options directive.

Committed as obvious.

gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/phi-opt-34.c: Fix dg-options directive.

gcc/testsuite/gcc.dg/tree-ssa/phi-opt-34.c

index 157c3ea9a0b13391057f7dad467a90a8f59d44ec..61054231b4cb2aaa3895f2417d12b90dbf36c08f 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* Disable early phiopt1 as  early ccp1 does not export non-zero bits
    so at the point of phiopt1, we don't know that a is [0,1] range */
-/* { dg-options "-O1 -fdisable-tree-phiopt1 -fdump-tree-phiopt2-folding"} */
+/* { dg-options "-O1 -fdisable-tree-phiopt1 -fdump-tree-phiopt2-folding" } */
 
 unsigned f(unsigned a)
 {