]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2019-01-26 Manfred Schwarb <manfred99@gmx.ch>
authorManfred Schwarb <manfred99@gmx.ch>
Sat, 26 Jan 2019 15:09:52 +0000 (16:09 +0100)
committerDominique d'Humieres <dominiq@gcc.gnu.org>
Sat, 26 Jan 2019 15:09:52 +0000 (16:09 +0100)
* 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

From-SVN: r268294

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_function_5.f90
gcc/testsuite/gfortran.dg/class_66.f90
gcc/testsuite/gfortran.dg/debug/pr35154-stabs.f
gcc/testsuite/gfortran.dg/dec_structure_12.f90
gcc/testsuite/gfortran.dg/dec_structure_14.f90
gcc/testsuite/gfortran.dg/dec_structure_15.f90
gcc/testsuite/gfortran.dg/extends_11.f03
gcc/testsuite/gfortran.dg/pr58968.f
gcc/testsuite/gfortran.dg/pr78259.f90

index d8d6911275dddddda012988903b2cbe37534d73b..8aeaf7f63c35d72ecdea620814b40ea0020e715e 100644 (file)
@@ -1,3 +1,15 @@
+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
index 9c95f800517869251e0ac19584fd464dd5bef347..a2c66950e07521b43f63be845a54fff354225a9b 100644 (file)
@@ -1,4 +1,4 @@
-! {  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>
index 1843ea7eb69284a09907060bd67190a851525412..5a7b87aea5b7275ac5fe1dbcf5145fb8233f1beb 100644 (file)
@@ -1,4 +1,4 @@
-! { 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.
index fd731994f369c8ab362ff9e486ed50b35b687be6..da3759c5b323998ce200e2fbd0e01c1ad5cdf679 100644 (file)
@@ -1,7 +1,7 @@
 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
index b6cc5aa12edc2ba6e584fe6fa42cc96babf59e6b..720d6ddc5d072a6a2c2f0d3dcc53dba64f269038 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-fdec-structure" }
 !
 ! Test a regression where multiple anonymous structures failed to
index 4e271b7390f34b3afe4b38977e2ac4f3cebb3613..0079e6c1c29b0b368dcfeb84772c8cc2a2331335 100644 (file)
@@ -1,4 +1,4 @@
-  ! { dg-do "compile" }
+  ! { dg-do compile }
   ! { dg-options "-fdec-structure" }
   !
   ! Test that structures inside a common block do not require the
index fd06ff9f10dfc35e376bbe87e2c33415447403f8..46e073190e417f4e1884549e5ee310e6da041c46 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "" }
 !
 ! PR fortran/77584
index 7b32cdf547f822c927474b5ffb62564d7b0623e7..2f19225d703d5d927f545da8a952b8c8d56953d5 100644 (file)
@@ -37,4 +37,4 @@
   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" } }
index db06d50fa27fac95d83330bb01d1969c8f390c52..b6ea17f4ae2d21efd3bd4c0328ecdeadf029c600 100644 (file)
@@ -1,5 +1,5 @@
 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,
index 82f48ea5f3e23b89d5ee5fc67d2ac8c7ce1e115f..4c40aacbcb7b8b7a8b4f9e8a4cffa88cb933b678 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-fdec-structure" }
 !
 ! PR fortran/78259