<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Value type is non-standard value, Other."
   href="https://llvm.org/bugs/show_bug.cgi?id=24874">24874</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Value type is non-standard value, Other.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.7
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>gengjia.ding@qq.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=14902" name="attach_14902" title="absvdi2-d2a219.c">attachment 14902</a> <a href="attachment.cgi?id=14902&action=edit" title="absvdi2-d2a219.c">[details]</a></span>
absvdi2-d2a219.c

make[5]: Entering directory
`/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt'
  COMPILE:   clang_linux/builtins-x86_64/x86_64:
/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt/lib/builtins/absvdi2.c
Value type is non-standard value, Other.
UNREACHABLE executed at
/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/include/llvm/CodeGen/MachineValueType.h:384!
clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.7.0 (tags/RELEASE_370/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a> and include the crash backtrace, preprocessed source, and
associated run script.
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/absvdi2-d2a219.c
clang: note: diagnostic msg: /tmp/absvdi2-d2a219.sh
clang: note: diagnostic msg: 

********************

absvdi2-d2a219.sh:
# Crash reproducer for clang version 3.7.0 (tags/RELEASE_370/final)
# Driver args: "-fPIC" "-I"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt/lib"
"-I"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt/include"
"-Wall" "-Werror" "-O3" "-fomit-frame-pointer" "-m64" "-c" "-o"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/build/tools/clang/runtime/compiler-rt/clang_linux/builtins-x86_64/x86_64/SubDir.lib__builtins/absvdi2.o"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt/lib/builtins/absvdi2.c"
# Original command: 
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/build/Release+Asserts/bin/clang"
"-cc1" "-triple" "x86_64-unknown-linux-gnu" "-emit-obj" "-disable-free"
"-main-file-name" "absvdi2.c" "-mrelocation-model" "pic" "-pic-level" "2"
"-mthread-model" "posix" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases"
"-munwind-tables" "-target-cpu" "x86-64" "-target-linker-version" "2.16.91.0.5"
"-momit-leaf-frame-pointer" "-dwarf-column-info" "-coverage-file"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/build/tools/clang/runtime/compiler-rt/clang_linux/builtins-x86_64/x86_64/SubDir.lib__builtins/absvdi2.o"
"-resource-dir"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/build/Release+Asserts/bin/../lib/clang/3.7.0"
"-I"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt/lib"
"-I"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt/include"
"-internal-isystem" "/usr/local/include" "-internal-isystem"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/build/Release+Asserts/bin/../lib/clang/3.7.0/include"
"-internal-externc-isystem" "/include" "-internal-externc-isystem"
"/usr/include" "-O3" "-Wall" "-Werror" "-fdebug-compilation-dir"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt"
"-ferror-limit" "19" "-fmessage-length" "116" "-mstackrealign"
"-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-fcolor-diagnostics"
"-vectorize-loops" "-vectorize-slp" "-o"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/build/tools/clang/runtime/compiler-rt/clang_linux/builtins-x86_64/x86_64/SubDir.lib__builtins/absvdi2.o"
"-x" "c"
"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/projects/compiler-rt/lib/builtins/absvdi2.c"

"/data/home/user00/tools/llvm-3.7.0.src/llvm-3.7.0.src/build/Release+Asserts/bin/clang"
"-cc1" "-triple" "x86_64-unknown-linux-gnu" "-emit-obj" "-disable-free"
"-main-file-name" "absvdi2.c" "-mrelocation-model" "pic" "-pic-level" "2"
"-mthread-model" "posix" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases"
"-munwind-tables" "-target-cpu" "x86-64" "-target-linker-version" "2.16.91.0.5"
"-momit-leaf-frame-pointer" "-dwarf-column-info" "-O3" "-Wall" "-Werror"
"-ferror-limit" "19" "-fmessage-length" "116" "-mstackrealign"
"-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-fcolor-diagnostics"
"-vectorize-loops" "-vectorize-slp" "-x" "c" "absvdi2-d2a219.c"</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>