Commit 2d82ec25 by Nathan Sidwell Committed by Nathan Sidwell

* lib/gcc-dg.exp (schedule-cleanups): Add lang dump capability.

From-SVN: r247946
parent c7145711
gcc/testsuite/ChangeLog:
2017-05-11 Nathan Sidwell <nathan@acm.org>
* lib/gcc-dg.exp (schedule-cleanups): Add lang dump capability.
2017-05-11 Carl Love <cel@us.ibm.com>
......
......@@ -158,8 +158,8 @@ proc schedule-cleanups { opts } {
}
# Finally see if there are any dumps in opts, otherwise we are done
if [regexp -- {(?=(?:^|[ \t]+)?)-fdump-[^ \t]+(?=(?:$|[ \t]+)?)} $opts] {
# Ipa, Rtl, Tree for simplicity
set ptn "{i,r,t}"
# Lang, Ipa, Rtl, Tree for simplicity
set ptn "{l,i,r,t}"
} else {
return $finalcode
}
......
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