2003-04-09 Mike Stump <mrs@apple.com>
* gcc.dg/pch/pch.exp: Make testcase names longer.
+ * g++.dg/pch/pch.exp: Make testcase names longer.
2003-04-08 Roger Sayle <roger@eyesopen.com>
if ![runtest_file_p $runtests $test] {
continue
}
- set nshort [file tail [file dirname $test]]/[file tail $test]
+ set nshort "$subdir/[file tail $test]"
set bname "[file rootname [file tail $test]]"
catch { file delete "$bname.H.gch" }
}
} else {
- untested $nshort
+ untested "$nshort $flags"
untested "$nshort $flags assembly comparison"
}
}