gcc/testsuite/
	* lib/scanasm.exp (scan-assembler-times_required_options): New proc.
From-SVN: r190697
+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.
 
     }
 }
 
+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 } {