mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 18:20:20 +08:00
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
This commit is contained in:
parent
cb3790cb4e
commit
0890eb23c3
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -34,6 +34,7 @@ set comp_output [gcc_target_compile \
|
||||
"additional_flags=-gdwarf-2"]
|
||||
if { ! [string match "*: target system does not support the * debug format*" \
|
||||
$comp_output] } {
|
||||
remove-build-file "trivial.S"
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
|
||||
"" $DEFAULT_CFLAGS
|
||||
}
|
||||
|
@ -274,6 +274,7 @@ proc gcc-dg-debug-runtest { target_compile trivial opt_opts testcases } {
|
||||
"additional_flags=$type"]
|
||||
if { ! [string match "*: target system does not support the * debug format*" \
|
||||
$comp_output] } {
|
||||
remove-build-file "trivial.S"
|
||||
foreach level {1 "" 3} {
|
||||
lappend DEBUG_TORTURE_OPTIONS [list "${type}${level}"]
|
||||
foreach opt $opt_opts {
|
||||
|
Loading…
Reference in New Issue
Block a user