Commit 8870dee7 by Richard Sandiford Committed by Richard Sandiford

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

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

From-SVN: r190697
parent c5a3fffa
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.
......
......@@ -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 } {
......
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