[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2019-02-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2019-02-03 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 --- Comment #8 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #6) > (In reply to Richard Biener from comment #5) > > ICE fixed. > > Add -fcheck=all to your command line options. > > With the ICE fixed, I think that this falls

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2018-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 --- Comment #7 from Martin Liška --- Richi: Can the bug be marked as resolved?

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2016-10-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2016-09-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 Richard Biener changed: What|Removed |Added Keywords|ice-on-invalid-code | --- Comment #5 from Richard Biener --

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2016-09-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 --- Comment #4 from Richard Biener --- Author: rguenth Date: Thu Sep 22 12:15:38 2016 New Revision: 240351 URL: https://gcc.gnu.org/viewcvs?rev=240351&root=gcc&view=rev Log: 2016-09-22 Richard Biener PR middle-end/77678 * exp

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2016-09-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 Richard Biener changed: What|Removed |Added Keywords||accepts-invalid --- Comment #3 from Ric

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2016-09-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code Status|UN

[Bug fortran/77678] ICE in fold_read_from_constant_string, at fold-const.c:13706

2016-09-21 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77678 --- Comment #1 from Gerhard Steinmetz --- Slightly modified : $ cat z2.f90 program p character(3) :: c = 'abc' character(1) :: z integer :: i ! i = 2 z = c(i:i) print *, z end $ gfortran-7-20160918 -O2 -finit-integer=-1 z2