[Bug testsuite/95538] Unfinished cleanup in the test suite

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Fri Jul 17 22:36:57 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95538

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2020-07-17
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I just caught this one

--- ../_clean/gcc/testsuite/gfortran.dg/dtio_1.f90      2020-06-13
03:11:53.000000000 +0200
+++ gcc/testsuite/gfortran.dg/dtio_1.f90        2020-07-18 00:09:32.000000000
+0200
@@ -152,6 +152,7 @@ PROGRAM test
   member%age=66
   astring = "SAME"
   read (10, *, iostat=myiostat, iomsg=astring) member, chairman, member
+  close(10, status='delete')
   ! The user defined procedure reads to the end of the line/file, then
finalizing the parent
   ! reads past, so we wrote a blank line above. User needs to address these
nuances in their
   ! procedures. (subject to interpretation)


More information about the Gcc-bugs mailing list