summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/sh/pr64851-1.c
blob: 26e9b2a6f97999222f54b4b77b1864d0be54841c (plain)
1
2
3
4
5
6
/* Check that atomic not ops are generated.  */
/* { dg-do compile { target { atomic_model_soft_gusa_available } } }  */
/* { dg-options "-O2 -matomic-model=soft-gusa,strict" }  */
/* { dg-final { scan-assembler-times "not\t" 12 } }  */

#include "pr64851-0.h"