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++ PATCH for c++/40619


Jason Merrill wrote:
> Tested x86_64-pc-linux-gnu, applied to trunk.
Jason, the bootstrap is broken in libstdc++. I suspect your last
changes... can you have a look?

Thanks in advance,
Paolo.

////////////////

In file included from
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_algobase.h:66:0,
                 from
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/char_traits.h:41,
                 from
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/ios:41,
                 from
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/istream:40,
                 from
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/sstream:39,
                 from
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/complex:47,
                 from
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/ccomplex:42,
                 from
/home/paolo/Gcc/svn-dirs/trunk/libstdc++-v3/include/precompiled/stdc++.h:51:
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:92:12:
error: âpairâ is not a type
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:99:34:
error: expected unqualified-id before â&â token
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:99:34:
error: expected â)â before â&â token
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:99:34:
error: expected initializer before â&â token
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:105:13:
error: expected constructor, destructor, or type conversion before â(â token
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:116:11:
error: expected â;â before â&â token
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:124:7:
error: expected â;â before âtemplateâ
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:125:13:
error: expected constructor, destructor, or type conversion before â&â token
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:134:12:
error: âpairâ is not a type
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:
In constructor âstd::pair<_T1, _T2>::pair(int&&)â:
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:93:29:
error: request for member âfirstâ in â__pâ, which is of non-class type âintâ
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:94:23:
error: request for member âsecondâ in â__pâ, which is of non-class type
âintâ
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:
In member function âvoid std::pair<_T1, _T2>::swap(int&)â:
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:137:18:
error: request for member âfirstâ in â__pâ, which is of non-class type âintâ
/home/paolo/Gcc/svn-dirs/trunk-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:138:19:
error: request for member âsecondâ in â__pâ, which is of non-class type
âintâ



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