aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/sh/pr61996.c
blob: 51a5f929d5501291a84aaa9eeef4e0845efe0a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Check that the option -musermode has no effect on targets that do not
   support user/privileged mode and that it does not interfere with option
   -matomic-model=soft-imask.  */
/* { dg-do compile }  */
/* { dg-options "-matomic-model=soft-imask" }  */
/* { dg-skip-if "" { "sh*-*-*" } { "*"} { "-m1*" "-m2*" } }  */

int
test (void)
{
  return 0;
}