[llvm-bugs] [Bug 43615] New: arm_neon.h doesn't compile with -flax-vector-conversions

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 8 18:16:00 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43615

            Bug ID: 43615
           Summary: arm_neon.h doesn't compile with
                    -flax-vector-conversions
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: efriedma at quicinc.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
                    neeilans at live.com, richard-llvm at metafoo.co.uk

Testcase:

#include <arm_neon.h>

Build with "clang -flax-vector-conversions", and you get a ton of errors.  In
clang 9.0, it compiles successfully.

This is sort of the same issue as bug 43341, but that bug doesn't mention the
regression.

-- 
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/20191009/0f06bb5e/attachment.html>


More information about the llvm-bugs mailing list