This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [doc patch] document -mlong-double-* for PowerPC


On Thu, Mar 02, 2006 at 05:41:00PM -0800, Janis Johnson wrote:
> This patch documents the options -mlong-double-64 and -mlong-double-128
> for PowerPC.  I wasn't quite sure what to say about the default, since
> the default for a compiler depends on how it was configured; the
> "default" default is 128 for Darwin, 64 for GNU/Linux and AIX.

Ping!  The descriptions for lots of options don't say what the default
is, so perhaps I can get around the controversy by removing the final
sentence and leave it ambiguous.
 
> +@item -mlong-double-64
> +@itemx -mlong-double-128
> +@opindex mlong-double-64
> +@opindex mlong-double-128
> +These switches control the size of the @code{long double} type. A size
> +of 64 bits makes the @code{long double} type equivalent to the
> +@code{double} type.  The default depends on how GCC was configured.
> +
>  @item -mmultiple
>  @itemx -mno-multiple
>  @opindex mmultiple

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]