Commit 0890eb23 by Uros Bizjak Committed by Uros Bizjak

gcc-dg.exp (gcc-dg-debug-runtest): Remove build file trivial.S.

        * lib/gcc-dg.exp (gcc-dg-debug-runtest): Remove build file trivial.S.
        * gcc.dg/debug/dwarf2/dwarf2.exp: Ditto.

From-SVN: r123217
parent cb3790cb
2007-03-26 Uros Bizjak <ubizjak@gmail.com> 2007-03-26 Uros Bizjak <ubizjak@gmail.com>
* lib/gcc-dg.exp (gcc-dg-debug-runtest): Remove build file trivial.S.
* gcc.dg/debug/dwarf2/dwarf2.exp: Ditto.
2007-03-26 Uros Bizjak <ubizjak@gmail.com>
* gfortran.dg/use_[567].f90: Use correct cleanup-modules dg directive. * gfortran.dg/use_[567].f90: Use correct cleanup-modules dg directive.
2007-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2007-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
...@@ -34,6 +34,7 @@ set comp_output [gcc_target_compile \ ...@@ -34,6 +34,7 @@ set comp_output [gcc_target_compile \
"additional_flags=-gdwarf-2"] "additional_flags=-gdwarf-2"]
if { ! [string match "*: target system does not support the * debug format*" \ if { ! [string match "*: target system does not support the * debug format*" \
$comp_output] } { $comp_output] } {
remove-build-file "trivial.S"
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
"" $DEFAULT_CFLAGS "" $DEFAULT_CFLAGS
} }
......
...@@ -274,6 +274,7 @@ proc gcc-dg-debug-runtest { target_compile trivial opt_opts testcases } { ...@@ -274,6 +274,7 @@ proc gcc-dg-debug-runtest { target_compile trivial opt_opts testcases } {
"additional_flags=$type"] "additional_flags=$type"]
if { ! [string match "*: target system does not support the * debug format*" \ if { ! [string match "*: target system does not support the * debug format*" \
$comp_output] } { $comp_output] } {
remove-build-file "trivial.S"
foreach level {1 "" 3} { foreach level {1 "" 3} {
lappend DEBUG_TORTURE_OPTIONS [list "${type}${level}"] lappend DEBUG_TORTURE_OPTIONS [list "${type}${level}"]
foreach opt $opt_opts { foreach opt $opt_opts {
......
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