[Patch] Missed evaluation in "type" parameter of va_arg

Rahul Jain 1989.rahuljain at gmail.com
Mon Apr 7 11:26:22 PDT 2014


Hi Dmitri,

Thanks for replying.

Updated patch with test case.
Please help review the same.

Thanks,
Rahul


On Fri, Apr 4, 2014 at 8:46 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:

> 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>*/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140407/f8ed43fd/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vla_2.patch
Type: application/octet-stream
Size: 1131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140407/f8ed43fd/attachment.obj>


More information about the cfe-commits mailing list