Ah... sorry. Leftovers. I didn't have time to run a full bootstrap build before heading out for a few days. I'll try to get those out tomorrow afternoon-ish.
Andrew On Wed, Aug 13, 2014 at 9:13 PM, Ed Smith-Rowland <3dw...@verizon.net> wrote: > I get build fail: > > ../../gcc_concepts/gcc/cp/call.c:8793:8: error: unused variable ‘m1’ > [-Werror=unused-variable] > tree m1 = get_temploid (cand1); > ^ > ../../gcc_concepts/gcc/cp/call.c:8794:8: error: unused variable ‘m2’ > [-Werror=unused-variable] > tree m2 = get_temploid (cand2); > ^ > cc1plus: all warnings being treated as errors > > Commenting the lines let the build finish. > > Ed >