+2019-01-26 Manfred Schwarb <manfred99@gmx.ch>
+
+ * gfortran.dg/array_function_5.f90
+ * gfortran.dg/class_66.f90
+ * gfortran.dg/dec_structure_12.f90
+ * gfortran.dg/dec_structure_14.f90
+ * gfortran.dg/dec_structure_15.f90
+ * gfortran.dg/extends_11.f03
+ * gfortran.dg/pr58968.f
+ * gfortran.dg/pr78259.f90
+ * gfortran.dg/debug/pr35154-stabs.f
+
2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
PR target/88998
-! { dg-do run }
+! { dg-do run }
! PR41278 internal compiler error related to matmul and transpose
! Test case prepared by Jerry DeLisle <jvdelisle@gcc.gnu.org>
! Original test case by Chris <cmklaij@hetnet.nl>
-! { dg- do run }
+! { dg-do run }
!
! Test the fix for PR78641 in which an ICE occured on assignment
! of a class array constructor to a derived type array.
C Test program for common block debugging. G. Helffrich 11 July 2004.
C { dg-do compile }
C { dg-skip-if "No stabs" { aarch64*-*-* mmix-*-* alpha*-*-* hppa*64*-*-* ia64-*-* *-*-vxworks* } { "*" } { "" } }
-C { dg-skip-if "No stabs" {*-*-* } { "*" } { "-gstabs" } }
+C { dg-skip-if "No stabs" { *-*-* } { "*" } { "-gstabs" } }
common i,j
common /label/l,m
i = 1
-! { dg-do "compile" }
+! { dg-do compile }
! { dg-options "-fdec-structure" }
!
! Test a regression where multiple anonymous structures failed to
- ! { dg-do "compile" }
+ ! { dg-do compile }
! { dg-options "-fdec-structure" }
!
! Test that structures inside a common block do not require the
-! { dg-do "compile" }
+! { dg-do compile }
! { dg-options "" }
!
! PR fortran/77584
recruit%service%education%person%ss = 9
end
-! { dg-final { scan-tree-dump-times " +recruit\\.service\\.education\\.person\\.ss =" 8 "original"} }
+! { dg-final { scan-tree-dump-times " +recruit\\.service\\.education\\.person\\.ss =" 8 "original" } }
C PR rtl-optimization/58968.f
-C { dg-do compile { target powerpc*-*-*} }
+C { dg-do compile { target powerpc*-*-* } }
C { dg-options "-mcpu=power7 -O3 -w -ffast-math -funroll-loops" }
SUBROUTINE MAKTABS(IW,SOME,LBOX1,LBOX2,LBOX3,NSPACE,NA,NB,
* LBST,X,
-! { dg-do "compile" }
+! { dg-do compile }
! { dg-options "-fdec-structure" }
!
! PR fortran/78259