[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2019-03-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #17 from Thomas Schwinge --- Author: tschwinge Date: Thu Mar 21 19:31:30 2019 New Revision: 269853 URL: https://gcc.gnu.org/viewcvs?rev=269853&root=gcc&view=rev Log: [testsuite] Fix 'dg-compile-aux-modules' diagnostic gcc/te

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2019-03-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #16 from Thomas Schwinge --- Author: tschwinge Date: Thu Mar 21 19:31:09 2019 New Revision: 269852 URL: https://gcc.gnu.org/viewcvs?rev=269852&root=gcc&view=rev Log: [testsuite] Fix 'dg-compile-aux-modules' diagnostic gcc/te

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2019-03-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #15 from Thomas Schwinge --- Author: tschwinge Date: Thu Mar 21 19:29:57 2019 New Revision: 269851 URL: https://gcc.gnu.org/viewcvs?rev=269851&root=gcc&view=rev Log: [testsuite] Fix 'dg-compile-aux-modules' diagnostic gcc/te

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2019-03-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #14 from Thomas Schwinge --- Author: tschwinge Date: Thu Mar 21 19:17:12 2019 New Revision: 269850 URL: https://gcc.gnu.org/viewcvs?rev=269850&root=gcc&view=rev Log: [testsuite, Fortran] Apply DejaGnu 1.4.4 work-around also to 'gfort

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2019-03-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #12 from Thomas Schwinge --- Author: tschwinge Date: Thu Mar 21 19:16:29 2019 New Revision: 269848 URL: https://gcc.gnu.org/viewcvs?rev=269848&root=gcc&view=rev Log: [testsuite, Fortran] Apply DejaGnu 1.4.4 work-around also to 'gfort

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2019-03-21 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #13 from Thomas Schwinge --- Author: tschwinge Date: Thu Mar 21 19:16:54 2019 New Revision: 269849 URL: https://gcc.gnu.org/viewcvs?rev=269849&root=gcc&view=rev Log: [testsuite, Fortran] Apply DejaGnu 1.4.4 work-around also to 'gfort

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2015-08-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2014-12-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Domi

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2014-09-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Tue Sep 16 09:35:00 2014 New Revision: 215293 URL: https://gcc.gnu.org/viewcvs?rev=215293&root=gcc&view=rev Log: PR fortran/56408 * gfortran.dg/dg.exp (dg-compile-aux-modules): Wo

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2014-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Mon Sep 15 19:46:12 2014 New Revision: 215275 URL: https://gcc.gnu.org/viewcvs?rev=215275&root=gcc&view=rev Log: PR fortran/56408 * gfortran.dg/dg.exp (gfortran_test_path, gfortra

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2014-09-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #6 from Tobias Burnus 2013-02-20 16:32:18 UTC --- Created attachment 29511 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29511 Draft patch (not working) for testsuite/lib (In reply to comment #5) > Maybe, an option wo

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #5 from Tobias Burnus 2013-02-20 15:29:07 UTC --- (In reply to comment #4) > So can the modules be just moved into their own separate files and #included > (or INCLUDEd)? No. Those tests require that there is more than one t

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #4 from Jakub Jelinek 2013-02-20 14:54:54 UTC --- So can the modules be just moved into their own separate files and #included (or INCLUDEd)? Or add something like dg-additional-sources for module compilations, where dg.exp wo

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 --- Comment #3 from Tobias Burnus 2013-02-20 14:50:04 UTC --- Created attachment 29510 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29510 Draft patch (fails due to issues mentioned in comment 3) (In reply to comment #2) > (In re

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg

2013-02-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co