On Tue, Jan 15, 2013 at 7:31 PM, Dmitri Gribenko <[email protected]> wrote: > On Tue, Jan 8, 2013 at 8:38 PM, Rafael Espíndola > <[email protected]> wrote: >> On 8 January 2013 11:31, Dmitri Gribenko <[email protected]> wrote: >>> Hello Rafael, >>> >>> I have added the requested tests. >> >> Cool. The patch look good to me. Just give chandler a day or so to >> comment on it. The google style bans VLAs, so he might have an opinion >> on the patch. > > Ping.
Ping^2.
Chandler: do you have concerns about this?
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
implement-wvla-correctly-v3.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
