[llvm-bugs] [Bug 52230] New: Assertion failure when inline assembly referencing floating point registers is used on soft-float targets

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52230 Bug ID: 52230 Summary: Assertion failure when inline assembly referencing floating point registers is used on soft-float targets Product: libraries Version: trunk Hardware: All

[llvm-bugs] [Bug 51931] -Wdeclaration-after-statement doesn't work when used with -std=c99

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=51931 ram bhupal changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[llvm-bugs] [Bug 52231] New: discarded statement and immediate invocation contexts are not mutually exclusive

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52231 Bug ID: 52231 Summary: discarded statement and immediate invocation contexts are not mutually exclusive Product: clang Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 52206] Clang allow inconsistent deduction for auto return type when using if consteval

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52206 Aaron Ballman changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 52232] New: llvm-dwp is 29 times as large as GNU dwp

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52232 Bug ID: 52232 Summary: llvm-dwp is 29 times as large as GNU dwp Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 51931] -Wdeclaration-after-statement doesn't work when used with -std=c99

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=51931 ram bhupal changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[llvm-bugs] [Bug 52233] New: clang crashes when mixing SEH and objc exceptions in a single function

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52233 Bug ID: 52233 Summary: clang crashes when mixing SEH and objc exceptions in a single function Product: clang Version: unspecified Hardware: PC OS: All

[llvm-bugs] [Bug 52234] New: Result of left-shifting an unsigned char is (promoted to?) signed.

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52234 Bug ID: 52234 Summary: Result of left-shifting an unsigned char is (promoted to?) signed. Product: new-bugs Version: 12.0 Hardware: PC OS: Linux Status

[llvm-bugs] [Bug 52235] New: warning for expensive inline constructors

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52235 Bug ID: 52235 Summary: warning for expensive inline constructors Product: clang Version: unspecified Hardware: Other OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 52236] New: Missing MSVC compiler flaga

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52236 Bug ID: 52236 Summary: Missing MSVC compiler flaga Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P

[llvm-bugs] [Bug 52237] New: Variable's value not available after assignment at Oz after SROA

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52237 Bug ID: 52237 Summary: Variable's value not available after assignment at Oz after SROA Product: libraries Version: trunk Hardware: PC OS: Linux Status

[llvm-bugs] [Bug 52238] New: Variable's value late availability and incorrect at Og

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52238 Bug ID: 52238 Summary: Variable's value late availability and incorrect at Og Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enha

[llvm-bugs] [Bug 52239] New: Variable's value not available from second loop iteration at Og

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52239 Bug ID: 52239 Summary: Variable's value not available from second loop iteration at Og Product: libraries Version: trunk Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 52240] New: Variable's value late availability after SimplifyCFG at Os

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52240 Bug ID: 52240 Summary: Variable's value late availability after SimplifyCFG at Os Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 52241] New: Variable's value not available from second loop iteration at Og after SpeculateAroundPHIs

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52241 Bug ID: 52241 Summary: Variable's value not available from second loop iteration at Og after SpeculateAroundPHIs Product: libraries Version: trunk Hardware: PC OS:

[llvm-bugs] [Bug 52233] clang crashes when mixing SEH and objc exceptions in a single function

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52233 Nico Weber changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 52242] New: set default values for -march and -mtune

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52242 Bug ID: 52242 Summary: set default values for -march and -mtune Product: Build scripts Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 52057] Failure to avoid using SIMD excessively on small vectors

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52057 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 52243] New: Typo fix in usage text for "type filter" command

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52243 Bug ID: 52243 Summary: Typo fix in usage text for "type filter" command Product: lldb Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancemen

[llvm-bugs] [Bug 52244] New: -Wno-unused has no effect after -W

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52244 Bug ID: 52244 Summary: -Wno-unused has no effect after -W Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal Priority: P

[llvm-bugs] [Bug 51827] Huge compile-time regression for Windows targets since LLVM 12, incl. latest 13-rc2

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=51827 Arthur Eubanks changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 52246] New: -ObjC and -all_load should not apply to LC_LINKER_OPTION libraries

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52246 Bug ID: 52246 Summary: -ObjC and -all_load should not apply to LC_LINKER_OPTION libraries Product: lld Version: unspecified Hardware: PC OS: All Status

[llvm-bugs] [Bug 52247] New: ld64 does not load object files in frameworks

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52247 Bug ID: 52247 Summary: ld64 does not load object files in frameworks Product: lld Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 51404] 'Clang :: Driver/rocm-detect.hip' fails on Gentoo

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=51404 Tom Stellard changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[llvm-bugs] [Bug 52147] [meta] 13.0.1 Release Blockers

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52147 Bug 52147 depends on bug 51404, which changed state. Bug 51404 Summary: 'Clang :: Driver/rocm-detect.hip' fails on Gentoo https://bugs.llvm.org/show_bug.cgi?id=51404 What|Removed |Added

[llvm-bugs] [Bug 52243] Typo fix in usage text for "type filter" command

2021-10-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=52243 Shivam Gupta changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|