public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* Update GCC 6 release page
@ 2016-05-04  5:59 Damian Rouson
  2016-05-04  7:05 ` FX
  2016-05-04 10:23 ` Gerald Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Damian Rouson @ 2016-05-04  5:59 UTC (permalink / raw)
  To: GCC-Patches-ML; +Cc: GCC-Fortran-ML

The patch below expands the list of new Fortran support for the GCC 6 Release Series Changes, New Features, Fixes page at .https://gcc.gnu.org/gcc-6/changes.html.  Please let me know whether this is acceptable and will be applied.

Damian

--- original.html	2016-05-03 22:25:23.000000000 -0700
+++ update.html	2016-05-03 22:42:21.000000000 -0700
@@ -366,6 +366,10 @@
 
 <h3 id="fortran">Fortran</h3>
   <ul>
+    <li>Fortran 2008 <code>SUBMODULE</code> support.</li>
+    <li>Fortran 2015 <code>EVENT_TYPE</code>, <code>EVENT_POST</code>, <code>EVENT_WAIT</code>, and <code>EVENT_QUERY</code> support.</li>
+    <li>Improved support for Fortran 2003 deferred-length character variables.
+    <li>Improved support for OpenMP and OpenACC.
     <li>The <code>MATMUL</code> intrinsic is now inlined for straightforward
       cases if front-end optimization is active.  The maximum size for
       inlining can be set to <code>n</code> with the

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

* Re: Update GCC 6 release page
  2016-05-04  5:59 Update GCC 6 release page Damian Rouson
@ 2016-05-04  7:05 ` FX
       [not found]   ` <6B22D8DF-32E4-445B-BB0D-0E2638BDE058@sourceryinstitute.org>
  2016-05-04 10:23 ` Gerald Pfeifer
  1 sibling, 1 reply; 4+ messages in thread
From: FX @ 2016-05-04  7:05 UTC (permalink / raw)
  To: Damian Rouson; +Cc: GCC-Patches-ML, GCC-Fortran-ML

> The patch below expands the list of new Fortran support for the GCC 6 Release Series Changes, New Features, Fixes page at .https://gcc.gnu.org/gcc-6/changes.html.  Please let me know whether this is acceptable and will be applied.

Looks OK to me. I think you can apply, and if someone wants to add/fix something they can commit as additional change.

Thanks,
FX

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

* Re: Update GCC 6 release page
       [not found]   ` <6B22D8DF-32E4-445B-BB0D-0E2638BDE058@sourceryinstitute.org>
@ 2016-05-04  8:37     ` FX
  0 siblings, 0 replies; 4+ messages in thread
From: FX @ 2016-05-04  8:37 UTC (permalink / raw)
  To: Damian Rouson; +Cc: Gerald Pfeifer, GCC-Fortran-ML

> Thanks, FX.  I downloaded the HTML file in a browser so I'm not sure where to to apply it.  Do I check out the gcc-6-branch via subversion?   Also, is there a way to verify whether I have commit rights?

I am not sure how to perform check-ins to the web page, I have not done so since it was under CVS :)
I am CC’ing Geralf Pfeifer, who I think knows these matters.

Cheers,
FX

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

* Re: Update GCC 6 release page
  2016-05-04  5:59 Update GCC 6 release page Damian Rouson
  2016-05-04  7:05 ` FX
@ 2016-05-04 10:23 ` Gerald Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2016-05-04 10:23 UTC (permalink / raw)
  To: Damian Rouson, FX; +Cc: gcc-patches, fortran

On Tue, 3 May 2016, Damian Rouson wrote:
> The patch below expands the list of new Fortran support for the GCC 6 
> Release Series Changes, New Features, Fixes page at 
> .https://gcc.gnu.org/gcc-6/changes.html.  Please let me know
> whether this is acceptable and will be applied.

Based on FY's approval I applied this patch on your behalf,
just wrapping a long line and adding two missing </li>s.

Thanks for noting those additions and even preparing a patch!

Gerald

PS: Below the updated patch as applied.

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.80
@@ -335,6 +336,13 @@
 
 <h3 id="fortran">Fortran</h3>
   <ul>
+    <li>Fortran 2008 <code>SUBMODULE</code> support.</li>
+    <li>Fortran 2015 <code>EVENT_TYPE</code>, <code>EVENT_POST</code>,
+    <code>EVENT_WAIT</code>, and <code>EVENT_QUERY</code>
+    support.</li>
+    <li>Improved support for Fortran 2003 deferred-length character
+    variables.</li>
+    <li>Improved support for OpenMP and OpenACC.</li>
     <li>The <code>MATMUL</code> intrinsic is now inlined for straightforward
       cases if front-end optimization is active.  The maximum size for
       inlining can be set to <code>n</code> with the

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

end of thread, other threads:[~2016-05-04 10:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-04  5:59 Update GCC 6 release page Damian Rouson
2016-05-04  7:05 ` FX
     [not found]   ` <6B22D8DF-32E4-445B-BB0D-0E2638BDE058@sourceryinstitute.org>
2016-05-04  8:37     ` FX
2016-05-04 10:23 ` 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).