From: H.J. Lu Date: Wed, 7 Feb 2018 10:49:53 +0000 (+0000) Subject: Use -fcf-protection=return in cet-intrin-4.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81b58bfd0b0fba2b00a04012ff60135f12036045;p=gcc.git Use -fcf-protection=return in cet-intrin-4.c Since -fcf-protection requires both -mshstk and -mibt, use -fcf-protection=return with -mshstk in cet-intrin-4.c. PR target/84243 * gcc.target/i386/cet-intrin-4.c (dg-options): Use -fcf-protection=return. From-SVN: r257445 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 49e52ea8385..23b0d7418f6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2018-02-07 H.J. Lu + + PR target/84243 + * gcc.target/i386/cet-intrin-4.c (dg-options): Use + -fcf-protection=return. + 2018-02-07 Tom de Vries PR libgomp/84217 diff --git a/gcc/testsuite/gcc.target/i386/cet-intrin-4.c b/gcc/testsuite/gcc.target/i386/cet-intrin-4.c index 76ec160543f..437a4cd690c 100644 --- a/gcc/testsuite/gcc.target/i386/cet-intrin-4.c +++ b/gcc/testsuite/gcc.target/i386/cet-intrin-4.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O -fcf-protection -mshstk" } */ +/* { dg-options "-O -fcf-protection=return -mshstk" } */ /* { dg-final { scan-assembler "rdsspd|incsspd\[ \t]+(%|)eax" { target ia32 } } } */ /* { dg-final { scan-assembler "rdssp\[dq]\[ \t]+(%|)\[re]ax" { target { ! ia32 } } } } */ /* { dg-final { scan-assembler "incssp\[dq]\[ \t]+(%|)\[re]di" { target { ! ia32 } } } } */