aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2012-08-26 19:16:33 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2012-08-26 19:16:33 +0000
commit8870dee7f0d6173b0d0849b7223879bfa02fa77f (patch)
tree3ec12ca790d7aa35bc1540391f1cf9c4501eb0fd
parentc5a3fffaab7dbc3e125e6a49d6abaf430da84af9 (diff)
downloadgcc-8870dee7f0d6173b0d0849b7223879bfa02fa77f.zip
gcc-8870dee7f0d6173b0d0849b7223879bfa02fa77f.tar.gz
gcc-8870dee7f0d6173b0d0849b7223879bfa02fa77f.tar.bz2
scanasm.exp (scan-assembler-times_required_options): New proc.
gcc/testsuite/ * lib/scanasm.exp (scan-assembler-times_required_options): New proc. From-SVN: r190697
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/lib/scanasm.exp5
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ab9679c..590fac4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-26 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * lib/scanasm.exp (scan-assembler-times_required_options): New proc.
+
2012-08-25 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/fntmpdefarg3.C: New.
diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp
index 51c19d3..c513857 100644
--- a/gcc/testsuite/lib/scanasm.exp
+++ b/gcc/testsuite/lib/scanasm.exp
@@ -228,6 +228,11 @@ proc scan-assembler-times { args } {
}
}
+proc scan-assembler-times_required_options { args } {
+ global gcc_force_conventional_output
+ return $gcc_force_conventional_output
+}
+
# Utility for scanning demangled compiler result, invoked via dg-final.
# Call pass if pattern is present, otherwise fail.
proc scan-assembler-dem { args } {