| Submitter | Ira Rosen |
|---|---|
| Date | July 24, 2011, 12:56 p.m. |
| Message ID | <OFB42E8F48.B7807DC7-ONC22578D7.0045D091-C22578D7.00472286@il.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/106514/ |
| State | New |
| Headers | show |
Comments
Patch
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{