Commit e2483ef7 by Jan Hubicka Committed by Jan Hubicka

invoke.texi: Document that unit-at-a-time is enabled for -O3

	* doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
	* toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
	for -O3.

From-SVN: r63782
parent 865fb6f5
Tue Mar 4 11:30:04 CET 2003 Jan Hubicka <jh@suse.cz>
* doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
* toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
for -O3.
2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Delete three unused variables. Move a variable
......
......@@ -5017,6 +5017,7 @@ parse_options_and_default_flags (argc, argv)
flag_inline_functions = 1;
flag_rename_registers = 1;
flag_unswitch_loops = 1;
flag_unit_at_a_time = 1;
}
if (optimize < 2 || optimize_size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment