[llvm-bugs] [Bug 88641] May I know whether returning "VersionMismatch" outside of its guarding condition is a potential logic error?

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88641 Summary May I know whether returning "VersionMismatch" outside of its guarding condition is a potential logic error? Labels new issue

[llvm-bugs] [Bug 88640] A/F: "Assertion `!empty()' failed." after 6704faf

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88640 Summary A/F: "Assertion `!empty()' failed." after 6704faf Labels new issue Assignees Reporter

[llvm-bugs] [Bug 88633] The `#pragma clang fp contract (off)` should suppress FMA when `-ffast-math` is used

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88633 Summary The `#pragma clang fp contract (off)` should suppress FMA when `-ffast-math` is used Labels clang Assignees

[llvm-bugs] [Bug 88632] Missed optimization : unrelated store clobber blocks elimination/merge of `memset`

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88632 Summary Missed optimization : unrelated store clobber blocks elimination/merge of `memset` Labels missed-optimization Assignees

[llvm-bugs] [Bug 88626] [libclc] [trunk] unable to open output file obj.libclc.dir/tahiti-amdgcn--/generic/lib/workitem/get_global_id.cl.o': 'No such file or directory'

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88626 Summary [libclc] [trunk] unable to open output file obj.libclc.dir/tahiti-amdgcn--/generic/lib/workitem/get_global_id.cl.o': 'No such file or directory' Labels

[llvm-bugs] [Bug 88624] `#pragma GCC unroll 0` not allowed: `invalid value '0'; must be positive`

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88624 Summary `#pragma GCC unroll 0` not allowed: `invalid value '0'; must be positive` Labels new issue Assignees

[llvm-bugs] [Bug 88622] Improve the test error reporting

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88622 Summary Improve the test error reporting Labels new issue Assignees mordante Reporter

[llvm-bugs] [Bug 88621] clang crashes on valid code at -O{s, 2, 3} on x86_64-linux-gnu: Assertion `!empty()' failed

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88621 Summary clang crashes on valid code at -O{s,2,3} on x86_64-linux-gnu: Assertion `!empty()' failed Labels clang Assignees

[llvm-bugs] Issue 65993 in oss-fuzz: llvm: Fuzzing build failure

2024-04-13 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #14 on issue 65993 by ClusterFuzz-External: llvm: Fuzzing build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65993#c14 Friendly reminder that the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log: https://o

[llvm-bugs] [Bug 88617] [clang-tidy] Add check for variable that can be moved but isn't

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88617 Summary [clang-tidy] Add check for variable that can be moved but isn't Labels clang-tidy Assignees Rep

[llvm-bugs] [Bug 88608] Don't diagnose an ill-formed global array as being a VLA

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88608 Summary Don't diagnose an ill-formed global array as being a VLA Labels c++, clang:diagnostics Assignees

[llvm-bugs] [Bug 88607] [SimplyCFG] After 7c4180a36a9, Assertion failed: (idx < size()), function operator[] (in SwitchToLookupTable)

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88607 Summary [SimplyCFG] After 7c4180a36a9, Assertion failed: (idx < size()), function operator[] (in SwitchToLookupTable) Labels new issue

[llvm-bugs] [Bug 88605] Global templated variable is not defined

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88605 Summary Global templated variable is not defined Labels new issue Assignees Reporter O

[llvm-bugs] [Bug 88603] Missing note about volatile read in constant expression

2024-04-13 Thread LLVM Bugs via llvm-bugs
Issue 88603 Summary Missing note about volatile read in constant _expression_ Labels c++, clang:diagnostics Assignees