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++/30915] [4.3 regression] bootstrap fails while building libstdc++-v3 on x86_64-pc-linux-gnu



------- Comment #8 from pcarlini at suse dot de  2007-03-11 13:03 -------
Then this snippet could be also useful, just in case we are doing something
wrong in the configury (I doubt it)

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

#include <stdio.h>
#include <bits/c++config.h>

#undef clearerr

_GLIBCXX_BEGIN_NAMESPACE(std)

  using ::clearerr;

_GLIBCXX_END_NAMESPACE

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30915


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