[llvm-bugs] [Bug 34295] New: [PowerPC][VSX] vector unsigned long - listed as deprecated - vsx supported in gcc

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 22 22:45:40 PDT 2017


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

            Bug ID: 34295
           Summary: [PowerPC][VSX] vector unsigned long - listed as
                    deprecated - vsx supported in gcc
           Product: clang
           Version: trunk
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: danielgb at au1.ibm.com
                CC: llvm-bugs at lists.llvm.org

/home/danielgb/toolchain-clang/bin/clang -m64 -g -O2 -mcpu=power8
-mpower8-vector -Wall -maltivec -mvsx   -c -o vec_crc32.o vec_crc32.c
In file included from vec_crc32.c:36:
./crc32_constants.h:89:30: warning: Use of 'long' with '__vector' is deprecated
[-Wdeprecated]
static const vector unsigned long vcrc_const[255]

$ /home/danielgb/toolchain-clang/bin/clang --version
clang version 6.0.0 (llvm-clang.git ce7e9f1524037ca01fa3c5d395dcde87beb25dba)
llvm.git aa58e7feb3cddfde2f2794b5092c8bdff4bc9977)
Target: powerpc64le-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/danielgb/toolchain-clang/bin


https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/PowerPC-AltiVec_002fVSX-Built-in-Functions.html#PowerPC-AltiVec_002fVSX-Built-in-Functions


Shouldn't be deprecated (hopefully).

-- 
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/20170823/e7978d24/attachment.html>


More information about the llvm-bugs mailing list