aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/s390/hotpatch-16.c
diff options
context:
space:
mode:
authorMichael Meissner <meissner@linux.vnet.ibm.com>2015-03-23 21:11:47 +0000
committerMichael Meissner <meissner@linux.vnet.ibm.com>2015-03-23 21:11:47 +0000
commit48796cb6a9ff1feb2f870a4d6bd1d49112265c12 (patch)
treef619a0419126c5c765dcda2ea54fb975d9f7eb95 /gcc/testsuite/gcc.target/s390/hotpatch-16.c
parentf9007bddfd5a92717b3ec3ab674730c9cb6257ce (diff)
parentd8cbe0c9b81a78c3734e38ac7a8e04fb1de8a079 (diff)
Merge up to 221543
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ibm/fusion3@221610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.target/s390/hotpatch-16.c')
-rw-r--r--gcc/testsuite/gcc.target/s390/hotpatch-16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/s390/hotpatch-16.c b/gcc/testsuite/gcc.target/s390/hotpatch-16.c
index 592de2c38d5..b01c1c32254 100644
--- a/gcc/testsuite/gcc.target/s390/hotpatch-16.c
+++ b/gcc/testsuite/gcc.target/s390/hotpatch-16.c
@@ -1,7 +1,7 @@
/* Functional tests for the function hotpatching feature. */
/* { dg-do compile } */
-/* { dg-options "-O3 -mzarch -mhotpatch=0,0 --save-temps" } */
+/* { dg-options "-O3 -mzarch -mhotpatch=0,0" } */
#include <stdio.h>
@@ -14,4 +14,4 @@ void hp1(void)
/* Check number of occurences of certain instructions. */
/* { dg-final { scan-assembler-times "nopr\t%r7" 1 } } */
/* { dg-final { scan-assembler-times "nop\t0" 1 } } */
-/* { dg-final { scan-assembler-not "brcl\t\t0,0" } } */
+/* { dg-final { scan-assembler-not "brcl\t0, 0" } } */