[llvm-bugs] [Bug 43554] New: Add a new option to ignore undefined symbols in DSO

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43554 Bug ID: 43554 Summary: Add a new option to ignore undefined symbols in DSO Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhance

[llvm-bugs] [Bug 43555] New: crash when using "-ftime-trace" and "-o /dev/null"

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43555 Bug ID: 43555 Summary: crash when using "-ftime-trace" and "-o /dev/null" Product: clang Version: 9.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 43556] New: Auto type deduction of member variable template within class template fails to compile

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43556 Bug ID: 43556 Summary: Auto type deduction of member variable template within class template fails to compile Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 43557] New: __builtin_constant_p returns 1 instead of 0 when there is a side effect

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43557 Bug ID: 43557 Summary: __builtin_constant_p returns 1 instead of 0 when there is a side effect Product: new-bugs Version: 9.0 Hardware: PC OS: Linux St

[llvm-bugs] [Bug 43558] New: Compiled with clang-cl -fsanitize=address /MD std::strtol does not change errno correctly

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43558 Bug ID: 43558 Summary: Compiled with clang-cl -fsanitize=address /MD std::strtol does not change errno correctly Product: clang Version: 9.0 Hardware: PC OS: Windo

[llvm-bugs] [Bug 43558] Compiled with clang-cl -fsanitize=address /MD std::strtol does not change errno correctly

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43558 Sergey Semushin changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[llvm-bugs] Issue 15623 in oss-fuzz: llvm: Build failure

2019-10-04 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #28 on issue 15623 by ClusterFuzz-External: llvm: Build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15623#c28 Friendly reminder that the the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log: https://oss

[llvm-bugs] [Bug 43559] New: Poor codegen for targets with no native shifts

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43559 Bug ID: 43559 Summary: Poor codegen for targets with no native shifts Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 43560] New: clang hang in RecursiveTransformLoop() in SemaExprCXX.cpp

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43560 Bug ID: 43560 Summary: clang hang in RecursiveTransformLoop() in SemaExprCXX.cpp Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 43561] New: Unwind augmentation on x86 is off by one instruction

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43561 Bug ID: 43561 Summary: Unwind augmentation on x86 is off by one instruction Product: lldb Version: 9.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 43562] New: Speed degradation because of inlining a register clobbering function

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43562 Bug ID: 43562 Summary: Speed degradation because of inlining a register clobbering function Product: clang Version: trunk Hardware: PC OS: Linux Status

[llvm-bugs] [Bug 43483] [AMDGPU][MC][GFX10] Incorrect disassembly of FLAT SCRATCH instructions with negative offset

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43483 Dmitry changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 43563] New: clang-cl - llvm-lib fails to link two static libraries together.

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43563 Bug ID: 43563 Summary: clang-cl - llvm-lib fails to link two static libraries together. Product: lld Version: unspecified Hardware: PC OS: Windows NT S

[llvm-bugs] [Bug 43485] [AMDGPU][MC][GFX10] SOP instructions with src0=null cannot be decoded

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43485 Dmitry changed: What|Removed |Added Fixed By Commit(s)||373740 Status|NEW

[llvm-bugs] [Bug 43564] New: [InstCombine] Failure to recognize sign bit test if the high bit extract is followed by trunc

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43564 Bug ID: 43564 Summary: [InstCombine] Failure to recognize sign bit test if the high bit extract is followed by trunc Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 43484] [AMDGPU][MC][GFX10][WS32] Incorrect disassembly of v_cmp_*_sdwa opcodes

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43484 Dmitry changed: What|Removed |Added Resolution|--- |FIXED Status|NEW |

[llvm-bugs] [Bug 43565] New: Cannot call OpenMP functions from libiomp after calling from libomp

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43565 Bug ID: 43565 Summary: Cannot call OpenMP functions from libiomp after calling from libomp Product: OpenMP Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] [Bug 43556] Auto type deduction of member variable template within class template fails to compile

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43556 Erik Pilkington changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[llvm-bugs] Issue 17997 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-gvn: ASSERT: CastInst::castIsValid(Instruction::BitCast, C, DstTy) && "Invalid constantexpr b

2019-10-04 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 43531] clang-format damages "alternative representations" for operators

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43531 MyDeveloperDay changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 42417] clang-format inserts a space after '->' for operator->() overloading

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42417 MyDeveloperDay changed: What|Removed |Added Fixed By Commit(s)||r373746 Status|CONFIRMED

[llvm-bugs] [Bug 43338] [clang-format] C# Missing space after template > in Dictionary foo;

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43338 MyDeveloperDay changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 43333] [clang-format] Functions with C# attributes break before function name

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=4 MyDeveloperDay changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 43372] clang-format can't format file with includes

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43372 MyDeveloperDay changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 43566] New: Assertion failed: getNumber() >= 0 && "cannot get label for unreachable MBB" when targeting x86_x64 windows

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43566 Bug ID: 43566 Summary: Assertion failed: getNumber() >= 0 && "cannot get label for unreachable MBB" when targeting x86_x64 windows Product: clang Version: trunk

[llvm-bugs] [Bug 43555] crash when using "-ftime-trace" and "-o /dev/null"

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43555 Reid Kleckner changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 43567] New: [IA] .ascii directive rejects hex escape codes

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43567 Bug ID: 43567 Summary: [IA] .ascii directive rejects hex escape codes Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 43568] New: -Wall is interpreted as -Weverything in the windows driver

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43568 Bug ID: 43568 Summary: -Wall is interpreted as -Weverything in the windows driver Product: clang Version: unspecified Hardware: PC OS: Windows NT Statu

[llvm-bugs] [Bug 43569] New: [MemorySSA][SimpleUnswitch]Assertion `!NodePtr->isKnownSentinel()' failed

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43569 Bug ID: 43569 Summary: [MemorySSA][SimpleUnswitch]Assertion `!NodePtr->isKnownSentinel()' failed Product: libraries Version: trunk Hardware: Other OS: Linux

[llvm-bugs] [Bug 43568] -Wall is interpreted as -Weverything in the windows driver

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

[llvm-bugs] Issue 18003 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: !empty()

2019-10-04 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 43570] New: testsuite: TestSBCommandReturnObject: object has no attribute 'dylibPath'

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43570 Bug ID: 43570 Summary: testsuite: TestSBCommandReturnObject: object has no attribute 'dylibPath' Product: lldb Version: unspecified Hardware: PC OS: Windows XP

[llvm-bugs] [Bug 43564] [InstCombine] Failure to recognize sign bit test if the high bit extract is followed by trunc

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43564 Roman Lebedev changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43566] Assertion failed: getNumber() >= 0 && "cannot get label for unreachable MBB" when targeting x86_x64 windows

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43566 Reid Kleckner changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 42832] -Wpessimizing-move and -Wredundant-move are applicable only when returned expression is id-expression

2019-10-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42832 rtr...@google.com changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[llvm-bugs] Issue 18009 in oss-fuzz: llvm:clang-fuzzer: ASSERT: (!isa(LookupCtx) || LookupCtx->isDependentContext() || cast(Lo

2019-10-04 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