internal compiler error in gfortran

Paul Thomas paulthomas2@wanadoo.fr
Tue Jun 21 04:46:00 GMT 2005


This is PR15326, which is the next on my list of character related bugs. 
 I have been working on it sporadically for a few weeks.

Up to a minor nasty in multiple declarations, two things need to be done:

(i) The returned string needs to be allocated space.  This is relatively 
easy because anything other than a return value is treated correctly.
(ii) More seriously, the character length needs to be returned to the 
caller.  This requires some non-trivial surgery to function calls that I 
just have not successfully accomplished yet.

I am onto it, though!

Paul T




More information about the Fortran mailing list