blob: a1f135c2b565d2f12954f851c91515e91962bb10 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-w -O3 -march=z9-109" } */
/* { dg-final { scan-assembler-not "stg" } } */
void foo(unsigned int *a, unsigned char *b)
{
*a &= *b;
}