Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: gcc/gcc/testsuite/gcc.misc-tests/options.exp

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ('k') | gcc/gcc/testsuite/gcc.target/alpha/20011018-1.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.misc-tests/options.exp
diff --git a/gcc/gcc/testsuite/gcc.misc-tests/options.exp b/gcc/gcc/testsuite/gcc.misc-tests/options.exp
index 1d4b779fe118294ce0928c93b74e6103156ea3c8..a9a74e19afa551196102183b2a22c021792cf551 100644
--- a/gcc/gcc/testsuite/gcc.misc-tests/options.exp
+++ b/gcc/gcc/testsuite/gcc.misc-tests/options.exp
@@ -19,7 +19,7 @@
# match the patterns COMPILER_PATTERN, AS_PATTERN and LD_PATTERN,
# respectively.
-proc check_for_options {language gcc_options compiler_pattern as_pattern ld_pattern} {
+proc check_for_all_options {language gcc_options compiler_pattern as_pattern ld_pattern} {
set filename test-[pid]
set fd [open $filename.c w]
puts $fd "int main (void) \{ return 0; \}"
@@ -51,4 +51,4 @@ proc check_for_options {language gcc_options compiler_pattern as_pattern ld_patt
pass $test
}
-check_for_options c {--coverage} {-fprofile-arcs -ftest-coverage} {} {-lgcov}
+check_for_all_options c {--coverage} {-fprofile-arcs -ftest-coverage} {} {-lgcov}
« no previous file with comments | « gcc/gcc/testsuite/gcc.misc-tests/linkage.exp ('k') | gcc/gcc/testsuite/gcc.target/alpha/20011018-1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698