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" } } */