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 #3 from pault at gcc dot gnu dot org  2008-09-19 13:33 -------
Created an attachment (id=16363)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16363&action=view)
Fix for both aspects of PR

The bit in decl.c fixes the duplicate key business and that in resolve.c flags
up the need for a recursive subroutine.

It has not been regtested yet but it does the right thing with
gfortran.dg/entry*

Cheers

Paul


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pault at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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]