From 28987cbf7f03ce05fd120f03f771c326b83a3b07 Mon Sep 17 00:00:00 2001 From: msebor Date: Thu, 2 Feb 2017 21:00:49 +0000 Subject: [PATCH] gcc/ChangeLog: * doc/invoke.texi (-maccumulate-args): Fix bad grammar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245137 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/doc/invoke.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec835c6c6b9..c7ac7ee9ceb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2017-02-02 Martin Sebor + * 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 47ceebbb20a..2d8ee57552d 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 -- 2.11.4.GIT