2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr64088.c
blob0ea5fabcc2fc30833d9ab80ce30090f23e46594b
1 /* { dg-do compile } */
3 extern int abs (int);
4 extern void attenuate_curve(int*);
5 int a;
6 void
7 setup_tone_curves_center_boost ()
9 int b[0];
10 a = 0;
11 for (; a < 6; a++)
13 int c = abs (a);
14 b[a] = c;
16 attenuate_curve (b);