[Bug testsuite/85865] [9 regression] Many libgomp fortran test cases fails starting with r260433

2018-05-21 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85865

janus at gcc dot gnu.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |9.0

--- Comment #5 from janus at gcc dot gnu.org ---
All the failures should be fixed with r260487. Closing.

[Bug testsuite/85865] [9 regression] Many libgomp fortran test cases fails starting with r260433

2018-05-21 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85865

--- Comment #4 from janus at gcc dot gnu.org ---
Author: janus
Date: Mon May 21 20:48:59 2018
New Revision: 260487

URL: https://gcc.gnu.org/viewcvs?rev=260487=gcc=rev
Log:
2018-05-21  Janus Weil  

PR fortran/85841
PR testsuite/85865
* testsuite/libgomp.fortran/collapse2.f90: Add option "-std=legacy".
* testsuite/libgomp.fortran/omp_atomic2.f90: Ditto.
* testsuite/libgomp.fortran/omp_parse1.f90: Ditto.
* testsuite/libgomp.fortran/omp_parse3.f90: Ditto.
* testsuite/libgomp.fortran/task2.f90: Ditto.
* testsuite/libgomp.fortran/vla1.f90: Ditto.
* testsuite/libgomp.fortran/vla2.f90: Ditto.
* testsuite/libgomp.fortran/vla3.f90: Ditto.
* testsuite/libgomp.fortran/vla4.f90: Ditto.
* testsuite/libgomp.fortran/vla5.f90: Ditto.
* testsuite/libgomp.fortran/vla6.f90: Ditto.
* testsuite/libgomp.fortran/vla8.f90: Ditto.
* testsuite/libgomp.oacc-fortran/collapse-2.f90: Ditto.
* testsuite/libgomp.oacc-fortran/nested-function-1.f90: Ditto.

Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/testsuite/libgomp.fortran/collapse2.f90
trunk/libgomp/testsuite/libgomp.fortran/omp_atomic2.f90
trunk/libgomp/testsuite/libgomp.fortran/omp_parse1.f90
trunk/libgomp/testsuite/libgomp.fortran/omp_parse3.f90
trunk/libgomp/testsuite/libgomp.fortran/task2.f90
trunk/libgomp/testsuite/libgomp.fortran/vla1.f90
trunk/libgomp/testsuite/libgomp.fortran/vla2.f90
trunk/libgomp/testsuite/libgomp.fortran/vla3.f90
trunk/libgomp/testsuite/libgomp.fortran/vla4.f90
trunk/libgomp/testsuite/libgomp.fortran/vla5.f90
trunk/libgomp/testsuite/libgomp.fortran/vla6.f90
trunk/libgomp/testsuite/libgomp.fortran/vla8.f90
trunk/libgomp/testsuite/libgomp.oacc-fortran/collapse-2.f90
trunk/libgomp/testsuite/libgomp.oacc-fortran/nested-function-1.f90

[Bug testsuite/85865] [9 regression] Many libgomp fortran test cases fails starting with r260433

2018-05-21 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85865

janus at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2018-05-21
   Assignee|unassigned at gcc dot gnu.org  |janus at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #3 from janus at gcc dot gnu.org ---
(In reply to seurer from comment #1)
>   PR fortran/85841
>   * gfortran.dg/g77/19990826-3.f: Add option "-std=legacy".
>   * gfortran.dg/g77/20020307-1.f: Ditto.
> ...
> 
> Probably this just needs to be added to all the failing test cases, too.

Yes, I'm on it.

[Bug testsuite/85865] [9 regression] Many libgomp fortran test cases fails starting with r260433

2018-05-21 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85865

kargl at gcc dot gnu.org changed:

   What|Removed |Added

 CC||kargl at gcc dot gnu.org

--- Comment #2 from kargl at gcc dot gnu.org ---
(In reply to seurer from comment #1)
> r260433 | janus | 2018-05-21 01:45:55 -0500 (Mon, 21 May 2018) | 42 lines
> 
> 2018-05-21  Janus Weil  
> 
>   PR fortran/85841
>   * gfortran.dg/g77/19990826-3.f: Add option "-std=legacy".
>   * gfortran.dg/g77/20020307-1.f: Ditto.
> ...
> 
> Probably this just needs to be added to all the failing test cases, too.

Yes, Janus and I are aware of the failures.  Unfortunately,

make check-fortran

does not run over the Fortran code in libgomp.fortran, so the
above list of failures were missed.

[Bug testsuite/85865] [9 regression] Many libgomp fortran test cases fails starting with r260433

2018-05-21 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85865

--- Comment #1 from seurer at gcc dot gnu.org ---
r260433 | janus | 2018-05-21 01:45:55 -0500 (Mon, 21 May 2018) | 42 lines

2018-05-21  Janus Weil  

PR fortran/85841
* gfortran.dg/g77/19990826-3.f: Add option "-std=legacy".
* gfortran.dg/g77/20020307-1.f: Ditto.
...

Probably this just needs to be added to all the failing test cases, too.