This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Does --enable-clocale=gnu work on Linux/ia64?
- To: gcc at gcc dot gnu dot org
- Subject: Does --enable-clocale=gnu work on Linux/ia64?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Sun, 4 Nov 2001 13:12:51 -0800
When I added "--enable-clocale=gnu" for today's gcc 3.0 from CVS on
Linux/ia64, I got
c++locale.cc:104: reinterpret_cast from `char*' to `wchar_t' loses precision
c++locale.cc:105: reinterpret_cast from `char*' to `wchar_t' loses precision
and the build failed. Is that a known problem?
H.J.