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.
	PR testsuite/107213
gcc/testsuite/ChangeLog:
	* c-c++-common/pointer-to-fn1.c: Only run on i?86/x86_64.
 /* 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.  */