aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/sh/pr64851-2.c
blob: 44358a570176294bb7cc39e1390740bbf213a1eb (plain)
1
2
3
4
5
6
/* Check that atomic not ops are generated.  */
/* { dg-do compile { target { atomic_model_soft_tcb_available } } }  */
/* { dg-options "-O2 -matomic-model=soft-tcb,gbr-offset=0,strict" }  */
/* { dg-final { scan-assembler-times "not\t" 12 } }  */

#include "pr64851-0.h"