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

2020-07-17 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95538

Dominique d'Humieres  changed:

   What|Removed |Added

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

--- Comment #3 from Dominique d'Humieres  ---
I just caught this one

--- ../_clean/gcc/testsuite/gfortran.dg/dtio_1.f90  2020-06-13
03:11:53.0 +0200
+++ gcc/testsuite/gfortran.dg/dtio_1.f902020-07-18 00:09:32.0
+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)

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

2020-06-08 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95538

--- Comment #2 from Alexandre Oliva  ---
More likely we've just always missed these lto dump files: IIRC they used to be
created in tmpdir, even during -save-temps builds.

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

2020-06-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95538

Richard Biener  changed:

   What|Removed |Added

 CC||aoliva at gcc dot gnu.org

--- Comment #1 from Richard Biener  ---
Might be that after aolivas driver auxname patches some cleanup patterns no
longer match?