mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-01 15:54:17 +08:00
scanasm.exp (scan-assembler-dem, [...]): Remove first, non-varying, argument.
* lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not): Remove first, non-varying, argument. From-SVN: r49197
This commit is contained in:
parent
b299a075f0
commit
6b016bf436
@ -1,3 +1,8 @@
|
||||
2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
|
||||
Remove first, non-varying, argument.
|
||||
|
||||
2002-01-23 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* gcc.dg/inline-2.c: New.
|
||||
|
@ -91,7 +91,7 @@ proc scan-assembler-not { args } {
|
||||
|
||||
# Utility for scanning demangled compiler result, invoked via dg-final.
|
||||
# Call pass if pattern is present, otherwise fail.
|
||||
proc scan-assembler-dem { pattern args } {
|
||||
proc scan-assembler-dem { args } {
|
||||
global cxxfilt
|
||||
global base_dir
|
||||
|
||||
@ -135,7 +135,7 @@ proc scan-assembler-dem { pattern args } {
|
||||
}
|
||||
|
||||
# Call pass if demangled pattern is not present, otherwise fail.
|
||||
proc scan-assembler-dem-not { pattern args } {
|
||||
proc scan-assembler-dem-not { args } {
|
||||
global cxxfilt
|
||||
global base_dir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user