RISC-V: Move mode assertion out of conditional branch in emit_insn
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-comm.c
blobac892b00324158e2af8355fc32435a9941bcf2dd
1 /* { dg-do compile { target *-*-darwin[912]* } } */
2 /* { dg-options "-fcommon" } */
3 /* { dg-final { scan-assembler ".comm\[ \t\]_foo,1,15" } } */
5 char foo __attribute__ ((aligned(32768)));