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/37583] ICE "insert_bbt(): Duplicate key" for self-calling ENTRY subprogram



------- Comment #4 from dominiq at lps dot ens dot fr  2008-09-20 07:32 -------
With the patch in comment #3, I get

FAIL: gfortran.dg/entry_1.f90  -O0  (test for excess errors)
...
FAIL: gfortran.dg/entry_1.f90  -Os  (test for excess errors)

The failure is:

/opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/entry_1.f90:16.18:

  call indirectb (bar)
                 1
Error: Reference to ENTRY 'bar' at (1) is recursive, but procedure 'foo' is not
declared as RECURSIVE


-- 


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


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