2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / pr70478.c
bloba1f135c2b565d2f12954f851c91515e91962bb10
1 /* { dg-do compile } */
2 /* { dg-options "-w -O3 -march=z9-109" } */
3 /* { dg-final { scan-assembler-not "stg" } } */
5 void foo(unsigned int *a, unsigned char *b)
7 *a &= *b;