aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2000-04-27 13:14:10 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2000-04-27 13:14:10 +0000
commit1aaef9c19ac5a257f780f0f9ebb8b891291b484f (patch)
treec00e587618d85d1cc67ea398f95a03783db07a94 /gcc
parent28b6b9b2d3a5141d5e9055ed884d5ddc5e5dc335 (diff)
downloadgcc-1aaef9c19ac5a257f780f0f9ebb8b891291b484f.zip
gcc-1aaef9c19ac5a257f780f0f9ebb8b891291b484f.tar.gz
gcc-1aaef9c19ac5a257f780f0f9ebb8b891291b484f.tar.bz2
* invoke.texi (-foptimize-sibling-calls): Fix.
From-SVN: r33481
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/invoke.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5268b8f..30dd3f2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 27 15:08:46 MET DST 2000 Jan Hubicka <jh@suse.cz>
+
+ * invoke.texi (-foptimize-sibling-calls): Fix.
+
Thu Apr 27 14:54:22 MET DST 2000 Jan Hubicka <jh@suse.cz>
* loop.c (load_mems) Don't use hard registers for the hoisting.
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 67fd30b..d783205 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -2469,9 +2469,6 @@ restore frame pointers; it also makes an extra register available
in many functions. @strong{It also makes debugging impossible on
some machines.}
-@item -foptimize-sibling-calls
-Optimize sibling and tail recursive calls.
-
@ifset INTERNALS
On some machines, such as the Vax, this flag has no effect, because
the standard calling sequence automatically handles the frame pointer
@@ -2488,6 +2485,9 @@ whether a target machine supports this flag. @xref{Registers,,Register
Usage, gcc.info, Using and Porting GCC}.@refill
@end ifclear
+@item -foptimize-sibling-calls
+Optimize sibling and tail recursive calls.
+
@item -fno-inline
Don't pay attention to the @code{inline} keyword. Normally this option
is used to keep the compiler from expanding any functions inline.