This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap possibly broken on trunk ?
- From: Prathamesh Kulkarni <prathamesh dot kulkarni at linaro dot org>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 13 Oct 2016 23:12:22 +0530
- Subject: bootstrap possibly broken on trunk ?
- Authentication-results: sourceware.org; auth=none
Hi,
I am getting the following error when bootstrapping trunk (tried with r241108)
on x86_64-unknown-linux-gnu during stage-1:
../../../../gcc/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc:121:12:
error: ISO C++ forbids declaration of \u2018_Bind_simple_helper\u2019
with no type [-fpermissive]
template _Bind_simple_helper<void (thread::*)(),
reference_wrapper<thread>>::__type __bind_simple(void (thread::*&&)(),
reference_wrapper<thread>&&);
^~~~~~~~~~~~~~~~~~~
../../../../gcc/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc:121:12:
error: \u2018_Bind_simple_helper\u2019 is not a template function
../../../../gcc/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc:121:31:
error: expected \u2018;\u2019 before \u2018<\u2019 token
template _Bind_simple_helper<void (thread::*)(),
reference_wrapper<thread>>::__type __bind_simple(void (thread::*&&)(),
reference_wrapper<thread>&&);
Could someone please confirm this for me ?
Thanks,
Prathamesh