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/43948] Valid generic procedure interface rejected



------- Comment #4 from burnus at gcc dot gnu dot org  2010-04-30 17:17 -------
(In reply to comment #3)
> Any chance to convert the code in comment #1 into a testcase?
> 
> laptop:kargl[205] grep "already present" *c
> laptop:kargl[206] grep "already" *c
> laptop:kargl[207] grep "Entity" *c

I think you mean comment 0 and "*.f* *.F*" rather than "*.c". And I find:

grep 'already present' *.f* *.F* |grep dg-
operator_5.f90:    MODULE PROCEDURE t_foo                  ! { dg-error
"already present" }
operator_5.f90:    MODULE PROCEDURE t_foo                  ! { dg-error
"already present" }
operator_5.f90:    MODULE PROCEDURE t_bar                  ! { dg-error
"already present" }
proc_decl_3.f90:    procedure a, a  ! { dg-error "already present in the
interface" }


-- 


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


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