This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [c++-concepts] explicit instantiation and specialization


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 <3dw4rd@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
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]