This is the mail archive of the gcc-bugs@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]

[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



------- 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


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