Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.other / crash7.C
blobd579df0bffd065404beef535e5f576e70be4eafe
1 // { dg-do assemble  }
3 void f() 
5   union {
6   private:
7     int i; // { dg-error "" } private
8   } u;
10   u.i = 3; // { dg-error "" } within this context