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

Reply via email to