<html>
    <head>
      <base href="http://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 --- - SelectionDAG assertion"
   href="http://llvm.org/bugs/show_bug.cgi?id=18932">18932</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>SelectionDAG assertion
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>trunk
          </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>normal
          </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>lac@gatehouse.dk
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=12103" name="attach_12103" title="Preprocessed source">attachment 12103</a> <a href="attachment.cgi?id=12103&action=edit" title="Preprocessed source">[details]</a></span>
Preprocessed source

clang: /home/lac/clang-svn/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:697:
bool llvm::SelectionDAG::RemoveNodeFromCSEMaps(llvm::SDNode*): Assertion
`N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!"' failed. 

Stack dump:
0.    Program arguments: /opt/clang-svn/bin/clang -cc1 -triple
i386-pc-linux-gnu -emit-obj -mrelax-all -disable-free -main-file-name file.cpp
-mrelocation-model static -mdisable-fp-elim -fmath-errno -masm-verbose
-mconstructor-aliases -target-cpu pentium4 -target-linker-version 2.22
-resource-dir /opt/clang-svn/bin/../lib/clang/3.5 -internal-isystem
/usr/lib/gcc/i686-linux-gnu/4.6/../../../../include/c++/4.6 -internal-isystem
/usr/lib/gcc/i686-linux-gnu/4.6/../../../../include/c++/4.6/i686-linux-gnu
-internal-isystem
/usr/lib/gcc/i686-linux-gnu/4.6/../../../../include/c++/4.6/backward
-internal-isystem
/usr/lib/gcc/i686-linux-gnu/4.6/../../../../include/i686-linux-gnu/c++/4.6
-internal-isystem /usr/local/include -internal-isystem
/opt/clang-svn/bin/../lib/clang/3.5/include -internal-externc-isystem
/usr/include/i386-linux-gnu -internal-externc-isystem /include
-internal-externc-isystem /usr/include -fdeprecated-macro
-fdebug-compilation-dir /home/lac/clang-ice -ferror-limit 19 -fmessage-length 0
-mstackrealign -fobjc-runtime=gcc -fcxx-exceptions -fexceptions
-fdiagnostics-show-option -vectorize-slp -o /tmp/file-ab6554.o -x c++ file.cpp 
1.    <eof> parser at end of file
2.    Code generation
3.    Running pass 'Function Pass Manager' on module 'file.cpp'.
4.    Running pass 'X86 DAG->DAG Instruction Selection' on function
'@_ZN10ThreeClassD2Ev'</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>