On Wed, 2026-06-24 at 10:28 +0000, Eldar Osmanovic wrote:
> From: Matthew Fortune <[email protected]>
>
> gcc/testsuite/
> * gcc.dg/tree-prof/time-profiler-2.c: Skip for mips* triples
> as it is unstable in simulation.
>
> Cherry-picked 7c5a494a31c72ee3285ffae9fda738aa875869b9
> from https://github.com/MIPS/gcc
>
> Signed-off-by: Matthew Fortune <[email protected]>
> Signed-off-by: Faraz Shahbazker <[email protected]>
> Signed-off-by: Aleksandar Rakic <[email protected]>
> Signed-off-by: Eldar Osmanovic <[email protected]>
> ---
> gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
> b/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
> index eed0b1dd08d..bcf9adf1b09 100644
> --- a/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
> +++ b/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
> @@ -1,4 +1,5 @@
> /* { dg-options "-O2 -fdump-ipa-profile -fno-ipa-vrp" } */
> +/* { dg-skip-if "This test is unstable for MIPS " { "mips*-*-*" } } */
/* { dg-skip-if "This test is unstable in simulator" { simulator } } */
If the problem is due to simulator. Otherwise the commit message is
incorrect.
--
Xi Ruoyao <[email protected]>