aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-10 03:01:48 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-10 03:01:48 +0000
commit3ce913f69f61fcfc70cc1bb0b10571149e55b179 (patch)
tree2ee60db63ae2096e14ecc658013269bc8fa3f7da
parent09e7e3346065dafcb1aaa19cc96825013cd413d8 (diff)
* testsuite/gcc.misc-tests/options.exp (check_for_options): Matchvar-tracking-assignments-merge-142635-before
as-new too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/var-tracking-assignments-branch@142635 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.vta5
-rw-r--r--gcc/testsuite/gcc.misc-tests/options.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog.vta b/gcc/ChangeLog.vta
index 6c3b14a0c05..1a9651d3361 100644
--- a/gcc/ChangeLog.vta
+++ b/gcc/ChangeLog.vta
@@ -1,5 +1,10 @@
2008-12-10 Alexandre Oliva <aoliva@redhat.com>
+ * testsuite/gcc.misc-tests/options.exp (check_for_options): Match
+ as-new too.
+
+2008-12-10 Alexandre Oliva <aoliva@redhat.com>
+
* tree-stdarg.c (check_all_va_list_escapes): Ignore debug stmts.
2008-12-10 Alexandre Oliva <aoliva@redhat.com>
diff --git a/gcc/testsuite/gcc.misc-tests/options.exp b/gcc/testsuite/gcc.misc-tests/options.exp
index 1d4b779fe11..1d97f97f680 100644
--- a/gcc/testsuite/gcc.misc-tests/options.exp
+++ b/gcc/testsuite/gcc.misc-tests/options.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ proc check_for_options {language gcc_options compiler_pattern as_pattern ld_patt
fail "$test (compiler options)"
return
}
- if {![regexp -- " *as(\\.exe)? .*$as_pattern" $gcc_output]} {
+ if {![regexp -- " *as(-new)?(\\.exe)? .*$as_pattern" $gcc_output]} {
fail "$test (assembler options)"
return
}