Merge branches/gcc-4_8-branch rev 216856
[official-gcc.git] / gcc-4_8-branch / gcc / testsuite / gcc.target / sh / pr61996.c
blob51a5f929d5501291a84aaa9eeef4e0845efe0a1a
1 /* Check that the option -musermode has no effect on targets that do not
2 support user/privileged mode and that it does not interfere with option
3 -matomic-model=soft-imask. */
4 /* { dg-do compile } */
5 /* { dg-options "-matomic-model=soft-imask" } */
6 /* { dg-skip-if "" { "sh*-*-*" } { "*"} { "-m1*" "-m2*" } } */
8 int
9 test (void)
11 return 0;