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/42418] PROCEDURE: Rejects interface which is both specific and generic procedure


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

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-01-28 23:07:49 UTC ---
With gfortran 4.4.6, 4.5.3, 4.6.2, and trunk, the test in comment #0 gives the
error while the test in comment #1 with the 'function fun(f,x)' block
uncommented compiles and runs to give

[macbook] f90/bug% a.out
   1.00000000    
   2.00000000    

with no error when run through valgrind.


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