[llvm-bugs] [Bug 50674] New: wrong code at -O1 and above on x86_64-linux-gnu

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50674 Bug ID: 50674 Summary: wrong code at -O1 and above on x86_64-linux-gnu Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 50675] New: Crash while compiling code

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50675 Bug ID: 50675 Summary: Crash while compiling code Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P

[llvm-bugs] [Bug 50676] New: -Wmisleading-indentation false positive in MSVC mode (not noticing ifdefs)

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50676 Bug ID: 50676 Summary: -Wmisleading-indentation false positive in MSVC mode (not noticing ifdefs) Product: clang Version: trunk Hardware: PC OS: All St

[llvm-bugs] [Bug 50677] New: support the Renesas car series chip V850 RH850 backend

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50677 Bug ID: 50677 Summary: support the Renesas car series chip V850 RH850 backend Product: new-bugs Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity:

[llvm-bugs] [Bug 50678] New: Invalid aarch64 instruction related to __int128

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50678 Bug ID: 50678 Summary: Invalid aarch64 instruction related to __int128 Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 50596] TGParser::ParseForeachDeclaration - dead code

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50596 Simon Pilgrim changed: What|Removed |Added Fixed By Commit(s)||407c11b56337aab1b0c9880aa2f |

[llvm-bugs] [Bug 50679] New: [clang-format] strange behavior for #define macro with braces

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50679 Bug ID: 50679 Summary: [clang-format] strange behavior for #define macro with braces Product: clang Version: 12.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 50680] New: [clang-format] strange behavior for #define macro with braces

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50680 Bug ID: 50680 Summary: [clang-format] strange behavior for #define macro with braces Product: clang Version: 12.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 50681] New: OMP_PLACES/OMP_PROC_BIND not respecting Sub-NUMA Clustering

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50681 Bug ID: 50681 Summary: OMP_PLACES/OMP_PROC_BIND not respecting Sub-NUMA Clustering Product: OpenMP Version: unspecified Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 26710] TestInlines fails on Linux with gcc

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=26710 Raphael Isemann changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 50638] clang crashes on valid code at -Os and above on x86_64-linux-gnu (in 'Simplify the CFG')

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50638 Zhendong Su changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 49985] Test scripts are not portable

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=49985 مهدي شينون (Mehdi Chinoune) changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 30214 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-simplifycfg: ASSERT: (VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && "invalid Ca

2021-06-11 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 30214 by ClusterFuzz-External: llvm:llvm-opt-fuzzer--x86_64-simplifycfg: ASSERT: (VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && "invalid Ca https://bugs.chromium.org/p/oss-fuzz/issues

[llvm-bugs] [Bug 50682] New: Clang doesn't honor unroll #pragma to disable loop unrolling

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50682 Bug ID: 50682 Summary: Clang doesn't honor unroll #pragma to disable loop unrolling Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 50683] New: [Attributor] opt crashes with "opt -O1 -attributor-enable=all": Assertion Assertion `Fn && "Expected callee when call argument is replaced!"' failed

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50683 Bug ID: 50683 Summary: [Attributor] opt crashes with "opt -O1 -attributor-enable=all": Assertion Assertion `Fn && "Expected callee when call argument is replaced!"' failed

[llvm-bugs] [Bug 50684] New: error: 'message' causes a section type conflict with 'pluginSection'

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50684 Bug ID: 50684 Summary: error: 'message' causes a section type conflict with 'pluginSection' Product: clang Version: trunk Hardware: All OS: All Status:

[llvm-bugs] [Bug 50685] New: LLDB sometimes can't determine the dynamic type of an object if the program is compiled with fPIC

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50685 Bug ID: 50685 Summary: LLDB sometimes can't determine the dynamic type of an object if the program is compiled with fPIC Product: lldb Version: 12.0 Hardware: PC O

[llvm-bugs] [Bug 50686] New: [LV] expandBounds generates wrong runtime checks

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50686 Bug ID: 50686 Summary: [LV] expandBounds generates wrong runtime checks Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 50688] New: LLVM 12 backports in rust-lang/llvm-project

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50688 Bug ID: 50688 Summary: LLVM 12 backports in rust-lang/llvm-project Product: libraries Version: 12.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 50689] New: Finish / clean up MapFile implementation

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50689 Bug ID: 50689 Summary: Finish / clean up MapFile implementation Product: lld Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 50690] New: Strip should not resolve symlinks

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50690 Bug ID: 50690 Summary: Strip should not resolve symlinks Product: tools Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Pr

[llvm-bugs] [Bug 50691] New: Strip should not stop at first unrecognized file

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50691 Bug ID: 50691 Summary: Strip should not stop at first unrecognized file Product: tools Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 50692] New: OpenMP Cuda Offloading Failure with LLVM 12.0.0 ( parser at end of file error)

2021-06-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50692 Bug ID: 50692 Summary: OpenMP Cuda Offloading Failure with LLVM 12.0.0 ( parser at end of file error) Product: OpenMP Version: unspecified Hardware: PC OS: All

[llvm-bugs] Issue 35176 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Sema::DiagnoseUseOfDecl

2021-06-11 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co