2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / 20001228-1.c
blob49aec961748f24b6a75c0cf3a6ab26b1acbfe751
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math -O2" } */
4 typedef struct
6 float vs_data[75], vs_peak[75], vs_peak_speed[75];
7 int vs_refresh_delay;
8 int vs_doublesize;
9 } Vis;
11 void vis_timeout_func(Vis * vis)
13 if (vis->vs_peak[0] < 0.0)
14 vis->vs_peak[0] = 0.0;