Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable spurious gcc warning in
xfunction::broadcast_shape
Recent versions of gcc emit an incorrect `array-bounds` warning when copying the cached shape into the passed `input`, if the latter is of type `std::array<size_t, 1>`. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107852
- Loading branch information