[llvm-bugs] [Bug 32578] New: armv7: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file include/llvm/ADT/ilist_iterator.h, line 139.

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Apr 8 05:43:21 PDT 2017


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

            Bug ID: 32578
           Summary: armv7: Assertion failed:
                    (!NodePtr->isKnownSentinel()), function operator*,
                    file include/llvm/ADT/ilist_iterator.h, line 139.
           Product: new-bugs
           Version: trunk
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dimitry at andric.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 18251
  --> http://bugs.llvm.org/attachment.cgi?id=18251&action=edit
Test case reduced from libreoffice's shapeattributelayer.cxx

Here is an assertion encountered by Michal Meloun, while compiling
LibreOffice's slideshow/source/engine/shapeattributelayer.cxx file for
armv7-freebsd:

Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file
include/llvm/ADT/ilist_iterator.h, line 139.

Attached is a reduced test case, to be compiled with:

clang -cc1 -triple armv7 -S -O2 lo.cpp

Specifically, the 'armv7' is important, just 'arm' or 'armv6' will not trigger
the assertion.

-- 
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/20170408/6ee94c79/attachment.html>


More information about the llvm-bugs mailing list