Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / 20040208-2.c
blobd8a5afc946237e509f741f5b38f4696d08ff07a2
1 int main ()
3 long double x, y;
5 x = 0x1.fffffffffffff8p1022L;
6 x *= 2;
7 y = 0x1.fffffffffffff8p1023L;
8 if (memcmp (&x, &y, sizeof (x)) != 0)
9 abort ();
10 exit (0);