summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pr90773-1a.C
blob: 3ab8d929f74881cf00cd06d74cbb46ef19065f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-do compile }
// { dg-options "-O2" }
// { dg-additional-options "-mno-avx -msse2 -mtune=skylake" { target { i?86-*-* x86_64-*-* } } }

#include "pr90773-1.h"

int
record_increment(void)
{
  fixed_wide_int_storage x;
  foo (x);
  return 0;
}