This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/66562] ICE with gfortran-5.1.0
- From: "kargl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 17 Jun 2015 04:50:16 +0000
- Subject: [Bug fortran/66562] ICE with gfortran-5.1.0
- Auto-submitted: auto-generated
- References: <bug-66562-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66562
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kargl at gcc dot gnu.org
Severity|blocker |normal
--- Comment #1 from kargl at gcc dot gnu.org ---
(In reply to Dan Kokron from comment #0)
>
> intScanPos = SCAN (this%strCharacters(1:), dmy_strDelims)
Workaround is to not use an array section here.
PS: Fortran bugs are never have an importance of "blocker" unless
the bug breaks bootstrap.