tree-optimization/101912 - testcase for fixed uninit case
authorRichard Biener <rguenther@suse.de>
Mon, 9 Jan 2023 10:00:43 +0000 (11:00 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 9 Jan 2023 11:18:54 +0000 (12:18 +0100)
commit7afecddf1ecbb93ee44517ad6d3e9c1c0d68e722
tree5d6ab223a554646d27125625a829686c92f7226a
parentbefd29d5fe15c09638f73eeeb1f8a9e62ce569ee
tree-optimization/101912 - testcase for fixed uninit case

We now properly optimize this testcase and no longer diagnose
a bogus uninit use.

PR tree-optimization/101912
* gcc.dg/uninit-pr101912.c: New testcase.
gcc/testsuite/gcc.dg/uninit-pr101912.c [new file with mode: 0644]