This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/42418] PROCEDURE: Rejects interface which is both specific and generic procedure
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 28 Jan 2012 23:07:49 +0000
- Subject: [Bug fortran/42418] PROCEDURE: Rejects interface which is both specific and generic procedure
- Auto-submitted: auto-generated
- References: <bug-42418-4@http.gcc.gnu.org/bugzilla/>
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.