Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / bool6.C
blob30d04696126e683bfc9466d586165bd532e66a47
1 // { dg-do assemble  }
2 // Bug:  The conversion from bool to int gets stripped.
4 bool b;
6 int main ()
8   return ((!b) != 0);