Merge pull request #4000 from adrianparvino/alumacc-cmp-contravariance #1731
Annotations
16 warnings
test-compile (macos-13, clang)
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
test-compile (macos-13, clang)
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
test-compile (macos-13, clang)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated
dependents or dependents with broken linkage!
|
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, 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]
|
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]
|