[Bug fortran/17615] Internal compiler error using interface procedures
tobi at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Sep 24 13:47:00 GMT 2004
------- Additional Comments From tobi at gcc dot gnu dot org 2004-09-24 13:46 -------
The problem seems to be due to the only clause in this line:
use module_vec3d, only: cross_product
apparently cross_product3_r4_r8 is not loaded into the main program's namespace.
Investigating further ...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17615
More information about the Gcc-bugs
mailing list