This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37583] ICE "insert_bbt(): Duplicate key" for self-calling ENTRY subprogram
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Sep 2008 10:09:38 -0000
- Subject: [Bug fortran/37583] ICE "insert_bbt(): Duplicate key" for self-calling ENTRY subprogram
- References: <bug-37583-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from dominiq at lps dot ens dot fr 2008-09-20 10:09 -------
I just noticed that the patch in
http://gcc.gnu.org/ml/fortran/2008-09/msg00342.html has an additional test in
gcc/fortran/resolve.c:
+ && sym->ns == gfc_current_ns
This may fix the failure I have reported. If the patch is not commited before
this evening, I'll do some further testing with the change tonight.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37583