public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213]
@ 2022-10-11 16:57 Marek Polacek
  2022-10-12 17:01 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Polacek @ 2022-10-11 16:57 UTC (permalink / raw)
  To: GCC Patches

This test fails on non-i?86/x86_64 targets because on those targets
we get

  error: '-fcf-protection=full' is not supported for this target

so this patch limits where the test is run.

Tested on x86_64-pc-linux-gnu, ok for trunk?

gcc/testsuite/ChangeLog:

	* c-c++-common/pointer-to-fn1.c: Only run on i?86/x86_64.
---
 gcc/testsuite/c-c++-common/pointer-to-fn1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/c-c++-common/pointer-to-fn1.c b/gcc/testsuite/c-c++-common/pointer-to-fn1.c
index 975885462e9..e2f948d824a 100644
--- a/gcc/testsuite/c-c++-common/pointer-to-fn1.c
+++ b/gcc/testsuite/c-c++-common/pointer-to-fn1.c
@@ -1,4 +1,5 @@
 /* PR c++/106937 */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-fcf-protection" } */
 /* { dg-additional-options "-std=c++11 -fpermissive" { target c++ } } */
 /* Test printing a pointer to function with attribute.  */

base-commit: 637e3668fdc17c4e226538fb14f9fab225433d01
-- 
2.37.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213]
  2022-10-11 16:57 [PATCH] testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213] Marek Polacek
@ 2022-10-12 17:01 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2022-10-12 17:01 UTC (permalink / raw)
  To: gcc-patches


On 10/11/22 10:57, Marek Polacek via Gcc-patches wrote:
> This test fails on non-i?86/x86_64 targets because on those targets
> we get
>
>    error: '-fcf-protection=full' is not supported for this target
>
> so this patch limits where the test is run.
>
> Tested on x86_64-pc-linux-gnu, ok for trunk?
>
> gcc/testsuite/ChangeLog:
>
> 	* c-c++-common/pointer-to-fn1.c: Only run on i?86/x86_64.

OK.

jeff



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-12 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 16:57 [PATCH] testsuite: Only run -fcf-protection test on i?86/x86_64 [PR107213] Marek Polacek
2022-10-12 17:01 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).