http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org
           Severity|major                       |normal

--- Comment #3 from kargl at gcc dot gnu.org 2012-04-25 19:51:18 UTC ---
(In reply to comment #2)

>   In this particular case, I do not think you should have difficulty
> reproducing the problem and determining its cause.
> 

laptop:kargl[230] ./configure
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.."
"./../.."

laptop:kargl[232] rm -rf *
laptop:kargl[233] tar xf ../focus11-bug1-4.7.1.tar.gz
laptop:kargl[234] gmake
numrutil.f90:78: Error: Can't open included file 'back_substitution_a.f90'
gmake[1]: *** [numrutil.o] Error 1
gmake[1]: Leaving directory `/usr/home/kargl/tmp/doh/src'
gmake: *** [all-recursive] Error 1

> Norm Clerman
> 
>   Permit me to add that the lack of deferred length, allocatable characters in
> gfortran represents, for me, a major obstacle. The other three compilers I use
> support them, and I use them in all but one of my major applications.

gfortran has support for a deferred type parameter.  She unfortunately
also has some nasty bugs associated with deferred type parameters, and
if those bugs were trivial to fix then the bugs would have been fixed
by now.

Permit me to add that gfortran development is currently experiencing
a lack of volunteers to help fix her.  Any particular bug is fixed
because (a) a developer is already working in that area of the compiler;
(b) the bug affects a developer's own project; (c) someone sends in
a patch; or (d) someone is willing to pay to have the bug fixed.

Reply via email to