--- src/gnu/usr.bin/cc34/cc_prep/patches/opts.c.patch 2005/03/22 23:58:32 1.4 +++ src/gnu/usr.bin/cc34/cc_prep/patches/opts.c.patch 2005/05/24 14:26:39 1.4.2.1 @@ -29,7 +29,7 @@ diff -u -r1.1 opts.c /* Columns of --help display. */ static unsigned int columns = 80; -@@ -560,7 +569,6 @@ +@@ -560,11 +560,11 @@ flag_schedule_insns_after_reload = 1; #endif flag_regmove = 1; @@ -37,6 +37,12 @@ diff -u -r1.1 opts.c flag_delete_null_pointer_checks = 1; flag_reorder_blocks = 1; flag_reorder_functions = 1; +- flag_unit_at_a_time = 1; ++ if (!flag_propolice_protection) ++ flag_unit_at_a_time = 1; + } + + if (optimize >= 3) @@ -798,6 +806,10 @@ warn_unused_variable = value; break;