From 3ca6f6698c70c4fa0c98822c73364063fa13ceea Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 20 Jul 2020 04:01:43 +0200 Subject: gcc.dg/pr87485.c: Require scheduling Committed as obvious, fixing one failure for mmix-knuth-mmixware. gcc/testsuite: * gcc.dg/pr87485.c: Require scheduling. --- gcc/testsuite/gcc.dg/pr87485.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/pr87485.c b/gcc/testsuite/gcc.dg/pr87485.c index 7e09173..17d1c24 100644 --- a/gcc/testsuite/gcc.dg/pr87485.c +++ b/gcc/testsuite/gcc.dg/pr87485.c @@ -2,6 +2,7 @@ /* { dg-do compile { target int128 } } */ /* { dg-options "-O2 -fschedule-insns -fno-guess-branch-probability -fno-isolate-erroneous-paths-dereference -fno-omit-frame-pointer -fno-split-wide-types -fno-tree-ccp -fno-tree-sra" } */ /* { dg-additional-options "-fstack-protector-strong" { target fstack_protector } } */ +/* { dg-require-effective-target scheduling } */ int *a; -- cgit v1.1