mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:00:58 +08:00
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:
parent
c5a3fffaab
commit
8870dee7f0
@ -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.
|
||||
|
@ -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 } {
|
||||
|
Loading…
x
Reference in New Issue
Block a user