view gcc/testsuite/gcc.dg/lto/pr94271_1.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
line wrap: on
line source

int aa;

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

void
b ()
{
  aa = fast_clamp ();
}

int
main ()
{
  return 0;
}