This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17615] Internal compiler error using interface procedures


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]