* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 991214-2.c
blob3e18d215e1391c912ccaeb0719d2eda7170d72db
1 #if defined(STACK_SIZE) && (STACK_SIZE < 65536)
2 # define HISTO_SIZE 9
3 #else
4 # define HISTO_SIZE 36
5 #endif
7 extern int N;
8 extern int nrows;
9 extern int or_num_angles;
11 typedef struct
13 double value;
14 int count;
15 }Histo;
17 Histo add_histo[10][2][HISTO_SIZE][HISTO_SIZE];
19 void cmd_connection_statistics( )
21 int i,j,k,m;
23 for(i=0; i<nrows; i++){
24 for(j=0; j< 2; j++)
25 for(k=0; k< or_num_angles; k++)