OSDN Git Service

* g++.dg/init/new1.C, g++.dg/template/alignof1.C,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920825-2.c
1 f(double*a,int m){int j;for(j=0;j<m;j++)a[j]=1;}
2 g(double*a){int j;for(j=0;j<4;j++)a[j]=1;}
3