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/45494] [OOP] Wrong dummy argument not rejected


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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2010-10-28 09:36:02 UTC ---
This pr seems to be fixed by revision 166018:

[macbook] f90/bug% gfc pr45494.f90
pr45494.f90:43.16:

  call src%mold(trg2)  ! This is wrong
                1
Error: Actual argument to 'b' at (1) must have the same declared type


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