[llvm-bugs] Issue 7125 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: C->getType()->getScalarSizeInBits() > Ty->getScalarSizeInBits()&& "SrcTy must be

2018-07-24 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #5 on issue 7125 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: C->getType()->getScalarSizeInBits() > Ty->getScalarSizeInBits()&& "SrcTy must be https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7125#c5 ClusterFuzz has detected this issue as fixed in range

[llvm-bugs] Issue 7125 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: C->getType()->getScalarSizeInBits() > Ty->getScalarSizeInBits()&& "SrcTy must be

2018-07-24 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #6 on issue 7125 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: C->getType()->getScalarSizeInBits() > Ty->getScalarSizeInBits()&& "SrcTy must be https://bugs.chromium.org/p/oss-fuzz/issues/de

[llvm-bugs] [Bug 21530] Detect integer demotions in UBSan

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=21530 Bug 21530 depends on bug 38166, which changed state. Bug 38166 Summary: AST should explain the implicitness of the casts better https://bugs.llvm.org/show_bug.cgi?id=38166 What|Removed |Added --

[llvm-bugs] [Bug 38166] AST should explain the implicitness of the casts better

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38166 Roman Lebedev changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 38273] clang-tidy: Assertion `Loc::isLocType(SSE->getRHS()->getType())' failed

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38273 Karl-Johan Karlsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 38283] New: [SimpleLoopUnswitch] Assertion `OldContainingL->hasDedicatedExits() && "Unexpected predecessor of hoisted loop preheader!"' failed.

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38283 Bug ID: 38283 Summary: [SimpleLoopUnswitch] Assertion `OldContainingL->hasDedicatedExits() && "Unexpected predecessor of hoisted loop preheader!"' failed. Product: libraries

[llvm-bugs] [Bug 38284] New: clang-cl: missing system include directory when running outside vcvarsall.bat environment

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38284 Bug ID: 38284 Summary: clang-cl: missing system include directory when running outside vcvarsall.bat environment Product: clang Version: trunk Hardware: PC OS: Win

[llvm-bugs] [Bug 38285] New: clang-cl does not automatically convert a non-capturing lambda to a function pointer with a specific calling convention

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38285 Bug ID: 38285 Summary: clang-cl does not automatically convert a non-capturing lambda to a function pointer with a specific calling convention Product: clang Version: tr

[llvm-bugs] [Bug 38286] New: ICE "couldn't find injected class name"

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38286 Bug ID: 38286 Summary: ICE "couldn't find injected class name" Product: clang Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priorit

[llvm-bugs] [Bug 35966] Branch targets in BPF disassembler listing are incorrect

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35966 Jiong Wang changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] [Bug 38287] New: llvm.experimental.vector.reduce.{fmin, fmax} broken on Mips

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38287 Bug ID: 38287 Summary: llvm.experimental.vector.reduce.{fmin,fmax} broken on Mips Product: libraries Version: trunk Hardware: Other OS: Linux Status: N

[llvm-bugs] [Bug 38192] [PowerPC] Clang biases __builtin_xxpermdi differently from GCC on LE

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38192 Nemanja Ivanovic changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[llvm-bugs] Issue 9569 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Abrt in llvm::report_bad_alloc_error

2018-07-24 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-Addres

[llvm-bugs] Issue 9571 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::DataExtractor::getU32

2018-07-24 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-Addres

[llvm-bugs] [Bug 38288] New: clang miscompiles with "-newgvn" at -O3 in 32-bit mode on valid code

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38288 Bug ID: 38288 Summary: clang miscompiles with "-newgvn" at -O3 in 32-bit mode on valid code Product: clang Version: trunk Hardware: PC OS: All Status:

[llvm-bugs] [Bug 38289] New: LLVM miscompiles long double to unsigned long long conversion

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38289 Bug ID: 38289 Summary: LLVM miscompiles long double to unsigned long long conversion Product: libraries Version: trunk Hardware: PC OS: Linux Status: N

[llvm-bugs] [Bug 38281] Fundamental typeinfo should have weak linkage by default

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38281 Thomas Anderson changed: What|Removed |Added Resolution|--- |WONTFIX Status|ASSIGNED

[llvm-bugs] [Bug 38158] utils/docker/build_docker_image.sh fails with multiple projects

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38158 azhar...@codeaurora.org changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 34169] LTO seems to be optimizing away calls to compiler generated symbols

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34169 Caroline Tice changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 34052] [NewGVN/PredicateInfo] Assertion `isa(Val) && "cast() argument of incompatible type!"' failed.

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34052 Florian Hahn changed: What|Removed |Added Fixed By Commit(s)||r337828 Resolution|---

[llvm-bugs] [Bug 38290] New: Loop vectorizer introduces ptrtoint on non-integral address space

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38290 Bug ID: 38290 Summary: Loop vectorizer introduces ptrtoint on non-integral address space Product: libraries Version: 6.0 Hardware: PC OS: All Status: N

[llvm-bugs] [Bug 38291] New: Incorrect return stack address warning for pointer-to-member function expression

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38291 Bug ID: 38291 Summary: Incorrect return stack address warning for pointer-to-member function expression Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 38292] New: [windows] The VS compiler optimizes out fieldFromInstruction in Release builds when LLVM_ENABLE_ASSERTIONS is set to OFF

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38292 Bug ID: 38292 Summary: [windows] The VS compiler optimizes out fieldFromInstruction in Release builds when LLVM_ENABLE_ASSERTIONS is set to OFF Product: tools Version: t

[llvm-bugs] [Bug 38110] Loop vectorizer assertion failure in truncateToMinimalBitwidths

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38110 Hideki Saito changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 38293] New: clang may not compile Chromium code

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38293 Bug ID: 38293 Summary: clang may not compile Chromium code Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Prior

[llvm-bugs] [Bug 38294] New: compilation error when parameters have certain complexity

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38294 Bug ID: 38294 Summary: compilation error when parameters have certain complexity Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 38295] New: Breaking difference between __FUNCSIG__ in Clang and MSVC

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38295 Bug ID: 38295 Summary: Breaking difference between __FUNCSIG__ in Clang and MSVC Product: clang Version: 6.0 Hardware: PC OS: Windows NT Status: NEW

[llvm-bugs] [Bug 38296] New: A potential problem to compile Chromium

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38296 Bug ID: 38296 Summary: A potential problem to compile Chromium Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement P

[llvm-bugs] [Bug 38297] New: llvm-dwarfdump: Verification failure when using DWARF v5 (parsing a range list table: section is not large enough to contain a .debug_rnglists table length at offset 0x0)

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38297 Bug ID: 38297 Summary: llvm-dwarfdump: Verification failure when using DWARF v5 (parsing a range list table: section is not large enough to contain a .debug_rnglists table length at

[llvm-bugs] [Bug 38298] New: llvm-objcopy --version won't work for 7.0.0 trunk

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38298 Bug ID: 38298 Summary: llvm-objcopy --version won't work for 7.0.0 trunk Product: tools Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 38299] New: non-dependent name treated as if it were dependent, requiring use of template keyword

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38299 Bug ID: 38299 Summary: non-dependent name treated as if it were dependent, requiring use of template keyword Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 38300] New: Wrong exception deduction for some forms of placement new

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38300 Bug ID: 38300 Summary: Wrong exception deduction for some forms of placement new Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 38301] New: compilation of CRTP fails if the ABC is after template

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38301 Bug ID: 38301 Summary: compilation of CRTP fails if the ABC is after template Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancem

[llvm-bugs] [Bug 38302] New: Attributes on templates are mishandled

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38302 Bug ID: 38302 Summary: Attributes on templates are mishandled Product: clang Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority

[llvm-bugs] [Bug 38303] New: ARM_V4BX relocation is not supported

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38303 Bug ID: 38303 Summary: ARM_V4BX relocation is not supported Product: lld Version: unspecified Hardware: Other OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 38304] New: clang miscompiles with "newgvn" at -O3 on valid code (32-bit only)

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38304 Bug ID: 38304 Summary: clang miscompiles with "newgvn" at -O3 on valid code (32-bit only) Product: clang Version: trunk Hardware: PC OS: All Status: NE

[llvm-bugs] [Bug 38305] New: LTO doesn't allow optimization by size

2018-07-24 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38305 Bug ID: 38305 Summary: LTO doesn't allow optimization by size Product: tools Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Pr