This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/30915] [4.3 regression] bootstrap fails while building libstdc++-v3 on x86_64-pc-linux-gnu
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Mar 2007 12:53:13 -0000
- Subject: [Bug libstdc++/30915] [4.3 regression] bootstrap fails while building libstdc++-v3 on x86_64-pc-linux-gnu
- References: <bug-30915-7220@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pcarlini at suse dot de 2007-03-11 12:53 -------
People encountering this kind of problem should check whether this trivial C++
snippet compiles:
/////////
#include <stdio.h>
#undef clearerr
namespace my
{
using ::clearerr;
}
/////////
because really, in that place the build isn't doing much else...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30915