Commit 5fdc4058 by Brooks Moses Committed by Brooks Moses

* gfortran.dg/interface_10.f90: Fix comment typo.

From-SVN: r121956
parent 70def3c8
2007-02-14 Brooks Moses <brooks.moses@codesourcery.com>
* gfortran.dg/interface_10.f90: Fix comment typo.
2007-02-14 Dorit Nuzman <dorit@il.ibm.com> 2007-02-14 Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/30771 PR tree-optimization/30771
...@@ -9,7 +9,7 @@ module class_fld ...@@ -9,7 +9,7 @@ module class_fld
integer :: size(2) integer :: size(2)
end type fld end type fld
! !
! This interface is renaming the SIZE intrinsic procedure, ! This interface is extending the SIZE intrinsic procedure,
! which led to a segmentation fault when trying to resolve ! which led to a segmentation fault when trying to resolve
! the intrinsic symbol name. ! the intrinsic symbol name.
! !
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment