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
/
g++.dg
/
ext
/
complit4.C
blob
1448e7a66b3b76e4fb4d3d003731e23368951b15
1
// PR c++/23172
2
// { dg-do run }
3
// { dg-options "" }
4
5
int i = (int) {7};
6
7
int main () {
8
if (i != 7)
9
return 1;
10
}