repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr23295.c
blob
0418964a709b7df5450404a1793c58d9f03f6e2d
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-gimple" } */
3
4
int
foo
(
int
i
)
5
{
6
return
-
i
-
5
;
7
}
8
9
/* { dg-final { scan-tree-dump "-5 - i" "gimple" } } */
10
/* { dg-final { cleanup-tree-dump "gimple" } } */