This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51727] Changing module files
- From: "tobi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Oct 2012 13:29:57 +0000
- Subject: [Bug fortran/51727] Changing module files
- Auto-submitted: auto-generated
- References: <bug-51727-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51727
Tobias SchlÃter <tobi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #28424|0 |1
is obsolete| |
--- Comment #14 from Tobias SchlÃter <tobi at gcc dot gnu.org> 2012-10-11 13:29:57 UTC ---
Created attachment 28425
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28425
Patch for testing
Ok, the testsuite doesn't take so much time, and the modified test passed
immediately. Here is the patch, sped up by only including the relevant symbols
in the map.
NB even with this patch, the symbols will not necessarily appear in numeric
order in the module file, because dependencies may only become apparent during
the writing of the symbols. Nevertheless, the order is now deterministic.