First Last Prev Next    No search results available
Details
: 1.0 precompiled libstdc++ does not include wchar_t support
Bug#: 67
: tools
: llvm-g++
Status: RESOLVED
Resolution: FIXED
: PC
: Linux
: 1.0
: P2
: normal
: 1.1

:
: compile-fail
:
:
  Show dependency tree - Show dependency graph
People
Reporter: John T. Criswell <criswell@uiuc.edu>
Assigned To: Chris Lattner <sabre@nondot.org>

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2003-10-29 10:52
The llvm-g++ program fails to compile the following program, producing the
following error:

#include <string>

typedef std::wstring mytype2;

test.cpp:3: error: expected init-declarator
test.cpp:3: error: expected `,' or `;'

This is reduced from kimwitu++-2.3.8.
------- Comment #1 From Chris Lattner 2003-10-29 11:50:01 -------
For some reason, when I configured libstdc++ originally, it thought that we
didn't have 'wcsxfrm', so it disabled wchar_t support.  After I clued into the
need to delete config.cache, I rebuilt and the problem is now gone.

-Chris
------- Comment #2 From Chris Lattner 2003-10-29 12:47:39 -------
Uhh, I really didn't mean to change the subject to THAT.

First Last Prev Next    No search results available