Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / pr90773-1a.C
blob3ab8d929f74881cf00cd06d74cbb46ef19065f5e
1 // { dg-do compile }
2 // { dg-options "-O2" }
3 // { dg-additional-options "-mno-avx -msse2 -mtune=skylake" { target { i?86-*-* x86_64-*-* } } }
5 #include "pr90773-1.h"
7 int
8 record_increment(void)
10   fixed_wide_int_storage x;
11   foo (x);
12   return 0;