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: [gfortran][wwwdocs] A few updates to the gfortran pages.


Tobias Schlüter wrote:
Ok?


I did of course mean to also post the patch :-/


- Tobi

Index: compilerstatus.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/fortran/compilerstatus.html,v
retrieving revision 1.11
diff -u -r1.11 compilerstatus.html
--- compilerstatus.html	3 Apr 2004 11:53:22 -0000	1.11
+++ compilerstatus.html	11 Jun 2004 17:12:33 -0000
@@ -61,9 +61,9 @@
 
 <h2 id="be">Middle end and Back end</h2>
 Gfortran uses the middle end and back end of GCC, more specifically, it is
-built on the <a href="../projects/tree-ssa/">Tree-SSA</a> branch
-of GCC, which is meant to become part of GCC 3.5. We hope to be able to
-include at least a beta version of gfortran into GCC by this time.
+built on the current development branch which will become GCC 3.5. We
+hope to be able to include at least a beta version of gfortran into
+GCC by this time.
 
 <h2 id="rb">Reporting Bugs</h2>
 If you think you have found a bug, please report it to our
Index: index.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/fortran/index.html,v
retrieving revision 1.17
diff -u -r1.17 index.html
--- index.html	3 Apr 2004 11:53:22 -0000	1.17
+++ index.html	11 Jun 2004 17:12:33 -0000
@@ -50,13 +50,13 @@
 
 <h2>Contributing</h2>
 <p>We encourage everyone to <a href="../contribute.html">contribute changes</a>
-and help test gfortran.  Gfortran is developed on the so-called "tree-ssa"
-branch of GCC.
-We provide read access to our development sources for everybody with
-<a href="../projects/tree-ssa/">anonymous CVS</a>.
-Daily snapshots of the branch are also <a
-href="http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/";>
-available</a>.</p>
+and help test gfortran.  Gfortran is developed as part of GCC, the GNU
+Compiler Collection. We provide read access to our development sources
+via  <a href="../cvs.html">anonymous CVS</a>.
+<a href="../snapshots.html">Snapshots</a> of the compiler sources are
+also prepared regularly. We also have a mailing list which is <a
+href="../ml/gfortran">archived</a>, and you can subscribe to it on the
+<a href="../lists.html#subscribe">lists page</a>.</p>
 
 <h2>Usage</h2>
 <p>Here is a short <a href="usage.html">explanation</a> on how to invoke and
@@ -66,143 +66,6 @@
 <p>We provide links to some <a href="../readings.html#fortran">information</a>
 relevant to Fortran programmers.</p>
 
-
-<h2>News/Announcements</h2>
-
-<p><i>Note: Some of the links below are no longer active</i> - this part of the
-page is preserved for historical reasons.</p>
-
-<dl>
-<dt><b>July 05, 2003</b></dt>
-<dd>New x86 GNU/Linux binaries have been released
-(<a href="http://sourceforge.net/project/showfiles.php?group_id=70680";>download</a>).
-Note these tend to get out of date fairly quicky, so it is recommended
-that you compile gfortran from GCC CVS if possible.</dd>
-
-<dt><b>July 27, 2003</b></dt>
-<dd>gcc-g95 has been integrated into the <a
-href="../projects/tree-ssa/">tree-ssa branch</a> of
-the <a href="../cvs.html">GCC CVS repository</a>
-(<a href="http://sourceforge.net/mailarchive/forum.php?thread_id=2840068&amp;forum_id=21262";>announcement</a>).
-This branch of GCC will become part of official GCC releases by the time
-GCC 3.5 is released. This web page and our mailing list will move to
-<a href="../">gcc.gnu.org</a> sometime soon.</dd>
-
-<dt><b>July 11, 2003</b></dt>
-<dd>The anonymous CVS server seems to get updated again, so please
-update your local copies and give our sources a try.</dd>
-
-<dt><b>July 05, 2003</b></dt>
-<dd>New x86 GNU/Linux binaries have been released.
-These include a complete FORALL implementation and some support for internal
-IO, amongst other things.</dd>
-
-<dt><b>June 28, 2003</b></dt>
-<dd>We are sorry that anonymous access to our CVS is not up-to-date and
-therefore unusable to non-developers.  This is due to ongoing problems
-with the SourceForge servers.</dd>
-
-<dt><b>June 12, 2003</b></dt>
-<dd>A page on <a href="usage.html">using G95</a> is now available,
-please look there if you're trying to figure out how to do stuff with
-G95.</dd>
-
-<dt><b>June 11, 2003</b></dt>
-<dd>A first draft of the <a href="compilerstatus.html">compiler status
-page</a> has been brought into place. Have a look there to see, how
-close we think that we are to a fully functioning compiler.</dd> 
-
-<dt><b>May 31, 2003</b></dt>
-<dd>The first Annual
-<a href="http://www.gccsummit.org/";>GCC Developers Summit</a>
-was held in Ottawa, Canada from May 25-27, 2003.  At the summit, G95 developer
-Paul Brook presented a report on the current status of Fortran 95 support in
-GCC.  The decision was made that G95 should soon be adopted in the tree-ssa
-branch in the GCC CVS repository.</dd>
-
-<dt><b>May 20, 2003</b></dt>
-<dd>New binaries for Windows have been released.
-You will need a working <a href="http://www.cygwin.com";>cygwin</a> environment.</dd>
-
-
-<dt><b>May 20, 2003</b></dt>
-<dd>New x86 GNU/Linux binaries have been released.</dd>
-
-<dt><b>April 18, 2003</b></dt>
-<dd>The <code>SELECT CASE</code> construct with case expressions of the
-<code>CHARACTER</code> type are now implemented.  Canqun Yang ported the
-implementation from Andy Vaught's g95 tree.</dd>
-
-<dt><b>April 15, 2003</b></dt>
-<dd>The CPU_TIME intrinsic is now implemented.  Keep an eye on the library status
-page, some of the red areas will turn green over the next few weeks.</dd>
-
-<dt><b>April 12, 2003</b></dt>
-<dd>Canqun Yang of the CCRG group has partially implemented the <code>WHERE</code>
-statement and the <code>WHERE</code> construct.  Xiaoqiang Zhang, also of the CCRG
-group, has implemented routines for printing <code>REAL</code> values.</dd>
-
-<dt><b>April 10, 2003</b></dt>
-<dd>Arnaud Desitter has implemented a new warning,
-<code>-Wimplicit-interface</code>, that warns about calls with an implicit
-interface.  We do not know of any other compiler that offers a similar
-feature.</dd>
-
-<dt><b>April 6, 2003</b></dt>
-<dd>Paul Brook has implemented the EOSHIFT, MERGE, PACK, UNPACK,
-and SPREAD intrinsics.</dd>
-
-<dt><b>March 15, 2003</b></dt>
-<dd>G95 now has a new command line switch, <code>-fg77-calls</code>.  This makes g95
-generate code using a g77 compatible calling convention.  Character variables are
-still wrong, but other things should work ok.<br />
-New GNU/Linux binaries have been uploaded.  They're available from the 
-original <a href="http://sourceforge.net/projects/gcc-g95/";>gcc-g95
-project page</a>.</dd>
-
-<dt><b>March 9, 2003</b></dt>
-<dd>Assumed shape arrays should now work properly, GNU/Linux binary coming
-soon...</dd>	
-<dt><b>January 29, 2003</b></dt>
-<dd>Paul has uploaded a new statically linked executable.  It is available
-from our SourceForge <a
-href="http://sourceforge.net/projects/gcc-g95/";>
-Project page</a><br />
-This executable has generated code for 5600 out of 6100 test cases.  The
-generated code has not been validated, though.  Also, printing reals has not
-yet been implemented, and internal files still do not work.<br />
-Please report any bugs to our mailing list.</dd>
-
-<dt><b>January 27, 2003</b></dt>
-<dd>CVS is now fully up and running again, except for the statistics.  No
-CVS operations are recorded so we look a bit poor.  But with several
-commits per week we're still going forward quite rapidly.</dd>
-
-<dt><b>January 17, 2003</b></dt>
-<dd>A more complete TODO list is now available on this website.
-Still no news (good or bad) from SourceForge.<br /></dd>
-
-<dt><b>January 15, 2003</b></dt>
-<dd>SourceForge.net has <a
-href="http://sourceforge.net/docman/display_doc.php?docid=2352&amp;group_id=1#cvs";>
-taken offline</a> pserver based CVS access.  This includes anonymous CVS and
-web-based CVS.  The service will stay offline until further notice.</dd>
-
-<dt><b>January 9, 2003</b></dt>
-<dd>Initial upload of these web pages.  Let's hope this attracts more
-developers!</dd>
-
-<dt><b>January 8, 2003</b></dt>
-<dd>We have opened a new mailing list.  Anyone can post and/or subscribe.
-</dd>
-
-<dt><b>January 5, 2003</b></dt>
-<dd>
-This project forked from the original <a href="http://g95.sourceforge.net";>
-G95</a> project.
-</dd>
-
-</dl>
 </body>
 
 </html>
Index: librarystatus.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/fortran/librarystatus.html,v
retrieving revision 1.7
diff -u -r1.7 librarystatus.html
--- librarystatus.html	23 Apr 2004 22:17:22 -0000	1.7
+++ librarystatus.html	11 Jun 2004 17:12:33 -0000
@@ -72,7 +72,7 @@
 <tr><td>COSH</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>COUNT</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>CPU_TIME</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#FF0000">NO</td></tr>
-<tr><td>CSHIFT</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
+<tr><td>CSHIFT</td><td bgcolor="#00FF00">implemented</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>DATE_AND_TIME</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>DBLE</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>DIGITS</td><td bgcolor="#00FF00">Implemented*</td><td bgcolor="#FF0000">NO</td></tr>
@@ -131,13 +131,13 @@
 <tr><td>PRESENT</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>PRODUCT</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>RADIX</td><td bgcolor="#00FF00">Implemented*</td><td bgcolor="#FF0000">NO</td></tr>
-<tr><td>RANDOM_NUMBER</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
-<tr><td>RANDOM_SEED</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
+<tr><td>RANDOM_NUMBER</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
+<tr><td>RANDOM_SEED</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>RANGE</td><td bgcolor="#00FF00">Implemented*</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>REAL</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#FF0000">NO</td></tr>
-<tr><td>REPEAT</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
+<tr><td>REPEAT</td><td bgcolor="#00FF00">Implemented*</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>RESHAPE</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#FF0000">NO</td></tr>
-<tr><td>RRSPACING</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
+<tr><td>RRSPACING</td><td bgcolor="#00FF00">Implemented*</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>SCALE</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>SCAN</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>SELECTED_INT_KIND</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
@@ -152,13 +152,13 @@
 <tr><td>SPREAD</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>SQRT</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>SUM</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
-<tr><td>SYSTEM_CLOCK</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
+<tr><td>SYSTEM_CLOCK</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>TAN</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">NO</td></tr>
 <tr><td>TANH</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">NO</td></tr>
 <tr><td>TINY</td><td bgcolor="#00FF00">Implemented*</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>TRANSFER</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>TRANSPOSE</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
-<tr><td>TRIM</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>
+<tr><td>TRIM</td><td bgcolor="#00FF00">Implemented*</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>UBOUND</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#FF0000">NO</td></tr>
 <tr><td>UNPACK</td><td bgcolor="#00FF00">Implemented</td><td bgcolor="#00FF00">YES</td></tr>
 <tr><td>VERIFY</td><td bgcolor="#FF0000">Not implemented</td><td bgcolor="#FF0000">NO</td></tr>

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