[Patch, Fortran] Renaming operators on the USE statement

Tobias Burnus burnus@net-b.de
Thu Mar 8 15:38:00 GMT 2007


Steve Kargl wrote:
> On Wed, Mar 07, 2007 at 11:01:43PM -0800, Brooks Moses wrote:
>   
>> Steve Kargl wrote:
>>     
>>> OK for trunk.  Of course, you need a ChangeLog entry. :-)
>>>       
Well, there was already a ChangeLog ;-)
http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00270.html

>> This should be added to the list of supported Fortran 2003 features in 
>> gfortran.texi, too -- line 760 or thereabouts.
>>     
> Ah, yes, of course.  Tobias can you add a short note to the docs?
>   
Good idea. Committed  in Rev. 122699, gfortran.texi diff below.

Thanks for reviewing.

Tobias

Index: gcc/fortran/gfortran.texi
===================================================================
--- gcc/fortran/gfortran.texi   (Revision 122695)
+++ gcc/fortran/gfortran.texi
@@ -764,6 +764,9 @@
 attribute; supported intrinsic modules: @code{ISO_FORTRAN_ENV},
 @code{OMP_LIB} and @code{OMP_LIB_KINDS}.

+@item
+Renaming of operators in the @code{USE} statement.
+
 @end itemize



More information about the Gcc-patches mailing list