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]

[Fortran, trunk, committed] Document improvements for 3.3, phase I


L.S.,

I committed the following after bootstrap, make -k check-g77, make dvi and
make install on i686-pc-linux-gnu:

2002-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
        
	* news.texi: Document better handling of (no-)alias
	information of dummy arguments and induction variables
	on loop unrolling.

===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/news.texi,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- gcc/gcc/f/news.texi 2002/06/28 19:58:32     1.85
+++ gcc/gcc/f/news.texi 2002/07/25 19:00:06     1.86
@@ -10,7 +10,7 @@
 @c in the standalone derivations of this file (e.g. NEWS).
 @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
 
-@set last-update-news 2002-04-13
+@set last-update-news 2002-07-25
 
 @include root.texi
 
@@ -153,10 +153,18 @@
 
 The following information was last updated on @value{last-update-news}:
 
+@heading In @code{GCC} 3.3 versus @code{GCC} 3.2:
+@itemize @bullet
+@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.
+@end itemize
+
 @heading In @code{GCC} 3.2 versus @code{GCC} 3.1:
 @itemize @bullet
 @item
-Nothing yet.
+Nothing.
 @end itemize
 
 @heading In @code{GCC} 3.1 (formerly known as g77-0.5.27) versus
@code{GCC} 3.0:

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


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