[Patch] Missed evaluation in "type" parameter of va_arg
Dmitri Gribenko
gribozavr at gmail.com
Fri Apr 4 08:16:08 PDT 2014
On Wed, Apr 2, 2014 at 6:55 AM, Rahul Jain <1989.rahuljain at gmail.com> wrote:
> Gentle ping!
>
> Please if someone could help review this small patch!
Hello Rahul,
This patch needs a testcase.
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 <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list