[LLVMbugs] [Bug 16253] New: SmallVector not safe to insert elements into itself

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 6 19:57:31 PDT 2013


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

            Bug ID: 16253
           Summary: SmallVector not safe to insert elements into itself
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: dblaikie at gmail.com
                CC: aschwaighofer at apple.com, atrick at apple.com,
                    llvmbugs at cs.uiuc.edu
    Classification: Unclassified

See 183465 and r183459 for an issue that arose because of this (& please revert
that fix once this issue is addressed)

r178319 discusses a similar issue with vector wehre Howard Hinnant decreed that
it was conforming & didn't add overhead to the vector implementation to do so -
so we should do the same thing with SmallVector to avoid surprise

-- 
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/20130607/4fd70c56/attachment.html>


More information about the llvm-bugs mailing list