PR117973 covers the aspect of
non-LOGICAL_OP_NON_SHORT_CIRCUIT targets for PR111456, for
which the test-case gcc.dg/tree-ssa/pr111456-1.c started
failing as described in PR117954.
* gcc.dg/tree-ssa/pr117973-1.c: New test.
--- /dev/null
+/* { dg-do compile } */
+/* { dg-options "-O2 -fdump-tree-optimized --param logical-op-non-short-circuit=0" } */
+/* PR tree-optimization/117973 */
+#include "pr111456-1.c"
+
+/* { dg-final { scan-tree-dump-not "foo " "optimized" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump "return 0;" "optimized" } } */