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/51727] Changing module files


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.


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