https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120859
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <[email protected]>: https://gcc.gnu.org/g:9de2fbf46cdfb9f0ed8c1fb7e7524443e975ff29 commit r16-2366-g9de2fbf46cdfb9f0ed8c1fb7e7524443e975ff29 Author: Andrew Pinski <[email protected]> Date: Sat Jul 19 19:11:09 2025 -0700 testsuite: Fix afdo-crossmodule-1b.c [PR120859] The problem here is that the testcase is part of another testcase but dg-final does not work across source files so it needs its own dg-* headers to that match up with afdo-crossmodule-1.c. Pushed as preapproved in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120859#c4 . PR testsuite/120859 gcc/testsuite/ChangeLog: * gcc.dg/tree-prof/afdo-crossmodule-1b.c: Add some dg-* commands like what is in afdo-crossmodule-1.c Signed-off-by: Andrew Pinski <[email protected]>
