Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / rfg9.C
blobec15d13e2b5edbfbd76a9bcca6f8fb4c3a3cfd61
1 // { dg-do assemble  }
2 int cond;
3 int i;
4 int *ip;
6 void
7 test ()
9   cond ? i : ip;        /* { dg-error "" } pointer/integer mismatch */