+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
! { 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
! { dg-do compile }
-! { dg-options "-std=f2003 -fall-intrinsics" }
+! { dg-options "-std=f2003" }
! { dg-shouldfail "Invalid code" }
!
! Pointer intent test
! { dg-do run }
-! { dg-options "-std=f2003 -fall-intrinsics" }
+! { dg-options "-std=f2003" }
!
! PR fortran/36592
!
-! { dg-options "-std=f95 -fall-intrinsics" }
+! { dg-options "-std=f95" }
! PR fortran/23994
!
! Test PROTECTED attribute. Within the module everything is allowed.
! { 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.
! { 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.
! { 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.