[llvm-bugs] [Bug 26602] New: code quality check prevents creation of llvm/clang packages because of openmp's transgressions
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Feb 13 06:46:25 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26602
Bug ID: 26602
Summary: code quality check prevents creation of llvm/clang
packages because of openmp's transgressions
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Runtime Library
Assignee: unassignedbugs at nondot.org
Reporter: virtuousfox at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Currently bleeding edge llvm/clang packages can't be made in openSUSE's Open
Build Service because of these "errors":
[ 3585s] I: Program is likely to break with new gcc. Try -fno-strict-aliasing.
[ 3585s] W: llvm-r600 strict-aliasing-punning
../projects/libcxx/include/typeinfo:116
[ 3585s] W: llvm-r600 strict-aliasing-punning
../projects/libcxxabi/src/fallback_malloc.ipp:64, 74
[ 3585s] W: llvm-r600 strict-aliasing-punning
../projects/openmp/runtime/src/kmp_atomic.c:707, 708, 981, 982, 1216, 1217,
1798, 1799, 1998, 1999, 2240, 2241
[ 3585s] W: llvm-r600 strict-aliasing-punning
../projects/openmp/runtime/src/kmp_csupport.c:443
[ 3585s] W: llvm-r600 strict-aliasing-punning
../projects/openmp/runtime/src/kmp_dispatch.cpp:928, 994, 1587, 1595, 1642,
1677, 1894, 1981, 1987
[ 3585s] W: llvm-r600 strict-aliasing-punning
../projects/openmp/runtime/src/kmp_os.h:453, 454, 459, 460
[ 3585s]
[ 3585s] I: Program returns random data in a function
[ 3585s] E: llvm-r600 no-return-in-nonvoid-function
../projects/openmp/runtime/src/kmp_dispatch.cpp:257
[ 3585s]
[ 3585s] I: Program returns random data in a function
[ 3585s] E: llvm-r600 no-return-in-nonvoid-function
../projects/openmp/runtime/src/kmp_dispatch.cpp:257
"llvm-r600" is this:
https://build.opensuse.org/package/show/home:pontostroy:X11/llvm-r600
For some reason these style "errors" are fatal for my repository but not for
spec-file author's. But anyway, it's easier for you to "fix" them than for OBS
users to make OBS stop complaining and dropping packages.
--
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/20160213/d06b4bf9/attachment.html>
More information about the llvm-bugs
mailing list