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
Fortran: Fix problems with substring selectors in ASSOCIATE [PR115700]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr50009.c
blob
ade170c7d4822946e70e512ecb4c899656a2737f
1
/* PR target/50009 */
2
3
struct
S
{
4
short
a
;
5
short
b
[];
6
}
__attribute__
((
packed
));