https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111357
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:27fce25cc07f7efe11db05eb2fe74a465c41475f commit r11-11008-g27fce25cc07f7efe11db05eb2fe74a465c41475f Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Sep 14 09:18:34 2023 +0100 libstdc++: Add workaround for std::make_integer_sequence bug [PR111357] The compiler bug has been fixed on trunk, but we need this workaround on the branches. libstdc++-v3/ChangeLog: PR c++/111357 * include/std/utility (make_integer_sequence): Add cast. * testsuite/20_util/integer_sequence/pr111357.cc: New test. (cherry picked from commit 7b0abd4a8ee9d2057febe443de67009dcdfe7574)