[LLVMbugs] [Bug 23223] New: clang 3.6 segmentation fault

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 14 02:15:05 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23223

            Bug ID: 23223
           Summary: clang 3.6 segmentation fault
           Product: clang
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: blastrock at free.fr
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Clang crashes with the attached preprocessed source. The code is not correct
and fixing the errors avoids the crash, but still :)

Compile with:
"clang-3.6" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-emit-obj"
"-mrelax-all" "-disable-free" "-disable-llvm-verifier" "-main-file-name"
"test2impl.cpp" "-mrelocation-model" "pic" "-pic-level" "2" "-mthread-model"
"posix" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose"
"-mconstructor-aliases" "-munwind-tables" "-fuse-init-array" "-target-cpu"
"x86-64" "-g" "-dwarf-column-info" "-D" "test2_EXPORTS" "-fdeprecated-macro"
"-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign"
"-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions"
"-fdiagnostics-show-option" "-x" "c++" "test2impl-c04fd2.cpp"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150414/429b2d67/attachment.html>


More information about the llvm-bugs mailing list