http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46106
Summary: Error in Manpage? -fstack-protection =>
-fstack-protector(-all)
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Hi,
isn't that wrong? Here is my very tiny patch for the gcc.1:
--- gcc.1 2010-10-20 23:11:16.000000000 +0200
+++ gcc.1.new 2010-10-20 23:11:24.000000000 +0200
@@ -7661,7 +7661,7 @@ ratio is 3.
.IP "\fBssp-buffer-size\fR" 4
.IX Item "ssp-buffer-size"
The minimum size of buffers (i.e. arrays) that will receive stack smashing
-protection when \fB\-fstack\-protection\fR is used.
+protection when \fB\-fstack\-protector\fR is used.
.IP "\fBmax-jump-thread-duplication-stmts\fR" 4
.IX Item "max-jump-thread-duplication-stmts"
Maximum number of statements allowed in a block that needs to be
with best regards
Steffen