------- Comment #18 from sfilippone at uniroma2 dot it 2010-06-16 10:32 ------- (In reply to comment #17) Dear All, The attached source file contains the same kind of test as the original testd15, and yet it fails. So, there's something missing from the patch, even without considering the allocatable issue; perhaps in producing the original test case I reduced a bit too much, and a more complicated example still fails. By the same token, I dared not reduce the new test case below its current size. compiling and running gives the following:
[sfili...@localhost bug15]$ gfortran -v Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/home/local/gnu46/bin/../libexec/gcc/i686-pc-linux-gnu/4.6.0/lto-wrapper Target: i686-pc-linux-gnu Configured with: ../gcc/configure --prefix=/usr/local/gnu46 --enable-languages=c,c++,fortran : (reconfigured) ../gcc/configure --prefix=/usr/local/gnu46 --enable-languages=c,c++,fortran : (reconfigured) ../gcc/configure --prefix=/usr/local/gnu46 --enable-languages=c,c++,fortran : (reconfigured) ../gcc/configure --prefix=/usr/local/gnu46 --enable-languages=c,c++,fortran Thread model: posix gcc version 4.6.0 20100612 (experimental) (GCC) [sfili...@localhost bug15]$ gfortran -o test_coo test_coo.f03 [sfili...@localhost bug15]$ ./test_coo Error: Missing ovverriding impl for allocate in class COO -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43945