[LLVMbugs] [Bug 10153] New: clang preprocessor crashes when using -E -CC option on MFC code.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jun 18 21:25:31 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10153

           Summary: clang preprocessor crashes when using -E -CC option on
                    MFC code.
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: pichet2000 at gmail.com
                CC: llvmbugs at cs.uiuc.edu


If you are trying to get the preprocessed output file of a MFC file using the
-E -CC options, clang will crash.

Here is a reduction:
test.cpp:
#define A text//\


clang -E -CC test.cpp

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list