[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-12-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 janus at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-12-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #15 from Gerhard Steinmetz --- Confirmed, this ICE is now completely gone on my environment.

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-12-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code ---

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-12-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 kargl at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org ---

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #12 from kargl at gcc dot gnu.org --- (In reply to Gerhard Steinmetz from comment #11) > 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

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-23 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #11 from Gerhard Steinmetz --- 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

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #10 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #9) > > Like I said. Works for me. > > How many times did you try? It worked for me the first time, but then I > tried -mavx -m32 and got an ICE,

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #9 from Dominique d'Humieres --- > Like I said. Works for me. How many times did you try? It worked for me the first time, but then I tried -mavx -m32 and got an ICE, then I got the same ICE with -mavx only. Another instance of

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #7 from Dominique d'Humieres --- > Works for me. You need -mavx.

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #6 from kargl at gcc dot gnu.org --- (In reply to Gerhard Steinmetz from comment #5) > The ICE is gone for several constellations, but not for all. > > > $ gfortran-7-20160821 -mavx z1.f90 > z1.f90:2:46: > > character(len=2,

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-22 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 Gerhard Steinmetz changed: What|Removed |Added Status|RESOLVED

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-08-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-07-03 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #3 from kargl at gcc dot gnu.org --- Index: expr.c === --- expr.c (revision 237945) +++ expr.c (working copy) @@ -970,8 +970,14 @@ gfc_is_constant_expr

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-02-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/69860] ICE on missing end apostrophe with character(kind=4)

2016-02-17 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860 --- Comment #1 from Gerhard Steinmetz --- No ICE if "kind=4" is changed to "kind=1" : $ cat z2.f90 program p character(len=2, kind=1) :: a = 'aa', b = 'bb end $ gfortran-6 -g z2.f90 z2.f90:2:46: