Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround GCC 11.3 compiler bug (#339)
Compiling on GCC 11.3 breaks due to this compiler bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103871. Using the workaround in [this](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103871#c10) comment seems to fix the issue. Tested on 11.3 locally. Changes should be benign. No way to test this in CI without adding GCC 11.3 to the build matrix. Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #339
- Loading branch information