scanasm.exp (scan-assembler-times_required_options): New proc.

gcc/testsuite/
	* lib/scanasm.exp (scan-assembler-times_required_options): New proc.

From-SVN: r190697
This commit is contained in:
Richard Sandiford 2012-08-26 19:16:33 +00:00 committed by Richard Sandiford
parent c5a3fffaab
commit 8870dee7f0
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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 } {