1 /* { dg-do compile } */
2 /* { dg-options "-Os -fdump-tree-optimized" } */
3 /* PR tree-optimization/107823 */
4 /* With jump threading across the loop header,
5 we should figure out that b is always 0 and remove
12 signed char b
= a
= 6;
23 /* { dg-final { scan-tree-dump-not "foo " "optimized" } } */