From 94b23dd5bc10b9787d91c69a14c61026a23d7c5e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 29 Aug 2000 18:27:00 -0400 Subject: Fix typo in last change to f_options From-SVN: r36058 --- gcc/toplev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/toplev.c b/gcc/toplev.c index b14a1ee..b8a5498 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1132,9 +1132,9 @@ lang_independent_options f_options[] = "Generate code to check bounds before dereferencing pointers and arrays" }, {"single-precision-constant", &flag_single_precision_constant, 1, "Convert floating point constant to single precision constant"}, - {"time-report", &time_report, + {"time-report", &time_report, 1, "Report time taken by each compiler pass at end of run"}, - {"mem-report", &mem_report, + {"mem-report", &mem_report, 1, "Report on permanent memory allocation at end of run"}, }; -- cgit v1.1