diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/byte_1.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/byte_1.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/byte_1.f90 b/gcc/testsuite/gfortran.dg/byte_1.f90 index 6cac4216f85..b87034c0a67 100644 --- a/gcc/testsuite/gfortran.dg/byte_1.f90 +++ b/gcc/testsuite/gfortran.dg/byte_1.f90 @@ -1,5 +1,5 @@ ! { dg-do compile } -! { dg-options "-fall-intrinsics -std=f95" } +! { dg-options " -std=f95" } program testbyte integer(1) :: ii = 7 call foo(ii) @@ -17,6 +17,6 @@ subroutine bar(ii,b) byte b ! { dg-error "BYTE type" } if (b.ne.ii) then ! print *,"Failed" - call abort + STOP 1 end if end subroutine bar |