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