repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr90773-1a.C
blob
3ab8d929f74881cf00cd06d74cbb46ef19065f5e
1
// { dg-do compile }
2
// { dg-options "-O2" }
3
// { dg-additional-options "-mno-avx -msse2 -mtune=skylake" { target { i?86-*-* x86_64-*-* } } }
4
5
#include "pr90773-1.h"
6
7
int
8
record_increment(void)
9
{
10
fixed_wide_int_storage x;
11
foo (x);
12
return 0;
13
}