re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran testsuite)
authorJanus Weil <janus@gcc.gnu.org>
Sun, 18 Feb 2018 12:29:09 +0000 (13:29 +0100)
committerJanus Weil <janus@gcc.gnu.org>
Sun, 18 Feb 2018 12:29:09 +0000 (13:29 +0100)
2018-02-18  Janus Weil  <janus@gcc.gnu.org>

PR fortran/84381
* gfortran.dg/io_real_boz2.f90: Remove option "-fall-intrinsics".
* gfortran.dg/pointer_intent_3.f90: Ditto.
* gfortran.dg/proc_ptr_common_1.f90: Ditto.
* gfortran.dg/protected_3.f90: Ditto.
* gfortran.dg/protected_4.f90: Ditto.
* gfortran.dg/protected_5.f90: Ditto.
* gfortran.dg/protected_6.f90: Ditto.

From-SVN: r257789

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/io_real_boz2.f90
gcc/testsuite/gfortran.dg/pointer_intent_3.f90
gcc/testsuite/gfortran.dg/proc_ptr_common_1.f90
gcc/testsuite/gfortran.dg/protected_3.f90
gcc/testsuite/gfortran.dg/protected_4.f90
gcc/testsuite/gfortran.dg/protected_5.f90
gcc/testsuite/gfortran.dg/protected_6.f90

index 207a3bad7629be088fbb06694723104d167c53fa..0a44b55baa4c2f2b06703354f042450b2339f4ca 100644 (file)
@@ -1,3 +1,14 @@
+2018-02-18  Janus Weil  <janus@gcc.gnu.org>
+
+       PR fortran/84381
+       * gfortran.dg/io_real_boz2.f90: Remove option "-fall-intrinsics".
+       * gfortran.dg/pointer_intent_3.f90: Ditto.
+       * gfortran.dg/proc_ptr_common_1.f90: Ditto.
+       * gfortran.dg/protected_3.f90: Ditto.
+       * gfortran.dg/protected_4.f90: Ditto.
+       * gfortran.dg/protected_5.f90: Ditto.
+       * gfortran.dg/protected_6.f90: Ditto.
+
 2018-02-18  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/80945
index b62385f02a628810230050d31f8cbbf25f7fddfd..9171e24966e03bd20c8cf50a44477a7163f3d669 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do run }
 ! { dg-shouldfail "Real BOZ not allowed" }
-! { dg-options "-fall-intrinsics -std=f2003" }
+! { dg-options "-std=f2003" }
 ! Test for invalid (F95/F2003) writing of real with octal edit descriptor
 ! PR fortran/29625
 program real_boz
index 7f87d10e9bbb6b41f68b1e4f7d2ce91d986441e5..055de3aae0fe246005367def9e547ef96e9f3e42 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! { dg-options "-std=f2003 -fall-intrinsics" }
+! { dg-options "-std=f2003" }
 ! { dg-shouldfail "Invalid code" }
 !
 ! Pointer intent test
index 2374e9fe58403535d0e4517e83c3f9884f5076e3..25ba4c5a037a70a81be471eaa74413981810340c 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do run }
-! { dg-options "-std=f2003 -fall-intrinsics" }
+! { dg-options "-std=f2003" }
 !
 ! PR fortran/36592
 !
index e3d31a6bf8fde3cd9ac5d10ffd462363695f06fb..95cdad057cfbc1614a21c3b0d1ef7fdbfc953990 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-options "-std=f95 -fall-intrinsics" }
+! { dg-options "-std=f95" }
 ! PR fortran/23994
 !
 ! Test PROTECTED attribute. Within the module everything is allowed.
index 2834680a9889767046872e8cc533dc87554be8ec..44ca6ac13923bff9e818dc8c8f24cf16ce23c8e4 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do compile }
 ! { dg-shouldfail "Invalid Fortran 2003 code" }
-! { dg-options "-std=f2003 -fall-intrinsics" }
+! { dg-options "-std=f2003" }
 ! PR fortran/23994
 !
 ! Test PROTECTED attribute. Within the module everything is allowed.
index 4901b82143d6a4b86799b700cef1b359f1954bd0..410dbdf9001ff62fdae9f6f8ac274c6e354dfaff 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do compile }
 ! { dg-shouldfail "Invalid Fortran 2003 code" }
-! { dg-options "-std=f2003 -fall-intrinsics" }
+! { dg-options "-std=f2003" }
 ! PR fortran/23994
 !
 ! Test PROTECTED attribute. Within the module everything is allowed.
index 8e85bbfe06d6b4b414d8d960da71147d3ec47afc..9df9ef47a105633d5389280d4555e591cd056d24 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do compile }
 ! { dg-shouldfail "Invalid Fortran 2003 code" }
-! { dg-options "-std=f2003 -fall-intrinsics" }
+! { dg-options "-std=f2003" }
 ! PR fortran/23994
 !
 ! Test PROTECTED attribute. Within the module everything is allowed.