From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25727 invoked by alias); 11 Oct 2012 13:30:33 -0000 Received: (qmail 25388 invoked by uid 48); 11 Oct 2012 13:30:02 -0000 From: "tobi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/51727] Changing module files Date: Thu, 11 Oct 2012 13:30:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tobi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tobi at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Attachment #28424 is obsolete Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg01076.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D51727 Tobias Schl=C3=BCter changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28424|0 |1 is obsolete| | --- Comment #14 from Tobias Schl=C3=BCter 2012-10= -11 13:29:57 UTC --- Created attachment 28425 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D28425 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 sym= bols 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 dur= ing the writing of the symbols. Nevertheless, the order is now deterministic.