(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
sh/
pr64851-4.c
       1  /* Check that atomic not ops are generated.  */
       2  /* { dg-do compile { target { atomic_model_hard_llcs_available } } }  */
       3  /* { dg-options "-O2 -matomic-model=hard-llcs,strict" }  */
       4  /* { dg-final { scan-assembler-times "not\t" 12 } }  */
       5  
       6  #include "pr64851-0.h"