[LLVMbugs] [Bug 18094] New: Error in ObjCARCOpts.cpp (Patch attached)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 29 03:54:29 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=18094

            Bug ID: 18094
           Summary: Error in ObjCARCOpts.cpp (Patch attached)
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: tom.browder at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11631
  --> http://llvm.org/bugs/attachment.cgi?id=11631&action=edit
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131129/47bea941/attachment.html>


More information about the llvm-bugs mailing list