(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.target/
i386/
pr104533.C
/* PR ipa/104533 */
/* { dg-do compile } */
/* { dg-additional-options "-std=c++11 -fPIC -Ofast -fno-semantic-interposition" } */
/* { dg-require-ifunc "" } */

struct B
{
  virtual ~B();
};
__attribute__((target_clones("avx")))
B::~B() = default; /* { dg-warning "single .target_clones. attribute is ignored" } */