Public Hi,
Could you please let us know if you have any comments on this patch? Kind regards, Aleksandar Rakic ________________________________________ From: Aleksandar Rakic <aleksandar.ra...@htecgroup.com> Sent: Monday, March 17, 2025 2:21 PM To: gcc-patches@gcc.gnu.org Cc: Djordje Todorovic; c...@mips.com; richard.guent...@gmail.com; ja...@redhat.com; Matthew Fortune; Faraz Shahbazker; Aleksandar Rakic Subject: [PATCH v2 05/12] Testsuite: Disable the time-profiler-2.c test From: Matthew Fortune <matthew.fort...@imgtec.com> 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 <matthew.fort...@imgtec.com> Signed-off-by: Faraz Shahbazker <fshahbaz...@wavecomp.com> Signed-off-by: Aleksandar Rakic <aleksandar.ra...@htecgroup.com> --- 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*-*-*" } } */ #include <unistd.h> -- 2.34.1