https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111357
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:557a858f2ead4ae8b64b157d7fd33830a81646d5 commit r14-3992-g557a858f2ead4ae8b64b157d7fd33830a81646d5 Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Sep 14 09:18:34 2023 +0100 libstdc++: Add testcase for std::make_integer_sequence bug [PR111357] The compiler bug has been fixed on trunk, but this adds a regression test for the library component. libstdc++-v3/ChangeLog: PR c++/111357 * testsuite/20_util/integer_sequence/pr111357.cc: New test.