http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59862
--- Comment #2 from Carlos A. Cruz <carlos.a.cruz at nasa dot gov> --- I get the following error message: SurrogateTestCase.F90:54.57: class (SurrogateTestCase), intent(inout) :: this 1 Error: Deferred-length character component 'getname' at (1) is not yet supported Note that pFUnit does compile with release 4.8.2 as well as 4.8.1. The issue I am reporting here is that the 4.8.1 tarball and the 4.8.1 SVN distributions did not work the same for me. Thanks. (In reply to Dominique d'Humieres from comment #1) > I have compiled the code with gfortran 4.8.2 built through fink from the > archive at ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.8.2/gcc-4.8.2.tar.bz2. > > What is the "compilation error that suggest that the compiler release does > not yet have a particular enhancement"?