https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112728
--- Comment #11 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:6ce76052aeaa3370243909b62c87bfdcb243b885 commit r16-3557-g6ce76052aeaa3370243909b62c87bfdcb243b885 Author: Iain Sandoe <i...@sandoe.co.uk> Date: Wed Sep 3 15:33:21 2025 +0100 testsuite, darwin: Suppress unwind frames in scantest-lto.c. Currently, for Darwin unwind and EH frames are emitted without use of .cfi_xxx instructions; the emitted frames also contain the string 'ascii'. For the purpose of this test, omit them. PR testsuite/112728 gcc/testsuite/ChangeLog: * gcc.dg/scantest-lto.c: Omit unwind frames. Signed-off-by: Iain Sandoe <i...@sandoe.co.uk>