[LLVMbugs] [Bug 67] New: llvm-g++ fails to compile typedef of std::wstring

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Wed Oct 29 08:52:10 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=67

           Summary: llvm-g++ fails to compile typedef of std::wstring
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-g++
        AssignedTo: sabre at nondot.org
        ReportedBy: criswell at uiuc.edu


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.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list