public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, alpha] Don't refer to -mfp-trap-mode=n as a default
@ 2017-09-02 14:20 Maya Rashish
  0 siblings, 0 replies; only message in thread
From: Maya Rashish @ 2017-09-02 14:20 UTC (permalink / raw)
  To: gcc-patches; +Cc: rth

The typical usage on alpha is done with passing -mieee, which
sets -mfp-trap-mode=su.

I found it confusing, at least.
---
 gcc/doc/invoke.texi | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index f7bad9d23..acdb17ba5 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -17304,9 +17304,8 @@ The trap mode can be set to one of four values:
 
 @table @samp
 @item n
-This is the default (normal) setting.  The only traps that are enabled
-are the ones that cannot be disabled in software (e.g., division by zero
-trap).
+The only traps that are enabled are the ones that cannot be disabled in
+software (e.g., division by zero trap).
 
 @item u
 In addition to the traps enabled by @samp{n}, underflow traps are enabled
-- 
2.14.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-02 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-02 14:20 [PATCH, alpha] Don't refer to -mfp-trap-mode=n as a default Maya Rashish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).