Commit 03b85dcd by Tamar Christina Committed by Tamar Christina

Fix test names for trad.exp tests

	 PR testsuite/78136
	 * gcc.dg/cpp/trad/trad.exp
	 (dg-runtest): Moved $srcdir/$subdir/ to DEFAULT_TRADCPPFLAGS.

From-SVN: r242500
parent 7157aa85
2016-11-16 Tamar Christina <tamar.christina@arm.com>
PR testsuite/78136
* gcc.dg/cpp/trad/trad.exp
(dg-runtest): Moved $srcdir/$subdir/ to
DEFAULT_TRADCPPFLAGS.
2016-11-16 Andre Vehreschild <vehre@gcc.gnu.org>
PR fortran/78356
......
......@@ -29,7 +29,7 @@ load_lib gcc-dg.exp
# If a testcase doesn't have special options, use these.
global DEFAULT_TRADCPPFLAGS
if ![info exists DEFAULT_TRADCPPFLAGS] then {
set DEFAULT_TRADCPPFLAGS " -traditional-cpp"
set DEFAULT_TRADCPPFLAGS " -traditional-cpp -I$srcdir/$subdir/"
}
# Initialize `dg'.
......@@ -37,7 +37,7 @@ dg-init
# Main loop.
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
"-I$srcdir/$subdir/" $DEFAULT_TRADCPPFLAGS
"" $DEFAULT_TRADCPPFLAGS
# All done.
dg-finish
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment