From 8870dee7f0d6173b0d0849b7223879bfa02fa77f Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sun, 26 Aug 2012 19:16:33 +0000 Subject: [PATCH] scanasm.exp (scan-assembler-times_required_options): New proc. gcc/testsuite/ * lib/scanasm.exp (scan-assembler-times_required_options): New proc. From-SVN: r190697 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/lib/scanasm.exp | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ab9679cb553..590fac40e34 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-08-26 Richard Sandiford + + * lib/scanasm.exp (scan-assembler-times_required_options): New proc. + 2012-08-25 Jason Merrill * g++.dg/cpp0x/fntmpdefarg3.C: New. diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp index 51c19d3ade1..c513857cd8d 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 } { -- 2.30.2