This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/32781] Build breaks - libstdc++-v3/include/bits/stl_algobase.h: In function '_OI std::__copy_aux(_II, _II, _OI)': error: expected primary-expression before ')' token
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2007 17:01:29 -0000
- Subject: [Bug libstdc++/32781] Build breaks - libstdc++-v3/include/bits/stl_algobase.h: In function '_OI std::__copy_aux(_II, _II, _OI)': error: expected primary-expression before ')' token
- References: <bug-32781-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pcarlini at suse dot de 2007-07-16 17:01 -------
I bet you are doing again something I noticed before, and is *totally*
unsupported: using the 4_2 library sources together with a 4_3 compiler-proper
sources or viceversa. You cannot do that, because, just as an example,
__is_pod, __is_empty etc, are "builtins" in the 4.3 compiler and were library
functions in the 4.2 library. Also, nobody else is seeing this feature besides
you, and *nothing* even remotely relevant changed in the library lately,
therefore, even assuming the problem is real, it is not a library-proper issue,
e.g., something is very badly broken in the C++ front-end, and must be filed
as-such. Please check that you have a complete, 4_3-branch-only check-out, try
again, and in case file a different PR.
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32781