From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16984 invoked by alias); 20 Feb 2013 13:49:09 -0000 Received: (qmail 16198 invoked by uid 48); 20 Feb 2013 13:48:32 -0000 From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/56408] Fix dependency handling of testsuite/gfortran.dg Date: Wed, 20 Feb 2013 13:49: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: burnus at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC 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" 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: 2013-02/txt/msg02058.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56408 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #2 from Tobias Burnus 2013-02-20 13:48:32 UTC --- (In reply to comment #1) > Given that you can use dg.exp=nameoftest.f90 and run only that single test, I > think dg-additional-sources should be the way to go in those cases. Reconsidering it, I think you are right. As dg-additional-sources appends the other file, one has to use dg-additional-sources on the file which provides the module. And in the file which requires the module, one has to use: ! { dg-do compile { target skip-all-targets } } Probably affected: binding_label_tests_10.f03 binding_label_tests_11.f03 binding_label_tests_13.f03 class_45a.f03 class_4a.f03 class_4b.f03 coarray_29_1.f90 test_common_binding_labels_2.f03 test_common_binding_labels_3.f03 whole_file_28.f90 whole_file_30.f90