view gcc/testsuite/gcc.target/sh/pr61996.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* 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 { target { ! has_privileged } } }  */
/* { dg-options "-matomic-model=soft-imask" }  */

int
test (void)
{
  return 0;
}