[llvm-bugs] [Bug 46595] New: Add _InterlockedIncrement64 and other intrinsic for x86 for parity with MSVC

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46595 Bug ID: 46595 Summary: Add _InterlockedIncrement64 and other intrinsic for x86 for parity with MSVC Product: clang Version: 10.0 Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 46594] Alignment assertion failure in instcombine

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46594 Guillaume Chatelet changed: What|Removed |Added Status|CONFIRMED |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 46596] New: Clang assertion failure: Assertion `isa(Val) && "cast() argument of incompatible type!"' failed.

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46596 Bug ID: 46596 Summary: Clang assertion failure: Assertion `isa(Val) && "cast() argument of incompatible type!"' failed. Product: clang Version: unspecified Hardware: PC

[llvm-bugs] [Bug 46252] New CodeGen/AMDGPU/inline-constraints.ll tests fail on x86 Linux

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46252 Dmitry changed: What|Removed |Added Product|new-bugs|libraries Resolution|---

[llvm-bugs] [Bug 46597] New: LLVMConfig.cmake and ClangConfig.cmake not available in installation path

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46597 Bug ID: 46597 Summary: LLVMConfig.cmake and ClangConfig.cmake not available in installation path Product: Build scripts Version: 10.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 46598] New: GetArgsAndEnv() can not get correct 'envp' pointer on linux

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46598 Bug ID: 46598 Summary: GetArgsAndEnv() can not get correct 'envp' pointer on linux Product: compiler-rt Version: unspecified Hardware: PC OS: Linux Sta

[llvm-bugs] [Bug 46599] New: Commutable subtractions

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46599 Bug ID: 46599 Summary: Commutable subtractions Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Priority

[llvm-bugs] [Bug 46600] New: Store per-thread copy of the global locale

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46600 Bug ID: 46600 Summary: Store per-thread copy of the global locale Product: libc++ Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 46601] New: clang crash when parsing and instantiating huge std::variant

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46601 Bug ID: 46601 Summary: clang crash when parsing and instantiating huge std::variant Product: clang Version: 10.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 46602] New: Clang assertion failure when using weakref with exclude_from_explicit_instantiation symbols: Assertion `InnerHandle.pointsToAliveValue() && "TrackingVH must be non-null an

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46602 Bug ID: 46602 Summary: Clang assertion failure when using weakref with exclude_from_explicit_instantiation symbols: Assertion `InnerHandle.pointsToAliveValue() && "TrackingVH must

[llvm-bugs] [Bug 46582] static_assert that is always false impossible?

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46582 hst...@ca.ibm.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 46603] New: Clang rejects "enum struct/class" in reference to enumeration

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46603 Bug ID: 46603 Summary: Clang rejects "enum struct/class" in reference to enumeration Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 46605] New: -Wcast-align incorrectly warning on aligned type.

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46605 Bug ID: 46605 Summary: -Wcast-align incorrectly warning on aligned type. Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 46606] New: Missing -Wshadow warning in a try-catch block

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46606 Bug ID: 46606 Summary: Missing -Wshadow warning in a try-catch block Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 46603] Clang rejects "enum struct/class" in reference to enumeration

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46603 Richard Smith changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] [Bug 46607] New: Missing -Wc++98-compat-extra-semi warning in a class definition

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46607 Bug ID: 46607 Summary: Missing -Wc++98-compat-extra-semi warning in a class definition Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 46603] Clang accepts "enum struct/class" in reference to enumeration

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46603 Haoxin Tu changed: What|Removed |Added Resolution|INVALID |FIXED Version|trunk

[llvm-bugs] [Bug 46603] Clang accepts "enum struct/class" in reference to enumeration

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46603 Haoxin Tu changed: What|Removed |Added Resolution|FIXED |INVALID -- You are receiving this mail because: Yo

[llvm-bugs] [Bug 46608] New: ASan failures within LLVM using new pass manager

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46608 Bug ID: 46608 Summary: ASan failures within LLVM using new pass manager Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity:

[llvm-bugs] [Bug 46609] New: clang-format does not obey `PointerAlignment: Right` for ellipsis in declarator for pack

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46609 Bug ID: 46609 Summary: clang-format does not obey `PointerAlignment: Right` for ellipsis in declarator for pack Product: clang Version: trunk Hardware: All OS: All

[llvm-bugs] [Bug 46610] New: New pass manager doesn't support optnone and opt-bisect

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46610 Bug ID: 46610 Summary: New pass manager doesn't support optnone and opt-bisect Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT Statu

[llvm-bugs] [Bug 46611] New: ASan test failures under new pass manager due to missing ASanGlobalsMetadataAnalysis

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46611 Bug ID: 46611 Summary: ASan test failures under new pass manager due to missing ASanGlobalsMetadataAnalysis Product: new-bugs Version: unspecified Hardware: PC OS:

[llvm-bugs] [Bug 46612] New: Using Clang as linker warns about various command line flags, "-pg", "-no-pie", "-enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang" if specified

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46612 Bug ID: 46612 Summary: Using Clang as linker warns about various command line flags, "-pg", "-no-pie", "-enable-trivial-auto-var-init-zero-knowing-it-will-be -removed-from

[llvm-bugs] [Bug 46613] New: LLDB does not load debug symbols on Windows 10

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46613 Bug ID: 46613 Summary: LLDB does not load debug symbols on Windows 10 Product: lldb Version: 10.0 Hardware: PC OS: Windows NT Status: NEW Severity: normal

[llvm-bugs] [Bug 46615] New: Crash in Neon (unexpected intrinsic for Neon base update UNREACHABLE executed at /disk/llvm/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp:13844!)

2020-07-06 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46615 Bug ID: 46615 Summary: Crash in Neon (unexpected intrinsic for Neon base update UNREACHABLE executed at /disk/llvm/llvm-project/llvm/lib/Target/ARM/ARMISelLow ering.cpp:13

[llvm-bugs] Issue 23957 in oss-fuzz: llvm:clang-format-fuzzer: ASSERT: idx < size()

2020-07-06 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.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..