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
PR target/55146
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr27132.c
blob
272862a2d84f5d626fb6a0d5dd2daa152ce5445a
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-gimple" } */
3
4
int
foo
(
int
i
)
5
{
6
return
i
- -
1
;
7
}
8
9
/* { dg-final { scan-tree-dump "i \\+ 1" "gimple" } } */
10
/* { dg-final { cleanup-tree-dump "gimple" } } */