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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr97534.c
blob
b363a322aa5437c33cbc6fe0040242e2a351a71a
1
/* PR target/97534 - ICE in decompose on arm*-*-*. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11 -O2 -g" } */
4
5
int
f
(
int
a
)
6
{
7
int
b
;
8
__atomic_fetch_sub
(&
b
, (
int
)(-
__INT_MAX__
-
1
), (
int
)
0
);
9
}