aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr106833.c
blob: 968d75184ff3763d45fb2199e6a0bf42d082720a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do link } */
/* { dg-require-effective-target power10_ok } */
/* { dg-require-effective-target lto } */
/* { dg-options "-flto -mdejagnu-cpu=power10" } */

/* Verify there is no ICE in LTO mode.  */

int main ()
{
  float *b;
  const __vector_quad c;
  __builtin_mma_disassemble_acc (b, &c);
  return 0;
}