repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i386: Omit "p" for packed in intrin name for FP8 convert
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr68907.c
blob
de1c237b826f3d98375e94841a3871b4b2142b79
1
/* PR c/60195 */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11 -Wpedantic -Wall" } */
4
5
_Atomic
int
a
;
6
7
void
8
fn
(
void
)
9
{
10
++
a
;
11
a
++;
12
--
a
;
13
a
--;
14
}