aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2006-07-17 20:05:39 +0200
committerToon Moene <toon@gcc.gnu.org>2006-07-17 18:05:39 +0000
commitdc5abe77090e91e603d7c72cc652c7d48b830a18 (patch)
treece35b6a9e1532f5e892008bcb456acafc07c2f2b /gcc
parent64a7ab5f164ca0dc6f665f28924c013bddd3c1f9 (diff)
downloadgcc-dc5abe77090e91e603d7c72cc652c7d48b830a18.zip
gcc-dc5abe77090e91e603d7c72cc652c7d48b830a18.tar.gz
gcc-dc5abe77090e91e603d7c72cc652c7d48b830a18.tar.bz2
invoke.texi: Remove mention of f77...
2006-07-17 Toon Moene <toon@moene.indiv.nluug.nl> * invoke.texi: Remove mention of f77; Reformat table for inline parameter options correctly; mention that -malign-double is default on x86-64 targets. From-SVN: r115529
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/invoke.texi21
2 files changed, 17 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c9a46c0..c52add0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ * invoke.texi: Remove mention of f77; Reformat table for
+ inline parameter options correctly; mention that -malign-double
+ is default on x86-64 targets.
+
2006-07-17 Zdenek Dvorak <dvorakz@suse.cz>
* tree-chrec.c (avoid_arithmetics_in_type_p): New.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 32fe747..1e73af4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -943,7 +943,6 @@ objective-c objective-c-header objective-c-cpp-output
objective-c++ objective-c++-header objective-c++-cpp-output
assembler assembler-with-cpp
ada
-f77 f77-cpp-input
f95 f95-cpp-input
java
treelang
@@ -4659,14 +4658,14 @@ The @option{-finline-limit=@var{n}} option sets some of these parameters
as follows:
@table @gcctabopt
- @item max-inline-insns-single
- is set to @var{n}/2.
- @item max-inline-insns-auto
- is set to @var{n}/2.
- @item min-inline-insns
- is set to 130 or @var{n}/4, whichever is smaller.
- @item max-inline-insns-rtl
- is set to @var{n}.
+@item max-inline-insns-single
+ is set to @var{n}/2.
+@item max-inline-insns-auto
+ is set to @var{n}/2.
+@item min-inline-insns
+ is set to 130 or @var{n}/4, whichever is smaller.
+@item max-inline-insns-rtl
+ is set to @var{n}.
@end table
See below for a documentation of the individual
@@ -9381,6 +9380,8 @@ boundary. Aligning @code{double} variables on a two word boundary will
produce code that runs somewhat faster on a @samp{Pentium} at the
expense of more memory.
+On x86-64, @option{-malign-double} is enabled by default.
+
@strong{Warning:} if you use the @option{-malign-double} switch,
structures containing the above types will be aligned differently than
the published application binary interface specifications for the 386
@@ -13088,7 +13089,7 @@ it.
@opindex fbounds-check
For front-ends that support it, generate additional code to check that
indices used to access arrays are within the declared range. This is
-currently only supported by the Java and Fortran 77 front-ends, where
+currently only supported by the Java and Fortran front-ends, where
this option defaults to true and false respectively.
@item -ftrapv