[llvm-bugs] [Bug 43601] New: non-deterministic compile errors with constexpr and nonnull attribute

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43601 Bug ID: 43601 Summary: non-deterministic compile errors with constexpr and nonnull attribute Product: new-bugs Version: 9.0 Hardware: PC OS: Linux Stat

[llvm-bugs] [Bug 43552] ld -export-dynamic -r should probably ignore the -export-dynamic

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43552 Rui Ueyama changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43602] New: Constexpr new doesn't work in some cases

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43602 Bug ID: 43602 Summary: Constexpr new doesn't work in some cases Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 43374] arm: silent == and != and __builtin_isnan compile to signaling compare

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43374 Kristof Beyls changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 38916] vector-compare code does unnecessary widening/narrowing

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38916 Simon Pilgrim changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 43603] New: C11 atomics always yielding library call with -mcpu=cortex-m0plus

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43603 Bug ID: 43603 Summary: C11 atomics always yielding library call with -mcpu=cortex-m0plus Product: clang Version: 9.0 Hardware: Other OS: other Status:

[llvm-bugs] [Bug 43604] New: ubuntu bionic x86_64: static libc++.a version 9 cannot be used in shared libraries since build without -fPIC

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43604 Bug ID: 43604 Summary: ubuntu bionic x86_64: static libc++.a version 9 cannot be used in shared libraries since build without -fPIC Product: Packaging Version: unspecified Hardwar

[llvm-bugs] [Bug 43605] New: [X86][SSE] X86TTIImpl::getVectorInstrCost - improve extract/insert element costs

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43605 Bug ID: 43605 Summary: [X86][SSE] X86TTIImpl::getVectorInstrCost - improve extract/insert element costs Product: libraries Version: trunk Hardware: PC OS: Windows

[llvm-bugs] [Bug 43602] Constexpr new doesn't work in some cases

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43602 Richard Smith changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] [Bug 43607] New: [AMDGPU][MC][GFX9] Incorrect handling of v_cndmask_b32_sdwa with src0=vcc_lo

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43607 Bug ID: 43607 Summary: [AMDGPU][MC][GFX9] Incorrect handling of v_cndmask_b32_sdwa with src0=vcc_lo Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 43608] New: [AMDGPU][MC][GFX10] Missing sdwa/dpp versions of v_cndmask_b32

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43608 Bug ID: 43608 Summary: [AMDGPU][MC][GFX10] Missing sdwa/dpp versions of v_cndmask_b32 Product: libraries Version: trunk Hardware: PC OS: Windows NT Sta

[llvm-bugs] [Bug 43609] New: Miscompile with -ffast-math and -ftree-vectorize on arithmetic involving doubles and unsigned longs

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43609 Bug ID: 43609 Summary: Miscompile with -ffast-math and -ftree-vectorize on arithmetic involving doubles and unsigned longs Product: clang Version: 8.0 Hardware: PC

[llvm-bugs] [Bug 43610] New: [x86] After r350966, on asm typo, Assertion failed: (isa(Val) && "cast() argument of incompatible type!"), function cast

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43610 Bug ID: 43610 Summary: [x86] After r350966, on asm typo, Assertion failed: (isa(Val) && "cast() argument of incompatible type!"), function cast Product: new-bugs Version

[llvm-bugs] [Bug 43360] [meta] 9.0.1 Release Blockers

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43360 Bug 43360 depends on bug 42924, which changed state. Bug 42924 Summary: Address Sanitizer compilation time regression https://bugs.llvm.org/show_bug.cgi?id=42924 What|Removed |Added

[llvm-bugs] [Bug 42924] Address Sanitizer compilation time regression

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42924 Leonard Chan changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43611] New: [X86] repeated memory references for infinity checks

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43611 Bug ID: 43611 Summary: [X86] repeated memory references for infinity checks Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhanc

[llvm-bugs] [Bug 43612] New: Need to backport rL368310 to LLVM 9.0.0 branch

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43612 Bug ID: 43612 Summary: Need to backport rL368310 to LLVM 9.0.0 branch Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 43612] Need to backport rL368310 to LLVM 9.0.0 branch

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43612 Sam Clegg changed: What|Removed |Added Resolution|--- |DUPLICATE Status|CONFIRMED

[llvm-bugs] [Bug 43613] New: Merge r368310 into the 9.0 branch : [lld][WebAssembly] Add optional symbols after input file handling

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43613 Bug ID: 43613 Summary: Merge r368310 into the 9.0 branch : [lld][WebAssembly] Add optional symbols after input file handling Product: new-bugs Version: 9.0 Hardware: All

[llvm-bugs] [Bug 20440] Recursive #include overruns MAX_PATH due to lack of path canonization

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=20440 Reid Kleckner changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43614] New: clang's coverage mapping uses absolute paths instead of relative paths

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43614 Bug ID: 43614 Summary: clang's coverage mapping uses absolute paths instead of relative paths Product: clang Version: 8.0 Hardware: PC OS: Windows NT S

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

2019-10-08 Thread via llvm-bugs
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:

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

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43615 Eli Friedman changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[llvm-bugs] Issue 18085 in oss-fuzz: llvm:clang-format-fuzzer: Stack-overflow with empty stacktrace

2019-10-08 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@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

[llvm-bugs] [Bug 43616] New: [globalopt] optimization leaves store to a constant global

2019-10-08 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43616 Bug ID: 43616 Summary: [globalopt] optimization leaves store to a constant global Product: libraries Version: trunk Hardware: PC OS: All Status: NEW