<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 - clang++ crashes on undeclared identifier"
   href="https://bugs.llvm.org/show_bug.cgi?id=36562">36562</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clang++ crashes on undeclared identifier
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.8
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </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>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>hwang@evansville.edu
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=19980" name="attach_19980" title="Zip file of student project that crashes clang++">attachment 19980</a> <a href="attachment.cgi?id=19980&action=edit" title="Zip file of student project that crashes clang++">[details]</a></span>
Zip file of student project that crashes clang++

The attached zip file contains a student project that does not compile as is,
as well as diagnostic files from clang++ crashing when compiling editor.cpp. 
(See the makefile for the exact compilation command line.)  The error log is
contained in error.log.  Using a different compiler, it was determined that the
student wrote a comparison against Q rather than 'Q' (line 140) which should be
flagged as an undefined symbol.  Correction of this error allowed clang++ to
work correctly.  This bug was observed on both Linux Ubuntu and Mac OS X.</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>