This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408

--- Comment #6 from Tobias Burnus <burnus at gcc dot gnu.org> 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 would be to do
...

I have now tried my proposal, however, my patch (see attachment) doesn't work.
The problem is that the additional file is seemingly not read when checking
whether the output contains the pattern. (Additionally, it writes to the
original ".s" ($source.s) not to the one of the additional sources; I don't
know whether that's good (for cleanup) or bad (for pattern matching).)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]