On Mon, Jan 7, 2013 at 11:05 PM, Richard Trieu <[email protected]> wrote:
> I don't understand your reasons for removing this code.  It was specifically
> added so that template instantiations would be outputted with -ast-dump.
> Why do you consider printing instantiations misleading?

It prints something that is not written in the source code.

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]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to