diff -Naur gcc-3.1.1/gcc/doc/gcc.1 gcc-3.1.1-optim/gcc/doc/gcc.1 --- gcc/doc/gcc.1.orig 2002-07-25 18:56:25.000000000 -0500 +++ gcc/doc/gcc.1 2002-08-13 21:46:37.000000000 -0500 @@ -6896,7 +6896,9 @@ computed in the function prologue. This is faster on most modern CPUs because of reduced dependencies, improved scheduling and reduced stack usage when preferred stack boundary is not equal to 2. The drawback is a notable -increase in code size. This switch implies \fB\-mno-push-args\fR. +increase in code size--also, this feature is buggy and is known to break some +things. This switch must be explicitly specified; use it at your own risk. +This switch implies \fB\-mno-push-args\fR. .Ip "\fB\-mthreads\fR" 4 .IX Item "-mthreads" Support thread-safe exception handling on \fBMingw32\fR. Code that relies