common.opt (Wframe-larger-than=): Shorten the help message to one line.
authorSeongbae Park <seongbae.park@gmail.com>
Thu, 8 May 2008 22:57:55 +0000 (22:57 +0000)
committerSeongbae Park <spark@gcc.gnu.org>
Thu, 8 May 2008 22:57:55 +0000 (22:57 +0000)
2008-05-08  Seongbae Park  <seongbae.park@gmail.com>
* common.opt (Wframe-larger-than=): Shorten the help message
to one line.
* doc/invoke.texi (Wframe-larger-than=): Add more description.

From-SVN: r135097

gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi

index 7d0a3afacafc0d4aa3e43002527129ecb75c52c4..be61f3b8654916ac23e65c450de5ccbc3bdea699 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-08  Seongbae Park  <seongbae.park@gmail.com>
+       * common.opt (Wframe-larger-than=): Shorten the help message
+       to one line.
+       * doc/invoke.texi (Wframe-larger-than=): Add more description.
+
 2008-05-08  Rafael Espindola  <espindola@google.com>
 
        * tree-complex.c (expand_complex_div_wide): Don't create CONDs that
index f5a54c4d6b41ab2cd427999758b6a63fa665a575..e3545514500447f410e2fd09671ff053de7cb70e 100644 (file)
@@ -112,14 +112,7 @@ Exit on the first error occurred
 
 Wframe-larger-than=
 Common RejectNegative Joined UInteger
--Wframe-larger-than=@var{len} Warn whenever a function's stack frame requires
-more than @var{len} bytes.  The computation done to determine
-the stack frame size is approximate and not conservative.
-The actual requirements may be somewhat greater than @var{len}
-even if you do not get a warning.  In addition, any space allocated
-via @code{alloca}, variable-length arrays, or related constructs
-is not included by the compiler when determining
-whether or not to issue a warning.
+-Wframe-larger-than=<number> Warn if a function's stack frame requires more than <number> bytes
 
 Winline
 Common Var(warn_inline) Warning
index c1823997b2d51c7e3b6829a7ef48c790865d90b7..5ccbda9b69f751fb16c618cbcacd5f5c4640feaf 100644 (file)
@@ -3552,7 +3552,14 @@ Warn whenever an object of larger than @var{len} bytes is defined.
 
 @item -Wframe-larger-than=@var{len}
 @opindex Wframe-larger-than
-Warn whenever the size of a function frame is larger than @var{len} bytes.
+Warn if the size of a function frame is larger than @var{len} bytes.
+The computation done to determine the stack frame size is approximate
+and not conservative.
+The actual requirements may be somewhat greater than @var{len}
+even if you do not get a warning.  In addition, any space allocated
+via @code{alloca}, variable-length arrays, or related constructs
+is not included by the compiler when determining
+whether or not to issue a warning.
 
 @item -Wunsafe-loop-optimizations
 @opindex Wunsafe-loop-optimizations