https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95677
--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sam James <sja...@gcc.gnu.org>: https://gcc.gnu.org/g:778863eab72fdef226b8ac999b13a6ee71f397c0 commit r15-4819-g778863eab72fdef226b8ac999b13a6ee71f397c0 Author: Sam James <s...@gentoo.org> Date: Fri Oct 25 22:57:50 2024 +0100 testsuite: move single-file LTO pr95677 test to torture This only started being used recently in r15-4681-g96110c14cf61a1 and pinskia pointed out we may as well make it a proper torture test instead as it's a single file LTO test. gcc/testsuite/ChangeLog: PR c++/95677 * g++.dg/lto/pr95677_0.C: Move to... * g++.dg/torture/pr95677.C: ...here.