On Tue, Apr 12, 2011 at 20:02, <cr...@google.com> wrote: > One oddity, otherwise LGTM. > > > http://codereview.appspot.com/4389045/diff/1/gcc/cp/parser.c > File gcc/cp/parser.c (right): > > http://codereview.appspot.com/4389045/diff/1/gcc/cp/parser.c#newcode375 > gcc/cp/parser.c:375: if (flag) > This code will never print "false", so why have it?
Thanks. I originally had it printing true and false values. I then changed my mind (too noisy, as most fields are false) but forgot to change it. I'll fix. Diego.