<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 --- - Error in ObjCARCOpts.cpp (Patch attached)"
   href="http://llvm.org/bugs/show_bug.cgi?id=18094">18094</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Error in ObjCARCOpts.cpp (Patch attached)
          </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>Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>release blocker
          </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>tom.browder@gmail.com
          </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=11631" name="attach_11631" title="Patch for ObjCARCOpts.cpp">attachment 11631</a> <a href="attachment.cgi?id=11631&action=edit" title="Patch for ObjCARCOpts.cpp">[details]</a></span>
Patch for ObjCARCOpts.cpp

Error on trunk at rev ???:
make[3]: Entering directory
`/usr/local/svn-repos/llvm-svn-trunk/build/lib/Transforms/ObjCARC'
llvm[3]: Compiling ObjCARCOpts.cpp for Release+Debug+Asserts build
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:
In constructor '{anonymous}::PtrState::PtrState({anonymous}::PtrState&&)':
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:426:9:
error: invalid conversion from 'unsigned char' to
'{anonymous}::Sequence' [-fpermissive]
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:
In member function 'void {anonymous}::BBState::MergePred(const
{anonymous}::BBState&)':
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:734:61:
note: synthesized method
'{anonymous}::PtrState::PtrState({anonymous}::PtrState&&)' first
required here

Attached patch fixes the bug.</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>