re PR fortran/30681 ("obsolescent" vs. "obsolete")
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 19 Feb 2007 06:52:18 +0000 (06:52 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 19 Feb 2007 06:52:18 +0000 (06:52 +0000)
2007-02-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/30681
* gfortran.dg/pr17229.f: Change "Obsolete" to "Obsolescent".

From-SVN: r122125

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr17229.f

index bf4845f9c3657283c52abf8ec97885274eeec40d..8540aaca729f5d484250143df3c2ec07c5997544 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/30681
+       * gfortran.dg/pr17229.f: Change "Obsolete" to "Obsolescent".
+
 2007-02-18  Roger Sayle  <roger@eyesopen.com>
 
        PR rtl-optimization/28173
 2007-02-18  Roger Sayle  <roger@eyesopen.com>
 
        PR rtl-optimization/28173
index 4e96d29921a4ec5a00c08eec82197385f05618c7..da780d7feef950cb98df90db512f338417cdbfcf 100644 (file)
@@ -5,18 +5,18 @@
 
       l = .false.
       i = -1
 
       l = .false.
       i = -1
-      if (l) if (i) 999,999,999 ! { dg-warning "Obsolete: arithmetic IF statement" }
+      if (l) if (i) 999,999,999 ! { dg-warning "Obsolescent: arithmetic IF statement" }
 
       l = .true.
 
       l = .true.
-      if (l) if (i) 10,999,999 ! { dg-warning "Obsolete: arithmetic IF statement" }
+      if (l) if (i) 10,999,999 ! { dg-warning "Obsolescent: arithmetic IF statement" }
       go to 999
 
    10 i = 0
       go to 999
 
    10 i = 0
-      if (l) if (i) 999,20,999 ! { dg-warning "Obsolete: arithmetic IF statement" }
+      if (l) if (i) 999,20,999 ! { dg-warning "Obsolescent: arithmetic IF statement" }
       go to 999
 
    20 i = 1
       go to 999
 
    20 i = 1
-      if (l) if (i) 999,999,30 ! { dg-warning "Obsolete: arithmetic IF statement" }
+      if (l) if (i) 999,999,30 ! { dg-warning "Obsolescent: arithmetic IF statement" }
       go to 999
 
   999 call abort
       go to 999
 
   999 call abort