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]

[Mainline, committed] Patch to bring Fortran documentation up todate.


The attached patch was committed after bootstrap, check and make dvi on powerpc-unknown-linux-gnu.

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
2002-11-02  Toon Moene  <toon@moene.indiv.nluug.nl>

	* g77.texi: Correct documentation on generating C++ prototypes
	of Fortran routines with f2c.
	* news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.

*** g77.texi.orig	Mon Sep 23 20:30:32 2002
--- g77.texi	Sat Nov  2 12:14:10 2002
*************** code with C++ is that the prototypes for
*** 5644,5650 ****
  routines must specify C linkage to avoid name mangling.
  So, use an @samp{extern "C"} declaration.
! @command{f2c}'s @option{-C++} option will take care
! of this when generating skeletons or prototype files as above, and also
! avoid clashes with C++ reserved words in addition to those in C@.
  
  @node Startup Code
--- 5644,5650 ----
  routines must specify C linkage to avoid name mangling.
  So, use an @samp{extern "C"} declaration.
! @command{f2c}'s @option{-C++} option will not take care
! of this when generating skeletons or prototype files as above, however,
! it will avoid clashes with C++ reserved words in addition to those in C@.
  
  @node Startup Code
*** news.texi.orig	Mon Sep 23 20:30:33 2002
--- news.texi	Sat Nov  2 15:39:44 2002
***************
*** 11,15 ****
  @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
  
! @set last-update-news 2002-07-25
  
  @include root.texi
--- 11,15 ----
  @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
  
! @set last-update-news 2002-11-02
  
  @include root.texi
*************** The following information was last updat
*** 157,160 ****
--- 157,187 ----
  @itemize @bullet
  @item
+ Problem Reports fixed (in chronological order of submission):
+ @table @code
+ @item 3924
+ g77 generates code which is rejected by GAS if COFF debugging info is
+ requested
+ @item 6286
+ Broken links on web pages
+ @item 6367
+ (libf2c) multiple repeat counts confuse namelist read into array
+ @item 6491
+ Logical operations error on logicals when using -fugly-logint
+ @item 6742
+ Generation of C++ Prototype for FORTRAN and extern "C"
+ @item 7113
+ Failure of g77.f-torture/execute/f90-intrinsic-bit.f -Os on irix6.5
+ @item 7236
+ (libf2c) OPEN(...,RECL=nnn,...) without ACCESS='DIRECT' should assume a direct
+ access file
+ @item 7278
+ g77 "bug"; the executable misbehave (use of options -O2 -fno-automatic
+ gave wrong results)
+ @item 7384
+ (libf2c) DATE_AND_TIME milliseconds field inactive on Windows
+ @item 7388
+ Incorrect output with 0-based array of characters
+ @end table
+ @item
  Richard Henderson (@email{rth@@redhat.com}) analysed and improved the handling
  of (no-)aliasing information for dummy arguments and improved the optimization
*************** of induction variables in unrolled loops
*** 165,169 ****
  @itemize @bullet
  @item
! Nothing.
  @end itemize
  
--- 192,200 ----
  @itemize @bullet
  @item
! Problem Reports fixed (in chronological order of submission):
! @table @code
! @item 8308
! gcc-3.x does not compile files with suffix .r (RATFOR) [Fixed in 3.2.1]
! @end table
  @end itemize
  
*************** ICE on BESJN(integer*8,real)
*** 197,200 ****
--- 228,237 ----
  @item 5837
  bug in loop unrolling
+ @item 6106
+ sparc-sun-solaris2.7 gcc-3.1 extra g77 testsuite failures w/-m64
+ @item 6138
+ Incorrect acces of integer*1 variables on PA
+ @item 6304
+ Failure of LAPACK test dtest on irix6.5 with -mabi=64 -O2
  @end table
  

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