This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/66495] [5 Regression] Issue with same name for embedded function
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 12 Jun 2015 07:50:11 +0000
- Subject: [Bug fortran/66495] [5 Regression] Issue with same name for embedded function
- Auto-submitted: auto-generated
- References: <bug-66495-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66495
--- Comment #2 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #1)
> The ICE appeared between revisions r218570 (2014-12-10, no ICE) and r218658
> (2014-12-12, ICE), likely r218627 (pr44054) or a related commit.
>
> This has been fixed between r223447 (2015-05-20, ICE) and r224148
> (2015-06-05, no ICE), likely r223614.
I don't have much free time to work on GCC. It would extremely useful if you
could tell me what exactly is causing the ICE. I may then figure out how it got
fixed in GCC 6 and whether it is possible to backport the fix. Unfortunately,
the changes in GCC 6 required some changes in the common diagnostics part that
I doubt are suited for backporting wholesale.