<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - LLVM ExceptionDemo assert error"
   href="https://bugs.llvm.org/show_bug.cgi?id=37626">37626</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVM ExceptionDemo assert error
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.0
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>mryusolo@live.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I have compiled ExceptionDemo, but when executed, the program is asserting an
error. The specific information is as follows:

ExceptionDemo: /llvm/include/llvm/IR/Instructions.h:874:static
llvm::GetElementPtrInst* llvm::GetElementPtrInst::Create(llvm::Type*,
llvm::values*, llvm::ArrayRef<llvm::Value*>, const llvm::Twine&,
llvm::Instruction*): Assertion 'PointeeType ==
cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()' failed.


Does the demo program verify, or the use of the problem caused an error?

Second, because my project needs to solve the Windows SEH, I refer to the
implementation of the julia, but due to the heavy workload, it is not easy to
transplant, so it is not suitable for my project, I do not have ideas, how can
I use LLVM to implement Windows SEH</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>