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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to