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++/16182] [3.4.1, 3.5.0 regression] wctype.h not included by c++locale_internal.h


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-06-25 06:39 -------

This was done so cygwin/mingw cross compiling worked. The linkage.m4 bits are
cleanup, however. By using AC_DEFINE, the hacky bits WRT HAVE___BUILTIN_COSF et.
al. could be removed and autoheader would work. For whatever reason, it's not
working for Richard, and right ow I pretty much don't care how gross this file
is or becomes......

Reverting

* linkage.m4: Comment LIBMATHOBJS, tweak others.  AC_DEFINES for
	builtin math functions instead of AC_DEFINE_UNQUOTED.

Should fix this.

-- 


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


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