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]

Re: case of G77 symbol tables


On Fri, 27 Aug 1999, Toon Moene wrote:
>>   http://www.fortran.com/fortran/info.html
>> 
>> It has pointers to the FAQ and whole bunch of other stuff. However, I
>> don't really know how useful these links are in reality.
> We already point to it via the `Readings' section of the GCC Home Page.

Yeah, but I wanted to have a direct link for non-GCC Fortran-specific
information from the top of our FAQ, where we already had entries for
C and C++, to avoid those non-GCC related issues on our lists, yet provide
help for those looking for it.

I have installed the patch below; thanks for the link(s)!

Gerald

Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.145
diff -c -3 -p -r1.145 faq.html
*** faq.html	1999/08/24 18:39:41	1.145
--- faq.html	1999/08/30 10:23:19
***************
*** 10,21 ****
  http://www.gnu.org/software/gcc/faq.html">http://www.gnu.org/software/gcc/faq.html</a>.</p>
  
  <p>This FAQ tries to answer specific questions concerning GCC. For
! general information regarding C resp. C++, please check the 
  <a href="http://www.eskimo.com/~scs/C-faq/top.html">comp.lang.c FAQ</a>,
  <a href="http://www.cerfnet.com/~mpcline/On-Line-C++-FAQs/">
! comp.lang.c++ FAQ</a>, and the
  <a href="http://reality.sgi.com/austern_mti/std-c++/faq.html">
! comp.std.c++ FAQ</a>.</p>
  
  <hr>
  
--- 10,23 ----
  http://www.gnu.org/software/gcc/faq.html">http://www.gnu.org/software/gcc/faq.html</a>.</p>
  
  <p>This FAQ tries to answer specific questions concerning GCC. For
! general information regarding C, C++, resp. Fortran please check the 
  <a href="http://www.eskimo.com/~scs/C-faq/top.html">comp.lang.c FAQ</a>,
  <a href="http://www.cerfnet.com/~mpcline/On-Line-C++-FAQs/">
! comp.lang.c++ FAQ</a>,
  <a href="http://reality.sgi.com/austern_mti/std-c++/faq.html">
! comp.std.c++ FAQ</a>, and the <a
! href="http://www.fortran.com/fortran/info.html">Fortran Information
! page</a>.</p>
  
  <hr>
  
*************** is declared pure-virtual [class.dtor]/7.
*** 1034,1040 ****
  <hr>
  
  <p><a href="index.html">Return to the GCC home page</a></p>
! <p><i>Last modified:  August 24, 1999</i></p>
  
  </body>
  </html>
--- 1036,1042 ----
  <hr>
  
  <p><a href="index.html">Return to the GCC home page</a></p>
! <p><i>Last modified:  August 30, 1999</i></p>
  
  </body>
  </html>


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