Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / other / unreachable1.C
blobda468a099f63d4a6ed33b5d2a74ea8553b8e0282
1 // PR middle-end/17827
2 // Origin: Andre Woebbeking <Woebbeking@web.de>
3 // Testcase by Volker Reichelt <reichelt@gcc.gnu.org>
4 // { dg-do compile }
6 void foo()
8   if (false)
9     if (int i=0)
10       int j=i;