OSDN Git Service

Fix typo in last change to f_options
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2000 22:27:00 +0000 (22:27 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2000 22:27:00 +0000 (22:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36058 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/toplev.c

index b14a1ee..b8a5498 100644 (file)
@@ -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"},
 };