view gcc/testsuite/gcc.dg/lto/pr94271_0.c @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 2b5abeee2509
children
line wrap: on
line source

/* PR lto/94271 */
/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */
/* { dg-lto-do link } */
/* { dg-require-ifunc "" } */

int a;

static int __attribute__ ((target_clones ("default", "avx512f"))) fast_clamp ()
{}

void
c ()
{
  a = fast_clamp ();
}