Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
noreturn-5.f90
blob: d07b0502f08bd140295cd7cd17f1ee7e693aa3fd [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-O2"
}
subroutine bar
!
GCC$ ATTRIBUTES noreturn
::
foo1
call foo1
()
call noreturn_autodetection_failed
()
end
subroutine
!
/* { dg-final { scan-assembler-not "noreturn_autodetection_failed" } } */