]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite/gcc.dg/tree-ssa/pr111456-1.c: Handle fallout
authorHans-Peter Nilsson <hp@axis.com>
Sun, 8 Dec 2024 18:40:55 +0000 (19:40 +0100)
committerHans-Peter Nilsson <hp@bitrange.com>
Tue, 10 Dec 2024 02:39:51 +0000 (03:39 +0100)
This is expected fallout from r15-5646-gd1cf0d7a0f27fd as
described by that commit.  The =0 case is covered by
PR117973.

PR tree-optimization/117954
* gcc.dg/tree-ssa/pr111456-1.c: Pass
--param=logical-op-non-short-circuit=1.

gcc/testsuite/gcc.dg/tree-ssa/pr111456-1.c

index ffff664a1afad22eba12b0c9bdd26041d1eac426..2e89228761c7f8a0619c4b7ef527531a77873bdf 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-O2 -fdump-tree-optimized --param logical-op-non-short-circuit=1" } */
 /* PR tree-optimization/111456 */
 
 void foo(void);