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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr27132.c
blob
25998bcf017a23e863a896b154e13f0916302c31
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" } } */