[llvm-bugs] [Bug 26119] New: Internal compiler error using libc++ with std=c++11/14/1z

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 12 02:57:08 PST 2016


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

            Bug ID: 26119
           Summary: Internal compiler error using libc++ with
                    std=c++11/14/1z
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: maikklein at googlemail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

I have also started a question on stackoverflow
https://stackoverflow.com/questions/34741465/internal-compiler-error-using-clang-3-7-with-libc-and-c11-14-1z



hello-317752.sh

# Crash reproducer for clang version 3.7.0 (tags/RELEASE_370/final)
# Driver args: "--driver-mode=g++" "-std=c++14" "-stdlib=libc++" "hello.cpp"
"-nodefaultlibs" "-lc++" "-lc++abi" "-lm" "-lc" "-lgcc_s" "-lgcc"
# Original command:  "/usr/bin/clang-3.7" "-cc1" "-triple"
"x86_64-unknown-linux-gnu" "-emit-obj" "-mrelax-all" "-disable-free"
"-disable-llvm-verifier" "-main-file-name" "hello.cpp" "-mrelocation-model"
"static" "-mthread-model" "posix" "-mdisable-fp-elim" "-fmath-errno"
"-masm-verbose" "-mconstructor-aliases" "-munwind-tables" "-fuse-init-array"
"-target-cpu" "x86-64" "-dwarf-column-info" "-resource-dir"
"/usr/bin/../lib/clang/3.7.0" "-internal-isystem" "/usr/bin/../include/c++/v1"
"-internal-isystem" "/usr/local/include" "-internal-isystem"
"/usr/bin/../lib/clang/3.7.0/include" "-internal-externc-isystem" "/include"
"-internal-externc-isystem" "/usr/include" "-std=c++14" "-fdeprecated-macro"
"-fdebug-compilation-dir" "/home/maik/projects/breeze/examples" "-ferror-limit"
"19" "-fmessage-length" "145" "-mstackrealign" "-fobjc-runtime=gcc"
"-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option"
"-fcolor-diagnostics" "-o" "/tmp/hello-d4e5a5.o" "-x" "c++" "hello.cpp"
 "/usr/bin/clang-3.7" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-emit-obj"
"-mrelax-all" "-disable-free" "-disable-llvm-verifier" "-main-file-name"
"hello.cpp" "-mrelocation-model" "static" "-mthread-model" "posix"
"-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases"
"-munwind-tables" "-fuse-init-array" "-target-cpu" "x86-64"
"-dwarf-column-info" "-std=c++14" "-fdeprecated-macro" "-ferror-limit" "19"
"-fmessage-length" "145" "-mstackrealign" "-fobjc-runtime=gcc"
"-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option"
"-fcolor-diagnostics" "-x" "c++" "hello-317752.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/20160112/a4341e83/attachment-0001.html>


More information about the llvm-bugs mailing list