public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, Fortran] Update gfortran.texi's 2003/2008 status
@ 2014-03-08  7:38 Tobias Burnus
  2014-03-08 10:04 ` Janus Weil
  2014-07-06 22:20 ` Gerald Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Tobias Burnus @ 2014-03-08  7:38 UTC (permalink / raw)
  To: gcc-patches, gfortran

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

An update the gfortran.texi's F2003/F2008 status.

OK for the trunk?

Tobias

[-- Attachment #2: texi.diff --]
[-- Type: text/x-patch, Size: 2613 bytes --]

2014-03-08  Tobias Burnus  <burnus@net-b.de>

	* gfortran.texi (Fortran 2003 Status): Mention finalization,
	deferred-length character support and input rounding.
	(Fortran 2008 Status): Mention that at termination
	signalling exceptions are shown.

diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index cb7fde2..7bab3e2 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -811,9 +811,10 @@ operators bound to a type.
 @item Abstract interfaces and type extension with the possibility to
 override type-bound procedures or to have deferred binding.
 
-@item Polymorphic entities (``@code{CLASS}'') for derived types -- including
-@code{SAME_TYPE_AS}, @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE} for
-scalars and arrays, including unlimited polymorphism.
+@item Polymorphic entities (``@code{CLASS}'') for derived types and unlimited
+polymorphism (``@code{CLASS(*)}'') -- including @code{SAME_TYPE_AS},
+@code{EXTENDS_TYPE_OF} and @code{SELECT TYPE} for scalars and arrays and
+finalization.
 
 @item Generic interface names, which have the same name as derived types,
 are now supported. This allows one to write constructor functions.  Note
@@ -839,6 +840,10 @@ used, an allocatable variable on the left-hand side is automatically allocated
 deferred character length left-hand sides are correctly handled but arrays
 are not yet fully implemented.
 
+@item Deferred-length character variables and scalar deferred-length character
+components of derived types are supported. (Note that array-valued compoents
+are not yet implemented.)
+
 @item Transferring of allocations via @code{MOVE_ALLOC}.
 
 @item The @code{PRIVATE} and @code{PUBLIC} attributes may be given individually
@@ -919,9 +924,10 @@ allowing I/O without any record structure.
 @item
 Namelist input/output for internal files.
 
-@item Further I/O extensions: Rounding during formatted output, using of
+@item Minor I/O features: Rounding during formatted output, using of
 a decimal comma instead of a decimal point, setting whether a plus sign
-should appear for positive numbers.
+should appear for positive numbers. On system where @code{strtod} honours
+the rounding mode, the rounding mode is also supported for input.
 
 @item
 @cindex @code{PROTECTED} statement
@@ -1035,7 +1041,8 @@ flag.
 @item The @code{BLOCK} construct is supported.
 
 @item The @code{STOP} and the new @code{ERROR STOP} statements now
-support all constant expressions.
+support all constant expressions. Both show the signals which were signaling
+at termination.
 
 @item Support for the @code{CONTIGUOUS} attribute.
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Patch, Fortran] Update gfortran.texi's 2003/2008 status
  2014-03-08  7:38 [Patch, Fortran] Update gfortran.texi's 2003/2008 status Tobias Burnus
@ 2014-03-08 10:04 ` Janus Weil
  2014-07-06 22:20 ` Gerald Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Janus Weil @ 2014-03-08 10:04 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gcc-patches, gfortran

2014-03-08 8:38 GMT+01:00 Tobias Burnus <burnus@net-b.de>:
> An update the gfortran.texi's F2003/F2008 status.
>
> OK for the trunk?

Sounds good. Ok!

Cheers,
Janus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Patch, Fortran] Update gfortran.texi's 2003/2008 status
  2014-03-08  7:38 [Patch, Fortran] Update gfortran.texi's 2003/2008 status Tobias Burnus
  2014-03-08 10:04 ` Janus Weil
@ 2014-07-06 22:20 ` Gerald Pfeifer
  2014-07-07 13:03   ` Paul Richard Thomas
  1 sibling, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2014-07-06 22:20 UTC (permalink / raw)
  To: Tobias Burnus, fortran; +Cc: gcc-patches

On Sat, 8 Mar 2014, Tobias Burnus wrote:
> An update the gfortran.texi's F2003/F2008 status.

I just made the following change on top.


Also, I noticed that you used British English for honour.  There are
now five uses of honor in gcc/fortran/* and five uses of honour.  In
gcc/doc, and in general, we use American English, and per

  https://gcc.gnu.org/codingconventions.html

we should use that.

I did not change this yet, to see whether there is any strong
opposition making things consistent.

Gerald

2014-07-07  Gerald Pfeifer  <gerald@pfeifer.com>

	* gfortran.texi (Fortran 2003 status): Fix grammar.

Index: gfortran.texi
===================================================================
--- gfortran.texi	(revision 212307)
+++ gfortran.texi	(working copy)
@@ -926,7 +926,7 @@
 
 @item Minor I/O features: Rounding during formatted output, using of
 a decimal comma instead of a decimal point, setting whether a plus sign
-should appear for positive numbers. On system where @code{strtod} honours
+should appear for positive numbers. On systems where @code{strtod} honours
 the rounding mode, the rounding mode is also supported for input.
 
 @item

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Patch, Fortran] Update gfortran.texi's 2003/2008 status
  2014-07-06 22:20 ` Gerald Pfeifer
@ 2014-07-07 13:03   ` Paul Richard Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Richard Thomas @ 2014-07-07 13:03 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Tobias Burnus, fortran, gcc-patches

To quote William Shakespeare:

"FALSTAFF
‘Tis not due yet; I would be loath to pay him before
his day. What need I be so forward with him that
calls not on me? Well, ’tis no matter; honour pricks
me on. Yea, but how if honour prick me off when I
come on? how then? Can honour set to a leg? no: or
an arm? no: or take away the grief of a wound? no.
Honour hath no skill in surgery, then? no. What is
honour? a word. What is in that word honour? what
is that honour? air. A trim reckoning! Who hath it?
he that died o’ Wednesday. Doth he feel it? no.
Doth he hear it? no. ‘Tis insensible, then. Yea,
to the dead. But will it not live with the living?
no. Why? detraction will not suffer it. Therefore
I’ll none of it. Honour is a mere scutcheon: and so
ends my catechism."


What can I say more :-) ?


Paul

On 7 July 2014 00:20, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Sat, 8 Mar 2014, Tobias Burnus wrote:
>> An update the gfortran.texi's F2003/F2008 status.
>
> I just made the following change on top.
>
>
> Also, I noticed that you used British English for honour.  There are
> now five uses of honor in gcc/fortran/* and five uses of honour.  In
> gcc/doc, and in general, we use American English, and per
>
>   https://gcc.gnu.org/codingconventions.html
>
> we should use that.
>
> I did not change this yet, to see whether there is any strong
> opposition making things consistent.
>
> Gerald
>
> 2014-07-07  Gerald Pfeifer  <gerald@pfeifer.com>
>
>         * gfortran.texi (Fortran 2003 status): Fix grammar.
>
> Index: gfortran.texi
> ===================================================================
> --- gfortran.texi       (revision 212307)
> +++ gfortran.texi       (working copy)
> @@ -926,7 +926,7 @@
>
>  @item Minor I/O features: Rounding during formatted output, using of
>  a decimal comma instead of a decimal point, setting whether a plus sign
> -should appear for positive numbers. On system where @code{strtod} honours
> +should appear for positive numbers. On systems where @code{strtod} honours
>  the rounding mode, the rounding mode is also supported for input.
>
>  @item



-- 
The knack of flying is learning how to throw yourself at the ground and miss.
       --Hitchhikers Guide to the Galaxy

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-07 13:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-08  7:38 [Patch, Fortran] Update gfortran.texi's 2003/2008 status Tobias Burnus
2014-03-08 10:04 ` Janus Weil
2014-07-06 22:20 ` Gerald Pfeifer
2014-07-07 13:03   ` Paul Richard Thomas

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).