This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)
- From: "gerhard dot steinmetz dot fortran at t-online dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Aug 2016 17:18:52 +0000
- Subject: [Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)
- Auto-submitted: auto-generated
- References: <bug-69860-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860
--- Comment #11 from Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de> ---
And with "kind=4" instead of "kind=1", i.e. with testfile z1.f90 ?
for n in `seq 1 1000`
do
gfortran-7-20160821 -O2 -mavx -c z1.f90
done > list 2>&1
grep 'internal compiler' list | wc
946 5676 47300
I can also confirm that ICEs are gone for z2.f90 ("kind=1").