pmgen: Move passes out of pmgen folder #1714
Annotations
6 errors and 7 warnings
test-compile (ubuntu-latest, clang-19)
The run was canceled by @github-actions[bot].
|
test-compile (ubuntu-latest, clang-19)
The operation was canceled.
|
test-compile (ubuntu-latest, gcc-13)
The run was canceled by @github-actions[bot].
|
test-compile (ubuntu-latest, gcc-13)
The operation was canceled.
|
test-compile (macos-13, clang)
The run was canceled by @github-actions[bot].
|
test-compile (macos-13, clang)
The operation was canceled.
|
test-compile (ubuntu-latest, clang-19):
frontends/ast/dpicall.cc#L70
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
test-compile (ubuntu-latest, clang-19):
frontends/ast/dpicall.cc#L71
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
test-compile (ubuntu-latest, clang-19):
frontends/ast/dpicall.cc#L72
variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
|
test-compile (ubuntu-latest, gcc-13):
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 16 [-Wstringop-overread]
|
test-compile (ubuntu-latest, gcc-13):
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 32 [-Wstringop-overread]
|
test-compile (ubuntu-latest, gcc-13):
libs/fst/fstapi.cc#L3473
‘ssize_t write(int, const void*, size_t)’ reading between 65536 and 4294967295 bytes from a region of size 16 [-Wstringop-overread]
|
test-compile (ubuntu-latest, gcc-13)
‘constant’ may be used uninitialized [-Wmaybe-uninitialized]
|