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/16940] implicit none over-riding module declaration


------- Additional Comments From tobi at gcc dot gnu dot org  2004-08-30 11:05 -------
Hm, when constructing a testcase it suddenly didn't work any more, and I
couldn't get it workng again. Maybe I was too tired yesterday and looked at the
wrong thing. 

The real problem seems to be that host association is not working correctly:
adding 'use Max_Loc_Mod' in the beginning of Selection_Sort fixes the problem,
even though the statement should have no effect (in this case, there are cases
where it would have an effect).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16940


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