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/17535] [4.0 Regression] gfortran with module procedures


------- Additional Comments From tobi at gcc dot gnu dot org  2004-10-09 16:23 -------
With the latest fix to module.c the reduced testcase now gives these erroneous
errors:

[tobi@marktplatz tests]$ ~/src/gcc/build-clean/gcc/f951 pr17535.f90
 In file pr17535.f90:16

  use FOO
        1
Error: Ambiguous interfaces 'bar2' and 'bar1' in generic interface 'bar' at (1)
 In file pr17535.f90:16

  use FOO
        1
Error: Ambiguous interfaces 'bar2' and 'bar1' in generic interface 'bar' at (1)

Execution times (seconds)
 parser                :   0.01 (50%) usr   0.01 (50%) sys   0.24 (19%) wall
 symout                :   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 2%) wall
 TOTAL                 :   0.02             0.02             1.28
Extra diagnostic checks enabled; compiler may run slowly.
Configure with --disable-checking to disable checks.


-- 


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


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