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 testsuite/65126] [5 Regression] additional_sources not defined anymore during dg-final


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65126

--- Comment #9 from vries at gcc dot gnu.org ---
Author: vries
Date: Tue Feb 24 06:55:51 2015
New Revision: 220929

URL: https://gcc.gnu.org/viewcvs?rev=220929&root=gcc&view=rev
Log:
Add additional_sources_used

2015-02-24  Tom de Vries  <tom@codesourcery.com>

    PR testsuite/65126
    * lib/gcc-defs.exp (additional_sources_used): Add new var.
    (dg-additional-files-options): Copy additional_sources to
    additional_sources_used before emptying additional_sources.
    * lib/gcc-dg.exp (cleanup-coverage-files, cleanup-repo-files)
    (cleanup-stack-usage, cleanup-ada-spec, cleanup-dump)
    (cleanup-saved-temps): Use additional_sources_used instead of
    additional_sources.
    (dg-test): Reset additional_sources_used.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/gcc-defs.exp
    trunk/gcc/testsuite/lib/gcc-dg.exp


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