diff options
author | Martin Sebor <msebor@redhat.com> | 2017-02-02 21:00:49 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2017-02-02 14:00:49 -0700 |
commit | 30b664dfa5dbdcd821793a118db8be79efda5ed9 (patch) | |
tree | 71a71076fc2d9bb9ccd7df91f20b67922a8c1a74 | |
parent | 66818b0350e0b108b885e75420a2fb0ebbada404 (diff) | |
download | gcc-30b664dfa5dbdcd821793a118db8be79efda5ed9.zip gcc-30b664dfa5dbdcd821793a118db8be79efda5ed9.tar.gz gcc-30b664dfa5dbdcd821793a118db8be79efda5ed9.tar.bz2 |
invoke.texi (-maccumulate-args): Fix bad grammar.
gcc/ChangeLog:
* doc/invoke.texi (-maccumulate-args): Fix bad grammar.
From-SVN: r245137
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec835c6..c7ac7ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2017-02-02 Martin Sebor <msebor@redhat.com> + * doc/invoke.texi (-maccumulate-args): Fix bad grammar. + PR middle-end/32003 * doc/invoke.texi (-fdump-rtl-): Remove pass-specific options from index. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 47ceebb..2d8ee57 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15434,7 +15434,7 @@ before calling a function and popped afterwards. Popping the arguments after the function call can be expensive on AVR so that accumulating the stack space might lead to smaller -executables because arguments need not to be removed from the +executables because arguments need not be removed from the stack after such a function call. This option can lead to reduced code size for functions that perform |