[PATCH] Fix crash in comments::Sema::checkDeprecatedCommand
Dmitri Gribenko
gribozavr at gmail.com
Mon Jan 27 10:02:06 PST 2014
On Sun, Jan 26, 2014 at 8:18 PM, Olivier Goffart <ogoffart at kde.org> wrote:
>
Hi Olivier,
I have committed a slightly different fix in r200230. Thank you for
reporting the problem and attaching the patch!
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