Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20000405-1.c
blob64dd2e16882614e3c8f5663654c6d4366d3d91ad
1 // Copyright (C) 2000 Free Software Foundation
3 // by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4 // simplified from libio/floatconv.c
6 static const double bar[] = { 0 };
7 int j;
9 double
10 foo ()
12 return bar[j];