[llvm-bugs] [Bug 47187] New: Merge 44613bbec88be9e86b8c52c4f40bb1b1ab48d84c into 11.0

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47187 Bug ID: 47187 Summary: Merge 44613bbec88be9e86b8c52c4f40bb1b1ab48d84c into 11.0 Product: clang Version: 11.0 Hardware: All OS: OpenBSD Status: NEW

[llvm-bugs] [Bug 47188] New: __atomic_load_8 assumes 8 byte alignment

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47188 Bug ID: 47188 Summary: __atomic_load_8 assumes 8 byte alignment Product: compiler-rt Version: 11.0 Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 46484] Clang crash in clang/lib/Sema/SemaChecking.cpp:10028: static (anonymous namespace)::IntRange (anonymous namespace)::IntRange::forValueOfCanonicalType(clang::ASTContext &, const

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46484 Mark de Wever changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 47055] Incorrect codegen for enum with bool underlying type

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47055 Mark de Wever changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 41851] -Wstrict-prototypes doesn't seem to warn on definitions

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41851 Aaron Puchert changed: What|Removed |Added Fixed By Commit(s)||2f26bc5542705c390bf17af2fdf |

[llvm-bugs] [Bug 47189] New: Infinite loop inside static function incorrectly optimized away

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47189 Bug ID: 47189 Summary: Infinite loop inside static function incorrectly optimized away Product: libraries Version: trunk Hardware: All OS: All Status:

[llvm-bugs] [Bug 46146] Offload reduction of std::complex gives wrong result when user defined reduction is missing

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46146 Johannes Doerfert changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 47190] New: Provide way to specify threshold for -Wmisexcept

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47190 Bug ID: 47190 Summary: Provide way to specify threshold for -Wmisexcept Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 47191] New: Missing bswap

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47191 Bug ID: 47191 Summary: Missing bswap Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P Co

[llvm-bugs] [Bug 47192] New: Crash when passing pointer of function's static data as template argument

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47192 Bug ID: 47192 Summary: Crash when passing pointer of function's static data as template argument Product: clang Version: trunk Hardware: All OS: Linux

[llvm-bugs] [Bug 47193] New: Missed btc opportunities

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47193 Bug ID: 47193 Summary: Missed btc opportunities Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P

[llvm-bugs] [Bug 47194] New: Broadcasting the high word in AVX2

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47194 Bug ID: 47194 Summary: Broadcasting the high word in AVX2 Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Pr

[llvm-bugs] [Bug 47195] New: [10/11] fatal error: error in backend: Cannot emit physreg copy instruction

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47195 Bug ID: 47195 Summary: [10/11] fatal error: error in backend: Cannot emit physreg copy instruction Product: new-bugs Version: 11.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 47196] New: [10] error: unable to execute command: Segmentation fault (core dumped)

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47196 Bug ID: 47196 Summary: [10] error: unable to execute command: Segmentation fault (core dumped) Product: new-bugs Version: 10.0 Hardware: PC OS: Linux S

[llvm-bugs] [Bug 47034] Loops with "# pragma clang loop interleave (enable)" specified are vectorized even if -fno-vectorize is specified

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47034 Yoshinobu Oono changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 47197] New: Clang crashed in /clang/include/clang/AST/DeclCXX.h:854: void clang::CXXRecordDecl::setImplicitDestructorIsDeleted(): Assertion `(data().DefaultedDestructorIsDeleted || ne

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47197 Bug ID: 47197 Summary: Clang crashed in /clang/include/clang/AST/DeclCXX.h:854: void clang::CXXRecordDecl::setImplicitDestructorIsDeleted() : Assertion `(data().DefaultedD

[llvm-bugs] [Bug 47197] Clang crashed in /clang/include/clang/AST/DeclCXX.h:854: void clang::CXXRecordDecl::setImplicitDestructorIsDeleted(): Assertion `(data().DefaultedDestructorIsDeleted || needsOv

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47197 Haoxin Tu changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

llvm-bugs@lists.llvm.org

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47198 Bug ID: 47198 Summary: Clang crashed in clang/include/clang/Sema/DeclSpec.h:2313: DeclaratorChunk::FunctionTypeInfo &clang::Declarator::getFunctionTypeInfo(): Assertion

[llvm-bugs] [Bug 47041] After 7ab05d9a60b, Assertion failed: (&*It == &StartMI && "No new def between StartMI and EndMI."), function fixupIsDeadOrKill, file llvm/lib/Target/PowerPC/PPCInstrInfo.cpp, l

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47041 Chen Zheng (陈 正) changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 46725] [meta] 11.0.0 Release Blockers

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46725 Bug 46725 depends on bug 47041, which changed state. Bug 47041 Summary: After 7ab05d9a60b, Assertion failed: (&*It == &StartMI && "No new def between StartMI and EndMI."), function fixupIsDeadOrKill, file llvm/lib/Target/PowerPC/PPCInstrInfo.cpp, line

[llvm-bugs] [Bug 47199] New: Using -ftrapv-handler with __int128 arithmetic generates broken IR

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47199 Bug ID: 47199 Summary: Using -ftrapv-handler with __int128 arithmetic generates broken IR Product: clang Version: trunk Hardware: PC OS: All Status: NE

[llvm-bugs] [Bug 47200] New: Clang failed to inline memset for SSE2 and AVX2

2020-08-16 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47200 Bug ID: 47200 Summary: Clang failed to inline memset for SSE2 and AVX2 Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhanc