public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, gcc-wwdocs] Update to Fortran changes
@ 2019-11-26 10:48 Mark Eggleston
  2019-11-26 11:33 ` Tobias Burnus
  2019-11-28 20:12 ` Making things a bit easier (was: [Patch, gcc-wwdocs] Update to Fortran changes) Gerald Pfeifer
  0 siblings, 2 replies; 12+ messages in thread
From: Mark Eggleston @ 2019-11-26 10:48 UTC (permalink / raw)
  To: gcc-patches, fortran, gerald

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

I've check the changes with W3 validator. There are no problems related 
to my changes, however, it does object to the lack of character encoding 
in the file. My knowledge of HTML is limited, so don't know how to fix that.

This is the first time in changing the wwwdoc, I haven't included a 
change log as there there doesn't appear to be any ChangeLog files.

The patch is attached. OK to commit?

-- 
https://www.codethink.co.uk/privacy.html


[-- Attachment #2: 0001-Update-Fortran-changes.patch --]
[-- Type: text/x-patch, Size: 2207 bytes --]

From 2090a5d6d2e96c2a99094cd0a5f5d6e5c5bd3409 Mon Sep 17 00:00:00 2001
From: Mark Eggleston <markeggleston@codethink.com>
Date: Tue, 26 Nov 2019 10:12:44 +0000
Subject: [PATCH] Update Fortran changes

---
 htdocs/gcc-10/changes.html | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 52eb303..81f2280 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -206,6 +206,40 @@ a work-in-progress.</p>
     with <code>-std=legacy</code>.  <code>-Wargument-mismatch</code>
     has been removed.
   </li>
+  <li>
+    Default fields widths can be used for <code>I</code>, <code>F</code>
+    and <code>G</code> format specifiers when excplicit widths are omitted.
+    Use the option <code>-fdec-format-defaults</code>, this options is implied
+    with <code>-fdec</code>. 
+  </li>
+  <li>
+    A blank format item at the end of a format specification i.e. nothing
+    following the final comma is allowed.  Use the option
+    <code>-fdec-blank-format-item</code>, this options is implied with
+    <code>-fdec</code>.
+  </li>
+  <li>
+    Variables with the <code>AUTOMATIC</code> attribute can be used in
+    <code>EQUIVALENCE</code> statements.
+  </li>
+  <li>
+    Character type names in errors and warnings now include <code>len</code>
+    in addition to <code>kind</code>, <code>*</code> is used for assumed
+    length. The kind is omitted if it the default kind. Examples:
+    <code>CHARACTER(12)</code>, <code>CHARACTER(6,4)</code>.
+  </li>
+  <li>
+    Allow character literals in assignments and <code>DATA</code> statements
+    for numeric (<code>INTEGER</code>, <code>REAL</code>, or
+    <code>COMPLEX</code>) or <code>LOGICAL</code> variables.  Use the option
+    <code>-fdec-char-conversions</code>, this options is implied with
+    <code>-fdec</code>.
+  </li>
+  <li>
+    DEC comparisons, i.e. allow Hollerith constants to be used in comparisons
+    with <code>INTEGER</code>, <code>REAL</code>, <code>COMPLEX</code> and
+    <code>CHARACTER</code> expressions. Use the option <code>-fdec</code>.
+  </li>
 </ul>
 <!-- <h3 id="go">Go</h3> -->
 
-- 
1.8.3.1


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

end of thread, other threads:[~2019-11-28 22:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 10:48 [Patch, gcc-wwdocs] Update to Fortran changes Mark Eggleston
2019-11-26 11:33 ` Tobias Burnus
2019-11-26 16:29   ` Mark Eggleston
2019-11-26 18:48     ` Mark Eggleston
2019-11-27  9:03       ` Tobias Burnus
2019-11-27 14:19         ` Mark Eggleston
2019-11-28 23:48       ` Gerald Pfeifer
2019-11-27  8:08   ` Janne Blomqvist
2019-11-27  8:29     ` Tobias Burnus
2019-11-27  8:37       ` Janne Blomqvist
2019-11-27 17:34       ` Mark Eggleston
2019-11-28 20:12 ` Making things a bit easier (was: [Patch, gcc-wwdocs] Update to Fortran changes) Gerald Pfeifer

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