Message ID | OFB42E8F48.B7807DC7-ONC22578D7.0045D091-C22578D7.00472286@il.ibm.com |
---|---|
State | New |
Headers | show |
Index: vect-70.c =================================================================== --- vect-70.c (revision 176495) +++ vect-70.c (working copy) @@ -7,7 +7,7 @@ struct s{ int m; - int n[N][N][N]; + int n[N/6][N/6][N]; }; struct test1{