[Bug fortran/83864] ICE in gfc_apply_init, at fortran/expr.c:4271

2018-01-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83864 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|NEW

[Bug fortran/83864] ICE in gfc_apply_init, at fortran/expr.c:4271

2018-01-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83864 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jan 18 18:27:22 2018 New Revision: 256857 URL: https://gcc.gnu.org/viewcvs?rev=256857=gcc=rev Log: 2018-01-18 Harald Anlauf Backport from

[Bug fortran/83864] ICE in gfc_apply_init, at fortran/expr.c:4271

2018-01-17 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83864 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jan 18 07:54:17 2018 New Revision: 256837 URL: https://gcc.gnu.org/viewcvs?rev=256837=gcc=rev Log: 2018-01-17 Harald Anlauf PR fortran/83864

[Bug fortran/83864] ICE in gfc_apply_init, at fortran/expr.c:4271

2018-01-17 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83864 --- Comment #4 from Harald Anlauf --- Regtests on i686-pc-linux-gnu. Obvious patch submitted: https://gcc.gnu.org/ml/gcc-patches/2018-01/msg01607.html

[Bug fortran/83864] ICE in gfc_apply_init, at fortran/expr.c:4271

2018-01-16 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83864 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #3

[Bug fortran/83864] ICE in gfc_apply_init, at fortran/expr.c:4271

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

[Bug fortran/83864] ICE in gfc_apply_init, at fortran/expr.c:4271

2018-01-15 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83864 --- Comment #1 from G. Steinmetz --- Works outside of a type : $ cat z2.f90 program p character :: c(3) = transfer('abc','z',3) print *, c end $ gfortran-8-20180114 z2.f90 -static-libgfortran $ a.out abc